{"info":{"_postman_id":"7d7a14be-283b-494b-ac8d-352fb71dba70","name":"프론트개발프로젝트","description":"<html><head></head><body><p>KTwiz 사이트 개선하기 프로젝트</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7741328","collectionId":"7d7a14be-283b-494b-ac8d-352fb71dba70","publishedId":"2sAXjRUok8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-06T12:51:41.000Z"},"item":[{"name":"Main","item":[{"name":"KTwiz 팀랭킹","id":"b3119dd4-c6e1-4b9f-9055-9740760f92b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/ktwizteamrank","description":"<p>현재 KT팀 순위를 반환합니다.</p>\n","urlObject":{"protocol":"http","path":["api","game","ktwizteamrank"],"host":["54","180","228","165"],"query":[],"variable":[]}},"response":[{"id":"a46cde34-d7ca-4d76-9353-1d8f460bc286","name":"KTwiz 팀랭킹","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/game/ktwizteamrank"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Fri, 27 Dec 2024 06:30:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"169"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ktWizTeamRank\": {\n            \"game\": 144,\n            \"gyear\": \"2024\",\n            \"rank\": 5,\n            \"rankName\": \"5위\",\n            \"teamCode\": \"KT\",\n            \"teamName\": \"KT\",\n            \"wldName\": \"72승 70패 2무\",\n            \"wra\": \"0.507\"\n        }\n    }\n}"}],"_postman_id":"b3119dd4-c6e1-4b9f-9055-9740760f92b2"},{"name":"최근 경기","id":"b3058513-a6bf-4b21-a915-fe2ee15bd2c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/recentGames","description":"<p>호출날짜 기준으로 앞뒤의 경기 데이터를 포함하여 반환합니다.</p>\n","urlObject":{"protocol":"http","path":["api","game","recentGames"],"host":["54","180","228","165"],"query":[],"variable":[]}},"response":[{"id":"36c5591a-ac4a-4f59-9ceb-2f799976a852","name":"최근 경기","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/game/recentGames"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:12:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1464"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"current\": { // 현재 경기 정보\n            \"displayDate\": \"20241011\", // 경기 날짜 (표시용) - 2024년 10월 11일\n            \"game\": \"current\", // 경기 상태 - 현재 경기\n            \"gameDate\": 20241011, // 경기 날짜 (숫자형) - 2024년 10월 11일\n            \"gday\": 11, // 경기 일자 - 11일\n            \"gmkey\": \"33331011KTLG0\", // 경기 고유 키 - KT vs LG 경기\n            \"gmonth\": 10, // 경기 월 - 10월\n            \"gtime\": \"18:30\", // 경기 시간 - 오후 6시 30분\n            \"gyear\": \"2024\", // 경기 연도 - 2024년\n            \"home\": \"LG\", // 홈팀 코드 - LG\n            \"homeDecision\": \"W\", // 홈팀 경기 결과 - 승리\n            \"homeDecisionPitcher\": \"임찬규\", // 홈팀 승리 투수 - 임찬규\n            \"homeFullname\": \"LG 트윈스\", // 홈팀 이름 - LG 트윈스\n            \"homeKey\": \"LG\", // 홈팀 키 - LG\n            \"homeLogo\": \"http://54.180.229.183/api/static/LG.png\", // 홈팀 로고 이미지 URL\n            \"homeScore\": 4, // 홈팀 점수 - 4점\n            \"homeStarter\": \"임찬규\", // 홈팀 선발 투수 - 임찬규\n            \"matchTeamCode\": \"LG\", // 대진팀 코드 - LG\n            \"matchTeamName\": \"LG\", // 대진팀 이름 - LG\n            \"outcome\": \"패\", // 경기 결과 - KT 기준, 패배\n            \"stadium\": \"잠실\", // 경기장 이름 - 잠실\n            \"stadiumKey\": \"JS\", // 경기장 코드 - 잠실\n            \"status\": \"3\", // 경기 상태 코드 - 경기 종료\n            \"visit\": \"KT\", // 원정팀 코드 - KT\n            \"visitDecision\": \"L\", // 원정팀 경기 결과 - 패배\n            \"visitDecisionPitcher\": \"엄상백\", // 원정팀 패전 투수 - 엄상백\n            \"visitFullname\": \"KT 위즈\", // 원정팀 이름 - KT 위즈\n            \"visitKey\": \"KT\", // 원정팀 키 - KT\n            \"visitLogo\": \"http://54.180.229.183/api/static/KT.png\", // 원정팀 로고 이미지 URL\n            \"visitScore\": 1, // 원정팀 점수 - 1점\n            \"visitStarter\": \"엄상백\" // 원정팀 선발 투수 - 엄상백\n        },\n        \"prev\": { // 이전 경기 정보\n            \"displayDate\": \"20241009\", // 경기 날짜 (표시용) - 2024년 10월 9일\n            \"game\": \"prev\", // 경기 상태 - 이전 경기\n            \"gameDate\": 20241009, // 경기 날짜 (숫자형) - 2024년 10월 9일\n            \"gday\": 9, // 경기 일자 - 9일\n            \"gmkey\": \"33331009LGKT0\", // 경기 고유 키 - LG vs KT 경기\n            \"gmonth\": 10, // 경기 월 - 10월\n            \"gtime\": \"14:00\", // 경기 시간 - 오후 2시\n            \"gyear\": \"2024\", // 경기 연도 - 2024년\n            \"home\": \"KT\", // 홈팀 코드 - KT\n            \"homeDecision\": \"W\", // 홈팀 경기 결과 - 승리\n            \"homeDecisionPitcher\": \"박영현\", // 홈팀 승리 투수 - 박영현\n            \"homeFullname\": \"KT 위즈\", // 홈팀 이름 - KT 위즈\n            \"homeKey\": \"KT\", // 홈팀 키 - KT\n            \"homeLogo\": \"http://54.180.229.183/api/static/KT.png\", // 홈팀 로고 이미지 URL\n            \"homeScore\": 6, // 홈팀 점수 - 6점\n            \"homeStarter\": \"쿠에바스\", // 홈팀 선발 투수 - 쿠에바스\n            \"matchTeamCode\": \"LG\", // 대진팀 코드 - LG\n            \"matchTeamName\": \"LG\", // 대진팀 이름 - LG\n            \"outcome\": \"승\", // 경기 결과 - KT 기준, 승리\n            \"stadium\": \"수원\", // 경기장 이름 - 수원\n            \"stadiumKey\": \"SW\", // 경기장 코드 - 수원\n            \"status\": \"3\", // 경기 상태 코드 - 경기 종료\n            \"visit\": \"LG\", // 원정팀 코드 - LG\n            \"visitDecision\": \"L\", // 원정팀 경기 결과 - 패배\n            \"visitDecisionPitcher\": \"백승현\", // 원정팀 패전 투수 - 백승현\n            \"visitFullname\": \"LG 트윈스\", // 원정팀 이름 - LG 트윈스\n            \"visitKey\": \"LG\", // 원정팀 키 - LG\n            \"visitLogo\": \"http://54.180.229.183/api/static/LG.png\", // 원정팀 로고 이미지 URL\n            \"visitScore\": 5, // 원정팀 점수 - 5점\n            \"visitStarter\": \"엔스\" // 원정팀 선발 투수 - 엔스\n        }\n    }\n}\n"}],"_postman_id":"b3058513-a6bf-4b21-a915-fe2ee15bd2c4"},{"name":"하이라이트영상","id":"bf0bf771-954a-4ac1-a302-6fdee1395aa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://54.180.228.165/api/media/highlightlist?count=10","description":"<p>count 갯수만큼 하이라이트 영상 정보를 반환합니다.</p>\n","urlObject":{"protocol":"http","path":["api","media","highlightlist"],"host":["54","180","228","165"],"query":[{"key":"count","value":"10"}],"variable":[]}},"response":[{"id":"1d642a80-1cf9-4846-97e5-e7ea76c219ff","name":"하이라이트영상","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://54.180.229.183/api/media/highlightlist?count=10","protocol":"http","host":["54","180","229","183"],"path":["api","media","highlightlist"],"query":[{"key":"count","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:13:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6092"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 190869,\n                \"artcTitle\": \"0% 기적을 향한 치타심 끝내기 안타! [위즈덕후]\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"010\",\n                \"contentsDate\": \"2024-10-09\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://phinf.pstatic.net/tvcast/20241009_62/qpiZr_1728471616368LKOvi_JPEG/1728471530158.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"refSeq\": 62245858,\n                \"regDttm\": 1728475204000,\n                \"regr\": \"system\",\n                \"totalPage\": 1370,\n                \"updDttm\": 1728475204000,\n                \"updr\": \"system\",\n                \"useYn\": \"Y\",\n                \"videoLink\": \"/api/v2/highlight/video?clipNo=62245858\",\n                \"viewCnt\": 142\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 190746,\n                \"artcTitle\": \"오늘부터 kt wiz와 지지관계에서 벗어나 kt wiz와 나는 한몸으로 일체가 된다 [위즈덕후]\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"010\",\n                \"contentsDate\": \"2024-10-06\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://phinf.pstatic.net/tvcast/20241006_132/nG5z3_1728158329253tPvwF_JPEG/1728158315119.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"refSeq\": 62033053,\n                \"regDttm\": 1728172804000,\n                \"regr\": \"system\",\n                \"totalPage\": 1370,\n                \"updDttm\": 1728172804000,\n                \"updr\": \"system\",\n                \"useYn\": \"Y\",\n                \"videoLink\": \"/api/v2/highlight/video?clipNo=62033053\",\n                \"viewCnt\": 123\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 190745,\n                \"artcTitle\": \"마냥 안 된다는 법은 없으니까 [비하인드 더 덕아웃]\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"010\",\n                \"contentsDate\": \"2024-10-06\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://phinf.pstatic.net/tvcast/20241006_227/HsMBq_1728151040391Q3eUN_JPEG/1728150291985.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"refSeq\": 62031592,\n                \"regDttm\": 1728169204000,\n                \"regr\": \"system\",\n                \"totalPage\": 1370,\n                \"updDttm\": 1728169204000,\n                \"updr\": \"system\",\n                \"useYn\": \"Y\",\n                \"videoLink\": \"/api/v2/highlight/video?clipNo=62031592\",\n                \"viewCnt\": 53\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 190675,\n                \"artcTitle\": \"최초 업셋이 왜 안 나왔는지 알아요? 우리가 5등을 안 해봤기 때문이에요 [위즈덕후]\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"010\",\n                \"contentsDate\": \"2024-10-04\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://phinf.pstatic.net/tvcast/20241004_72/msHVo_172798731394485NDk_JPEG/1727983288318.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"refSeq\": 61924595,\n                \"regDttm\": 1728000004000,\n                \"regr\": \"system\",\n                \"totalPage\": 1370,\n                \"updDttm\": 1728000004000,\n                \"updr\": \"system\",\n                \"useYn\": \"Y\",\n                \"videoLink\": \"/api/v2/highlight/video?clipNo=61924595\",\n                \"viewCnt\": 68\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 190674,\n                \"artcTitle\": \"0%의 확률을 뒤집은 마법 [비하인드 더 덕아웃]\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"010\",\n                \"contentsDate\": \"2024-10-04\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://phinf.pstatic.net/tvcast/20241004_126/HHQ6J_17279764762236V0ys_JPEG/1727976281210.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"refSeq\": 61921917,\n                \"regDttm\": 1727996404000,\n                \"regr\": \"system\",\n                \"totalPage\": 1370,\n                \"updDttm\": 1727996404000,\n                \"updr\": \"system\",\n                \"useYn\": \"Y\",\n                \"videoLink\": \"/api/v2/highlight/video?clipNo=61921917\",\n                \"viewCnt\": 42\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 190667,\n                \"artcTitle\": \"오늘부터 저는 kt wiz 가을 야구 보려고 태어난 사람입니다 [위즈덕후]\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"010\",\n                \"contentsDate\": \"2024-10-03\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://phinf.pstatic.net/tvcast/20241003_142/X0T46_1727911855034G8yBz_JPEG/1727911426424.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"refSeq\": 61873683,\n                \"regDttm\": 1727913604000,\n                \"regr\": \"system\",\n                \"totalPage\": 1370,\n                \"updDttm\": 1727913604000,\n                \"updr\": \"system\",\n                \"useYn\": \"Y\",\n                \"videoLink\": \"/api/v2/highlight/video?clipNo=61873683\",\n                \"viewCnt\": 36\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 190666,\n                \"artcTitle\": \"온 우주의 기운이 kt wiz에게로! [비하인드 더 덕아웃]\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"010\",\n                \"contentsDate\": \"2024-10-03\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://phinf.pstatic.net/tvcast/20241003_202/gaZXH_1727905876444TCKOr_JPEG/1727904708873.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"refSeq\": 61872255,\n                \"regDttm\": 1727910004000,\n                \"regr\": \"system\",\n                \"totalPage\": 1370,\n                \"updDttm\": 1727910004000,\n                \"updr\": \"system\",\n                \"useYn\": \"Y\",\n                \"videoLink\": \"/api/v2/highlight/video?clipNo=61872255\",\n                \"viewCnt\": 25\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 190622,\n                \"artcTitle\": \"내가 kt wiz인데 마법 못 믿어? 타이브레이커 승률 100%✨ [위즈덕후]\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"010\",\n                \"contentsDate\": \"2024-10-02\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://phinf.pstatic.net/tvcast/20241002_124/mTNDH_1727823745785t1oUT_JPEG/1727823350748.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"refSeq\": 61814253,\n                \"regDttm\": 1727827204000,\n                \"regr\": \"system\",\n                \"totalPage\": 1370,\n                \"updDttm\": 1727827204000,\n                \"updr\": \"system\",\n                \"useYn\": \"Y\",\n                \"videoLink\": \"/api/v2/highlight/video?clipNo=61814253\",\n                \"viewCnt\": 45\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 190621,\n                \"artcTitle\": \"가자! 잠실로! 학수의 역전 쓰리런\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"010\",\n                \"contentsDate\": \"2024-10-01\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://phinf.pstatic.net/tvcast/20241001_26/ZFR8e_1727791780242SGplC_JPEG/LiFEfUGUEI_09.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"refSeq\": 61802465,\n                \"regDttm\": 1727820004000,\n                \"regr\": \"system\",\n                \"totalPage\": 1370,\n                \"updDttm\": 1727820004000,\n                \"updr\": \"system\",\n                \"useYn\": \"Y\",\n                \"videoLink\": \"/api/v2/highlight/video?clipNo=61802465\",\n                \"viewCnt\": 37\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 190560,\n                \"artcTitle\": \"어머니~ 차민이가 공을 너무 잘 던져요~♥ [콕터뷰]\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"010\",\n                \"contentsDate\": \"2024-09-29\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://phinf.pstatic.net/tvcast/20240929_84/eSDRq_1727540818262Lbn8m_JPEG/1727540728795.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"refSeq\": 61660936,\n                \"regDttm\": 1727564404000,\n                \"regr\": \"system\",\n                \"totalPage\": 1370,\n                \"updDttm\": 1727564404000,\n                \"updr\": \"system\",\n                \"useYn\": \"Y\",\n                \"videoLink\": \"/api/v2/highlight/video?clipNo=61660936\",\n                \"viewCnt\": 18\n            }\n        ]\n    }\n}"}],"_postman_id":"bf0bf771-954a-4ac1-a302-6fdee1395aa8"},{"name":"\b메인갤러리","id":"156532cf-024e-487d-a121-221428afa48c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/media/photolist?count=10","description":"<p>count 갯수만큼 갤러리 정보를 반환합니다.</p>\n","urlObject":{"protocol":"http","path":["api","media","photolist"],"host":["54","180","228","165"],"query":[{"key":"count","value":"10"}],"variable":[]}},"response":[{"id":"93599907-ef7a-4d13-9d54-c7b98907410f","name":"\b메인갤러리","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/media/photolist?count=10","protocol":"http","host":["54","180","229","183"],"path":["api","media","photolist"],"query":[{"key":"count","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:13:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5344"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 191085,\n                \"artcSubTitle\": \"행사!\",\n                \"artcTitle\": \"11월 26일 KBO 시상식\",\n                \"boardCatSeq\": 3,\n                \"boardCode\": \"006\",\n                \"contentsDate\": \"2024-11-26\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/11/27/20241127101103.a48-b23250cd5b4f.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1732669200000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1732669200000,\n                \"totalPage\": 4126,\n                \"updDttm\": 1732669860000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 191084,\n                \"artcSubTitle\": \"행사!\",\n                \"artcTitle\": \"11월 26일 KBO 시상식\",\n                \"boardCatSeq\": 3,\n                \"boardCode\": \"006\",\n                \"contentsDate\": \"2024-11-26\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/11/27/20241127101103.329-837c437472b6.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1732669200000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1732669200000,\n                \"totalPage\": 4126,\n                \"updDttm\": 1732669860000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 0\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 191083,\n                \"artcSubTitle\": \"허경민선수!\",\n                \"artcTitle\": \"11월 26일 KBO 시상식\",\n                \"boardCatSeq\": 3,\n                \"boardCode\": \"006\",\n                \"contentsDate\": \"2024-11-26\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/11/27/20241127101103.5aa-59b7d492bb48.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1732669200000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1732669200000,\n                \"totalPage\": 4126,\n                \"updDttm\": 1732669860000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 191082,\n                \"artcSubTitle\": \"박영현선수!\",\n                \"artcTitle\": \"11월 26일 KBO 시상식\",\n                \"boardCatSeq\": 3,\n                \"boardCode\": \"006\",\n                \"contentsDate\": \"2024-11-26\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/11/27/20241127101103.932-7b8d92e5fce1.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1732669200000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1732669200000,\n                \"totalPage\": 4126,\n                \"updDttm\": 1732669860000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 3\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 191081,\n                \"artcSubTitle\": \"허경민선수!\",\n                \"artcTitle\": \"11월 26일 KBO 시상식\",\n                \"boardCatSeq\": 3,\n                \"boardCode\": \"006\",\n                \"contentsDate\": \"2024-11-26\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/11/27/20241127101103.8d9-a23cb35b0b60.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1732669200000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1732669200000,\n                \"totalPage\": 4126,\n                \"updDttm\": 1732669860000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 2\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 191080,\n                \"artcSubTitle\": \"허경민선수!\",\n                \"artcTitle\": \"11월 26일 KBO 시상식\",\n                \"boardCatSeq\": 3,\n                \"boardCode\": \"006\",\n                \"contentsDate\": \"2024-11-26\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/11/27/20241127101103.1a4-f7518a669bbb.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1732669200000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1732669200000,\n                \"totalPage\": 4126,\n                \"updDttm\": 1732669860000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 191079,\n                \"artcSubTitle\": \"허경민선수!\",\n                \"artcTitle\": \"11월 26일 KBO 시상식\",\n                \"boardCatSeq\": 3,\n                \"boardCode\": \"006\",\n                \"contentsDate\": \"2024-11-26\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/11/27/20241127101103.6f4-22452b40b62e.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1732669200000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1732669200000,\n                \"totalPage\": 4126,\n                \"updDttm\": 1732669860000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 191078,\n                \"artcSubTitle\": \"박영현선수!\",\n                \"artcTitle\": \"11월 26일 KBO 시상식\",\n                \"boardCatSeq\": 3,\n                \"boardCode\": \"006\",\n                \"contentsDate\": \"2024-11-26\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/11/27/20241127101103.31c-dd1ac1cca3dd.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1732669200000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1732669200000,\n                \"totalPage\": 4126,\n                \"updDttm\": 1732669860000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 0\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 191077,\n                \"artcSubTitle\": \"박영현선수!\",\n                \"artcTitle\": \"11월 26일 KBO 시상식\",\n                \"boardCatSeq\": 3,\n                \"boardCode\": \"006\",\n                \"contentsDate\": \"2024-11-26\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/11/27/20241127101103.744-d734480dca25.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1732669200000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1732669200000,\n                \"totalPage\": 4126,\n                \"updDttm\": 1732669860000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1\n            },\n            {\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 191076,\n                \"artcSubTitle\": \"박영현선수!\",\n                \"artcTitle\": \"11월 26일 KBO 시상식\",\n                \"boardCatSeq\": 3,\n                \"boardCode\": \"006\",\n                \"contentsDate\": \"2024-11-26\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/11/27/20241127101103.5e7-5635c3ef3e27.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1732669200000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1732669200000,\n                \"totalPage\": 4126,\n                \"updDttm\": 1732669860000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 2\n            }\n        ]\n    }\n}"}],"_postman_id":"156532cf-024e-487d-a121-221428afa48c"},{"name":"최근소식","id":"c47ab000-0002-4df5-a88d-4f826f4407d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/media/hotissue?count=10","description":"<p>최근 소식 을 반환합니다.</p>\n","urlObject":{"protocol":"http","path":["api","media","hotissue"],"host":["54","180","228","165"],"query":[{"key":"count","value":"10"}],"variable":[]}},"response":[{"id":"30145090-45b0-412f-a9a5-f3cfdd918eb9","name":"최근소식","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/media/hotissue?count=10","protocol":"http","host":["54","180","229","183"],"path":["api","media","hotissue"],"query":[{"key":"count","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:13:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"599"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"artcContents\": \"안녕하세요, kt wiz 야구단입니다.&nbsp;2024 정규리그 홈경기 운영 안내드리며, 원활한 정규시즌 경기 관람을 위해 공지 내 내용을 확인 부탁드립니다.\",\n        \"artcTitle\": \"[안내] 2024 정규리그 홈경기 운영안내\",\n        \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/03/11/20240311150134.486-957015682510.png\",\n        \"viewCnt\": 19336\n    }\n]"}],"_postman_id":"c47ab000-0002-4df5-a88d-4f826f4407d8"}],"id":"1ebc88cf-c3b7-4415-acc8-d5abce9aa7d1","_postman_id":"1ebc88cf-c3b7-4415-acc8-d5abce9aa7d1","description":""},{"name":"Game","item":[{"name":"월스케쥴","id":"e1821c64-8807-47a4-9817-5da213dab2e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/monthschedule?yearMonth=202409","urlObject":{"protocol":"http","path":["api","game","monthschedule"],"host":["54","180","228","165"],"query":[{"key":"yearMonth","value":"202409"}],"variable":[]}},"response":[{"id":"557470a7-dd90-4ec0-9c11-a8100f470d61","name":"월스케쥴","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/game/monthschedule?yearMonth=202409","protocol":"http","host":["54","180","229","183"],"path":["api","game","monthschedule"],"query":[{"key":"yearMonth","value":"202409"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:14:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"7338"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"broadcast\": \"MS-T\",\n                \"displayDate\": \"20240904\",\n                \"gameDate\": 20240904,\n                \"gmkey\": \"20240904KTLT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"롯데\",\n                \"homeKey\": \"LT\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/LT.png\",\n                \"homeScore\": 7,\n                \"matchTeamCode\": \"LT\",\n                \"matchTeamName\": \"롯데\",\n                \"outcome\": \"패\",\n                \"stadium\": \"사직\",\n                \"stadiumKey\": \"SJ\",\n                \"status\": \"3\",\n                \"visit\": \"KT\",\n                \"visitKey\": \"KT\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"visitScore\": 5\n            },\n            {\n                \"broadcast\": \"SS-T\",\n                \"displayDate\": \"20240905\",\n                \"gameDate\": 20240905,\n                \"gmkey\": \"20240905KTLT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"롯데\",\n                \"homeKey\": \"LT\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/LT.png\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"LT\",\n                \"matchTeamName\": \"롯데\",\n                \"outcome\": \"승\",\n                \"stadium\": \"사직\",\n                \"stadiumKey\": \"SJ\",\n                \"status\": \"3\",\n                \"visit\": \"KT\",\n                \"visitKey\": \"KT\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"visitScore\": 12\n            },\n            {\n                \"broadcast\": \"KN-T,SS-T\",\n                \"displayDate\": \"20240906\",\n                \"gameDate\": 20240906,\n                \"gmkey\": \"20240906KTNC0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"NC\",\n                \"homeKey\": \"NC\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/NC.png\",\n                \"homeScore\": 3,\n                \"matchTeamCode\": \"NC\",\n                \"matchTeamName\": \"NC\",\n                \"outcome\": \"승\",\n                \"stadium\": \"창원\",\n                \"stadiumKey\": \"CW\",\n                \"status\": \"3\",\n                \"visit\": \"KT\",\n                \"visitKey\": \"KT\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"visitScore\": 9\n            },\n            {\n                \"broadcast\": \"SPO-T,SPO-2T\",\n                \"displayDate\": \"20240907\",\n                \"gameDate\": 20240907,\n                \"gmkey\": \"20240907OBKT0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"OB\",\n                \"matchTeamName\": \"두산\",\n                \"outcome\": \"패\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"두산\",\n                \"visitKey\": \"OB\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/OB.png\",\n                \"visitScore\": 12\n            },\n            {\n                \"broadcast\": \"SPO-2T\",\n                \"displayDate\": \"20240910\",\n                \"gameDate\": 20240910,\n                \"gmkey\": \"20240910NCKT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"homeScore\": 11,\n                \"matchTeamCode\": \"NC\",\n                \"matchTeamName\": \"NC\",\n                \"outcome\": \"승\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/NC.png\",\n                \"visitScore\": 8\n            },\n            {\n                \"broadcast\": \"SPO-2T,KN-T\",\n                \"displayDate\": \"20240911\",\n                \"gameDate\": 20240911,\n                \"gmkey\": \"20240911NCKT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"NC\",\n                \"matchTeamName\": \"NC\",\n                \"outcome\": \"승\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/NC.png\",\n                \"visitScore\": 1\n            },\n            {\n                \"broadcast\": \"KN-T,SS-T\",\n                \"displayDate\": \"20240912\",\n                \"gameDate\": 20240912,\n                \"gmkey\": \"20240912NCKT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"homeScore\": 10,\n                \"matchTeamCode\": \"NC\",\n                \"matchTeamName\": \"NC\",\n                \"outcome\": \"승\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/NC.png\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"KN-T\",\n                \"displayDate\": \"20240914\",\n                \"gameDate\": 20240914,\n                \"gmkey\": \"20240914KTOB0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"두산\",\n                \"homeKey\": \"OB\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/OB.png\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"OB\",\n                \"matchTeamName\": \"두산\",\n                \"outcome\": \"패\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"KT\",\n                \"visitKey\": \"KT\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"visitScore\": 1\n            },\n            {\n                \"broadcast\": \"KN-T,MS-T\",\n                \"displayDate\": \"20240916\",\n                \"gameDate\": 20240916,\n                \"gmkey\": \"20240916HTKT0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"homeScore\": 5,\n                \"matchTeamCode\": \"HT\",\n                \"matchTeamName\": \"KIA\",\n                \"outcome\": \"패\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"KIA\",\n                \"visitKey\": \"HT\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/HT.png\",\n                \"visitScore\": 11\n            },\n            {\n                \"broadcast\": \"KN-T\",\n                \"displayDate\": \"20240917\",\n                \"gameDate\": 20240917,\n                \"gmkey\": \"20240917KTWO0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"키움\",\n                \"homeKey\": \"WO\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/WO.png\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"WO\",\n                \"matchTeamName\": \"키움\",\n                \"outcome\": \"승\",\n                \"stadium\": \"고척\",\n                \"stadiumKey\": \"GC\",\n                \"status\": \"3\",\n                \"visit\": \"KT\",\n                \"visitKey\": \"KT\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"KN-T,MS-T\",\n                \"displayDate\": \"20240918\",\n                \"gameDate\": 20240918,\n                \"gmkey\": \"20240918SSKT0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"homeScore\": 6,\n                \"matchTeamCode\": \"SS\",\n                \"matchTeamName\": \"삼성\",\n                \"outcome\": \"패\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"삼성\",\n                \"visitKey\": \"SS\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/SS.png\",\n                \"visitScore\": 8\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240919\",\n                \"gameDate\": 20240919,\n                \"gmkey\": \"20240919SSKT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"homeScore\": 12,\n                \"matchTeamCode\": \"SS\",\n                \"matchTeamName\": \"삼성\",\n                \"outcome\": \"승\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"삼성\",\n                \"visitKey\": \"SS\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/SS.png\",\n                \"visitScore\": 5\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240921\",\n                \"gameDate\": 20240921,\n                \"gmkey\": \"20240921SKKT0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"homeScore\": 1,\n                \"matchTeamCode\": \"SK\",\n                \"matchTeamName\": \"SSG\",\n                \"outcome\": \"패\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"SSG\",\n                \"visitKey\": \"SK\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/SK.png\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"KN-T,MS-T\",\n                \"displayDate\": \"20240922\",\n                \"gameDate\": 20240922,\n                \"gmkey\": \"20240922SKKT0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"SK\",\n                \"matchTeamName\": \"SSG\",\n                \"outcome\": \"패\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"SSG\",\n                \"visitKey\": \"SK\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/SK.png\",\n                \"visitScore\": 6\n            },\n            {\n                \"broadcast\": \"MS-T\",\n                \"displayDate\": \"20240924\",\n                \"gameDate\": 20240924,\n                \"gmkey\": \"20240924LTKT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"homeScore\": 5,\n                \"matchTeamCode\": \"LT\",\n                \"matchTeamName\": \"롯데\",\n                \"outcome\": \"승\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"롯데\",\n                \"visitKey\": \"LT\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/LT.png\",\n                \"visitScore\": 1\n            },\n            {\n                \"broadcast\": \"KN-T,MS-T\",\n                \"displayDate\": \"20240927\",\n                \"gameDate\": 20240927,\n                \"gmkey\": \"20240927WOKT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"homeScore\": 8,\n                \"matchTeamCode\": \"WO\",\n                \"matchTeamName\": \"키움\",\n                \"outcome\": \"승\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/WO.png\",\n                \"visitScore\": 7\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240928\",\n                \"gameDate\": 20240928,\n                \"gmkey\": \"20240928WOKT0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"homeScore\": 10,\n                \"matchTeamCode\": \"WO\",\n                \"matchTeamName\": \"키움\",\n                \"outcome\": \"승\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/WO.png\",\n                \"visitScore\": 7\n            }\n        ]\n    }\n}"}],"_postman_id":"e1821c64-8807-47a4-9817-5da213dab2e0"},{"name":"오늘스케쥴","id":"579096b9-f8fb-489b-816f-8fb3658d63d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/dayschedule","urlObject":{"protocol":"http","path":["api","game","dayschedule"],"host":["54","180","228","165"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"ffae5741-6509-4cc9-a62e-f3fadec1b666","name":"오늘스케쥴","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/game/dayschedule","protocol":"http","host":["54","180","229","183"],"path":["api","game","dayschedule"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:14:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ktwiztodaygame\": [],\n        \"otherteamlist\": []\n    }\n}"}],"_postman_id":"579096b9-f8fb-489b-816f-8fb3658d63d2"},{"name":"박스스코어","id":"974657a7-35d7-46b4-9407-ec6cab903bd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/boxscore?gameDate=20240910&gmkey=20240910NCKT0","urlObject":{"protocol":"http","path":["api","game","boxscore"],"host":["54","180","228","165"],"query":[{"key":"gameDate","value":"20240910"},{"key":"gmkey","value":"20240910NCKT0"}],"variable":[]}},"response":[{"id":"d1b01741-89f6-49f5-940e-ebd8900c500e","name":"박스스코어","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/game/boxscore?gameDate=20240910&gmkey=20240910NCKT0","protocol":"http","host":["54","180","229","183"],"path":["api","game","boxscore"],"query":[{"key":"gameDate","value":"20240910"},{"key":"gmkey","value":"20240910NCKT0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:14:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27674"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"etcgames\": [\n            {\n                \"gday\": \"20240910\", // 경기 날짜 - 2024년 9월 10일\n                \"gmkey\": \"20240910NCKT0\", // 경기 고유 키 - NC vs KT 경기\n                \"how\": \"결승타\", // 주요 플레이 방식 - 결승타\n                \"result\": \"심우준(5회 2사 1,3루서 좌월 홈런)\", // 상세 내용 - 심우준의 홈런\n                \"seq\": 1 // 순서 - 1번째 이벤트\n            },\n            {\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"how\": \"홈런\",\n                \"result\": \"서호철9호(4회1점 벤자민) 김주원9호(5회2점 벤자민) 박민우8호(5회1점 벤자민) 김휘집16호(5회2점 벤자민) 심우준3호(5회3점 배재환) 데이비슨43호(9회1점 박영현) \",\n                \"seq\": 2\n            },\n            {\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"how\": \"3루타\",\n                \"result\": \"김상수(5회) \\r\\n\\r\\n\",\n                \"seq\": 3\n            },\n            {\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"how\": \"2루타\",\n                \"result\": \"장성우(1회) 강백호2(5 8회) 김형준(5회) 문상철(8회) \\r\\n\\r\\n\",\n                \"seq\": 4\n            },\n            {\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"how\": \"도루\",\n                \"result\": \"천재환(2회) 문상철(5회) \\r\\n\\r\\n\",\n                \"seq\": 6\n            },\n            {\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"how\": \"병살타\",\n                \"result\": \"권희동(1회) 천재환(7회) \\r\\n\\r\\n\",\n                \"seq\": 10\n            },\n            {\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"how\": \"심판\",\n                \"result\": \"최수원 이민호42 배병두 이기중\",\n                \"seq\": 16\n            }\n        ],\n        \"gameFlag\": \"0\",\n        \"hbatters\": [\n            {\n                \"ab\": 4, // 타석 수 - 4번 타석에 들어섬\n                \"accmAb\": 526, // 누적 타석 수 - 시즌 누적 타석 수는 526\n                \"accmHit\": 174, // 누적 안타 수 - 시즌 누적 안타 수는 174\n                \"changeinn\": \"6\", // 교체 시점 - 6회에 교체됨\n                \"gday\": \"20240910\", // 경기 날짜 - 2024년 9월 10일\n                \"gmkey\": \"20240910NCKT0\", // 경기 고유 키 - NC vs KT 경기\n                \"hit\": 1, // 안타 수 - 경기에서 1개의 안타를 기록\n                \"il1\": \"\", // 1회 상황 로그 (빈값)\n                \"il10\": \"\", // 10회 상황 로그 (빈값)\n                \"il11\": \"\", // 11회 상황 로그 (빈값)\n                \"il12\": \"\", // 12회 상황 로그 (빈값)\n                \"il13\": \"\", // 13회 상황 로그 (빈값)\n                \"il14\": \"\", // 14회 상황 로그 (빈값)\n                \"il15\": \"\", // 15회 상황 로그 (빈값)\n                \"il16\": \"\", // 16회 상황 로그 (빈값)\n                \"il17\": \"\", // 17회 상황 로그 (빈값)\n                \"il18\": \"\", // 18회 상황 로그 (빈값)\n                \"il19\": \"\", // 19회 상황 로그 (빈값)\n                \"il2\": \"\", // 2회 상황 로그 (빈값)\n                \"il20\": \"\", // 20회 상황 로그 (빈값)\n                \"il21\": \"\", // 21회 상황 로그 (빈값)\n                \"il22\": \"\", // 22회 상황 로그 (빈값)\n                \"il23\": \"\", // 23회 상황 로그 (빈값)\n                \"il24\": \"\", // 24회 상황 로그 (빈값)\n                \"il25\": \"\", // 25회 상황 로그 (빈값)\n                \"il3\": \"\", // 3회 상황 로그 (빈값)\n                \"il4\": \"\", // 4회 상황 로그 (빈값)\n                \"il5\": \"\", // 5회 상황 로그 (빈값)\n                \"il6\": \"\", // 6회 상황 로그 (빈값)\n                \"il7\": \"\", // 7회 상황 로그 (빈값)\n                \"il8\": \"\", // 8회 상황 로그 (빈값)\n                \"il9\": \"\", // 9회 상황 로그 (빈값)\n                \"inn1\": \"유비\", // 1회 타격 결과 - 유격수 뜬공\n                \"inn10\": \"\", // 10회 타격 결과 (빈값)\n                \"inn11\": \"\", // 11회 타격 결과 (빈값)\n                \"inn12\": \"\", // 12회 타격 결과 (빈값)\n                \"inn13\": \"\", // 13회 타격 결과 (빈값)\n                \"inn14\": \"\", // 14회 타격 결과 (빈값)\n                \"inn15\": \"\", // 15회 타격 결과 (빈값)\n                \"inn16\": \"\", // 16회 타격 결과 (빈값)\n                \"inn17\": \"\", // 17회 타격 결과 (빈값)\n                \"inn18\": \"\", // 18회 타격 결과 (빈값)\n                \"inn19\": \"\", // 19회 타격 결과 (빈값)\n                \"inn2\": \"\", // 2회 타격 결과 (빈값)\n                \"inn20\": \"\", // 20회 타격 결과 (빈값)\n                \"inn21\": \"\", // 21회 타격 결과 (빈값)\n                \"inn22\": \"\", // 22회 타격 결과 (빈값)\n                \"inn23\": \"\", // 23회 타격 결과 (빈값)\n                \"inn24\": \"\", // 24회 타격 결과 (빈값)\n                \"inn25\": \"\", // 25회 타격 결과 (빈값)\n                \"inn3\": \"좌안\", // 3회 타격 결과 - 좌익수 앞 안타\n                \"inn4\": \"투땅\", // 4회 타격 결과 - 투수 땅볼\n                \"inn5\": \"4구\", // 5회 타격 결과 - 볼넷\n                \"inn6\": \"\", // 6회 타격 결과 (빈값)\n                \"inn7\": \"삼진\", // 7회 타격 결과 - 삼진\n                \"inn8\": \"\", // 8회 타격 결과 (빈값)\n                \"inn9\": \"\", // 9회 타격 결과 (빈값)\n                \"name\": \"로하스\", // 선수 이름 - 로하스\n                \"oneturn\": \"1\", // 선수의 타순 - 1번 타자\n                \"pcode\": \"67025\", // 선수 코드 - 67025\n                \"position\": \"우좌\", // 포지션 - 우익수, 좌익수\n                \"rbi\": 0, // 타점 - 0\n                \"run\": 1, // 득점 - 1\n                \"tb\": \"B\", // 경기 타입 - B (Baseball)\n                \"turn\": \"11\" // 회차 - 11번째 회차에 타석\n            },\n            {\n                \"ab\": 4,\n                \"accmAb\": 349,\n                \"accmHit\": 98,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 1,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"우비\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"3땅\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"우비\",\n                \"inn4\": \"\",\n                \"inn5\": \"좌3\",\n                \"inn6\": \"\",\n                \"inn7\": \"\",\n                \"inn8\": \"4구\",\n                \"inn9\": \"\",\n                \"name\": \"김상수\",\n                \"oneturn\": \"2\",\n                \"pcode\": \"79402\",\n                \"position\": \"二\",\n                \"rbi\": 0,\n                \"run\": 2,\n                \"tb\": \"B\",\n                \"turn\": \"12\"\n            },\n            {\n                \"ab\": 4,\n                \"accmAb\": 380,\n                \"accmHit\": 99,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 1,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"좌중2\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"4구\",\n                \"inn4\": \"\",\n                \"inn5\": \"삼진\",\n                \"inn6\": \"3땅\",\n                \"inn7\": \"\",\n                \"inn8\": \"3땅\",\n                \"inn9\": \"\",\n                \"name\": \"장성우\",\n                \"oneturn\": \"3\",\n                \"pcode\": \"78548\",\n                \"position\": \"포\",\n                \"rbi\": 0,\n                \"run\": 1,\n                \"tb\": \"B\",\n                \"turn\": \"13\"\n            },\n            {\n                \"ab\": 4,\n                \"accmAb\": 317,\n                \"accmHit\": 85,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 3,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"삼진\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"중안\",\n                \"inn4\": \"\",\n                \"inn5\": \"우안\",\n                \"inn6\": \"4구\",\n                \"inn7\": \"\",\n                \"inn8\": \"좌중2\",\n                \"inn9\": \"\",\n                \"name\": \"문상철\",\n                \"oneturn\": \"4\",\n                \"pcode\": \"64007\",\n                \"position\": \"一\",\n                \"rbi\": 4,\n                \"run\": 1,\n                \"tb\": \"B\",\n                \"turn\": \"14\"\n            },\n            {\n                \"ab\": 0,\n                \"accmAb\": 15,\n                \"accmHit\": 3,\n                \"changeinn\": \"8\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 0,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"\",\n                \"inn4\": \"\",\n                \"inn5\": \"\",\n                \"inn6\": \"\",\n                \"inn7\": \"\",\n                \"inn8\": \"\",\n                \"inn9\": \"\",\n                \"name\": \"윤준혁\",\n                \"oneturn\": \"4\",\n                \"pcode\": \"50092\",\n                \"position\": \"주\",\n                \"rbi\": 0,\n                \"run\": 1,\n                \"tb\": \"B\",\n                \"turn\": \"24\"\n            },\n            {\n                \"ab\": 0,\n                \"accmAb\": 142,\n                \"accmHit\": 39,\n                \"changeinn\": \"9\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 0,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"\",\n                \"inn4\": \"\",\n                \"inn5\": \"\",\n                \"inn6\": \"\",\n                \"inn7\": \"\",\n                \"inn8\": \"\",\n                \"inn9\": \"\",\n                \"name\": \"오윤석\",\n                \"oneturn\": \"4\",\n                \"pcode\": \"64504\",\n                \"position\": \"一\",\n                \"rbi\": 0,\n                \"run\": 0,\n                \"tb\": \"B\",\n                \"turn\": \"34\"\n            },\n            {\n                \"ab\": 5,\n                \"accmAb\": 449,\n                \"accmHit\": 120,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 3,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"우비\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"좌안\",\n                \"inn4\": \"\",\n                \"inn5\": \"중안\",\n                \"inn6\": \"중안\",\n                \"inn7\": \"\",\n                \"inn8\": \"우비\",\n                \"inn9\": \"\",\n                \"name\": \"황재균\",\n                \"oneturn\": \"5\",\n                \"pcode\": \"76313\",\n                \"position\": \"三\",\n                \"rbi\": 2,\n                \"run\": 1,\n                \"tb\": \"B\",\n                \"turn\": \"15\"\n            },\n            {\n                \"ab\": 5,\n                \"accmAb\": 514,\n                \"accmHit\": 149,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 2,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"2비\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"삼진\",\n                \"inn4\": \"\",\n                \"inn5\": \"좌중2\",\n                \"inn6\": \"좌비\",\n                \"inn7\": \"\",\n                \"inn8\": \"우2\",\n                \"inn9\": \"\",\n                \"name\": \"강백호\",\n                \"oneturn\": \"6\",\n                \"pcode\": \"68050\",\n                \"position\": \"지\",\n                \"rbi\": 2,\n                \"run\": 1,\n                \"tb\": \"B\",\n                \"turn\": \"16\"\n            },\n            {\n                \"ab\": 4,\n                \"accmAb\": 364,\n                \"accmHit\": 98,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 0,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"삼진\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"\",\n                \"inn4\": \"4구\",\n                \"inn5\": \"2땅\",\n                \"inn6\": \"좌비\",\n                \"inn7\": \"\",\n                \"inn8\": \"삼진\",\n                \"inn9\": \"\",\n                \"name\": \"배정대\",\n                \"oneturn\": \"7\",\n                \"pcode\": \"64166\",\n                \"position\": \"중\",\n                \"rbi\": 0,\n                \"run\": 0,\n                \"tb\": \"B\",\n                \"turn\": \"17\"\n            },\n            {\n                \"ab\": 2,\n                \"accmAb\": 23,\n                \"accmHit\": 5,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 0,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"우비\",\n                \"inn4\": \"중비\",\n                \"inn5\": \"\",\n                \"inn6\": \"\",\n                \"inn7\": \"\",\n                \"inn8\": \"\",\n                \"inn9\": \"\",\n                \"name\": \"안현민\",\n                \"oneturn\": \"8\",\n                \"pcode\": \"52001\",\n                \"position\": \"좌\",\n                \"rbi\": 0,\n                \"run\": 0,\n                \"tb\": \"B\",\n                \"turn\": \"18\"\n            },\n            {\n                \"ab\": 0,\n                \"accmAb\": 306,\n                \"accmHit\": 104,\n                \"changeinn\": \"5\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 0,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"\",\n                \"inn4\": \"\",\n                \"inn5\": \"4구\",\n                \"inn6\": \"\",\n                \"inn7\": \"\",\n                \"inn8\": \"\",\n                \"inn9\": \"\",\n                \"name\": \"김민혁\",\n                \"oneturn\": \"8\",\n                \"pcode\": \"64004\",\n                \"position\": \"타\",\n                \"rbi\": 0,\n                \"run\": 0,\n                \"tb\": \"B\",\n                \"turn\": \"28\"\n            },\n            {\n                \"ab\": 0,\n                \"accmAb\": 14,\n                \"accmHit\": 5,\n                \"changeinn\": \"5\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 0,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"\",\n                \"inn4\": \"\",\n                \"inn5\": \"\",\n                \"inn6\": \"\",\n                \"inn7\": \"\",\n                \"inn8\": \"\",\n                \"inn9\": \"\",\n                \"name\": \"김병준\",\n                \"oneturn\": \"8\",\n                \"pcode\": \"52002\",\n                \"position\": \"주우\",\n                \"rbi\": 0,\n                \"run\": 1,\n                \"tb\": \"B\",\n                \"turn\": \"38\"\n            },\n            {\n                \"ab\": 1,\n                \"accmAb\": 270,\n                \"accmHit\": 63,\n                \"changeinn\": \"7\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 0,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"\",\n                \"inn4\": \"\",\n                \"inn5\": \"\",\n                \"inn6\": \"\",\n                \"inn7\": \"투땅\",\n                \"inn8\": \"\",\n                \"inn9\": \"\",\n                \"name\": \"오재일\",\n                \"oneturn\": \"8\",\n                \"pcode\": \"75334\",\n                \"position\": \"타\",\n                \"rbi\": 0,\n                \"run\": 0,\n                \"tb\": \"B\",\n                \"turn\": \"48\"\n            },\n            {\n                \"ab\": 0,\n                \"accmAb\": 12,\n                \"accmHit\": 3,\n                \"changeinn\": \"8\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 0,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"\",\n                \"inn4\": \"\",\n                \"inn5\": \"\",\n                \"inn6\": \"\",\n                \"inn7\": \"\",\n                \"inn8\": \"\",\n                \"inn9\": \"\",\n                \"name\": \"송민섭\",\n                \"oneturn\": \"8\",\n                \"pcode\": \"64012\",\n                \"position\": \"우\",\n                \"rbi\": 0,\n                \"run\": 0,\n                \"tb\": \"B\",\n                \"turn\": \"58\"\n            },\n            {\n                \"ab\": 3,\n                \"accmAb\": 132,\n                \"accmHit\": 34,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 1,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"4구\",\n                \"inn4\": \"좌비\",\n                \"inn5\": \"좌홈\",\n                \"inn6\": \"\",\n                \"inn7\": \"3땅\",\n                \"inn8\": \"\",\n                \"inn9\": \"\",\n                \"name\": \"심우준\",\n                \"oneturn\": \"9\",\n                \"pcode\": \"64006\",\n                \"position\": \"유\",\n                \"rbi\": 3,\n                \"run\": 2,\n                \"tb\": \"B\",\n                \"turn\": \"19\"\n            },\n            {\n                \"ab\": 36,\n                \"accmAb\": 0,\n                \"accmHit\": 0,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 12,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"\",\n                \"inn4\": \"\",\n                \"inn5\": \"\",\n                \"inn6\": \"\",\n                \"inn7\": \"\",\n                \"inn8\": \"\",\n                \"inn9\": \"\",\n                \"name\": \"합계\",\n                \"oneturn\": \"\",\n                \"pcode\": \"b\",\n                \"position\": \"\",\n                \"rbi\": 11,\n                \"run\": 11,\n                \"tb\": \"b\",\n                \"turn\": \"\"\n            }\n        ],\n        \"hpitchers\": [\n            {\n                \"ab\": 22,\n                \"accmEr\": 65,\n                \"accmInn2\": 414,\n                \"bbhp\": 2,\n                \"bf\": 89,\n                \"changeinn\": \"\",\n                \"er\": 6,\n                \"game\": 25,\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 8,\n                \"hr\": 4,\n                \"inn\": \"5\",\n                \"kk\": 4,\n                \"l\": 7,\n                \"name\": \"벤자민\",\n                \"pa\": 24,\n                \"pcode\": \"52043\",\n                \"pos\": \"11\",\n                \"r\": 6,\n                \"s\": 0,\n                \"tb\": \"B\",\n                \"w\": 11,\n                \"wls\": \"W\"\n            },\n            {\n                \"ab\": 4,\n                \"accmEr\": 43,\n                \"accmInn2\": 220,\n                \"bbhp\": 2,\n                \"bf\": 35,\n                \"changeinn\": \"6.7\",\n                \"er\": 1,\n                \"game\": 67,\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 2,\n                \"hr\": 0,\n                \"inn\": \"0 ⅔\",\n                \"kk\": 0,\n                \"l\": 3,\n                \"name\": \"김민수\",\n                \"pa\": 6,\n                \"pcode\": \"65048\",\n                \"pos\": \"21\",\n                \"r\": 1,\n                \"s\": 0,\n                \"tb\": \"B\",\n                \"w\": 5,\n                \"wls\": \"\"\n            },\n            {\n                \"ab\": 6,\n                \"accmEr\": 32,\n                \"accmInn2\": 219,\n                \"bbhp\": 0,\n                \"bf\": 18,\n                \"changeinn\": \"6.4\",\n                \"er\": 0,\n                \"game\": 65,\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 1,\n                \"hr\": 0,\n                \"inn\": \"2\",\n                \"kk\": 1,\n                \"l\": 3,\n                \"name\": \"김민\",\n                \"pa\": 6,\n                \"pcode\": \"68043\",\n                \"pos\": \"31\",\n                \"r\": 0,\n                \"s\": 0,\n                \"tb\": \"B\",\n                \"w\": 8,\n                \"wls\": \"H\"\n            },\n            {\n                \"ab\": 5,\n                \"accmEr\": 26,\n                \"accmInn2\": 207,\n                \"bbhp\": 1,\n                \"bf\": 24,\n                \"changeinn\": \"8.1\",\n                \"er\": 1,\n                \"game\": 58,\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 1,\n                \"hr\": 1,\n                \"inn\": \"1 ⅓\",\n                \"kk\": 2,\n                \"l\": 2,\n                \"name\": \"박영현\",\n                \"pa\": 6,\n                \"pcode\": \"52060\",\n                \"pos\": \"41\",\n                \"r\": 1,\n                \"s\": 23,\n                \"tb\": \"B\",\n                \"w\": 10,\n                \"wls\": \"S\"\n            }\n        ],\n        \"schedule\": {\n            \"current\": {\n                \"broadcast\": \"SPOTV2\", //방송사\n                \"cancelFlag\": \"0\", //취소여부 0 취소되지 않음\n                \"crowdCn\": 6721, //관중수\n                \"endFlag\": \"1\", // 경기 종료 1, 경기전 0\n                \"game\": \"current\", \n                \"gameDate\": 20240910,\n                \"gday\": 10, //날짜\n                \"gmkey\": \"20240910NCKT0\",\n                \"gmonth\": 9, //월\n                \"gtime\": \"18:30\", //경기시간\n                \"gyear\": \"2024\", //년도\n                \"home\": \"KT\", \n                \"homeKey\": \"KT\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"hscore\": 11, //홈팀 스코어\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\", //경기장 키\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/NC.png\",\n                \"vscore\": 8 //원정팀 스코어\n            },\n            \"next\": {\n                \"broadcast\": \"SPOTV2,KBS N SPORTS\",\n                \"cancelFlag\": \"0\",\n                \"crowdCn\": 5815,\n                \"endFlag\": \"1\",\n                \"game\": \"next\",\n                \"gameDate\": 20240911,\n                \"gday\": 11,\n                \"gmkey\": \"20240911NCKT0\",\n                \"gmonth\": 9,\n                \"gtime\": \"18:30\",\n                \"gyear\": \"2024\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"hscore\": 2,\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/NC.png\",\n                \"vscore\": 1\n            },\n            \"prev\": {\n                \"broadcast\": \"SPOTV,SPOTV2\",\n                \"cancelFlag\": \"0\",\n                \"crowdCn\": 18700,\n                \"endFlag\": \"1\",\n                \"game\": \"prev\",\n                \"gameDate\": 20240907,\n                \"gday\": 7,\n                \"gmkey\": \"20240907OBKT0\",\n                \"gmonth\": 9,\n                \"gtime\": \"17:00\",\n                \"gyear\": \"2024\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeLogo\": \"http://54.180.229.183/api/static/KT.png\",\n                \"hscore\": 2,\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"visit\": \"두산\",\n                \"visitKey\": \"OB\",\n                \"visitLogo\": \"http://54.180.229.183/api/static/OB.png\",\n                \"vscore\": 12\n            }\n        },\n        \"scoreboard\": [\n            {\n                \"ballfour\": \"5\", //볼넷 갯수\n                \"bhome\": 0,\n                \"bhomeName\": \"NC\",\n                \"error\": \"0\",\n                \"gameDate\": 20240910,\n                \"hit\": \"12\", //안타 수\n                \"run\": \"8\", //점수 8\n                \"score1\": \"0\",\n                \"score10\": \"-\",\n                \"score11\": \"-\",\n                \"score12\": \"-\",\n                \"score2\": \"0\", //각 회 득점\n                \"score3\": \"0\",\n                \"score4\": \"1\", //4회 득점 1점\n                \"score5\": \"5\",\n                \"score6\": \"1\",\n                \"score7\": \"0\",\n                \"score8\": \"0\",\n                \"score9\": \"1\"\n            },\n            {\n                \"ballfour\": \"7\",\n                \"bhome\": 1,\n                \"bhomeName\": \"KT\",\n                \"error\": \"0\",\n                \"gameDate\": 20240910,\n                \"hit\": \"12\",\n                \"run\": \"11\",\n                \"score1\": \"0\",\n                \"score10\": \"-\",\n                \"score11\": \"-\",\n                \"score12\": \"-\",\n                \"score2\": \"0\",\n                \"score3\": \"3\",\n                \"score4\": \"0\",\n                \"score5\": \"6\",\n                \"score6\": \"0\",\n                \"score7\": \"0\",\n                \"score8\": \"2\",\n                \"score9\": \"-\"\n            }\n        ],\n        \"vbatters\": [\n            {\n                \"ab\": 3,\n                \"accmAb\": 415,\n                \"accmHit\": 140,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 2,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"중안\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"중비\",\n                \"inn4\": \"\",\n                \"inn5\": \"우홈\",\n                \"inn6\": \"4구\",\n                \"inn7\": \"\",\n                \"inn8\": \"4구\",\n                \"inn9\": \"\",\n                \"name\": \"박민우\",\n                \"oneturn\": \"1\",\n                \"pcode\": \"62907\",\n                \"position\": \"二\",\n                \"rbi\": 1,\n                \"run\": 1,\n                \"tb\": \"T\",\n                \"turn\": \"11\"\n            },\n            {\n                \"ab\": 5,\n                \"accmAb\": 456,\n                \"accmHit\": 131,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 2,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"삼진\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"\",\n                \"inn4\": \"좌중홈\",\n                \"inn5\": \"포번\",\n                \"inn6\": \"유안\",\n                \"inn7\": \"\",\n                \"inn8\": \"삼진\",\n                \"inn9\": \"\",\n                \"name\": \"서호철\",\n                \"oneturn\": \"2\",\n                \"pcode\": \"69995\",\n                \"position\": \"三\",\n                \"rbi\": 1,\n                \"run\": 1,\n                \"tb\": \"T\",\n                \"turn\": \"12\"\n            },\n            {\n                \"ab\": 0,\n                \"accmAb\": 120,\n                \"accmHit\": 24,\n                \"changeinn\": \"8\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 0,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"\",\n                \"inn4\": \"\",\n                \"inn5\": \"\",\n                \"inn6\": \"\",\n                \"inn7\": \"\",\n                \"inn8\": \"\",\n                \"inn9\": \"\",\n                \"name\": \"도태훈\",\n                \"oneturn\": \"2\",\n                \"pcode\": \"66965\",\n                \"position\": \"三\",\n                \"rbi\": 0,\n                \"run\": 0,\n                \"tb\": \"T\",\n                \"turn\": \"22\"\n            },\n            {\n                \"ab\": 4,\n                \"accmAb\": 405,\n                \"accmHit\": 120,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 1,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"2병\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"\",\n                \"inn4\": \"우비\",\n                \"inn5\": \"좌안\",\n                \"inn6\": \"4구\",\n                \"inn7\": \"\",\n                \"inn8\": \"\",\n                \"inn9\": \"유직\",\n                \"name\": \"권희동\",\n                \"oneturn\": \"3\",\n                \"pcode\": \"63963\",\n                \"position\": \"좌\",\n                \"rbi\": 1,\n                \"run\": 1,\n                \"tb\": \"T\",\n                \"turn\": \"13\"\n            },\n            {\n                \"ab\": 4,\n                \"accmAb\": 440,\n                \"accmHit\": 116,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 1,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"우비\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"\",\n                \"inn4\": \"4구\",\n                \"inn5\": \"좌홈\",\n                \"inn6\": \"3비\",\n                \"inn7\": \"\",\n                \"inn8\": \"\",\n                \"inn9\": \"포파\",\n                \"name\": \"김휘집\",\n                \"oneturn\": \"4\",\n                \"pcode\": \"51344\",\n                \"position\": \"지\",\n                \"rbi\": 2,\n                \"run\": 1,\n                \"tb\": \"T\",\n                \"turn\": \"14\"\n            },\n            {\n                \"ab\": 5,\n                \"accmAb\": 460,\n                \"accmHit\": 138,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 3,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"중비\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"\",\n                \"inn4\": \"중안\",\n                \"inn5\": \"중비\",\n                \"inn6\": \"\",\n                \"inn7\": \"중안\",\n                \"inn8\": \"\",\n                \"inn9\": \"좌중홈\",\n                \"name\": \"데이비슨\",\n                \"oneturn\": \"5\",\n                \"pcode\": \"54944\",\n                \"position\": \"一\",\n                \"rbi\": 1,\n                \"run\": 1,\n                \"tb\": \"T\",\n                \"turn\": \"15\"\n            },\n            {\n                \"ab\": 3,\n                \"accmAb\": 165,\n                \"accmHit\": 49,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 0,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"4구\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"\",\n                \"inn4\": \"삼진\",\n                \"inn5\": \"삼진\",\n                \"inn6\": \"\",\n                \"inn7\": \"유병\",\n                \"inn8\": \"\",\n                \"inn9\": \"\",\n                \"name\": \"천재환\",\n                \"oneturn\": \"6\",\n                \"pcode\": \"67905\",\n                \"position\": \"우\",\n                \"rbi\": 0,\n                \"run\": 0,\n                \"tb\": \"T\",\n                \"turn\": \"16\"\n            },\n            {\n                \"ab\": 1,\n                \"accmAb\": 142,\n                \"accmHit\": 34,\n                \"changeinn\": \"9\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 0,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"\",\n                \"inn4\": \"\",\n                \"inn5\": \"\",\n                \"inn6\": \"\",\n                \"inn7\": \"\",\n                \"inn8\": \"\",\n                \"inn9\": \"삼진\",\n                \"name\": \"박세혁\",\n                \"oneturn\": \"6\",\n                \"pcode\": \"62244\",\n                \"position\": \"타\",\n                \"rbi\": 0,\n                \"run\": 0,\n                \"tb\": \"T\",\n                \"turn\": \"26\"\n            },\n            {\n                \"ab\": 4,\n                \"accmAb\": 322,\n                \"accmHit\": 65,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 0,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"좌비\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"\",\n                \"inn4\": \"좌비\",\n                \"inn5\": \"\",\n                \"inn6\": \"1파\",\n                \"inn7\": \"우비\",\n                \"inn8\": \"\",\n                \"inn9\": \"\",\n                \"name\": \"김성욱\",\n                \"oneturn\": \"7\",\n                \"pcode\": \"62934\",\n                \"position\": \"중\",\n                \"rbi\": 0,\n                \"run\": 0,\n                \"tb\": \"T\",\n                \"turn\": \"17\"\n            },\n            {\n                \"ab\": 4,\n                \"accmAb\": 327,\n                \"accmHit\": 65,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 1,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"우비\",\n                \"inn4\": \"\",\n                \"inn5\": \"우2\",\n                \"inn6\": \"3파\",\n                \"inn7\": \"\",\n                \"inn8\": \"3땅\",\n                \"inn9\": \"\",\n                \"name\": \"김형준\",\n                \"oneturn\": \"8\",\n                \"pcode\": \"68912\",\n                \"position\": \"포\",\n                \"rbi\": 0,\n                \"run\": 1,\n                \"tb\": \"T\",\n                \"turn\": \"18\"\n            },\n            {\n                \"ab\": 4,\n                \"accmAb\": 334,\n                \"accmHit\": 82,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 2,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"삼진\",\n                \"inn4\": \"\",\n                \"inn5\": \"좌홈\",\n                \"inn6\": \"좌안\",\n                \"inn7\": \"\",\n                \"inn8\": \"삼진\",\n                \"inn9\": \"\",\n                \"name\": \"김주원\",\n                \"oneturn\": \"9\",\n                \"pcode\": \"51907\",\n                \"position\": \"유\",\n                \"rbi\": 2,\n                \"run\": 2,\n                \"tb\": \"T\",\n                \"turn\": \"19\"\n            },\n            {\n                \"ab\": 37,\n                \"accmAb\": 0,\n                \"accmHit\": 0,\n                \"changeinn\": \"\",\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 12,\n                \"il1\": \"\",\n                \"il10\": \"\",\n                \"il11\": \"\",\n                \"il12\": \"\",\n                \"il13\": \"\",\n                \"il14\": \"\",\n                \"il15\": \"\",\n                \"il16\": \"\",\n                \"il17\": \"\",\n                \"il18\": \"\",\n                \"il19\": \"\",\n                \"il2\": \"\",\n                \"il20\": \"\",\n                \"il21\": \"\",\n                \"il22\": \"\",\n                \"il23\": \"\",\n                \"il24\": \"\",\n                \"il25\": \"\",\n                \"il3\": \"\",\n                \"il4\": \"\",\n                \"il5\": \"\",\n                \"il6\": \"\",\n                \"il7\": \"\",\n                \"il8\": \"\",\n                \"il9\": \"\",\n                \"inn1\": \"\",\n                \"inn10\": \"\",\n                \"inn11\": \"\",\n                \"inn12\": \"\",\n                \"inn13\": \"\",\n                \"inn14\": \"\",\n                \"inn15\": \"\",\n                \"inn16\": \"\",\n                \"inn17\": \"\",\n                \"inn18\": \"\",\n                \"inn19\": \"\",\n                \"inn2\": \"\",\n                \"inn20\": \"\",\n                \"inn21\": \"\",\n                \"inn22\": \"\",\n                \"inn23\": \"\",\n                \"inn24\": \"\",\n                \"inn25\": \"\",\n                \"inn3\": \"\",\n                \"inn4\": \"\",\n                \"inn5\": \"\",\n                \"inn6\": \"\",\n                \"inn7\": \"\",\n                \"inn8\": \"\",\n                \"inn9\": \"\",\n                \"name\": \"합계\",\n                \"oneturn\": \"\",\n                \"pcode\": \"T\",\n                \"position\": \"\",\n                \"rbi\": 8,\n                \"run\": 8,\n                \"tb\": \"T\",\n                \"turn\": \"\"\n            }\n        ],\n        \"vpitchers\": [\n            {\n                \"ab\": 13,\n                \"accmEr\": 41,\n                \"accmInn2\": 453,\n                \"bbhp\": 2,\n                \"bf\": 53,\n                \"changeinn\": \"\",\n                \"er\": 3,\n                \"game\": 25,\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 4,\n                \"hr\": 0,\n                \"inn\": \"3\",\n                \"kk\": 3,\n                \"l\": 2,\n                \"name\": \"하트\",\n                \"pa\": 15,\n                \"pcode\": \"54930\",\n                \"pos\": \"11\",\n                \"r\": 3,\n                \"s\": 0,\n                \"tb\": \"T\",\n                \"w\": 13,\n                \"wls\": \"\"\n            },\n            {\n                \"ab\": 3,\n                \"accmEr\": 20,\n                \"accmInn2\": 128,\n                \"bbhp\": 1,\n                \"bf\": 13,\n                \"changeinn\": \"4.7\",\n                \"er\": 0,\n                \"game\": 48,\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 0,\n                \"hr\": 0,\n                \"inn\": \"1\",\n                \"kk\": 0,\n                \"l\": 2,\n                \"name\": \"한재승\",\n                \"pa\": 4,\n                \"pcode\": \"51994\",\n                \"pos\": \"21\",\n                \"r\": 0,\n                \"s\": 0,\n                \"tb\": \"T\",\n                \"w\": 1,\n                \"wls\": \"\"\n            },\n            {\n                \"ab\": 5,\n                \"accmEr\": 32,\n                \"accmInn2\": 148,\n                \"bbhp\": 0,\n                \"bf\": 20,\n                \"changeinn\": \"5.2\",\n                \"er\": 4,\n                \"game\": 53,\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 4,\n                \"hr\": 0,\n                \"inn\": \"0 ⅓\",\n                \"kk\": 1,\n                \"l\": 9,\n                \"name\": \"이용찬\",\n                \"pa\": 5,\n                \"pcode\": \"77211\",\n                \"pos\": \"31\",\n                \"r\": 4,\n                \"s\": 16,\n                \"tb\": \"T\",\n                \"w\": 3,\n                \"wls\": \"L\"\n            },\n            {\n                \"ab\": 3,\n                \"accmEr\": 16,\n                \"accmInn2\": 56,\n                \"bbhp\": 2,\n                \"bf\": 31,\n                \"changeinn\": \"5.7\",\n                \"er\": 2,\n                \"game\": 19,\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 1,\n                \"hr\": 1,\n                \"inn\": \"0 ⅔\",\n                \"kk\": 0,\n                \"l\": 1,\n                \"name\": \"배재환\",\n                \"pa\": 5,\n                \"pcode\": \"64995\",\n                \"pos\": \"41\",\n                \"r\": 2,\n                \"s\": 0,\n                \"tb\": \"T\",\n                \"w\": 0,\n                \"wls\": \"\"\n            },\n            {\n                \"ab\": 4,\n                \"accmEr\": 26,\n                \"accmInn2\": 108,\n                \"bbhp\": 1,\n                \"bf\": 15,\n                \"changeinn\": \"6.3\",\n                \"er\": 0,\n                \"game\": 44,\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 1,\n                \"hr\": 0,\n                \"inn\": \"1\",\n                \"kk\": 0,\n                \"l\": 1,\n                \"name\": \"류진욱\",\n                \"pa\": 5,\n                \"pcode\": \"65949\",\n                \"pos\": \"51\",\n                \"r\": 0,\n                \"s\": 0,\n                \"tb\": \"T\",\n                \"w\": 2,\n                \"wls\": \"\"\n            },\n            {\n                \"ab\": 3,\n                \"accmEr\": 25,\n                \"accmInn2\": 147,\n                \"bbhp\": 0,\n                \"bf\": 12,\n                \"changeinn\": \"7.8\",\n                \"er\": 0,\n                \"game\": 59,\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 0,\n                \"hr\": 0,\n                \"inn\": \"1\",\n                \"kk\": 1,\n                \"l\": 6,\n                \"name\": \"임정호\",\n                \"pa\": 3,\n                \"pcode\": \"63959\",\n                \"pos\": \"61\",\n                \"r\": 0,\n                \"s\": 2,\n                \"tb\": \"T\",\n                \"w\": 1,\n                \"wls\": \"\"\n            },\n            {\n                \"ab\": 3,\n                \"accmEr\": 54,\n                \"accmInn2\": 308,\n                \"bbhp\": 1,\n                \"bf\": 17,\n                \"changeinn\": \"8.2\",\n                \"er\": 2,\n                \"game\": 34,\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 1,\n                \"hr\": 0,\n                \"inn\": \"0 ⅔\",\n                \"kk\": 0,\n                \"l\": 4,\n                \"name\": \"김시훈\",\n                \"pa\": 4,\n                \"pcode\": \"68928\",\n                \"pos\": \"71\",\n                \"r\": 2,\n                \"s\": 0,\n                \"tb\": \"T\",\n                \"w\": 3,\n                \"wls\": \"\"\n            },\n            {\n                \"ab\": 2,\n                \"accmEr\": 6,\n                \"accmInn2\": 24,\n                \"bbhp\": 0,\n                \"bf\": 9,\n                \"changeinn\": \"8.6\",\n                \"er\": 0,\n                \"game\": 8,\n                \"gday\": \"20240910\",\n                \"gmkey\": \"20240910NCKT0\",\n                \"hit\": 1,\n                \"hr\": 0,\n                \"inn\": \"0 ⅓\",\n                \"kk\": 1,\n                \"l\": 0,\n                \"name\": \"김태현\",\n                \"pa\": 2,\n                \"pcode\": \"67956\",\n                \"pos\": \"81\",\n                \"r\": 0,\n                \"s\": 0,\n                \"tb\": \"T\",\n                \"w\": 0,\n                \"wls\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"974657a7-35d7-46b4-9407-ec6cab903bd0"},{"name":"팀순위","id":"1b1c5cd1-8d85-401e-8763-011c3a750174","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/teamrankbyyear","urlObject":{"protocol":"http","path":["api","game","teamrankbyyear"],"host":["54","180","228","165"],"query":[],"variable":[]}},"response":[{"id":"5ced2b96-1a31-418f-ba46-947eabcfb4d9","name":"팀순위","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/game/teamrankbyyear"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:17:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3096"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [ // 팀별 요약 리스트\n            {\n                \"ab\": 5124,        // 팀 전체 타수\n                \"bra\": \"0.369\",    // 팀 타율\n                \"continue1\": \"2승\", // 최근 연속 경기 결과 표시\n                \"drawn\": 2,        // 무승부 횟수\n                \"er\": 629,         // 팀 자책점\n                \"era\": \"4.40\",     // 팀 평균자책점\n                \"game\": 144,       // 경기 수\n                \"gameFlag\": 0,     // 게임 진행 상태(0:종료/1:진행 중 등)\n                \"gb\": \"0.0\",       // 선두팀과의 승차\n                \"gyear\": \"2024\",   // 시즌 연도\n                \"hr\": 163,         // 팀 홈런 수\n                \"hra\": \"0.301\",    // 팀 장타율\n                \"lastrank\": 6,     // 이전 순위\n                \"lose\": 55,        // 패\n                \"lra\": \"0.459\",    // 패율\n                \"r\": 759,          // 실점\n                \"rank\": 1,         // 현재 순위\n                \"run\": 858,        // 득점\n                \"sb\": 125,         // 도루\n                \"teamCode\": \"HT\",  // 팀 코드\n                \"teamName\": \"KIA\", // 팀 이름 (한글)\n                \"teamNameEng\": \"KIA\", // 팀 이름 (영문)\n                \"win\": 87,         // 승\n                \"wra\": \"0.613\"     // 승률\n            },\n            {\n                \"ab\": 4975,\n                \"bra\": \"0.346\",\n                \"continue1\": \"1패\",\n                \"drawn\": 2,\n                \"er\": 667,\n                \"era\": \"4.68\",\n                \"game\": 144,\n                \"gameFlag\": 0,\n                \"gb\": \"9.0\",\n                \"gyear\": \"2024\",\n                \"hr\": 185,\n                \"hra\": \"0.269\",\n                \"lastrank\": 8,\n                \"lose\": 64,\n                \"lra\": \"0.428\",\n                \"r\": 719,\n                \"rank\": 2,\n                \"run\": 770,\n                \"sb\": 113,\n                \"teamCode\": \"SS\",\n                \"teamName\": \"삼성\",\n                \"teamNameEng\": \"SAMSUNG\",\n                \"win\": 78,\n                \"wra\": \"0.549\"\n            },\n            {\n                \"ab\": 4919,\n                \"bra\": \"0.366\",\n                \"continue1\": \"2승\",\n                \"drawn\": 2,\n                \"er\": 657,\n                \"era\": \"4.63\",\n                \"game\": 144,\n                \"gameFlag\": 0,\n                \"gb\": \"11.0\",\n                \"gyear\": \"2024\",\n                \"hr\": 115,\n                \"hra\": \"0.283\",\n                \"lastrank\": 1,\n                \"lose\": 66,\n                \"lra\": \"0.414\",\n                \"r\": 728,\n                \"rank\": 3,\n                \"run\": 808,\n                \"sb\": 171,\n                \"teamCode\": \"LG\",\n                \"teamName\": \"LG\",\n                \"teamNameEng\": \"LG\",\n                \"win\": 76,\n                \"wra\": \"0.535\"\n            },\n            {\n                \"ab\": 4975,\n                \"bra\": \"0.35\",\n                \"continue1\": \"4승\",\n                \"drawn\": 2,\n                \"er\": 688,\n                \"era\": \"4.82\",\n                \"game\": 144,\n                \"gameFlag\": 0,\n                \"gb\": \"13.0\",\n                \"gyear\": \"2024\",\n                \"hr\": 150,\n                \"hra\": \"0.276\",\n                \"lastrank\": 5,\n                \"lose\": 68,\n                \"lra\": \"0.424\",\n                \"r\": 748,\n                \"rank\": 4,\n                \"run\": 789,\n                \"sb\": 184,\n                \"teamCode\": \"OB\",\n                \"teamName\": \"두산\",\n                \"teamNameEng\": \"DOOSAN\",\n                \"win\": 74,\n                \"wra\": \"0.521\"\n            },\n            {\n                \"ab\": 5072,\n                \"bra\": \"0.355\",\n                \"continue1\": \"3승\",\n                \"drawn\": 2,\n                \"er\": 729,\n                \"era\": \"5.11\",\n                \"game\": 144,\n                \"gameFlag\": 0,\n                \"gb\": \"15.0\",\n                \"gyear\": \"2024\",\n                \"hr\": 145,\n                \"hra\": \"0.279\",\n                \"lastrank\": 2,\n                \"lose\": 70,\n                \"lra\": \"0.417\",\n                \"r\": 804,\n                \"rank\": 5,\n                \"run\": 767,\n                \"sb\": 61,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"teamNameEng\": \"KT\",\n                \"win\": 72,\n                \"wra\": \"0.507\"\n            },\n            {\n                \"ab\": 5001,\n                \"bra\": \"0.342\",\n                \"continue1\": \"4승\",\n                \"drawn\": 2,\n                \"er\": 740,\n                \"era\": \"5.25\",\n                \"game\": 144,\n                \"gameFlag\": 0,\n                \"gb\": \"15.0\",\n                \"gyear\": \"2024\",\n                \"hr\": 152,\n                \"hra\": \"0.273\",\n                \"lastrank\": 3,\n                \"lose\": 70,\n                \"lra\": \"0.42\",\n                \"r\": 814,\n                \"rank\": 6,\n                \"run\": 756,\n                \"sb\": 149,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"teamNameEng\": \"SSG\",\n                \"win\": 72,\n                \"wra\": \"0.507\"\n            },\n            {\n                \"ab\": 5110,\n                \"bra\": \"0.352\",\n                \"continue1\": \"1승\",\n                \"drawn\": 4,\n                \"er\": 719,\n                \"era\": \"5.05\",\n                \"game\": 144,\n                \"gameFlag\": 0,\n                \"gb\": \"20.0\",\n                \"gyear\": \"2024\",\n                \"hr\": 125,\n                \"hra\": \"0.285\",\n                \"lastrank\": 7,\n                \"lose\": 74,\n                \"lra\": \"0.43\",\n                \"r\": 791,\n                \"rank\": 7,\n                \"run\": 802,\n                \"sb\": 105,\n                \"teamCode\": \"LT\",\n                \"teamName\": \"롯데\",\n                \"teamNameEng\": \"LOTTE\",\n                \"win\": 66,\n                \"wra\": \"0.471\"\n            },\n            {\n                \"ab\": 5005,\n                \"bra\": \"0.347\",\n                \"continue1\": \"2패\",\n                \"drawn\": 2,\n                \"er\": 706,\n                \"era\": \"4.98\",\n                \"game\": 144,\n                \"gameFlag\": 0,\n                \"gb\": \"21.0\",\n                \"gyear\": \"2024\",\n                \"hr\": 127,\n                \"hra\": \"0.27\",\n                \"lastrank\": 9,\n                \"lose\": 76,\n                \"lra\": \"0.398\",\n                \"r\": 780,\n                \"rank\": 8,\n                \"run\": 745,\n                \"sb\": 69,\n                \"teamCode\": \"HH\",\n                \"teamName\": \"한화\",\n                \"teamNameEng\": \"HANWHA\",\n                \"win\": 66,\n                \"wra\": \"0.465\"\n            },\n            {\n                \"ab\": 5009,\n                \"bra\": \"0.353\",\n                \"continue1\": \"2패\",\n                \"drawn\": 2,\n                \"er\": 708,\n                \"era\": \"5.00\",\n                \"game\": 144,\n                \"gameFlag\": 0,\n                \"gb\": \"26.0\",\n                \"gyear\": \"2024\",\n                \"hr\": 172,\n                \"hra\": \"0.274\",\n                \"lastrank\": 4,\n                \"lose\": 81,\n                \"lra\": \"0.428\",\n                \"r\": 801,\n                \"rank\": 9,\n                \"run\": 773,\n                \"sb\": 104,\n                \"teamCode\": \"NC\",\n                \"teamName\": \"NC\",\n                \"teamNameEng\": \"NC\",\n                \"win\": 61,\n                \"wra\": \"0.430\"\n            },\n            {\n                \"ab\": 5015,\n                \"bra\": \"0.337\",\n                \"continue1\": \"5패\",\n                \"drawn\": 0,\n                \"er\": 729,\n                \"era\": \"5.16\",\n                \"game\": 144,\n                \"gameFlag\": 0,\n                \"gb\": \"30.0\",\n                \"gyear\": \"2024\",\n                \"hr\": 104,\n                \"hra\": \"0.264\",\n                \"lastrank\": 10,\n                \"lose\": 86,\n                \"lra\": \"0.38\",\n                \"r\": 796,\n                \"rank\": 10,\n                \"run\": 672,\n                \"sb\": 71,\n                \"teamCode\": \"WO\",\n                \"teamName\": \"키움\",\n                \"teamNameEng\": \"KIWOOM\",\n                \"win\": 58,\n                \"wra\": \"0.403\"\n            }\n        ]\n    }\n}\n"}],"_postman_id":"1b1c5cd1-8d85-401e-8763-011c3a750174"},{"name":"팀투수순위","id":"a9d94fd6-600a-4d6f-88a9-8fcea8fb5d32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/rank/pitching","urlObject":{"protocol":"http","path":["api","game","rank","pitching"],"host":["54","180","228","165"],"query":[],"variable":[]}},"response":[{"id":"f444a234-a332-48b8-85bc-87b2324c649e","name":"팀투수순위","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/game/rank/pitching"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:17:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4764"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [ // 팀별 투수 기록 (투수 순위 리스트)\n            {\n                \"ab\": 5099,       // 상대 타자에게 기록된 공식 타수\n                \"bb\": 443,        // 볼넷\n                \"bb9\": 3,         // 9이닝당 볼넷 허용\n                \"bbhp\": 508,      // 볼넷 + 몸에 맞는 공(HP) 합계\n                \"bk\": 5,          // 보크\n                \"bs\": 18,         // 블론 세이브\n                \"cg\": 0,          // 완투\n                \"cs\": 38,         // 도루 저지 횟수\n                \"er\": 732,        // 자책점\n                \"era\": \"5.13\",    // 평균자책점\n                \"err\": 25,        // 실책\n                \"gd\": 88,         // 병살타 유도\n                \"gyear\": \"2024\",  // 시즌 연도\n                \"h2\": 259,        // 피안타 중 2루타\n                \"h3\": 35,         // 피안타 중 3루타\n                \"hit\": 1448,      // 피안타\n                \"hit9\": 10,       // 9이닝당 피안타\n                \"hold\": 50,       // 홀드\n                \"hp\": 65,         // 몸에 맞는 공\n                \"hr\": 155,        // 피홈런\n                \"ib\": 22,         // 고의사구\n                \"inn\": 1284,      // 소화 이닝(누적)\n                \"iso\": \"0.156\",   // 장타에서 단타를 제외해 파워 측정 (Isolated Power)\n                \"kk\": 1118,       // 삼진\n                \"kk9\": 7,         // 9이닝당 삼진\n                \"oavg\": \"0.284\",  // 피안타율 (상대 타율)\n                \"obp\": \"0.345\",   // 상대 출루율\n                \"oops\": \"0.785\",  // 상대 OPS (출루율+장타율)\n                \"oslg\": \"0.44\",   // 상대 장타율\n                \"pa\": 5721,       // 상대 타석 수\n                \"qs\": 48,         // 퀄리티 스타트\n                \"r\": 804,         // 실점\n                \"sb\": 149,        // 상대팀 도루 허용\n                \"sf\": 65,         // 희생 플라이 허용\n                \"sh\": 49,         // 희생 번트 허용\n                \"sho\": 5,         // 상대 완봉 당한 경기(팀 단위 완봉승)\n                \"sv\": 28,         // 세이브\n                \"teamCode\": \"KT\", // 팀 코드\n                \"teamName\": \"KT\", // 팀 이름\n                \"tugucount\": 21723,     // 총 투구 수\n                \"tugucountinn\": 16,     // 경기 당 평균 투구 이닝(추정/반올림)\n                \"whip\": \"1.47\",         // 이닝당 볼넷+피안타 허용\n                \"wp\": 57,               // 폭투\n                \"wra\": \"0.507\"          // 승률(팀)\n            },\n            {\n                \"ab\": 5017,\n                \"bb\": 477,\n                \"bb9\": 3,\n                \"bbhp\": 558,\n                \"bk\": 2,\n                \"bs\": 25,\n                \"cg\": 2,\n                \"cs\": 50,\n                \"er\": 669,\n                \"era\": \"4.69\",\n                \"err\": 10,\n                \"gd\": 83,\n                \"gyear\": \"2024\",\n                \"h2\": 225,\n                \"h3\": 23,\n                \"hit\": 1384,\n                \"hit9\": 9,\n                \"hold\": 116,\n                \"hp\": 81,\n                \"hr\": 164,\n                \"ib\": 18,\n                \"inn\": 1282,\n                \"iso\": \"0.152\",\n                \"kk\": 980,\n                \"kk9\": 6,\n                \"oavg\": \"0.276\",\n                \"obp\": \"0.345\",\n                \"oops\": \"0.772\",\n                \"oslg\": \"0.428\",\n                \"pa\": 5684,\n                \"qs\": 47,\n                \"r\": 719,\n                \"sb\": 118,\n                \"sf\": 62,\n                \"sh\": 47,\n                \"sho\": 11,\n                \"sv\": 41,\n                \"teamCode\": \"SS\",\n                \"teamName\": \"삼성\",\n                \"tugucount\": 22342,\n                \"tugucountinn\": 17,\n                \"whip\": \"1.45\",\n                \"wp\": 58,\n                \"wra\": \"0.549\"\n            },\n            {\n                \"ab\": 4993,\n                \"bb\": 585,\n                \"bb9\": 4,\n                \"bbhp\": 677,\n                \"bk\": 4,\n                \"bs\": 20,\n                \"cg\": 1,\n                \"cs\": 28,\n                \"er\": 688,\n                \"era\": \"4.82\",\n                \"err\": 16,\n                \"gd\": 95,\n                \"gyear\": \"2024\",\n                \"h2\": 225,\n                \"h3\": 31,\n                \"hit\": 1332,\n                \"hit9\": 9,\n                \"hold\": 87,\n                \"hp\": 92,\n                \"hr\": 135,\n                \"ib\": 11,\n                \"inn\": 1283,\n                \"iso\": \"0.139\",\n                \"kk\": 1083,\n                \"kk9\": 7,\n                \"oavg\": \"0.267\",\n                \"obp\": \"0.352\",\n                \"oops\": \"0.757\",\n                \"oslg\": \"0.405\",\n                \"pa\": 5767,\n                \"qs\": 42,\n                \"r\": 748,\n                \"sb\": 100,\n                \"sf\": 42,\n                \"sh\": 55,\n                \"sho\": 6,\n                \"sv\": 41,\n                \"teamCode\": \"OB\",\n                \"teamName\": \"두산\",\n                \"tugucount\": 22955,\n                \"tugucountinn\": 17,\n                \"whip\": \"1.49\",\n                \"wp\": 67,\n                \"wra\": \"0.521\"\n            },\n            {\n                \"ab\": 4981,\n                \"bb\": 529,\n                \"bb9\": 3,\n                \"bbhp\": 609,\n                \"bk\": 4,\n                \"bs\": 20,\n                \"cg\": 2,\n                \"cs\": 40,\n                \"er\": 659,\n                \"era\": \"4.64\",\n                \"err\": 19,\n                \"gd\": 107,\n                \"gyear\": \"2024\",\n                \"h2\": 219,\n                \"h3\": 11,\n                \"hit\": 1375,\n                \"hit9\": 9,\n                \"hold\": 65,\n                \"hp\": 80,\n                \"hr\": 126,\n                \"ib\": 10,\n                \"inn\": 1277,\n                \"iso\": \"0.124\",\n                \"kk\": 1082,\n                \"kk9\": 7,\n                \"oavg\": \"0.276\",\n                \"obp\": \"0.351\",\n                \"oops\": \"0.752\",\n                \"oslg\": \"0.4\",\n                \"pa\": 5696,\n                \"qs\": 58,\n                \"r\": 728,\n                \"sb\": 128,\n                \"sf\": 57,\n                \"sh\": 49,\n                \"sho\": 6,\n                \"sv\": 34,\n                \"teamCode\": \"LG\",\n                \"teamName\": \"LG\",\n                \"tugucount\": 22197,\n                \"tugucountinn\": 17,\n                \"whip\": \"1.49\",\n                \"wp\": 68,\n                \"wra\": \"0.535\"\n            },\n            {\n                \"ab\": 5016,\n                \"bb\": 497,\n                \"bb9\": 3,\n                \"bbhp\": 585,\n                \"bk\": 7,\n                \"bs\": 16,\n                \"cg\": 0,\n                \"cs\": 40,\n                \"er\": 735,\n                \"era\": \"5.20\",\n                \"err\": 8,\n                \"gd\": 114,\n                \"gyear\": \"2024\",\n                \"h2\": 260,\n                \"h3\": 26,\n                \"hit\": 1416,\n                \"hit9\": 10,\n                \"hold\": 48,\n                \"hp\": 88,\n                \"hr\": 150,\n                \"ib\": 15,\n                \"inn\": 1272,\n                \"iso\": \"0.152\",\n                \"kk\": 921,\n                \"kk9\": 6,\n                \"oavg\": \"0.282\",\n                \"obp\": \"0.353\",\n                \"oops\": \"0.787\",\n                \"oslg\": \"0.434\",\n                \"pa\": 5708,\n                \"qs\": 57,\n                \"r\": 796,\n                \"sb\": 123,\n                \"sf\": 64,\n                \"sh\": 43,\n                \"sho\": 3,\n                \"sv\": 23,\n                \"teamCode\": \"WO\",\n                \"teamName\": \"키움\",\n                \"tugucount\": 21556,\n                \"tugucountinn\": 16,\n                \"whip\": \"1.50\",\n                \"wp\": 64,\n                \"wra\": \"0.403\"\n            },\n            {\n                \"ab\": 5062,\n                \"bb\": 523,\n                \"bb9\": 3,\n                \"bbhp\": 598,\n                \"bk\": 3,\n                \"bs\": 27,\n                \"cg\": 1,\n                \"cs\": 36,\n                \"er\": 725,\n                \"era\": \"5.10\",\n                \"err\": 10,\n                \"gd\": 118,\n                \"gyear\": \"2024\",\n                \"h2\": 254,\n                \"h3\": 20,\n                \"hit\": 1442,\n                \"hit9\": 10,\n                \"hold\": 58,\n                \"hp\": 75,\n                \"hr\": 139,\n                \"ib\": 18,\n                \"inn\": 1280,\n                \"iso\": \"0.14\",\n                \"kk\": 1131,\n                \"kk9\": 7,\n                \"oavg\": \"0.285\",\n                \"obp\": \"0.357\",\n                \"oops\": \"0.782\",\n                \"oslg\": \"0.425\",\n                \"pa\": 5767,\n                \"qs\": 57,\n                \"r\": 791,\n                \"sb\": 94,\n                \"sf\": 55,\n                \"sh\": 52,\n                \"sho\": 6,\n                \"sv\": 30,\n                \"teamCode\": \"LT\",\n                \"teamName\": \"롯데\",\n                \"tugucount\": 22487,\n                \"tugucountinn\": 17,\n                \"whip\": \"1.53\",\n                \"wp\": 81,\n                \"wra\": \"0.471\"\n            },\n            {\n                \"ab\": 4942,\n                \"bb\": 630,\n                \"bb9\": 4,\n                \"bbhp\": 704,\n                \"bk\": 4,\n                \"bs\": 19,\n                \"cg\": 0,\n                \"cs\": 40,\n                \"er\": 742,\n                \"era\": \"5.26\",\n                \"err\": 12,\n                \"gd\": 103,\n                \"gyear\": \"2024\",\n                \"h2\": 198,\n                \"h3\": 14,\n                \"hit\": 1341,\n                \"hit9\": 9,\n                \"hold\": 80,\n                \"hp\": 74,\n                \"hr\": 163,\n                \"ib\": 24,\n                \"inn\": 1269,\n                \"iso\": \"0.145\",\n                \"kk\": 1195,\n                \"kk9\": 8,\n                \"oavg\": \"0.271\",\n                \"obp\": \"0.36\",\n                \"oops\": \"0.776\",\n                \"oslg\": \"0.416\",\n                \"pa\": 5737,\n                \"qs\": 40,\n                \"r\": 814,\n                \"sb\": 123,\n                \"sf\": 42,\n                \"sh\": 48,\n                \"sho\": 8,\n                \"sv\": 33,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"tugucount\": 22705,\n                \"tugucountinn\": 17,\n                \"whip\": \"1.55\",\n                \"wp\": 57,\n                \"wra\": \"0.507\"\n            },\n            {\n                \"ab\": 4980,\n                \"bb\": 531,\n                \"bb9\": 3,\n                \"bbhp\": 598,\n                \"bk\": 6,\n                \"bs\": 15,\n                \"cg\": 0,\n                \"cs\": 51,\n                \"er\": 716,\n                \"era\": \"5.05\",\n                \"err\": 17,\n                \"gd\": 84,\n                \"gyear\": \"2024\",\n                \"h2\": 268,\n                \"h3\": 24,\n                \"hit\": 1389,\n                \"hit9\": 9,\n                \"hold\": 65,\n                \"hp\": 67,\n                \"hr\": 137,\n                \"ib\": 9,\n                \"inn\": 1275,\n                \"iso\": \"0.146\",\n                \"kk\": 1061,\n                \"kk9\": 7,\n                \"oavg\": \"0.279\",\n                \"obp\": \"0.353\",\n                \"oops\": \"0.777\",\n                \"oslg\": \"0.425\",\n                \"pa\": 5694,\n                \"qs\": 54,\n                \"r\": 801,\n                \"sb\": 88,\n                \"sf\": 58,\n                \"sh\": 58,\n                \"sho\": 7,\n                \"sv\": 22,\n                \"teamCode\": \"NC\",\n                \"teamName\": \"NC\",\n                \"tugucount\": 22277,\n                \"tugucountinn\": 17,\n                \"whip\": \"1.51\",\n                \"wp\": 47,\n                \"wra\": \"0.430\"\n            },\n            {\n                \"ab\": 5080,\n                \"bb\": 539,\n                \"bb9\": 3,\n                \"bbhp\": 624,\n                \"bk\": 3,\n                \"bs\": 20,\n                \"cg\": 4,\n                \"cs\": 31,\n                \"er\": 643,\n                \"era\": \"4.49\",\n                \"err\": 19,\n                \"gd\": 116,\n                \"gyear\": \"2024\",\n                \"h2\": 238,\n                \"h3\": 20,\n                \"hit\": 1365,\n                \"hit9\": 9,\n                \"hold\": 89,\n                \"hp\": 85,\n                \"hr\": 141,\n                \"ib\": 13,\n                \"inn\": 1288,\n                \"iso\": \"0.138\",\n                \"kk\": 1125,\n                \"kk9\": 7,\n                \"oavg\": \"0.269\",\n                \"obp\": \"0.347\",\n                \"oops\": \"0.753\",\n                \"oslg\": \"0.407\",\n                \"pa\": 5771,\n                \"qs\": 40,\n                \"r\": 759,\n                \"sb\": 112,\n                \"sf\": 34,\n                \"sh\": 33,\n                \"sho\": 7,\n                \"sv\": 44,\n                \"teamCode\": \"HT\",\n                \"teamName\": \"KIA\",\n                \"tugucount\": 22472,\n                \"tugucountinn\": 17,\n                \"whip\": \"1.48\",\n                \"wp\": 51,\n                \"wra\": \"0.613\"\n            },\n            {\n                \"ab\": 5035,\n                \"bb\": 511,\n                \"bb9\": 3,\n                \"bbhp\": 587,\n                \"bk\": 4,\n                \"bs\": 19,\n                \"cg\": 0,\n                \"cs\": 43,\n                \"er\": 709,\n                \"era\": \"5.01\",\n                \"err\": 12,\n                \"gd\": 105,\n                \"gyear\": \"2024\",\n                \"h2\": 235,\n                \"h3\": 25,\n                \"hit\": 1437,\n                \"hit9\": 10,\n                \"hold\": 68,\n                \"hp\": 76,\n                \"hr\": 128,\n                \"ib\": 10,\n                \"inn\": 1274,\n                \"iso\": \"0.133\",\n                \"kk\": 1130,\n                \"kk9\": 7,\n                \"oavg\": \"0.285\",\n                \"obp\": \"0.357\",\n                \"oops\": \"0.775\",\n                \"oslg\": \"0.418\",\n                \"pa\": 5720,\n                \"qs\": 45,\n                \"r\": 780,\n                \"sb\": 117,\n                \"sf\": 49,\n                \"sh\": 48,\n                \"sho\": 10,\n                \"sv\": 26,\n                \"teamCode\": \"HH\",\n                \"teamName\": \"한화\",\n                \"tugucount\": 22519,\n                \"tugucountinn\": 17,\n                \"whip\": \"1.53\",\n                \"wp\": 66,\n                \"wra\": \"0.465\"\n            }\n        ]\n    }\n}\n"}],"_postman_id":"a9d94fd6-600a-4d6f-88a9-8fcea8fb5d32"},{"name":"팀타자순위","id":"9be93fc1-1ab3-4eba-9a56-0fa8796bb7f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/rank/batting","urlObject":{"protocol":"http","path":["api","game","rank","batting"],"host":["54","180","228","165"],"query":[],"variable":[]}},"response":[{"id":"83554014-0871-4bea-9b2e-d818f5bdbe6b","name":"팀타자순위","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/game/rank/batting"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:18:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3852"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [ // 팀별 타자 기록 (타자 순위 리스트)\n            {\n                \"ab\": 5072,         // 타수\n                \"bb\": 580,          // 볼넷\n                \"bbhp\": 629,        // 볼넷 + 몸에 맞는 공(HP) 합계\n                \"bbkk\": \"0.52\",     // 볼넷 대비 삼진 비율\n                \"bra\": \"0.355\",     // 팀 타율\n                \"cs\": 27,           // 도루 실패\n                \"der\": \"0.670564\",  // 수비 효율(DER: 수비로 잡아낸 타구 비율)\n                \"err\": 91,          // 실책 수\n                \"gd\": 112,          // 병살타\n                \"gyear\": \"2024\",    // 시즌 연도\n                \"h2\": 234,          // 2루타\n                \"h3\": 16,           // 3루타\n                \"hit\": 1413,        // 안타\n                \"hp\": 49,           // 몸에 맞는 공\n                \"hr\": 145,          // 홈런\n                \"hra\": \"0.279\",     // 장타율(또는 상대 피안타율로 표시될 수도 있음, 데이터 맥락에 따라)\n                \"hrab\": 0,          // 홈런/타수 (계산값이 0으로 표시된 듯)\n                \"ib\": 18,           // 고의사구\n                \"iso\": \"0.138\",     // 장타에서 단타를 제외한 순수 장타 지표(ISO)\n                \"kk\": 1123,         // 삼진\n                \"kkab\": 0,          // 삼진/타수 (계산값이 0으로 표시된 듯)\n                \"ops\": \"0.772\",     // 출루율 + 장타율\n                \"pa\": 5808,         // 타석\n                \"rbi\": 722,         // 타점\n                \"run\": 767,         // 득점\n                \"sb\": 61,           // 도루\n                \"sbTryCn\": 88,      // 도루 시도 횟수\n                \"sba\": \"0.693\",     // 도루 성공률\n                \"sf\": 45,           // 희생 플라이\n                \"sh\": 62,           // 희생 번트\n                \"slab\": 0,          // 장타/타수 (계산값이 0으로 표시된 듯)\n                \"slg\": \"0.417\",     // 장타율\n                \"teamCode\": \"KT\",   // 팀 코드\n                \"teamName\": \"KT\"    // 팀 이름\n            },\n            {\n                \"ab\": 4975,\n                \"bb\": 531,\n                \"bbhp\": 618,\n                \"bbkk\": \"0.46\",\n                \"bra\": \"0.346\",\n                \"cs\": 29,\n                \"der\": \"0.687822\",\n                \"err\": 71,\n                \"gd\": 94,\n                \"gyear\": \"2024\",\n                \"h2\": 204,\n                \"h3\": 17,\n                \"hit\": 1336,\n                \"hp\": 87,\n                \"hr\": 185,\n                \"hra\": \"0.269\",\n                \"hrab\": 0,\n                \"ib\": 13,\n                \"iso\": \"0.159\",\n                \"kk\": 1150,\n                \"kkab\": 0,\n                \"ops\": \"0.774\",\n                \"pa\": 5697,\n                \"rbi\": 734,\n                \"run\": 770,\n                \"sb\": 113,\n                \"sbTryCn\": 142,\n                \"sba\": \"0.796\",\n                \"sf\": 47,\n                \"sh\": 57,\n                \"slab\": 0,\n                \"slg\": \"0.428\",\n                \"teamCode\": \"SS\",\n                \"teamName\": \"삼성\"\n            },\n            {\n                \"ab\": 4975,\n                \"bb\": 510,\n                \"bbhp\": 591,\n                \"bbkk\": \"0.47\",\n                \"bra\": \"0.350\",\n                \"cs\": 50,\n                \"der\": \"0.678224\",\n                \"err\": 68,\n                \"gd\": 100,\n                \"gyear\": \"2024\",\n                \"h2\": 243,\n                \"h3\": 21,\n                \"hit\": 1375,\n                \"hp\": 81,\n                \"hr\": 150,\n                \"hra\": \"0.276\",\n                \"hrab\": 0,\n                \"ib\": 17,\n                \"iso\": \"0.148\",\n                \"kk\": 1077,\n                \"kkab\": 0,\n                \"ops\": \"0.774\",\n                \"pa\": 5680,\n                \"rbi\": 743,\n                \"run\": 789,\n                \"sb\": 184,\n                \"sbTryCn\": 234,\n                \"sba\": \"0.786\",\n                \"sf\": 59,\n                \"sh\": 55,\n                \"slab\": 0,\n                \"slg\": \"0.424\",\n                \"teamCode\": \"OB\",\n                \"teamName\": \"두산\"\n            },\n            {\n                \"ab\": 4919,\n                \"bb\": 616,\n                \"bbhp\": 687,\n                \"bbkk\": \"0.64\",\n                \"bra\": \"0.366\",\n                \"cs\": 79,\n                \"der\": \"0.672723\",\n                \"err\": 83,\n                \"gd\": 98,\n                \"gyear\": \"2024\",\n                \"h2\": 238,\n                \"h3\": 29,\n                \"hit\": 1394,\n                \"hp\": 71,\n                \"hr\": 115,\n                \"hra\": \"0.283\",\n                \"hrab\": 0,\n                \"ib\": 18,\n                \"iso\": \"0.13\",\n                \"kk\": 969,\n                \"kkab\": 0,\n                \"ops\": \"0.780\",\n                \"pa\": 5725,\n                \"rbi\": 765,\n                \"run\": 808,\n                \"sb\": 171,\n                \"sbTryCn\": 250,\n                \"sba\": \"0.684\",\n                \"sf\": 73,\n                \"sh\": 46,\n                \"slab\": 0,\n                \"slg\": \"0.414\",\n                \"teamCode\": \"LG\",\n                \"teamName\": \"LG\"\n            },\n            {\n                \"ab\": 5015,\n                \"bb\": 492,\n                \"bbhp\": 570,\n                \"bbkk\": \"0.43\",\n                \"bra\": \"0.337\",\n                \"cs\": 13,\n                \"der\": \"0.680021\",\n                \"err\": 96,\n                \"gd\": 96,\n                \"gyear\": \"2024\",\n                \"h2\": 222,\n                \"h3\": 24,\n                \"hit\": 1326,\n                \"hp\": 78,\n                \"hr\": 104,\n                \"hra\": \"0.264\",\n                \"hrab\": 0,\n                \"ib\": 10,\n                \"iso\": \"0.116\",\n                \"kk\": 1141,\n                \"kkab\": 0,\n                \"ops\": \"0.717\",\n                \"pa\": 5671,\n                \"rbi\": 641,\n                \"run\": 672,\n                \"sb\": 71,\n                \"sbTryCn\": 84,\n                \"sba\": \"0.845\",\n                \"sf\": 49,\n                \"sh\": 37,\n                \"slab\": 0,\n                \"slg\": \"0.380\",\n                \"teamCode\": \"WO\",\n                \"teamName\": \"키움\"\n            },\n            {\n                \"ab\": 5110,\n                \"bb\": 494,\n                \"bbhp\": 562,\n                \"bbkk\": \"0.46\",\n                \"bra\": \"0.352\",\n                \"cs\": 42,\n                \"der\": \"0.664648\",\n                \"err\": 113,\n                \"gd\": 100,\n                \"gyear\": \"2024\",\n                \"h2\": 285,\n                \"h3\": 41,\n                \"hit\": 1454,\n                \"hp\": 68,\n                \"hr\": 125,\n                \"hra\": \"0.285\",\n                \"hrab\": 0,\n                \"ib\": 12,\n                \"iso\": \"0.145\",\n                \"kk\": 1079,\n                \"kkab\": 0,\n                \"ops\": \"0.782\",\n                \"pa\": 5766,\n                \"rbi\": 757,\n                \"run\": 802,\n                \"sb\": 105,\n                \"sbTryCn\": 147,\n                \"sba\": \"0.714\",\n                \"sf\": 57,\n                \"sh\": 37,\n                \"slab\": 0,\n                \"slg\": \"0.430\",\n                \"teamCode\": \"LT\",\n                \"teamName\": \"롯데\"\n            },\n            {\n                \"ab\": 5001,\n                \"bb\": 470,\n                \"bbhp\": 547,\n                \"bbkk\": \"0.43\",\n                \"bra\": \"0.342\",\n                \"cs\": 39,\n                \"der\": \"0.680431\",\n                \"err\": 107,\n                \"gd\": 85,\n                \"gyear\": \"2024\",\n                \"h2\": 239,\n                \"h3\": 20,\n                \"hit\": 1367,\n                \"hp\": 77,\n                \"hr\": 152,\n                \"hra\": \"0.273\",\n                \"hrab\": 0,\n                \"ib\": 12,\n                \"iso\": \"0.147\",\n                \"kk\": 1095,\n                \"kkab\": 0,\n                \"ops\": \"0.762\",\n                \"pa\": 5647,\n                \"rbi\": 724,\n                \"run\": 756,\n                \"sb\": 149,\n                \"sbTryCn\": 188,\n                \"sba\": \"0.793\",\n                \"sf\": 48,\n                \"sh\": 51,\n                \"slab\": 0,\n                \"slg\": \"0.420\",\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\"\n            },\n            {\n                \"ab\": 5009,\n                \"bb\": 513,\n                \"bbhp\": 641,\n                \"bbkk\": \"0.43\",\n                \"bra\": \"0.353\",\n                \"cs\": 33,\n                \"der\": \"0.67542\",\n                \"err\": 91,\n                \"gd\": 100,\n                \"gyear\": \"2024\",\n                \"h2\": 226,\n                \"h3\": 15,\n                \"hit\": 1371,\n                \"hp\": 128,       // 몸에 맞는 공(HP)이 상당히 많은 수치로 표시됨\n                \"hr\": 172,\n                \"hra\": \"0.274\",\n                \"hrab\": 0,\n                \"ib\": 14,\n                \"iso\": \"0.154\",\n                \"kk\": 1200,\n                \"kkab\": 0,\n                \"ops\": \"0.781\",\n                \"pa\": 5757,\n                \"rbi\": 737,\n                \"run\": 773,\n                \"sb\": 104,\n                \"sbTryCn\": 137,\n                \"sba\": \"0.759\",\n                \"sf\": 57,\n                \"sh\": 50,\n                \"slab\": 0,\n                \"slg\": \"0.428\",\n                \"teamCode\": \"NC\",\n                \"teamName\": \"NC\"\n            },\n            {\n                \"ab\": 5124,\n                \"bb\": 529,\n                \"bbhp\": 588,\n                \"bbkk\": \"0.58\",\n                \"bra\": \"0.369\",\n                \"cs\": 44,\n                \"der\": \"0.663576\",\n                \"err\": 127,\n                \"gd\": 119,\n                \"gyear\": \"2024\",\n                \"h2\": 266,\n                \"h3\": 28,\n                \"hit\": 1542,\n                \"hp\": 59,\n                \"hr\": 163,\n                \"hra\": \"0.301\",\n                \"hrab\": 0,\n                \"ib\": 18,\n                \"iso\": \"0.158\",\n                \"kk\": 915,\n                \"kkab\": 0,\n                \"ops\": \"0.828\",\n                \"pa\": 5812,\n                \"rbi\": 812,\n                \"run\": 858,\n                \"sb\": 125,\n                \"sbTryCn\": 169,\n                \"sba\": \"0.74\",\n                \"sf\": 53,\n                \"sh\": 45,\n                \"slab\": 0,\n                \"slg\": \"0.459\",\n                \"teamCode\": \"HT\",\n                \"teamName\": \"KIA\"\n            },\n            {\n                \"ab\": 5005,\n                \"bb\": 530,\n                \"bbhp\": 615,\n                \"bbkk\": \"0.49\",\n                \"bra\": \"0.347\",\n                \"cs\": 41,\n                \"der\": \"0.681333\",\n                \"err\": 93,\n                \"gd\": 109,\n                \"gyear\": \"2024\",\n                \"h2\": 224,\n                \"h3\": 18,\n                \"hit\": 1351,\n                \"hp\": 85,\n                \"hr\": 127,\n                \"hra\": \"0.270\",\n                \"hrab\": 0,\n                \"ib\": 18,\n                \"iso\": \"0.128\",\n                \"kk\": 1077,\n                \"kkab\": 0,\n                \"ops\": \"0.745\",\n                \"pa\": 5702,\n                \"rbi\": 698,\n                \"run\": 745,\n                \"sb\": 69,\n                \"sbTryCn\": 110,\n                \"sba\": \"0.627\",\n                \"sf\": 40,\n                \"sh\": 42,\n                \"slab\": 0,\n                \"slg\": \"0.398\",\n                \"teamCode\": \"HH\",\n                \"teamName\": \"한화\"\n            }\n        ]\n    }\n}\n"}],"_postman_id":"9be93fc1-1ab3-4eba-9a56-0fa8796bb7f2"},{"name":"팀상대전적","id":"81af7bc2-2491-459d-a060-d104b6abcb3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/rank/teamvs","urlObject":{"protocol":"http","path":["api","game","rank","teamvs"],"host":["54","180","228","165"],"query":[],"variable":[]}},"response":[{"id":"869b123b-55ce-4137-81ce-5c419373b8b2","name":"팀상대전적","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/game/rank/teamvs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:18:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"7652"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"drawn\": 0,\n                \"lose\": 11,\n                \"teamCode\": \"HH\",\n                \"teamName\": \"한화\",\n                \"vsTeamCode\": \"HT\",\n                \"win\": 5\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 6,\n                \"teamCode\": \"HH\",\n                \"teamName\": \"한화\",\n                \"vsTeamCode\": \"KT\",\n                \"win\": 10\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 8,\n                \"teamCode\": \"HH\",\n                \"teamName\": \"한화\",\n                \"vsTeamCode\": \"LG\",\n                \"win\": 8\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 9,\n                \"teamCode\": \"HH\",\n                \"teamName\": \"한화\",\n                \"vsTeamCode\": \"LT\",\n                \"win\": 7\n            },\n            {\n                \"drawn\": 2,\n                \"lose\": 10,\n                \"teamCode\": \"HH\",\n                \"teamName\": \"한화\",\n                \"vsTeamCode\": \"NC\",\n                \"win\": 4\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 6,\n                \"teamCode\": \"HH\",\n                \"teamName\": \"한화\",\n                \"vsTeamCode\": \"OB\",\n                \"win\": 10\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 6,\n                \"teamCode\": \"HH\",\n                \"teamName\": \"한화\",\n                \"vsTeamCode\": \"SK\",\n                \"win\": 10\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 10,\n                \"teamCode\": \"HH\",\n                \"teamName\": \"한화\",\n                \"vsTeamCode\": \"SS\",\n                \"win\": 6\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 10,\n                \"teamCode\": \"HH\",\n                \"teamName\": \"한화\",\n                \"vsTeamCode\": \"WO\",\n                \"win\": 6\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 5,\n                \"teamCode\": \"HT\",\n                \"teamName\": \"KIA\",\n                \"vsTeamCode\": \"HH\",\n                \"win\": 11\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 7,\n                \"teamCode\": \"HT\",\n                \"teamName\": \"KIA\",\n                \"vsTeamCode\": \"KT\",\n                \"win\": 9\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 3,\n                \"teamCode\": \"HT\",\n                \"teamName\": \"KIA\",\n                \"vsTeamCode\": \"LG\",\n                \"win\": 13\n            },\n            {\n                \"drawn\": 1,\n                \"lose\": 8,\n                \"teamCode\": \"HT\",\n                \"teamName\": \"KIA\",\n                \"vsTeamCode\": \"LT\",\n                \"win\": 7\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 4,\n                \"teamCode\": \"HT\",\n                \"teamName\": \"KIA\",\n                \"vsTeamCode\": \"NC\",\n                \"win\": 12\n            },\n            {\n                \"drawn\": 1,\n                \"lose\": 9,\n                \"teamCode\": \"HT\",\n                \"teamName\": \"KIA\",\n                \"vsTeamCode\": \"OB\",\n                \"win\": 6\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 10,\n                \"teamCode\": \"HT\",\n                \"teamName\": \"KIA\",\n                \"vsTeamCode\": \"SK\",\n                \"win\": 6\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 4,\n                \"teamCode\": \"HT\",\n                \"teamName\": \"KIA\",\n                \"vsTeamCode\": \"SS\",\n                \"win\": 12\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 5,\n                \"teamCode\": \"HT\",\n                \"teamName\": \"KIA\",\n                \"vsTeamCode\": \"WO\",\n                \"win\": 11\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 10,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"vsTeamCode\": \"HH\",\n                \"win\": 6\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 9,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"vsTeamCode\": \"HT\",\n                \"win\": 7\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 9,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"vsTeamCode\": \"LG\",\n                \"win\": 7\n            },\n            {\n                \"drawn\": 1,\n                \"lose\": 7,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"vsTeamCode\": \"LT\",\n                \"win\": 8\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 6,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"vsTeamCode\": \"NC\",\n                \"win\": 10\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 12,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"vsTeamCode\": \"OB\",\n                \"win\": 4\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 8,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"vsTeamCode\": \"SK\",\n                \"win\": 8\n            },\n            {\n                \"drawn\": 1,\n                \"lose\": 7,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"vsTeamCode\": \"SS\",\n                \"win\": 8\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 2,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"vsTeamCode\": \"WO\",\n                \"win\": 14\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 8,\n                \"teamCode\": \"LG\",\n                \"teamName\": \"LG\",\n                \"vsTeamCode\": \"HH\",\n                \"win\": 8\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 13,\n                \"teamCode\": \"LG\",\n                \"teamName\": \"LG\",\n                \"vsTeamCode\": \"HT\",\n                \"win\": 3\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 7,\n                \"teamCode\": \"LG\",\n                \"teamName\": \"LG\",\n                \"vsTeamCode\": \"KT\",\n                \"win\": 9\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 5,\n                \"teamCode\": \"LG\",\n                \"teamName\": \"LG\",\n                \"vsTeamCode\": \"LT\",\n                \"win\": 11\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 4,\n                \"teamCode\": \"LG\",\n                \"teamName\": \"LG\",\n                \"vsTeamCode\": \"NC\",\n                \"win\": 12\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 7,\n                \"teamCode\": \"LG\",\n                \"teamName\": \"LG\",\n                \"vsTeamCode\": \"OB\",\n                \"win\": 9\n            },\n            {\n                \"drawn\": 1,\n                \"lose\": 4,\n                \"teamCode\": \"LG\",\n                \"teamName\": \"LG\",\n                \"vsTeamCode\": \"SK\",\n                \"win\": 11\n            },\n            {\n                \"drawn\": 1,\n                \"lose\": 8,\n                \"teamCode\": \"LG\",\n                \"teamName\": \"LG\",\n                \"vsTeamCode\": \"SS\",\n                \"win\": 7\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 10,\n                \"teamCode\": \"LG\",\n                \"teamName\": \"LG\",\n                \"vsTeamCode\": \"WO\",\n                \"win\": 6\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 7,\n                \"teamCode\": \"LT\",\n                \"teamName\": \"롯데\",\n                \"vsTeamCode\": \"HH\",\n                \"win\": 9\n            },\n            {\n                \"drawn\": 1,\n                \"lose\": 7,\n                \"teamCode\": \"LT\",\n                \"teamName\": \"롯데\",\n                \"vsTeamCode\": \"HT\",\n                \"win\": 8\n            },\n            {\n                \"drawn\": 1,\n                \"lose\": 8,\n                \"teamCode\": \"LT\",\n                \"teamName\": \"롯데\",\n                \"vsTeamCode\": \"KT\",\n                \"win\": 7\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 11,\n                \"teamCode\": \"LT\",\n                \"teamName\": \"롯데\",\n                \"vsTeamCode\": \"LG\",\n                \"win\": 5\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 7,\n                \"teamCode\": \"LT\",\n                \"teamName\": \"롯데\",\n                \"vsTeamCode\": \"NC\",\n                \"win\": 9\n            },\n            {\n                \"drawn\": 1,\n                \"lose\": 7,\n                \"teamCode\": \"LT\",\n                \"teamName\": \"롯데\",\n                \"vsTeamCode\": \"OB\",\n                \"win\": 8\n            },\n            {\n                \"drawn\": 1,\n                \"lose\": 9,\n                \"teamCode\": \"LT\",\n                \"teamName\": \"롯데\",\n                \"vsTeamCode\": \"SK\",\n                \"win\": 6\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 10,\n                \"teamCode\": \"LT\",\n                \"teamName\": \"롯데\",\n                \"vsTeamCode\": \"SS\",\n                \"win\": 6\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 8,\n                \"teamCode\": \"LT\",\n                \"teamName\": \"롯데\",\n                \"vsTeamCode\": \"WO\",\n                \"win\": 8\n            },\n            {\n                \"drawn\": 2,\n                \"lose\": 4,\n                \"teamCode\": \"NC\",\n                \"teamName\": \"NC\",\n                \"vsTeamCode\": \"HH\",\n                \"win\": 10\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 12,\n                \"teamCode\": \"NC\",\n                \"teamName\": \"NC\",\n                \"vsTeamCode\": \"HT\",\n                \"win\": 4\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 10,\n                \"teamCode\": \"NC\",\n                \"teamName\": \"NC\",\n                \"vsTeamCode\": \"KT\",\n                \"win\": 6\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 12,\n                \"teamCode\": \"NC\",\n                \"teamName\": \"NC\",\n                \"vsTeamCode\": \"LG\",\n                \"win\": 4\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 9,\n                \"teamCode\": \"NC\",\n                \"teamName\": \"NC\",\n                \"vsTeamCode\": \"LT\",\n                \"win\": 7\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 12,\n                \"teamCode\": \"NC\",\n                \"teamName\": \"NC\",\n                \"vsTeamCode\": \"OB\",\n                \"win\": 4\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 5,\n                \"teamCode\": \"NC\",\n                \"teamName\": \"NC\",\n                \"vsTeamCode\": \"SK\",\n                \"win\": 11\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 10,\n                \"teamCode\": \"NC\",\n                \"teamName\": \"NC\",\n                \"vsTeamCode\": \"SS\",\n                \"win\": 6\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 7,\n                \"teamCode\": \"NC\",\n                \"teamName\": \"NC\",\n                \"vsTeamCode\": \"WO\",\n                \"win\": 9\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 10,\n                \"teamCode\": \"OB\",\n                \"teamName\": \"두산\",\n                \"vsTeamCode\": \"HH\",\n                \"win\": 6\n            },\n            {\n                \"drawn\": 1,\n                \"lose\": 6,\n                \"teamCode\": \"OB\",\n                \"teamName\": \"두산\",\n                \"vsTeamCode\": \"HT\",\n                \"win\": 9\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 4,\n                \"teamCode\": \"OB\",\n                \"teamName\": \"두산\",\n                \"vsTeamCode\": \"KT\",\n                \"win\": 12\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 9,\n                \"teamCode\": \"OB\",\n                \"teamName\": \"두산\",\n                \"vsTeamCode\": \"LG\",\n                \"win\": 7\n            },\n            {\n                \"drawn\": 1,\n                \"lose\": 8,\n                \"teamCode\": \"OB\",\n                \"teamName\": \"두산\",\n                \"vsTeamCode\": \"LT\",\n                \"win\": 7\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 4,\n                \"teamCode\": \"OB\",\n                \"teamName\": \"두산\",\n                \"vsTeamCode\": \"NC\",\n                \"win\": 12\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 9,\n                \"teamCode\": \"OB\",\n                \"teamName\": \"두산\",\n                \"vsTeamCode\": \"SK\",\n                \"win\": 7\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 12,\n                \"teamCode\": \"OB\",\n                \"teamName\": \"두산\",\n                \"vsTeamCode\": \"SS\",\n                \"win\": 4\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 6,\n                \"teamCode\": \"OB\",\n                \"teamName\": \"두산\",\n                \"vsTeamCode\": \"WO\",\n                \"win\": 10\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 10,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"vsTeamCode\": \"HH\",\n                \"win\": 6\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 6,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"vsTeamCode\": \"HT\",\n                \"win\": 10\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 8,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"vsTeamCode\": \"KT\",\n                \"win\": 8\n            },\n            {\n                \"drawn\": 1,\n                \"lose\": 11,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"vsTeamCode\": \"LG\",\n                \"win\": 4\n            },\n            {\n                \"drawn\": 1,\n                \"lose\": 6,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"vsTeamCode\": \"LT\",\n                \"win\": 9\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 11,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"vsTeamCode\": \"NC\",\n                \"win\": 5\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 7,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"vsTeamCode\": \"OB\",\n                \"win\": 9\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 7,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"vsTeamCode\": \"SS\",\n                \"win\": 9\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 4,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"vsTeamCode\": \"WO\",\n                \"win\": 12\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 6,\n                \"teamCode\": \"SS\",\n                \"teamName\": \"삼성\",\n                \"vsTeamCode\": \"HH\",\n                \"win\": 10\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 12,\n                \"teamCode\": \"SS\",\n                \"teamName\": \"삼성\",\n                \"vsTeamCode\": \"HT\",\n                \"win\": 4\n            },\n            {\n                \"drawn\": 1,\n                \"lose\": 8,\n                \"teamCode\": \"SS\",\n                \"teamName\": \"삼성\",\n                \"vsTeamCode\": \"KT\",\n                \"win\": 7\n            },\n            {\n                \"drawn\": 1,\n                \"lose\": 7,\n                \"teamCode\": \"SS\",\n                \"teamName\": \"삼성\",\n                \"vsTeamCode\": \"LG\",\n                \"win\": 8\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 6,\n                \"teamCode\": \"SS\",\n                \"teamName\": \"삼성\",\n                \"vsTeamCode\": \"LT\",\n                \"win\": 10\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 6,\n                \"teamCode\": \"SS\",\n                \"teamName\": \"삼성\",\n                \"vsTeamCode\": \"NC\",\n                \"win\": 10\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 4,\n                \"teamCode\": \"SS\",\n                \"teamName\": \"삼성\",\n                \"vsTeamCode\": \"OB\",\n                \"win\": 12\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 9,\n                \"teamCode\": \"SS\",\n                \"teamName\": \"삼성\",\n                \"vsTeamCode\": \"SK\",\n                \"win\": 7\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 6,\n                \"teamCode\": \"SS\",\n                \"teamName\": \"삼성\",\n                \"vsTeamCode\": \"WO\",\n                \"win\": 10\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 6,\n                \"teamCode\": \"WO\",\n                \"teamName\": \"키움\",\n                \"vsTeamCode\": \"HH\",\n                \"win\": 10\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 11,\n                \"teamCode\": \"WO\",\n                \"teamName\": \"키움\",\n                \"vsTeamCode\": \"HT\",\n                \"win\": 5\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 14,\n                \"teamCode\": \"WO\",\n                \"teamName\": \"키움\",\n                \"vsTeamCode\": \"KT\",\n                \"win\": 2\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 6,\n                \"teamCode\": \"WO\",\n                \"teamName\": \"키움\",\n                \"vsTeamCode\": \"LG\",\n                \"win\": 10\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 8,\n                \"teamCode\": \"WO\",\n                \"teamName\": \"키움\",\n                \"vsTeamCode\": \"LT\",\n                \"win\": 8\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 9,\n                \"teamCode\": \"WO\",\n                \"teamName\": \"키움\",\n                \"vsTeamCode\": \"NC\",\n                \"win\": 7\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 10,\n                \"teamCode\": \"WO\",\n                \"teamName\": \"키움\",\n                \"vsTeamCode\": \"OB\",\n                \"win\": 6\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 12,\n                \"teamCode\": \"WO\",\n                \"teamName\": \"키움\",\n                \"vsTeamCode\": \"SK\",\n                \"win\": 4\n            },\n            {\n                \"drawn\": 0,\n                \"lose\": 10,\n                \"teamCode\": \"WO\",\n                \"teamName\": \"키움\",\n                \"vsTeamCode\": \"SS\",\n                \"win\": 6\n            }\n        ]\n    }\n}"}],"_postman_id":"81af7bc2-2491-459d-a060-d104b6abcb3a"},{"name":"시즌팀순위","id":"7bec642c-79bc-4b0c-b7e0-e236bbe3dc58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/rank/periodteamrank","urlObject":{"protocol":"http","path":["api","game","rank","periodteamrank"],"host":["54","180","228","165"],"query":[],"variable":[]}},"response":[{"id":"7d36260c-2321-4360-a03e-33a3078dc239","name":"시즌팀순위","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/game/rank/periodteamrank"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:19:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"919"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"date\": \"20241128\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241129\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241130\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241201\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241202\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241203\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241204\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241205\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241206\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241207\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241208\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241209\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241210\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241211\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241212\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241213\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241214\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241215\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241216\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241217\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241218\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241219\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241220\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241221\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241222\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241223\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241224\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241225\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241226\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241227\",\n                \"rank\": 5\n            },\n            {\n                \"date\": \"20241228\",\n                \"rank\": 5\n            }\n        ]\n    }\n}"}],"_postman_id":"7bec642c-79bc-4b0c-b7e0-e236bbe3dc58"},{"name":"모든팀월스케쥴","id":"d296ec1a-2ee7-4883-a64a-a52c6cb3d1f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/allgameschedule?yearMonth=202409","urlObject":{"protocol":"http","path":["api","game","allgameschedule"],"host":["54","180","228","165"],"query":[{"key":"yearMonth","value":"202409"}],"variable":[]}},"response":[{"id":"0c27f07b-a41a-4d71-9220-d347a9d8e134","name":"모든팀월스케쥴","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/game/allgameschedule?yearMonth=202409","protocol":"http","host":["54","180","229","183"],"path":["api","game","allgameschedule"],"query":[{"key":"yearMonth","value":"202409"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:19:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33334"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"broadcast\": \"MS-T\",\n                \"displayDate\": \"20240901\",\n                \"gameDate\": 20240901,\n                \"gmkey\": \"20240901HTSS0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"삼성\",\n                \"homeKey\": \"SS\",\n                \"homeScore\": 5,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"대구\",\n                \"stadiumKey\": \"DK\",\n                \"status\": \"3\",\n                \"visit\": \"KIA\",\n                \"visitKey\": \"HT\",\n                \"visitScore\": 6\n            },\n            {\n                \"broadcast\": \"SPO-T,SPO-2T\",\n                \"displayDate\": \"20240901\",\n                \"gameDate\": 20240901,\n                \"gmkey\": \"20240901LTOB0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"두산\",\n                \"homeKey\": \"OB\",\n                \"homeScore\": 3,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"롯데\",\n                \"visitKey\": \"LT\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"KN-T,SS-T\",\n                \"displayDate\": \"20240901\",\n                \"gameDate\": 20240901,\n                \"gmkey\": \"20240901NCSK0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"SSG\",\n                \"homeKey\": \"SK\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"문학\",\n                \"stadiumKey\": \"MH\",\n                \"status\": \"3\",\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\",\n                \"visitScore\": 8\n            },\n            {\n                \"broadcast\": \"SS-T\",\n                \"displayDate\": \"20240903\",\n                \"gameDate\": 20240903,\n                \"gmkey\": \"20240903LGHT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KIA\",\n                \"homeKey\": \"HT\",\n                \"homeScore\": 7,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"광주\",\n                \"stadiumKey\": \"KC\",\n                \"status\": \"3\",\n                \"visit\": \"LG\",\n                \"visitKey\": \"LG\",\n                \"visitScore\": 5\n            },\n            {\n                \"broadcast\": \"MS-T\",\n                \"displayDate\": \"20240903\",\n                \"gameDate\": 20240903,\n                \"gmkey\": \"20240903LTSS0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"삼성\",\n                \"homeKey\": \"SS\",\n                \"homeScore\": 5,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"대구\",\n                \"stadiumKey\": \"DK\",\n                \"status\": \"3\",\n                \"visit\": \"롯데\",\n                \"visitKey\": \"LT\",\n                \"visitScore\": 1\n            },\n            {\n                \"broadcast\": \"KN-T\",\n                \"displayDate\": \"20240903\",\n                \"gameDate\": 20240903,\n                \"gmkey\": \"20240903OBHH0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"한화\",\n                \"homeKey\": \"HH\",\n                \"homeScore\": 7,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"대전\",\n                \"stadiumKey\": \"DJ\",\n                \"status\": \"3\",\n                \"visit\": \"두산\",\n                \"visitKey\": \"OB\",\n                \"visitScore\": 1\n            },\n            {\n                \"broadcast\": \"SPO-2T\",\n                \"displayDate\": \"20240903\",\n                \"gameDate\": 20240903,\n                \"gmkey\": \"20240903WONC0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"NC\",\n                \"homeKey\": \"NC\",\n                \"homeScore\": 11,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"창원\",\n                \"stadiumKey\": \"CW\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitScore\": 5\n            },\n            {\n                \"broadcast\": \"SPO-2T\",\n                \"displayDate\": \"20240904\",\n                \"gameDate\": 20240904,\n                \"gmkey\": \"20240904WONC0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"NC\",\n                \"homeKey\": \"NC\",\n                \"homeScore\": 13,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"창원\",\n                \"stadiumKey\": \"CW\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitScore\": 6\n            },\n            {\n                \"broadcast\": \"KN-T\",\n                \"displayDate\": \"20240904\",\n                \"gameDate\": 20240904,\n                \"gmkey\": \"20240904SKLG0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"LG\",\n                \"homeKey\": \"LG\",\n                \"homeScore\": 5,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"SSG\",\n                \"visitKey\": \"SK\",\n                \"visitScore\": 0\n            },\n            {\n                \"broadcast\": \"SS-T\",\n                \"displayDate\": \"20240904\",\n                \"gameDate\": 20240904,\n                \"gmkey\": \"20240904OBSS0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"삼성\",\n                \"homeKey\": \"SS\",\n                \"homeScore\": 7,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"대구\",\n                \"stadiumKey\": \"DK\",\n                \"status\": \"3\",\n                \"visit\": \"두산\",\n                \"visitKey\": \"OB\",\n                \"visitScore\": 3\n            },\n            {\n                \"broadcast\": \"MS-T\",\n                \"displayDate\": \"20240904\",\n                \"gameDate\": 20240904,\n                \"gmkey\": \"20240904KTLT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"롯데\",\n                \"homeKey\": \"LT\",\n                \"homeScore\": 7,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"사직\",\n                \"stadiumKey\": \"SJ\",\n                \"status\": \"3\",\n                \"visit\": \"KT\",\n                \"visitKey\": \"KT\",\n                \"visitScore\": 5\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240904\",\n                \"gameDate\": 20240904,\n                \"gmkey\": \"20240904HHHT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KIA\",\n                \"homeKey\": \"HT\",\n                \"homeScore\": 4,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"광주\",\n                \"stadiumKey\": \"KC\",\n                \"status\": \"3\",\n                \"visit\": \"한화\",\n                \"visitKey\": \"HH\",\n                \"visitScore\": 5\n            },\n            {\n                \"broadcast\": \"KN-T,MS-T\",\n                \"displayDate\": \"20240905\",\n                \"gameDate\": 20240905,\n                \"gmkey\": \"20240905WONC0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"NC\",\n                \"homeKey\": \"NC\",\n                \"homeScore\": 7,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"창원\",\n                \"stadiumKey\": \"CW\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitScore\": 12\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240905\",\n                \"gameDate\": 20240905,\n                \"gmkey\": \"20240905SKLG0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"LG\",\n                \"homeKey\": \"LG\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"SSG\",\n                \"visitKey\": \"SK\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"SS-T\",\n                \"displayDate\": \"20240905\",\n                \"gameDate\": 20240905,\n                \"gmkey\": \"20240905KTLT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"롯데\",\n                \"homeKey\": \"LT\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"사직\",\n                \"stadiumKey\": \"SJ\",\n                \"status\": \"3\",\n                \"visit\": \"KT\",\n                \"visitKey\": \"KT\",\n                \"visitScore\": 12\n            },\n            {\n                \"broadcast\": \"SPO-2T\",\n                \"displayDate\": \"20240905\",\n                \"gameDate\": 20240905,\n                \"gmkey\": \"20240905HHHT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KIA\",\n                \"homeKey\": \"HT\",\n                \"homeScore\": 4,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"광주\",\n                \"stadiumKey\": \"KC\",\n                \"status\": \"3\",\n                \"visit\": \"한화\",\n                \"visitKey\": \"HH\",\n                \"visitScore\": 3\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240906\",\n                \"gameDate\": 20240906,\n                \"gmkey\": \"20240906HHLG0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"LG\",\n                \"homeKey\": \"LG\",\n                \"homeScore\": 1,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"한화\",\n                \"visitKey\": \"HH\",\n                \"visitScore\": 3\n            },\n            {\n                \"broadcast\": \"KN-T,SS-T\",\n                \"displayDate\": \"20240906\",\n                \"gameDate\": 20240906,\n                \"gmkey\": \"20240906KTNC0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"NC\",\n                \"homeKey\": \"NC\",\n                \"homeScore\": 3,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"창원\",\n                \"stadiumKey\": \"CW\",\n                \"status\": \"3\",\n                \"visit\": \"KT\",\n                \"visitKey\": \"KT\",\n                \"visitScore\": 9\n            },\n            {\n                \"broadcast\": \"SPO-2T\",\n                \"displayDate\": \"20240906\",\n                \"gameDate\": 20240906,\n                \"gmkey\": \"20240906SSLT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"롯데\",\n                \"homeKey\": \"LT\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"사직\",\n                \"stadiumKey\": \"SJ\",\n                \"status\": \"3\",\n                \"visit\": \"삼성\",\n                \"visitKey\": \"SS\",\n                \"visitScore\": 7\n            },\n            {\n                \"broadcast\": \"MS-T\",\n                \"displayDate\": \"20240906\",\n                \"gameDate\": 20240906,\n                \"gmkey\": \"20240906WOHT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KIA\",\n                \"homeKey\": \"HT\",\n                \"homeScore\": 14,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"광주\",\n                \"stadiumKey\": \"KC\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitScore\": 0\n            },\n            {\n                \"broadcast\": \"S-T\",\n                \"displayDate\": \"20240907\",\n                \"gameDate\": 20240907,\n                \"gmkey\": \"20240907HHLG0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"LG\",\n                \"homeKey\": \"LG\",\n                \"homeScore\": 9,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"한화\",\n                \"visitKey\": \"HH\",\n                \"visitScore\": 3\n            },\n            {\n                \"broadcast\": \"KN-T\",\n                \"displayDate\": \"20240907\",\n                \"gameDate\": 20240907,\n                \"gmkey\": \"20240907NCSS0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"삼성\",\n                \"homeKey\": \"SS\",\n                \"homeScore\": 1,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"대구\",\n                \"stadiumKey\": \"DK\",\n                \"status\": \"3\",\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\",\n                \"visitScore\": 9\n            },\n            {\n                \"broadcast\": \"SPO-T,SPO-2T\",\n                \"displayDate\": \"20240907\",\n                \"gameDate\": 20240907,\n                \"gmkey\": \"20240907OBKT0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"두산\",\n                \"visitKey\": \"OB\",\n                \"visitScore\": 12\n            },\n            {\n                \"broadcast\": \"MS-T\",\n                \"displayDate\": \"20240907\",\n                \"gameDate\": 20240907,\n                \"gmkey\": \"20240907SKLT0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"롯데\",\n                \"homeKey\": \"LT\",\n                \"homeScore\": 1,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"사직\",\n                \"stadiumKey\": \"SJ\",\n                \"status\": \"3\",\n                \"visit\": \"SSG\",\n                \"visitKey\": \"SK\",\n                \"visitScore\": 1\n            },\n            {\n                \"broadcast\": \"SS-T\",\n                \"displayDate\": \"20240907\",\n                \"gameDate\": 20240907,\n                \"gmkey\": \"20240907WOHT0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"KIA\",\n                \"homeKey\": \"HT\",\n                \"homeScore\": 6,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"광주\",\n                \"stadiumKey\": \"KC\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitScore\": 2\n            },\n            {\n                \"broadcast\": \"SS-T\",\n                \"displayDate\": \"20240908\",\n                \"gameDate\": 20240908,\n                \"gmkey\": \"20240908WOHT0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"KIA\",\n                \"homeKey\": \"HT\",\n                \"homeScore\": 5,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"광주\",\n                \"stadiumKey\": \"KC\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitScore\": 2\n            },\n            {\n                \"broadcast\": \"SPO-2T,KN-T\",\n                \"displayDate\": \"20240908\",\n                \"gameDate\": 20240908,\n                \"gmkey\": \"20240908SKLT0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"롯데\",\n                \"homeKey\": \"LT\",\n                \"homeScore\": 6,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"사직\",\n                \"stadiumKey\": \"SJ\",\n                \"status\": \"3\",\n                \"visit\": \"SSG\",\n                \"visitKey\": \"SK\",\n                \"visitScore\": 11\n            },\n            {\n                \"broadcast\": \"SPO-T,MS-T\",\n                \"displayDate\": \"20240908\",\n                \"gameDate\": 20240908,\n                \"gmkey\": \"20240908NCSS0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"삼성\",\n                \"homeKey\": \"SS\",\n                \"homeScore\": 10,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"대구\",\n                \"stadiumKey\": \"DK\",\n                \"status\": \"3\",\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\",\n                \"visitScore\": 2\n            },\n            {\n                \"broadcast\": \"M-T\",\n                \"displayDate\": \"20240908\",\n                \"gameDate\": 20240908,\n                \"gmkey\": \"20240908HHLG0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"LG\",\n                \"homeKey\": \"LG\",\n                \"homeScore\": 14,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"한화\",\n                \"visitKey\": \"HH\",\n                \"visitScore\": 3\n            },\n            {\n                \"broadcast\": \"SS-T\",\n                \"displayDate\": \"20240910\",\n                \"gameDate\": 20240910,\n                \"gmkey\": \"20240910HHSK0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"SSG\",\n                \"homeKey\": \"SK\",\n                \"homeScore\": 5,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"문학\",\n                \"stadiumKey\": \"MH\",\n                \"status\": \"3\",\n                \"visit\": \"한화\",\n                \"visitKey\": \"HH\",\n                \"visitScore\": 0\n            },\n            {\n                \"broadcast\": \"MS-T\",\n                \"displayDate\": \"20240910\",\n                \"gameDate\": 20240910,\n                \"gmkey\": \"20240910LTLG0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"LG\",\n                \"homeKey\": \"LG\",\n                \"homeScore\": 1,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"롯데\",\n                \"visitKey\": \"LT\",\n                \"visitScore\": 2\n            },\n            {\n                \"broadcast\": \"SPO-2T\",\n                \"displayDate\": \"20240910\",\n                \"gameDate\": 20240910,\n                \"gmkey\": \"20240910NCKT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeScore\": 11,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\",\n                \"visitScore\": 8\n            },\n            {\n                \"broadcast\": \"KN-T\",\n                \"displayDate\": \"20240910\",\n                \"gameDate\": 20240910,\n                \"gmkey\": \"20240910OBWO0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"키움\",\n                \"homeKey\": \"WO\",\n                \"homeScore\": 7,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"고척\",\n                \"stadiumKey\": \"GC\",\n                \"status\": \"3\",\n                \"visit\": \"두산\",\n                \"visitKey\": \"OB\",\n                \"visitScore\": 1\n            },\n            {\n                \"broadcast\": \"SS-T\",\n                \"displayDate\": \"20240911\",\n                \"gameDate\": 20240911,\n                \"gmkey\": \"20240911WOLG0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"LG\",\n                \"homeKey\": \"LG\",\n                \"homeScore\": 5,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitScore\": 9\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240911\",\n                \"gameDate\": 20240911,\n                \"gmkey\": \"20240911SSHH0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"한화\",\n                \"homeKey\": \"HH\",\n                \"homeScore\": 1,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"대전\",\n                \"stadiumKey\": \"DJ\",\n                \"status\": \"3\",\n                \"visit\": \"삼성\",\n                \"visitKey\": \"SS\",\n                \"visitScore\": 10\n            },\n            {\n                \"broadcast\": \"SPO-2T,KN-T\",\n                \"displayDate\": \"20240911\",\n                \"gameDate\": 20240911,\n                \"gmkey\": \"20240911NCKT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\",\n                \"visitScore\": 1\n            },\n            {\n                \"broadcast\": \"MS-T\",\n                \"displayDate\": \"20240911\",\n                \"gameDate\": 20240911,\n                \"gmkey\": \"20240911LTSK0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"SSG\",\n                \"homeKey\": \"SK\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"문학\",\n                \"stadiumKey\": \"MH\",\n                \"status\": \"3\",\n                \"visit\": \"롯데\",\n                \"visitKey\": \"LT\",\n                \"visitScore\": 10\n            },\n            {\n                \"broadcast\": \"MS-T\",\n                \"displayDate\": \"20240912\",\n                \"gameDate\": 20240912,\n                \"gmkey\": \"20240912WOLG0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"LG\",\n                \"homeKey\": \"LG\",\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"취\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"4\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\"\n            },\n            {\n                \"broadcast\": \"SPO-2T\",\n                \"displayDate\": \"20240912\",\n                \"gameDate\": 20240912,\n                \"gmkey\": \"20240912SSHH0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"한화\",\n                \"homeKey\": \"HH\",\n                \"homeScore\": 1,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"대전\",\n                \"stadiumKey\": \"DJ\",\n                \"status\": \"3\",\n                \"visit\": \"삼성\",\n                \"visitKey\": \"SS\",\n                \"visitScore\": 7\n            },\n            {\n                \"broadcast\": \"KN-T,SS-T\",\n                \"displayDate\": \"20240912\",\n                \"gameDate\": 20240912,\n                \"gmkey\": \"20240912NCKT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeScore\": 10,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240912\",\n                \"gameDate\": 20240912,\n                \"gmkey\": \"20240912LTHT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KIA\",\n                \"homeKey\": \"HT\",\n                \"homeScore\": 10,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"광주\",\n                \"stadiumKey\": \"KC\",\n                \"status\": \"3\",\n                \"visit\": \"롯데\",\n                \"visitKey\": \"LT\",\n                \"visitScore\": 0\n            },\n            {\n                \"broadcast\": \"KN-T\",\n                \"displayDate\": \"20240913\",\n                \"gameDate\": 20240913,\n                \"gmkey\": \"20240913HHLT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"롯데\",\n                \"homeKey\": \"LT\",\n                \"homeScore\": 4,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"사직\",\n                \"stadiumKey\": \"SJ\",\n                \"status\": \"3\",\n                \"visit\": \"한화\",\n                \"visitKey\": \"HH\",\n                \"visitScore\": 8\n            },\n            {\n                \"broadcast\": \"SPO-T,MS-T\",\n                \"displayDate\": \"20240913\",\n                \"gameDate\": 20240913,\n                \"gmkey\": \"20240913LGSK0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"SSG\",\n                \"homeKey\": \"SK\",\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"취\",\n                \"stadium\": \"문학\",\n                \"stadiumKey\": \"MH\",\n                \"status\": \"4\",\n                \"visit\": \"LG\",\n                \"visitKey\": \"LG\"\n            },\n            {\n                \"broadcast\": \"SPO-2T\",\n                \"displayDate\": \"20240913\",\n                \"gameDate\": 20240913,\n                \"gmkey\": \"20240913NCOB0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"두산\",\n                \"homeKey\": \"OB\",\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"취\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"4\",\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\"\n            },\n            {\n                \"broadcast\": \"S-T\",\n                \"displayDate\": \"20240914\",\n                \"gameDate\": 20240914,\n                \"gmkey\": \"20240914HHLT0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"롯데\",\n                \"homeKey\": \"LT\",\n                \"homeScore\": 12,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"사직\",\n                \"stadiumKey\": \"SJ\",\n                \"status\": \"3\",\n                \"visit\": \"한화\",\n                \"visitKey\": \"HH\",\n                \"visitScore\": 9\n            },\n            {\n                \"broadcast\": \"K-2T\",\n                \"displayDate\": \"20240914\",\n                \"gameDate\": 20240914,\n                \"gmkey\": \"20240914SSSK0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"SSG\",\n                \"homeKey\": \"SK\",\n                \"homeScore\": 11,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"문학\",\n                \"stadiumKey\": \"MH\",\n                \"status\": \"3\",\n                \"visit\": \"삼성\",\n                \"visitKey\": \"SS\",\n                \"visitScore\": 9\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240914\",\n                \"gameDate\": 20240914,\n                \"gmkey\": \"20240914WOHT0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"KIA\",\n                \"homeKey\": \"HT\",\n                \"homeScore\": 3,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"광주\",\n                \"stadiumKey\": \"KC\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitScore\": 2\n            },\n            {\n                \"broadcast\": \"SPO-2T,MS-T\",\n                \"displayDate\": \"20240914\",\n                \"gameDate\": 20240914,\n                \"gmkey\": \"20240914LGNC0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"NC\",\n                \"homeKey\": \"NC\",\n                \"homeScore\": 7,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"창원\",\n                \"stadiumKey\": \"CW\",\n                \"status\": \"3\",\n                \"visit\": \"LG\",\n                \"visitKey\": \"LG\",\n                \"visitScore\": 10\n            },\n            {\n                \"broadcast\": \"KN-T\",\n                \"displayDate\": \"20240914\",\n                \"gameDate\": 20240914,\n                \"gmkey\": \"20240914KTOB0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"두산\",\n                \"homeKey\": \"OB\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"KT\",\n                \"visitKey\": \"KT\",\n                \"visitScore\": 1\n            },\n            {\n                \"broadcast\": \"SPO-2T\",\n                \"displayDate\": \"20240915\",\n                \"gameDate\": 20240915,\n                \"gmkey\": \"20240915HHLT0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"롯데\",\n                \"homeKey\": \"LT\",\n                \"homeScore\": 16,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"사직\",\n                \"stadiumKey\": \"SJ\",\n                \"status\": \"3\",\n                \"visit\": \"한화\",\n                \"visitKey\": \"HH\",\n                \"visitScore\": 9\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240915\",\n                \"gameDate\": 20240915,\n                \"gmkey\": \"20240915LGNC0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"NC\",\n                \"homeKey\": \"NC\",\n                \"homeScore\": 4,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"창원\",\n                \"stadiumKey\": \"CW\",\n                \"status\": \"3\",\n                \"visit\": \"LG\",\n                \"visitKey\": \"LG\",\n                \"visitScore\": 1\n            },\n            {\n                \"broadcast\": \"MS-T,SS-T\",\n                \"displayDate\": \"20240915\",\n                \"gameDate\": 20240915,\n                \"gmkey\": \"20240915SSSK0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"SSG\",\n                \"homeKey\": \"SK\",\n                \"homeScore\": 14,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"문학\",\n                \"stadiumKey\": \"MH\",\n                \"status\": \"3\",\n                \"visit\": \"삼성\",\n                \"visitKey\": \"SS\",\n                \"visitScore\": 9\n            },\n            {\n                \"broadcast\": \"KN-T\",\n                \"displayDate\": \"20240915\",\n                \"gameDate\": 20240915,\n                \"gmkey\": \"20240915WOHT0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"KIA\",\n                \"homeKey\": \"HT\",\n                \"homeScore\": 5,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"광주\",\n                \"stadiumKey\": \"KC\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitScore\": 10\n            },\n            {\n                \"broadcast\": \"SPO-T,SPO-2T\",\n                \"displayDate\": \"20240916\",\n                \"gameDate\": 20240916,\n                \"gmkey\": \"20240916WOOB0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"두산\",\n                \"homeKey\": \"OB\",\n                \"homeScore\": 5,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"KN-T,MS-T\",\n                \"displayDate\": \"20240916\",\n                \"gameDate\": 20240916,\n                \"gmkey\": \"20240916HTKT0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeScore\": 5,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"KIA\",\n                \"visitKey\": \"HT\",\n                \"visitScore\": 11\n            },\n            {\n                \"broadcast\": \"MS-T\",\n                \"displayDate\": \"20240917\",\n                \"gameDate\": 20240917,\n                \"gmkey\": \"20240917SSOB0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"두산\",\n                \"homeKey\": \"OB\",\n                \"homeScore\": 8,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"삼성\",\n                \"visitKey\": \"SS\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240917\",\n                \"gameDate\": 20240917,\n                \"gmkey\": \"20240917LGLT0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"롯데\",\n                \"homeKey\": \"LT\",\n                \"homeScore\": 7,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"사직\",\n                \"stadiumKey\": \"SJ\",\n                \"status\": \"3\",\n                \"visit\": \"LG\",\n                \"visitKey\": \"LG\",\n                \"visitScore\": 3\n            },\n            {\n                \"broadcast\": \"KN-T\",\n                \"displayDate\": \"20240917\",\n                \"gameDate\": 20240917,\n                \"gmkey\": \"20240917KTWO0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"키움\",\n                \"homeKey\": \"WO\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"고척\",\n                \"stadiumKey\": \"GC\",\n                \"status\": \"3\",\n                \"visit\": \"KT\",\n                \"visitKey\": \"KT\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"SS-T\",\n                \"displayDate\": \"20240917\",\n                \"gameDate\": 20240917,\n                \"gmkey\": \"20240917HTSK0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"SSG\",\n                \"homeKey\": \"SK\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"문학\",\n                \"stadiumKey\": \"MH\",\n                \"status\": \"3\",\n                \"visit\": \"KIA\",\n                \"visitKey\": \"HT\",\n                \"visitScore\": 0\n            },\n            {\n                \"broadcast\": \"SPO-2T\",\n                \"displayDate\": \"20240917\",\n                \"gameDate\": 20240917,\n                \"gmkey\": \"20240917HHNC0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"NC\",\n                \"homeKey\": \"NC\",\n                \"homeScore\": 1,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"창원\",\n                \"stadiumKey\": \"CW\",\n                \"status\": \"3\",\n                \"visit\": \"한화\",\n                \"visitKey\": \"HH\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"SPO-T,SPO-2T\",\n                \"displayDate\": \"20240918\",\n                \"gameDate\": 20240918,\n                \"gmkey\": \"20240918HHNC0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"NC\",\n                \"homeKey\": \"NC\",\n                \"homeScore\": 5,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"창원\",\n                \"stadiumKey\": \"CW\",\n                \"status\": \"3\",\n                \"visit\": \"한화\",\n                \"visitKey\": \"HH\",\n                \"visitScore\": 2\n            },\n            {\n                \"broadcast\": \"SS-T\",\n                \"displayDate\": \"20240918\",\n                \"gameDate\": 20240918,\n                \"gmkey\": \"20240918LGLT0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"롯데\",\n                \"homeKey\": \"LT\",\n                \"homeScore\": 3,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"사직\",\n                \"stadiumKey\": \"SJ\",\n                \"status\": \"3\",\n                \"visit\": \"LG\",\n                \"visitKey\": \"LG\",\n                \"visitScore\": 5\n            },\n            {\n                \"broadcast\": \"KN-T,MS-T\",\n                \"displayDate\": \"20240918\",\n                \"gameDate\": 20240918,\n                \"gmkey\": \"20240918SSKT0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeScore\": 6,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"삼성\",\n                \"visitKey\": \"SS\",\n                \"visitScore\": 8\n            },\n            {\n                \"broadcast\": \"SPO-2T\",\n                \"displayDate\": \"20240919\",\n                \"gameDate\": 20240919,\n                \"gmkey\": \"20240919WOSK0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"SSG\",\n                \"homeKey\": \"SK\",\n                \"homeScore\": 8,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"문학\",\n                \"stadiumKey\": \"MH\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitScore\": 6\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240919\",\n                \"gameDate\": 20240919,\n                \"gmkey\": \"20240919SSKT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeScore\": 12,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"삼성\",\n                \"visitKey\": \"SS\",\n                \"visitScore\": 5\n            },\n            {\n                \"broadcast\": \"SS-T\",\n                \"displayDate\": \"20240919\",\n                \"gameDate\": 20240919,\n                \"gmkey\": \"20240919LGLT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"롯데\",\n                \"homeKey\": \"LT\",\n                \"homeScore\": 4,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"사직\",\n                \"stadiumKey\": \"SJ\",\n                \"status\": \"3\",\n                \"visit\": \"LG\",\n                \"visitKey\": \"LG\",\n                \"visitScore\": 7\n            },\n            {\n                \"broadcast\": \"KN-T\",\n                \"displayDate\": \"20240919\",\n                \"gameDate\": 20240919,\n                \"gmkey\": \"20240919HTOB0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"두산\",\n                \"homeKey\": \"OB\",\n                \"homeScore\": 9,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"KIA\",\n                \"visitKey\": \"HT\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"MS-T\",\n                \"displayDate\": \"20240919\",\n                \"gameDate\": 20240919,\n                \"gmkey\": \"20240919HHNC0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"NC\",\n                \"homeKey\": \"NC\",\n                \"homeScore\": 6,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"창원\",\n                \"stadiumKey\": \"CW\",\n                \"status\": \"3\",\n                \"visit\": \"한화\",\n                \"visitKey\": \"HH\",\n                \"visitScore\": 7\n            },\n            {\n                \"broadcast\": \"KN-T,SS-T\",\n                \"displayDate\": \"20240920\",\n                \"gameDate\": 20240920,\n                \"gmkey\": \"20240920LTNC0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"NC\",\n                \"homeKey\": \"NC\",\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"취\",\n                \"stadium\": \"창원\",\n                \"stadiumKey\": \"CW\",\n                \"visit\": \"롯데\",\n                \"visitKey\": \"LT\"\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240920\",\n                \"gameDate\": 20240920,\n                \"gmkey\": \"20240920OBLG0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"LG\",\n                \"homeKey\": \"LG\",\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"취\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"visit\": \"두산\",\n                \"visitKey\": \"OB\"\n            },\n            {\n                \"broadcast\": \"SPO-2T,MS-T\",\n                \"displayDate\": \"20240920\",\n                \"gameDate\": 20240920,\n                \"gmkey\": \"20240920WOSK0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"SSG\",\n                \"homeKey\": \"SK\",\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"취\",\n                \"stadium\": \"문학\",\n                \"stadiumKey\": \"MH\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\"\n            },\n            {\n                \"broadcast\": \"K-2T\",\n                \"displayDate\": \"20240921\",\n                \"gameDate\": 20240921,\n                \"gmkey\": \"20240921OBLG1\",\n                \"gtime\": \"14:00\",\n                \"home\": \"LG\",\n                \"homeKey\": \"LG\",\n                \"homeScore\": 7,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"두산\",\n                \"visitKey\": \"OB\",\n                \"visitScore\": 14\n            },\n            {\n                \"broadcast\": \"SS-T\",\n                \"displayDate\": \"20240921\",\n                \"gameDate\": 20240921,\n                \"gmkey\": \"20240921WOSS0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"삼성\",\n                \"homeKey\": \"SS\",\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"취\",\n                \"stadium\": \"대구\",\n                \"stadiumKey\": \"DK\",\n                \"status\": \"4\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\"\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240921\",\n                \"gameDate\": 20240921,\n                \"gmkey\": \"20240921SKKT0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeScore\": 1,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"SSG\",\n                \"visitKey\": \"SK\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"SPO-2T\",\n                \"displayDate\": \"20240921\",\n                \"gameDate\": 20240921,\n                \"gmkey\": \"20240921NCHT0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"KIA\",\n                \"homeKey\": \"HT\",\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"취\",\n                \"stadium\": \"광주\",\n                \"stadiumKey\": \"KC\",\n                \"status\": \"4\",\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\"\n            },\n            {\n                \"broadcast\": \"KN-T\",\n                \"displayDate\": \"20240921\",\n                \"gameDate\": 20240921,\n                \"gmkey\": \"20240921LTHH0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"한화\",\n                \"homeKey\": \"HH\",\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"취\",\n                \"stadium\": \"대전\",\n                \"stadiumKey\": \"DJ\",\n                \"status\": \"4\",\n                \"visit\": \"롯데\",\n                \"visitKey\": \"LT\"\n            },\n            {\n                \"broadcast\": \"SPO-2T,MS-T\",\n                \"displayDate\": \"20240921\",\n                \"gameDate\": 20240921,\n                \"gmkey\": \"20240921OBLG2\",\n                \"gtime\": \"18:20\",\n                \"home\": \"LG\",\n                \"homeKey\": \"LG\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"두산\",\n                \"visitKey\": \"OB\",\n                \"visitScore\": 0\n            },\n            {\n                \"broadcast\": \"SS-T\",\n                \"displayDate\": \"20240922\",\n                \"gameDate\": 20240922,\n                \"gmkey\": \"20240922WOSS0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"삼성\",\n                \"homeKey\": \"SS\",\n                \"homeScore\": 9,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"대구\",\n                \"stadiumKey\": \"DK\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitScore\": 8\n            },\n            {\n                \"broadcast\": \"KN-T,MS-T\",\n                \"displayDate\": \"20240922\",\n                \"gameDate\": 20240922,\n                \"gmkey\": \"20240922SKKT0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"SSG\",\n                \"visitKey\": \"SK\",\n                \"visitScore\": 6\n            },\n            {\n                \"broadcast\": \"M-T\",\n                \"displayDate\": \"20240922\",\n                \"gameDate\": 20240922,\n                \"gmkey\": \"20240922OBLG0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"LG\",\n                \"homeKey\": \"LG\",\n                \"homeScore\": 9,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"두산\",\n                \"visitKey\": \"OB\",\n                \"visitScore\": 5\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240922\",\n                \"gameDate\": 20240922,\n                \"gmkey\": \"20240922NCHT0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"KIA\",\n                \"homeKey\": \"HT\",\n                \"homeScore\": 0,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"취\",\n                \"stadium\": \"광주\",\n                \"stadiumKey\": \"KC\",\n                \"status\": \"4\",\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\",\n                \"visitScore\": 0\n            },\n            {\n                \"broadcast\": \"SPO-2T\",\n                \"displayDate\": \"20240922\",\n                \"gameDate\": 20240922,\n                \"gmkey\": \"20240922LTHH0\",\n                \"gtime\": \"14:00\",\n                \"home\": \"한화\",\n                \"homeKey\": \"HH\",\n                \"homeScore\": 8,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"대전\",\n                \"stadiumKey\": \"DJ\",\n                \"status\": \"3\",\n                \"visit\": \"롯데\",\n                \"visitKey\": \"LT\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"KN-T,SS-T\",\n                \"displayDate\": \"20240923\",\n                \"gameDate\": 20240923,\n                \"gmkey\": \"20240923LTHH0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"한화\",\n                \"homeKey\": \"HH\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"대전\",\n                \"stadiumKey\": \"DJ\",\n                \"status\": \"3\",\n                \"visit\": \"롯데\",\n                \"visitKey\": \"LT\",\n                \"visitScore\": 3\n            },\n            {\n                \"broadcast\": \"SPO-T,SPO-2T\",\n                \"displayDate\": \"20240923\",\n                \"gameDate\": 20240923,\n                \"gmkey\": \"20240923SKOB0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"두산\",\n                \"homeKey\": \"OB\",\n                \"homeScore\": 8,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"SSG\",\n                \"visitKey\": \"SK\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"MS-T\",\n                \"displayDate\": \"20240923\",\n                \"gameDate\": 20240923,\n                \"gmkey\": \"20240923SSHT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KIA\",\n                \"homeKey\": \"HT\",\n                \"homeScore\": 5,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"광주\",\n                \"stadiumKey\": \"KC\",\n                \"status\": \"3\",\n                \"visit\": \"삼성\",\n                \"visitKey\": \"SS\",\n                \"visitScore\": 3\n            },\n            {\n                \"broadcast\": \"SS-T\",\n                \"displayDate\": \"20240924\",\n                \"gameDate\": 20240924,\n                \"gmkey\": \"20240924SSHT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KIA\",\n                \"homeKey\": \"HT\",\n                \"homeScore\": 7,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"광주\",\n                \"stadiumKey\": \"KC\",\n                \"status\": \"3\",\n                \"visit\": \"삼성\",\n                \"visitKey\": \"SS\",\n                \"visitScore\": 1\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240924\",\n                \"gameDate\": 20240924,\n                \"gmkey\": \"20240924NCOB0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"두산\",\n                \"homeKey\": \"OB\",\n                \"homeScore\": 10,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\",\n                \"visitScore\": 5\n            },\n            {\n                \"broadcast\": \"MS-T\",\n                \"displayDate\": \"20240924\",\n                \"gameDate\": 20240924,\n                \"gmkey\": \"20240924LTKT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeScore\": 5,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"롯데\",\n                \"visitKey\": \"LT\",\n                \"visitScore\": 1\n            },\n            {\n                \"broadcast\": \"KN-T\",\n                \"displayDate\": \"20240924\",\n                \"gameDate\": 20240924,\n                \"gmkey\": \"20240924LGSK0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"SSG\",\n                \"homeKey\": \"SK\",\n                \"homeScore\": 5,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"문학\",\n                \"stadiumKey\": \"MH\",\n                \"status\": \"3\",\n                \"visit\": \"LG\",\n                \"visitKey\": \"LG\",\n                \"visitScore\": 14\n            },\n            {\n                \"broadcast\": \"SPO-2T\",\n                \"displayDate\": \"20240924\",\n                \"gameDate\": 20240924,\n                \"gmkey\": \"20240924HHWO0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"키움\",\n                \"homeKey\": \"WO\",\n                \"homeScore\": 5,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"고척\",\n                \"stadiumKey\": \"GC\",\n                \"status\": \"3\",\n                \"visit\": \"한화\",\n                \"visitKey\": \"HH\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"SS-T\",\n                \"displayDate\": \"20240925\",\n                \"gameDate\": 20240925,\n                \"gmkey\": \"20240925HHLG0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"LG\",\n                \"homeKey\": \"LG\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"한화\",\n                \"visitKey\": \"HH\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240925\",\n                \"gameDate\": 20240925,\n                \"gmkey\": \"20240925LTHT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KIA\",\n                \"homeKey\": \"HT\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"광주\",\n                \"stadiumKey\": \"KC\",\n                \"status\": \"3\",\n                \"visit\": \"롯데\",\n                \"visitKey\": \"LT\",\n                \"visitScore\": 5\n            },\n            {\n                \"broadcast\": \"SPO-2T,MS-T\",\n                \"displayDate\": \"20240925\",\n                \"gameDate\": 20240925,\n                \"gmkey\": \"20240925SKNC0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"NC\",\n                \"homeKey\": \"NC\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"창원\",\n                \"stadiumKey\": \"CW\",\n                \"status\": \"3\",\n                \"visit\": \"SSG\",\n                \"visitKey\": \"SK\",\n                \"visitScore\": 8\n            },\n            {\n                \"broadcast\": \"KN-T\",\n                \"displayDate\": \"20240925\",\n                \"gameDate\": 20240925,\n                \"gmkey\": \"20240925WOSS0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"삼성\",\n                \"homeKey\": \"SS\",\n                \"homeScore\": 6,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"대구\",\n                \"stadiumKey\": \"DK\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitScore\": 3\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240926\",\n                \"gameDate\": 20240926,\n                \"gmkey\": \"20240926WOLG0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"LG\",\n                \"homeKey\": \"LG\",\n                \"homeScore\": 6,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"잠실\",\n                \"stadiumKey\": \"JS\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitScore\": 3\n            },\n            {\n                \"broadcast\": \"MS-T,SS-T\",\n                \"displayDate\": \"20240926\",\n                \"gameDate\": 20240926,\n                \"gmkey\": \"20240926SKNC0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"NC\",\n                \"homeKey\": \"NC\",\n                \"homeScore\": 1,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"창원\",\n                \"stadiumKey\": \"CW\",\n                \"status\": \"3\",\n                \"visit\": \"SSG\",\n                \"visitKey\": \"SK\",\n                \"visitScore\": 10\n            },\n            {\n                \"broadcast\": \"SPO-2T,KN-T\",\n                \"displayDate\": \"20240926\",\n                \"gameDate\": 20240926,\n                \"gmkey\": \"20240926OBLT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"롯데\",\n                \"homeKey\": \"LT\",\n                \"homeScore\": 3,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"사직\",\n                \"stadiumKey\": \"SJ\",\n                \"status\": \"3\",\n                \"visit\": \"두산\",\n                \"visitKey\": \"OB\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"SPO-2T\",\n                \"displayDate\": \"20240927\",\n                \"gameDate\": 20240927,\n                \"gmkey\": \"20240927HTHH0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"한화\",\n                \"homeKey\": \"HH\",\n                \"homeScore\": 8,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"대전\",\n                \"stadiumKey\": \"DJ\",\n                \"status\": \"3\",\n                \"visit\": \"KIA\",\n                \"visitKey\": \"HT\",\n                \"visitScore\": 0\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240927\",\n                \"gameDate\": 20240927,\n                \"gmkey\": \"20240927NCLT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"롯데\",\n                \"homeKey\": \"LT\",\n                \"homeScore\": 13,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"사직\",\n                \"stadiumKey\": \"SJ\",\n                \"status\": \"3\",\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\",\n                \"visitScore\": 6\n            },\n            {\n                \"broadcast\": \"KN-T,MS-T\",\n                \"displayDate\": \"20240927\",\n                \"gameDate\": 20240927,\n                \"gmkey\": \"20240927WOKT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeScore\": 8,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitScore\": 7\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240928\",\n                \"gameDate\": 20240928,\n                \"gmkey\": \"20240928WOKT0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"homeScore\": 10,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitScore\": 7\n            },\n            {\n                \"broadcast\": \"KN-T\",\n                \"displayDate\": \"20240928\",\n                \"gameDate\": 20240928,\n                \"gmkey\": \"20240928SKHH0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"한화\",\n                \"homeKey\": \"HH\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"대전\",\n                \"stadiumKey\": \"DJ\",\n                \"status\": \"3\",\n                \"visit\": \"SSG\",\n                \"visitKey\": \"SK\",\n                \"visitScore\": 6\n            },\n            {\n                \"broadcast\": \"SS-T\",\n                \"displayDate\": \"20240928\",\n                \"gameDate\": 20240928,\n                \"gmkey\": \"20240928OBNC0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"NC\",\n                \"homeKey\": \"NC\",\n                \"homeScore\": 3,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"창원\",\n                \"stadiumKey\": \"CW\",\n                \"status\": \"3\",\n                \"visit\": \"두산\",\n                \"visitKey\": \"OB\",\n                \"visitScore\": 4\n            },\n            {\n                \"broadcast\": \"SPO-2T\",\n                \"displayDate\": \"20240928\",\n                \"gameDate\": 20240928,\n                \"gmkey\": \"20240928LGSS0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"삼성\",\n                \"homeKey\": \"SS\",\n                \"homeScore\": 4,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"대구\",\n                \"stadiumKey\": \"DK\",\n                \"status\": \"3\",\n                \"visit\": \"LG\",\n                \"visitKey\": \"LG\",\n                \"visitScore\": 11\n            },\n            {\n                \"broadcast\": \"MS-T\",\n                \"displayDate\": \"20240928\",\n                \"gameDate\": 20240928,\n                \"gmkey\": \"20240928HTLT0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"롯데\",\n                \"homeKey\": \"LT\",\n                \"homeScore\": 8,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"사직\",\n                \"stadiumKey\": \"SJ\",\n                \"status\": \"3\",\n                \"visit\": \"KIA\",\n                \"visitKey\": \"HT\",\n                \"visitScore\": 12\n            },\n            {\n                \"broadcast\": \"SPO-2T,MS-T\",\n                \"displayDate\": \"20240929\",\n                \"gameDate\": 20240929,\n                \"gmkey\": \"20240929NCHH0\",\n                \"gtime\": \"17:00\",\n                \"home\": \"한화\",\n                \"homeKey\": \"HH\",\n                \"homeScore\": 2,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"대전\",\n                \"stadiumKey\": \"DJ\",\n                \"status\": \"3\",\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\",\n                \"visitScore\": 7\n            },\n            {\n                \"broadcast\": \"MS-T,SS-T\",\n                \"displayDate\": \"20240930\",\n                \"gameDate\": 20240930,\n                \"gmkey\": \"20240930NCHT0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"KIA\",\n                \"homeKey\": \"HT\",\n                \"homeScore\": 10,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"광주\",\n                \"stadiumKey\": \"KC\",\n                \"status\": \"3\",\n                \"visit\": \"NC\",\n                \"visitKey\": \"NC\",\n                \"visitScore\": 5\n            },\n            {\n                \"broadcast\": \"SPO-T\",\n                \"displayDate\": \"20240930\",\n                \"gameDate\": 20240930,\n                \"gmkey\": \"20240930WOSK0\",\n                \"gtime\": \"18:30\",\n                \"home\": \"SSG\",\n                \"homeKey\": \"SK\",\n                \"homeScore\": 7,\n                \"matchTeamCode\": \"\",\n                \"matchTeamName\": \"\",\n                \"outcome\": \"\",\n                \"stadium\": \"문학\",\n                \"stadiumKey\": \"MH\",\n                \"status\": \"3\",\n                \"visit\": \"키움\",\n                \"visitKey\": \"WO\",\n                \"visitScore\": 2\n            }\n        ]\n    }\n}"}],"_postman_id":"d296ec1a-2ee7-4883-a64a-a52c6cb3d1f8"},{"name":"투수평균자책점Top3","id":"92fdbd01-2338-4cc4-ba3b-f54024b47dbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/rank/pitcher/era/top3?gyear=2023","urlObject":{"protocol":"http","path":["api","game","rank","pitcher","era","top3"],"host":["54","180","228","165"],"query":[{"key":"gyear","value":"2023"}],"variable":[]}},"response":[{"id":"66c4cc6d-0001-4707-944f-3c6f6311f167","name":"투수평균자책점Top3","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/game/rank/pitcher/era/top3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:20:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2577"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [ // 투수 평균자책점 순위(또는 시즌 투수 상세) 리스트\n            {\n                \"ab\": 658,               // 상대 타자에게 기록된 공식 타수\n                \"bb\": 59,                // 볼넷\n                \"bb9\": 3,                // 9이닝당 볼넷 허용\n                \"bf\": 2856,              // 상대 타석 수\n                \"bk\": 1,                 // 보크\n                \"bs\": 0,                 // 블론 세이브\n                \"cba\": \"0.273\",          // 특정 지표(추정: 타율/피타율 계열?)\n                \"cg\": 0,                 // 완투\n                \"cs\": 4,                 // 도루 저지 횟수\n                \"dpp\": \"120\",            // 더블플레이 유도(병살타 유도) 횟수\n                \"er\": 79,                // 자책점\n                \"era\": \"4.10\",           // 평균자책점\n                \"err\": 4,                // 실책\n                \"fo\": 199,               // 뜬공 아웃(플라이 아웃)\n                \"gamenum\": 31,           // 경기 수\n                \"go\": 155,               // 땅볼 아웃\n                \"gofo\": \"0.78\",          // 땅볼 아웃/뜬공 아웃 비율\n                \"gyear\": \"2024\",         // 시즌 연도\n                \"h1\": 102,               // 1루타(단타) 개수\n                \"h2\": 36,                // 2루타 허용\n                \"h3\": 3,                 // 3루타 허용\n                \"hit\": 158,              // 피안타\n                \"hit9\": 8,               // 9이닝당 피안타\n                \"hold\": 0,               // 홀드\n                \"hp\": 7,                 // 몸에 맞는 공(사구)\n                \"hr\": 17,                // 피홈런\n                \"ib\": 4,                 // 고의사구\n                \"inBa\": \"0.043\",         // 주자가 있을 때 피안타율(추정)\n                \"inFlag\": \"1\",           // 선발 여부 플래그(1: 선발)\n                \"inn\": 173,              // 투구 이닝(= 실제 소화 이닝)\n                \"inn2\": 520,             // 1이닝=3아웃, 520=173이닝 * 3아웃(추정 수치)\n                \"iso\": \"0.141\",          // Isolated Power (상대 ISO 추정)\n                \"kk\": 154,               // 삼진\n                \"kk9\": 8,                // 9이닝당 삼진\n                \"kkbb\": \"2.61\",          // 삼진/볼넷 비율\n                \"l\": 12,                 // 패\n                \"lCg\": 0,                // 완투 패\n                \"lba\": \"0.36\",           // 패율 (추정)\n                \"oavg\": \"0.24\",          // 피안타율 (상대 타율)\n                \"obp\": \"0.306\",          // 상대 출루율\n                \"oops\": \"0.687\",         // 상대 OPS\n                \"oslg\": \"0.381\",         // 상대 장타율\n                \"outBa\": \"0.523\",        // 아웃 카운트 비율(추정)\n                \"pcode\": \"69032\",        // 선수 코드\n                \"playerName\": \"쿠에바스\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 5,                 // 포수 땅볼 보조, 혹은 P.O.(Putout) 수\n                \"qs\": 19,                // 퀄리티 스타트\n                \"qsPlus\": 7,             // QS+ (7이닝 이상 3실점 이하)\n                \"quit\": 0,               // 도중 강판(조기강판) 여부\n                \"quitInn2\": 0,           // 조기강판 이닝(아웃 수)\n                \"r\": 86,                 // 실점\n                \"rba\": \"0.366\",          // 실점율(추정)\n                \"sb\": 22,                // 도루 허용\n                \"sbTryCn\": 26,           // 도루 시도 횟수\n                \"sf\": 8,                 // 희생 플라이 허용\n                \"sh\": 5,                 // 희생 번트 허용\n                \"sho\": 0,                // 완봉\n                \"start\": 31,             // 선발 경기 수\n                \"startInn2\": 520,        // 선발 등판 시 투구 이닝(= 누적)\n                \"sv\": 0,                 // 세이브\n                \"svo\": 0,                // 세이브 기회\n                \"teamName\": \"KT\",        // 팀 이름\n                \"tugucount\": 2856,       // 총 투구 수\n                \"tugucountinn\": 16,      // 경기 당 평균 투구 이닝(추정)\n                \"w\": 7,                  // 승\n                \"wCg\": 0,                // 완투 승\n                \"whip\": \"1.25\",          // 이닝당 볼넷+피안타 허용\n                \"wp\": 11,                // 폭투\n                \"wra\": \"0.368\"           // 승률(추정)\n            },\n            {\n                \"ab\": 577,\n                \"bb\": 48,\n                \"bb9\": 2,\n                \"bf\": 2507,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.234\",\n                \"cg\": 0,\n                \"cs\": 7,\n                \"dpp\": \"103\",\n                \"er\": 77,\n                \"era\": \"4.63\",\n                \"err\": 3,\n                \"fo\": 141,\n                \"gamenum\": 28,\n                \"go\": 143,\n                \"gofo\": \"1.01\",\n                \"gyear\": \"2024\",\n                \"h1\": 84,\n                \"h2\": 25,\n                \"h3\": 4,\n                \"hit\": 141,\n                \"hit9\": 8,\n                \"hold\": 0,\n                \"hp\": 4,\n                \"hr\": 28,\n                \"ib\": 2,\n                \"inBa\": \"0.065\",\n                \"inFlag\": \"1\",\n                \"inn\": 149,\n                \"inn2\": 449,\n                \"iso\": \"0.203\",\n                \"kk\": 156,\n                \"kk9\": 9,\n                \"kkbb\": \"3.25\",\n                \"l\": 8,\n                \"lCg\": 0,\n                \"lba\": \"0.463\",\n                \"oavg\": \"0.244\",\n                \"obp\": \"0.305\",\n                \"oops\": \"0.752\",\n                \"oslg\": \"0.447\",\n                \"outBa\": \"0.551\",\n                \"pcode\": \"52043\",\n                \"playerName\": \"벤자민\",\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"qs\": 10,\n                \"qsPlus\": 5,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 90,\n                \"rba\": \"0.303\",\n                \"sb\": 12,\n                \"sbTryCn\": 19,\n                \"sf\": 4,\n                \"sh\": 6,\n                \"sho\": 0,\n                \"start\": 28,\n                \"startInn2\": 449,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"KT\",\n                \"tugucount\": 2507,\n                \"tugucountinn\": 16,\n                \"w\": 11,\n                \"wCg\": 0,\n                \"whip\": \"1.26\",\n                \"wp\": 4,\n                \"wra\": \"0.579\"\n            },\n            {\n                \"ab\": 616,\n                \"bb\": 42,\n                \"bb9\": 2,\n                \"bf\": 2716,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.253\",\n                \"cg\": 0,\n                \"cs\": 4,\n                \"dpp\": \"110\",\n                \"er\": 85,\n                \"era\": \"4.88\",\n                \"err\": 3,\n                \"fo\": 193,\n                \"gamenum\": 29,\n                \"go\": 105,\n                \"gofo\": \"0.54\",\n                \"gyear\": \"2024\",\n                \"h1\": 109,\n                \"h2\": 26,\n                \"h3\": 3,\n                \"hit\": 164,\n                \"hit9\": 9,\n                \"hold\": 0,\n                \"hp\": 7,\n                \"hr\": 26,\n                \"ib\": 0,\n                \"inBa\": \"0.054\",\n                \"inFlag\": \"1\",\n                \"inn\": 156,\n                \"inn2\": 470,\n                \"iso\": \"0.179\",\n                \"kk\": 159,\n                \"kk9\": 9,\n                \"kkbb\": \"3.79\",\n                \"l\": 10,\n                \"lCg\": 0,\n                \"lba\": \"0.395\",\n                \"oavg\": \"0.266\",\n                \"obp\": \"0.318\",\n                \"oops\": \"0.763\",\n                \"oslg\": \"0.445\",\n                \"outBa\": \"0.544\",\n                \"pcode\": \"65056\",\n                \"playerName\": \"엄상백\",\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"qs\": 9,\n                \"qsPlus\": 2,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 88,\n                \"rba\": \"0.353\",\n                \"sb\": 22,\n                \"sbTryCn\": 26,\n                \"sf\": 5,\n                \"sh\": 5,\n                \"sho\": 0,\n                \"start\": 29,\n                \"startInn2\": 470,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"KT\",\n                \"tugucount\": 2716,\n                \"tugucountinn\": 17,\n                \"w\": 13,\n                \"wCg\": 0,\n                \"whip\": \"1.31\",\n                \"wp\": 2,\n                \"wra\": \"0.565\"\n            }\n        ]\n    }\n}\n"},{"id":"5a06240e-0720-4edd-bceb-8027581eec72","name":"투수평균자책점Top3","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.228.165/api/game/rank/pitcher/era/top3?gyear=2023","protocol":"http","host":["54","180","228","165"],"path":["api","game","rank","pitcher","era","top3"],"query":[{"key":"gyear","value":"2023"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 04 Jan 2025 08:51:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1716"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"ab\": 673,\n                \"bb\": 19,\n                \"bb9\": 0,\n                \"bf\": 706,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.229\",\n                \"cg\": 0,\n                \"cs\": 8,\n                \"dpp\": \"112\",\n                \"er\": 54,\n                \"era\": \"2.78\",\n                \"err\": 2,\n                \"fo\": 154,\n                \"gamenum\": 28,\n                \"go\": 227,\n                \"gofo\": \"1.47\",\n                \"gyear\": \"2023\",\n                \"h1\": 142,\n                \"h2\": 27,\n                \"h3\": 5,\n                \"hit\": 181,\n                \"hit9\": 9,\n                \"hold\": 0,\n                \"hp\": 9,\n                \"hr\": 7,\n                \"ib\": 1,\n                \"inBa\": \"0.077\",\n                \"inFlag\": \"1\",\n                \"inn\": 174,\n                \"inn2\": 524,\n                \"iso\": \"0.086\",\n                \"kk\": 114,\n                \"kk9\": 5,\n                \"kkbb\": \"6\",\n                \"l\": 7,\n                \"lCg\": 0,\n                \"lba\": \"0.371\",\n                \"oavg\": \"0.269\",\n                \"obp\": \"0.297\",\n                \"oops\": \"0.652\",\n                \"oslg\": \"0.355\",\n                \"outBa\": \"0.604\",\n                \"pcode\": \"64001\",\n                \"playerName\": \"고영표\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64001_2024-03-06_113300.jpg\",\n                \"po\": 4,\n                \"qs\": 21,\n                \"qsPlus\": 17,\n                \"quit\": 1,\n                \"quitInn2\": 2,\n                \"r\": 57,\n                \"rba\": \"0.399\",\n                \"sb\": 19,\n                \"sbTryCn\": 27,\n                \"sf\": 3,\n                \"sh\": 2,\n                \"sho\": 0,\n                \"start\": 27,\n                \"startInn2\": 522,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"KT\",\n                \"tugucount\": 2453,\n                \"tugucountinn\": 14,\n                \"w\": 12,\n                \"wCg\": 0,\n                \"whip\": \"1.15\",\n                \"wp\": 6,\n                \"wra\": \"0.632\"\n            },\n            {\n                \"ab\": 622,\n                \"bb\": 45,\n                \"bb9\": 2,\n                \"bf\": 684,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.222\",\n                \"cg\": 0,\n                \"cs\": 0,\n                \"dpp\": \"119\",\n                \"er\": 63,\n                \"era\": \"3.54\",\n                \"err\": 6,\n                \"fo\": 163,\n                \"gamenum\": 29,\n                \"go\": 158,\n                \"gofo\": \"0.97\",\n                \"gyear\": \"2023\",\n                \"h1\": 113,\n                \"h2\": 23,\n                \"h3\": 1,\n                \"hit\": 149,\n                \"hit9\": 8,\n                \"hold\": 0,\n                \"hp\": 3,\n                \"hr\": 12,\n                \"ib\": 1,\n                \"inBa\": \"0.084\",\n                \"inFlag\": \"1\",\n                \"inn\": 160,\n                \"inn2\": 480,\n                \"iso\": \"0.098\",\n                \"kk\": 157,\n                \"kk9\": 8,\n                \"kkbb\": \"3.49\",\n                \"l\": 6,\n                \"lCg\": 0,\n                \"lba\": \"0.448\",\n                \"oavg\": \"0.24\",\n                \"obp\": \"0.292\",\n                \"oops\": \"0.629\",\n                \"oslg\": \"0.338\",\n                \"outBa\": \"0.534\",\n                \"pcode\": \"52043\",\n                \"playerName\": \"벤자민\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52043_2024-03-06_121546.jpg\",\n                \"po\": 0,\n                \"qs\": 11,\n                \"qsPlus\": 5,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 79,\n                \"rba\": \"0.33\",\n                \"sb\": 12,\n                \"sbTryCn\": 12,\n                \"sf\": 5,\n                \"sh\": 9,\n                \"sho\": 0,\n                \"start\": 29,\n                \"startInn2\": 480,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"KT\",\n                \"tugucount\": 2636,\n                \"tugucountinn\": 16,\n                \"w\": 15,\n                \"wCg\": 0,\n                \"whip\": \"1.21\",\n                \"wp\": 11,\n                \"wra\": \"0.714\"\n            }\n        ]\n    }\n}"}],"_postman_id":"92fdbd01-2338-4cc4-ba3b-f54024b47dbb"},{"name":"투수승리Top3","id":"8e4a9c9b-5a83-4e27-9a09-5d1fe98d3235","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/rank/pitcher/win/top3?gyear=2024","urlObject":{"protocol":"http","path":["api","game","rank","pitcher","win","top3"],"host":["54","180","228","165"],"query":[{"key":"gyear","value":"2024"}],"variable":[]}},"response":[{"id":"c602b98e-4da2-4f34-98a4-0b948df7d05c","name":"투수승리Top3","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/game/rank/pitcher/win/top3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:20:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2563"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [ // 투수 승리 관련 데이터 (시즌별 / 선수별)\n            {\n                \"ab\": 616,               // 상대 타자의 공식 타수\n                \"bb\": 42,                // 볼넷\n                \"bb9\": 2,                // 9이닝당 볼넷 허용\n                \"bf\": 2716,              // 상대 타석 수\n                \"bk\": 0,                 // 보크\n                \"bs\": 0,                 // 블론 세이브\n                \"cba\": \"0.253\",          // 특정 지표(추정: 피타율 혹은 관련 지표)\n                \"cg\": 0,                 // 완투\n                \"cs\": 4,                 // 도루 저지\n                \"dpp\": \"110\",            // 병살타 유도 횟수\n                \"er\": 85,                // 자책점\n                \"era\": \"4.88\",           // 평균자책점\n                \"err\": 3,                // 실책\n                \"fo\": 193,               // 뜬공 아웃\n                \"gamenum\": 29,           // 경기 수\n                \"go\": 105,               // 땅볼 아웃\n                \"gofo\": \"0.54\",          // 땅볼 아웃/뜬공 아웃 비율\n                \"gyear\": \"2024\",         // 시즌 연도\n                \"h1\": 109,               // 피안타 중 1루타\n                \"h2\": 26,                // 피안타 중 2루타\n                \"h3\": 3,                 // 피안타 중 3루타\n                \"hit\": 164,              // 피안타\n                \"hit9\": 9,               // 9이닝당 피안타\n                \"hold\": 0,               // 홀드\n                \"hp\": 7,                 // 몸에 맞는 공(사구)\n                \"hr\": 26,                // 피홈런\n                \"ib\": 0,                 // 고의사구\n                \"inBa\": \"0.054\",         // 주자 있을 때 피안타율(추정)\n                \"inFlag\": \"1\",           // 선발 여부 (1: 선발)\n                \"inn\": 156,              // 투구 이닝\n                \"inn2\": 470,             // 아웃 카운트(156이닝 * 3 = 468 + 추가 2?)\n                \"iso\": \"0.179\",          // 상대한테 허용한 ISO(순수 장타 지표)\n                \"kk\": 159,               // 삼진\n                \"kk9\": 9,                // 9이닝당 삼진\n                \"kkbb\": \"3.79\",          // 삼진/볼넷 비율\n                \"l\": 10,                 // 패\n                \"lCg\": 0,                // 완투 패\n                \"lba\": \"0.395\",          // 패율(추정)\n                \"oavg\": \"0.266\",         // 피안타율 (상대 타율)\n                \"obp\": \"0.318\",          // 상대 출루율\n                \"oops\": \"0.763\",         // 상대 OPS\n                \"oslg\": \"0.445\",         // 상대 장타율\n                \"outBa\": \"0.544\",        // 아웃 카운트 시 상대 타율(추정)\n                \"pcode\": \"65056\",        // 선수 코드\n                \"playerName\": \"엄상백\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,                 // Putout(포수 땅볼 처리 등) 횟수\n                \"qs\": 9,                 // 퀄리티 스타트\n                \"qsPlus\": 2,             // 퀄리티 스타트 플러스 (7이닝 이상 3자책 이하)\n                \"quit\": 0,               // 중도 강판 여부\n                \"quitInn2\": 0,           // 중도 강판 시 아웃카운트\n                \"r\": 88,                 // 실점\n                \"rba\": \"0.353\",          // 실점율(추정)\n                \"sb\": 22,                // 도루 허용\n                \"sbTryCn\": 26,           // 도루 시도 횟수\n                \"sf\": 5,                 // 희생 플라이 허용\n                \"sh\": 5,                 // 희생 번트 허용\n                \"sho\": 0,                // 완봉\n                \"start\": 29,             // 선발 경기 수\n                \"startInn2\": 470,        // 선발 시 이닝 누적\n                \"sv\": 0,                 // 세이브\n                \"svo\": 0,                // 세이브 기회\n                \"teamName\": \"KT\",        // 팀 이름\n                \"tugucount\": 2716,       // 총 투구 수\n                \"tugucountinn\": 17,      // 경기당 평균 투구 이닝(추정)\n                \"w\": 13,                 // 승\n                \"wCg\": 0,                // 완투 승\n                \"whip\": \"1.31\",          // 이닝당 볼넷+피안타 허용\n                \"wp\": 2,                 // 폭투\n                \"wra\": \"0.565\"           // 승률(추정)\n            },\n            {\n                \"ab\": 577,\n                \"bb\": 48,\n                \"bb9\": 2,\n                \"bf\": 2507,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.234\",\n                \"cg\": 0,\n                \"cs\": 7,\n                \"dpp\": \"103\",\n                \"er\": 77,\n                \"era\": \"4.63\",\n                \"err\": 3,\n                \"fo\": 141,\n                \"gamenum\": 28,\n                \"go\": 143,\n                \"gofo\": \"1.01\",\n                \"gyear\": \"2024\",\n                \"h1\": 84,\n                \"h2\": 25,\n                \"h3\": 4,\n                \"hit\": 141,\n                \"hit9\": 8,\n                \"hold\": 0,\n                \"hp\": 4,\n                \"hr\": 28,\n                \"ib\": 2,\n                \"inBa\": \"0.065\",\n                \"inFlag\": \"1\",\n                \"inn\": 149,\n                \"inn2\": 449,\n                \"iso\": \"0.203\",\n                \"kk\": 156,\n                \"kk9\": 9,\n                \"kkbb\": \"3.25\",\n                \"l\": 8,\n                \"lCg\": 0,\n                \"lba\": \"0.463\",\n                \"oavg\": \"0.244\",\n                \"obp\": \"0.305\",\n                \"oops\": \"0.752\",\n                \"oslg\": \"0.447\",\n                \"outBa\": \"0.551\",\n                \"pcode\": \"52043\",\n                \"playerName\": \"벤자민\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"qs\": 10,\n                \"qsPlus\": 5,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 90,\n                \"rba\": \"0.303\",\n                \"sb\": 12,\n                \"sbTryCn\": 19,\n                \"sf\": 4,\n                \"sh\": 6,\n                \"sho\": 0,\n                \"start\": 28,\n                \"startInn2\": 449,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"KT\",\n                \"tugucount\": 2507,\n                \"tugucountinn\": 16,\n                \"w\": 11,\n                \"wCg\": 0,\n                \"whip\": \"1.26\",\n                \"wp\": 4,\n                \"wra\": \"0.579\"\n            },\n            {\n                \"ab\": 286,\n                \"bb\": 22,\n                \"bb9\": 2,\n                \"bf\": 1222,\n                \"bk\": 0,\n                \"bs\": 5,\n                \"cba\": \"0.199\",\n                \"cg\": 0,\n                \"cs\": 0,\n                \"dpp\": \"51\",\n                \"er\": 30,\n                \"era\": \"3.52\",\n                \"err\": 1,\n                \"fo\": 89,\n                \"gamenum\": 66,\n                \"go\": 48,\n                \"gofo\": \"0.54\",\n                \"gyear\": \"2024\",\n                \"h1\": 43,\n                \"h2\": 7,\n                \"h3\": 1,\n                \"hit\": 63,\n                \"hit9\": 7,\n                \"hold\": 0,\n                \"hp\": 0,\n                \"hr\": 12,\n                \"ib\": 2,\n                \"inBa\": \"0.053\",\n                \"inFlag\": \"0\",           // 0: 불펜투수(혹은 선발 아님)\n                \"inn\": 76,               // 투구 이닝\n                \"inn2\": 230,             // 아웃 카운트(76이닝 * 3 = 228 + 추가 2?)\n                \"iso\": \"0.157\",          // 상대 ISO\n                \"kk\": 87,\n                \"kk9\": 10,               // 9이닝당 삼진\n                \"kkbb\": \"3.95\",          // 삼진/볼넷 비율\n                \"l\": 2,                  // 패\n                \"lCg\": 0,                // 완투 패\n                \"lba\": \"0.403\",          // 패율(추정)\n                \"oavg\": \"0.22\",          // 피안타율\n                \"obp\": \"0.275\",          // 상대 출루율\n                \"oops\": \"0.653\",         // 상대 OPS\n                \"oslg\": \"0.378\",         // 상대 장타율\n                \"outBa\": \"0.513\",        // 아웃 시 타율(추정)\n                \"pcode\": \"52060\",\n                \"playerName\": \"박영현\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"qs\": 0,                 // 선발 아님(퀄리티 스타트 없음)\n                \"qsPlus\": 0,            // QS+ 역시 없음\n                \"quit\": 52,             // 중도 강판(투구 중 교체?) 횟수(추정)\n                \"quitInn2\": 230,        // 총 아웃카운트(불펜이 대부분 투구했을 것으로 추정)\n                \"r\": 31,                // 실점\n                \"rba\": \"0.398\",         // 실점율(추정)\n                \"sb\": 6,                // 도루 허용\n                \"sbTryCn\": 6,           // 도루 시도 횟수\n                \"sf\": 1,                // 희생 플라이 허용\n                \"sh\": 1,                // 희생 번트 허용\n                \"sho\": 0,               // 완봉\n                \"start\": 0,             // 선발 없음\n                \"startInn2\": 0,         // 선발 이닝 0\n                \"sv\": 25,               // 세이브\n                \"svo\": 30,              // 세이브 기회\n                \"teamName\": \"KT\",       // 팀 이름\n                \"tugucount\": 1222,      // 총 투구 수\n                \"tugucountinn\": 15,     // 경기당 투구 이닝(추정)\n                \"w\": 10,                // 승\n                \"wCg\": 0,               // 완투 승\n                \"whip\": \"1.11\",         // 이닝당 볼넷+피안타 허용\n                \"wp\": 1,                // 폭투\n                \"wra\": \"0.833\"          // 승률(추정)\n            }\n        ]\n    }\n}\n"},{"id":"2090821a-0b9a-49f7-abc8-54a3b59dc28f","name":"투수승리Top3","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.228.165/api/game/rank/pitcher/win/top3?gyear=2024","protocol":"http","host":["54","180","228","165"],"path":["api","game","rank","pitcher","win","top3"],"query":[{"key":"gyear","value":"2024"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 04 Jan 2025 08:51:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2563"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"ab\": 616,\n                \"bb\": 42,\n                \"bb9\": 2,\n                \"bf\": 2716,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.253\",\n                \"cg\": 0,\n                \"cs\": 4,\n                \"dpp\": \"110\",\n                \"er\": 85,\n                \"era\": \"4.88\",\n                \"err\": 3,\n                \"fo\": 193,\n                \"gamenum\": 29,\n                \"go\": 105,\n                \"gofo\": \"0.54\",\n                \"gyear\": \"2024\",\n                \"h1\": 109,\n                \"h2\": 26,\n                \"h3\": 3,\n                \"hit\": 164,\n                \"hit9\": 9,\n                \"hold\": 0,\n                \"hp\": 7,\n                \"hr\": 26,\n                \"ib\": 0,\n                \"inBa\": \"0.054\",\n                \"inFlag\": \"1\",\n                \"inn\": 156,\n                \"inn2\": 470,\n                \"iso\": \"0.179\",\n                \"kk\": 159,\n                \"kk9\": 9,\n                \"kkbb\": \"3.79\",\n                \"l\": 10,\n                \"lCg\": 0,\n                \"lba\": \"0.395\",\n                \"oavg\": \"0.266\",\n                \"obp\": \"0.318\",\n                \"oops\": \"0.763\",\n                \"oslg\": \"0.445\",\n                \"outBa\": \"0.544\",\n                \"pcode\": \"65056\",\n                \"playerName\": \"엄상백\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/65056_2024-03-06_122611.jpg\",\n                \"po\": 0,\n                \"qs\": 9,\n                \"qsPlus\": 2,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 88,\n                \"rba\": \"0.353\",\n                \"sb\": 22,\n                \"sbTryCn\": 26,\n                \"sf\": 5,\n                \"sh\": 5,\n                \"sho\": 0,\n                \"start\": 29,\n                \"startInn2\": 470,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"KT\",\n                \"tugucount\": 2716,\n                \"tugucountinn\": 17,\n                \"w\": 13,\n                \"wCg\": 0,\n                \"whip\": \"1.31\",\n                \"wp\": 2,\n                \"wra\": \"0.565\"\n            },\n            {\n                \"ab\": 577,\n                \"bb\": 48,\n                \"bb9\": 2,\n                \"bf\": 2507,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.234\",\n                \"cg\": 0,\n                \"cs\": 7,\n                \"dpp\": \"103\",\n                \"er\": 77,\n                \"era\": \"4.63\",\n                \"err\": 3,\n                \"fo\": 141,\n                \"gamenum\": 28,\n                \"go\": 143,\n                \"gofo\": \"1.01\",\n                \"gyear\": \"2024\",\n                \"h1\": 84,\n                \"h2\": 25,\n                \"h3\": 4,\n                \"hit\": 141,\n                \"hit9\": 8,\n                \"hold\": 0,\n                \"hp\": 4,\n                \"hr\": 28,\n                \"ib\": 2,\n                \"inBa\": \"0.065\",\n                \"inFlag\": \"1\",\n                \"inn\": 149,\n                \"inn2\": 449,\n                \"iso\": \"0.203\",\n                \"kk\": 156,\n                \"kk9\": 9,\n                \"kkbb\": \"3.25\",\n                \"l\": 8,\n                \"lCg\": 0,\n                \"lba\": \"0.463\",\n                \"oavg\": \"0.244\",\n                \"obp\": \"0.305\",\n                \"oops\": \"0.752\",\n                \"oslg\": \"0.447\",\n                \"outBa\": \"0.551\",\n                \"pcode\": \"52043\",\n                \"playerName\": \"벤자민\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52043_2024-03-06_121546.jpg\",\n                \"po\": 0,\n                \"qs\": 10,\n                \"qsPlus\": 5,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 90,\n                \"rba\": \"0.303\",\n                \"sb\": 12,\n                \"sbTryCn\": 19,\n                \"sf\": 4,\n                \"sh\": 6,\n                \"sho\": 0,\n                \"start\": 28,\n                \"startInn2\": 449,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"KT\",\n                \"tugucount\": 2507,\n                \"tugucountinn\": 16,\n                \"w\": 11,\n                \"wCg\": 0,\n                \"whip\": \"1.26\",\n                \"wp\": 4,\n                \"wra\": \"0.579\"\n            },\n            {\n                \"ab\": 286,\n                \"bb\": 22,\n                \"bb9\": 2,\n                \"bf\": 1222,\n                \"bk\": 0,\n                \"bs\": 5,\n                \"cba\": \"0.199\",\n                \"cg\": 0,\n                \"cs\": 0,\n                \"dpp\": \"51\",\n                \"er\": 30,\n                \"era\": \"3.52\",\n                \"err\": 1,\n                \"fo\": 89,\n                \"gamenum\": 66,\n                \"go\": 48,\n                \"gofo\": \"0.54\",\n                \"gyear\": \"2024\",\n                \"h1\": 43,\n                \"h2\": 7,\n                \"h3\": 1,\n                \"hit\": 63,\n                \"hit9\": 7,\n                \"hold\": 0,\n                \"hp\": 0,\n                \"hr\": 12,\n                \"ib\": 2,\n                \"inBa\": \"0.053\",\n                \"inFlag\": \"0\",\n                \"inn\": 76,\n                \"inn2\": 230,\n                \"iso\": \"0.157\",\n                \"kk\": 87,\n                \"kk9\": 10,\n                \"kkbb\": \"3.95\",\n                \"l\": 2,\n                \"lCg\": 0,\n                \"lba\": \"0.403\",\n                \"oavg\": \"0.22\",\n                \"obp\": \"0.275\",\n                \"oops\": \"0.653\",\n                \"oslg\": \"0.378\",\n                \"outBa\": \"0.513\",\n                \"pcode\": \"52060\",\n                \"playerName\": \"박영현\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52060_2024-03-06_121312.jpg\",\n                \"po\": 0,\n                \"qs\": 0,\n                \"qsPlus\": 0,\n                \"quit\": 52,\n                \"quitInn2\": 230,\n                \"r\": 31,\n                \"rba\": \"0.398\",\n                \"sb\": 6,\n                \"sbTryCn\": 6,\n                \"sf\": 1,\n                \"sh\": 1,\n                \"sho\": 0,\n                \"start\": 0,\n                \"startInn2\": 0,\n                \"sv\": 25,\n                \"svo\": 30,\n                \"teamName\": \"KT\",\n                \"tugucount\": 1222,\n                \"tugucountinn\": 15,\n                \"w\": 10,\n                \"wCg\": 0,\n                \"whip\": \"1.11\",\n                \"wp\": 1,\n                \"wra\": \"0.833\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8e4a9c9b-5a83-4e27-9a09-5d1fe98d3235"},{"name":"전체투수평균자책점Top5","id":"43086c59-1711-498d-bda1-ceb3a6a9b967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/rank/pitcher/total/top5","urlObject":{"protocol":"http","path":["api","game","rank","pitcher","total","top5"],"host":["54","180","228","165"],"query":[],"variable":[]}},"response":[{"id":"c483b682-bd0f-44b4-b3fd-327377fcd707","name":"전체투수평균자책점Top5","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/game/rank/pitcher/total/top5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:21:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4292"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [ // 전체 투수 평균 자책점 데이터\n            {\n                \"ab\": 594,            // 상대 타자에게 기록된 공식 타수\n                \"bb\": 35,             // 볼넷\n                \"bb9\": 2,             // 9이닝당 볼넷 허용\n                \"bf\": 2398,           // 상대 타석 수\n                \"bk\": 1,              // 보크\n                \"bs\": 0,              // 블론 세이브\n                \"cba\": \"0.305\",       // 특정 지표(추정: 피안타율 혹은 관련 지표)\n                \"cg\": 0,              // 완투\n                \"cs\": 4,              // 도루 저지\n                \"dpp\": \"116\",         // 병살타 유도 횟수\n                \"er\": 42,             // 자책점\n                \"era\": \"2.53\",        // 평균자책점\n                \"err\": 3,             // 실책\n                \"fo\": 115,            // 뜬공 아웃\n                \"gamenum\": 26,        // 경기 수\n                \"go\": 188,            // 땅볼 아웃\n                \"gofo\": \"1.63\",       // 땅볼 아웃/뜬공 아웃 비율\n                \"gyear\": \"2024\",      // 시즌 연도\n                \"h1\": 115,            // 피안타 중 1루타\n                \"h2\": 27,             // 2루타\n                \"h3\": 1,              // 3루타\n                \"hit\": 154,           // 피안타\n                \"hit9\": 9,            // 9이닝당 피안타\n                \"hold\": 0,            // 홀드\n                \"hp\": 9,              // 몸에 맞는 공(사구)\n                \"hr\": 11,             // 피홈런\n                \"ib\": 0,              // 고의사구\n                \"inBa\": \"0.059\",      // 주자 있을 때 피안타율(추정)\n                \"inFlag\": \"1\",        // 선발 여부 (1: 선발)\n                \"inn\": 149,           // 투구 이닝\n                \"inn2\": 448,          // (이닝 × 3) 형태의 아웃 카운트\n                \"iso\": \"0.104\",       // 상대 ISO(순수 장타 지표)\n                \"kk\": 138,            // 삼진\n                \"kk9\": 8,             // 9이닝당 삼진\n                \"kkbb\": \"3.94\",       // 삼진/볼넷 비율\n                \"l\": 5,               // 패\n                \"lCg\": 0,             // 완투 패\n                \"lba\": \"0.338\",       // 패율(추정)\n                \"oavg\": \"0.259\",      // 피안타율\n                \"obp\": \"0.31\",        // 상대 출루율\n                \"oops\": \"0.673\",      // 상대 OPS\n                \"oslg\": \"0.364\",      // 상대 장타율\n                \"outBa\": \"0.634\",     // 아웃 시 타율(추정)\n                \"pcode\": \"54640\",     // 선수 코드\n                \"playerName\": \"네일\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 1,              // Putout 횟수\n                \"qs\": 13,             // 퀄리티 스타트\n                \"qsPlus\": 3,          // QS+ (7이닝 이상 3자책 이하)\n                \"quit\": 0,            // 중도 강판 여부\n                \"quitInn2\": 0,        // 중도 강판 시 아웃카운트\n                \"r\": 69,              // 실점\n                \"rba\": \"0.357\",       // 실점율(추정)\n                \"sb\": 22,             // 도루 허용\n                \"sbTryCn\": 26,        // 도루 시도 횟수\n                \"sf\": 1,              // 희생 플라이 허용\n                \"sh\": 3,              // 희생 번트 허용\n                \"sho\": 0,             // 완봉\n                \"start\": 26,          // 선발 경기 수\n                \"startInn2\": 448,     // 선발 시 투구 이닝(누적 아웃 수)\n                \"sv\": 0,              // 세이브\n                \"svo\": 0,             // 세이브 기회\n                \"teamName\": \"KIA\",    // 팀 이름\n                \"tugucount\": 2398,    // 총 투구 수\n                \"tugucountinn\": 16,   // 경기당 평균 투구 이닝(추정)\n                \"w\": 12,              // 승\n                \"wCg\": 0,             // 완투 승\n                \"whip\": \"1.27\",       // 이닝당 볼넷+피안타 허용\n                \"wp\": 3,              // 폭투\n                \"wra\": \"0.706\"        // 승률(추정)\n            },\n            {\n                \"ab\": 578,\n                \"bb\": 38,\n                \"bb9\": 2,\n                \"bf\": 2465,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.215\",\n                \"cg\": 0,\n                \"cs\": 9,\n                \"dpp\": \"118\",\n                \"er\": 47,\n                \"era\": \"2.69\",\n                \"err\": 1,\n                \"fo\": 131,\n                \"gamenum\": 26,\n                \"go\": 142,\n                \"gofo\": \"1.08\",\n                \"gyear\": \"2024\",\n                \"h1\": 96,\n                \"h2\": 16,\n                \"h3\": 1,\n                \"hit\": 124,\n                \"hit9\": 7,\n                \"hold\": 0,\n                \"hp\": 11,\n                \"hr\": 11,\n                \"ib\": 0,\n                \"inBa\": \"0.056\",\n                \"inFlag\": \"1\",\n                \"inn\": 157,\n                \"inn2\": 471,\n                \"iso\": \"0.088\",\n                \"kk\": 182,\n                \"kk9\": 10,\n                \"kkbb\": \"4.79\",\n                \"l\": 3,\n                \"lCg\": 0,\n                \"lba\": \"0.409\",\n                \"oavg\": \"0.215\",\n                \"obp\": \"0.275\",\n                \"oops\": \"0.578\",\n                \"oslg\": \"0.303\",\n                \"outBa\": \"0.591\",\n                \"pcode\": \"54930\",\n                \"playerName\": \"하트\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 1,\n                \"qs\": 17,\n                \"qsPlus\": 9,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 51,\n                \"rba\": \"0.376\",\n                \"sb\": 8,\n                \"sbTryCn\": 17,\n                \"sf\": 1,\n                \"sh\": 3,\n                \"sho\": 0,\n                \"start\": 26,\n                \"startInn2\": 471,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"NC\",\n                \"tugucount\": 2465,\n                \"tugucountinn\": 15,\n                \"w\": 13,\n                \"wCg\": 0,\n                \"whip\": \"1.03\",\n                \"wp\": 2,\n                \"wra\": \"0.813\"\n            },\n            {\n                \"ab\": 564,\n                \"bb\": 46,\n                \"bb9\": 2,\n                \"bf\": 2396,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.215\",\n                \"cg\": 0,\n                \"cs\": 5,\n                \"dpp\": \"111\",\n                \"er\": 56,\n                \"era\": \"3.35\",\n                \"err\": 1,\n                \"fo\": 103,\n                \"gamenum\": 25,\n                \"go\": 154,\n                \"gofo\": \"1.5\",\n                \"gyear\": \"2024\",\n                \"h1\": 101,\n                \"h2\": 17,\n                \"h3\": 4,\n                \"hit\": 140,\n                \"hit9\": 8,\n                \"hold\": 0,\n                \"hp\": 5,\n                \"hr\": 18,\n                \"ib\": 0,\n                \"inBa\": \"0.055\",\n                \"inFlag\": \"1\",\n                \"inn\": 150,\n                \"inn2\": 452,\n                \"iso\": \"0.14\",\n                \"kk\": 171,\n                \"kk9\": 10,\n                \"kkbb\": \"3.72\",\n                \"l\": 6,\n                \"lCg\": 0,\n                \"lba\": \"0.484\",\n                \"oavg\": \"0.248\",\n                \"obp\": \"0.309\",\n                \"oops\": \"0.697\",\n                \"oslg\": \"0.388\",\n                \"outBa\": \"0.653\",\n                \"pcode\": \"52528\",\n                \"playerName\": \"반즈\",\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 1,\n                \"qs\": 17,\n                \"qsPlus\": 8,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 59,\n                \"rba\": \"0.301\",\n                \"sb\": 12,\n                \"sbTryCn\": 17,\n                \"sf\": 4,\n                \"sh\": 5,\n                \"sho\": 0,\n                \"start\": 25,\n                \"startInn2\": 452,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"롯데\",\n                \"tugucount\": 2396,\n                \"tugucountinn\": 15,\n                \"w\": 9,\n                \"wCg\": 0,\n                \"whip\": \"1.23\",\n                \"wp\": 6,\n                \"wra\": \"0.600\"\n            },\n            {\n                \"ab\": 727,\n                \"bb\": 32,\n                \"bb9\": 1,\n                \"bf\": 2894,\n                \"bk\": 1,\n                \"bs\": 0,\n                \"cba\": \"0.225\",\n                \"cg\": 0,\n                \"cs\": 8,\n                \"dpp\": \"148\",\n                \"er\": 71,\n                \"era\": \"3.36\",\n                \"err\": 0,\n                \"fo\": 166,\n                \"gamenum\": 30,\n                \"go\": 211,\n                \"gofo\": \"1.27\",\n                \"gyear\": \"2024\",\n                \"h1\": 135,\n                \"h2\": 27,\n                \"h3\": 4,\n                \"hit\": 185,\n                \"hit9\": 8,\n                \"hold\": 0,\n                \"hp\": 9,\n                \"hr\": 19,\n                \"ib\": 0,\n                \"inBa\": \"0.081\",\n                \"inFlag\": \"1\",\n                \"inn\": 190,\n                \"inn2\": 571,\n                \"iso\": \"0.127\",\n                \"kk\": 169,\n                \"kk9\": 7,\n                \"kkbb\": \"5.28\",\n                \"l\": 8,\n                \"lCg\": 0,\n                \"lba\": \"0.405\",\n                \"oavg\": \"0.254\",\n                \"obp\": \"0.293\",\n                \"oops\": \"0.674\",\n                \"oslg\": \"0.381\",\n                \"outBa\": \"0.577\",\n                \"pcode\": \"53375\",\n                \"playerName\": \"후라도\",\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"qs\": 23,\n                \"qsPlus\": 13,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 78,\n                \"rba\": \"0.37\",\n                \"sb\": 10,\n                \"sbTryCn\": 18,\n                \"sf\": 4,\n                \"sh\": 7,\n                \"sho\": 0,\n                \"start\": 30,\n                \"startInn2\": 571,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"키움\",\n                \"tugucount\": 2894,\n                \"tugucountinn\": 15,\n                \"w\": 10,\n                \"wCg\": 0,\n                \"whip\": \"1.14\",\n                \"wp\": 3,\n                \"wra\": \"0.556\"\n            },\n            {\n                \"ab\": 598,\n                \"bb\": 40,\n                \"bb9\": 2,\n                \"bf\": 2604,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.216\",\n                \"cg\": 1,              // 완투 1회\n                \"cs\": 7,\n                \"dpp\": \"122\",\n                \"er\": 61,\n                \"era\": \"3.43\",\n                \"err\": 1,\n                \"fo\": 186,\n                \"gamenum\": 28,\n                \"go\": 123,\n                \"gofo\": \"0.66\",\n                \"gyear\": \"2024\",\n                \"h1\": 94,\n                \"h2\": 17,\n                \"h3\": 3,\n                \"hit\": 135,\n                \"hit9\": 7,\n                \"hold\": 0,\n                \"hp\": 19,\n                \"hr\": 21,\n                \"ib\": 0,\n                \"inBa\": \"0.066\",\n                \"inFlag\": \"1\",\n                \"inn\": 160,\n                \"inn2\": 480,\n                \"iso\": \"0.144\",\n                \"kk\": 158,\n                \"kk9\": 8,\n                \"kkbb\": \"3.95\",\n                \"l\": 6,\n                \"lCg\": 0,\n                \"lba\": \"0.394\",\n                \"oavg\": \"0.226\",\n                \"obp\": \"0.293\",\n                \"oops\": \"0.663\",\n                \"oslg\": \"0.37\",\n                \"outBa\": \"0.504\",\n                \"pcode\": \"54452\",\n                \"playerName\": \"코너\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"qs\": 13,\n                \"qsPlus\": 8,\n                \"quit\": 1,\n                \"quitInn2\": 0,\n                \"r\": 67,\n                \"rba\": \"0.39\",\n                \"sb\": 10,\n                \"sbTryCn\": 17,\n                \"sf\": 4,\n                \"sh\": 2,\n                \"sho\": 1, // 완봉 1회\n                \"start\": 28,\n                \"startInn2\": 480,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"삼성\",\n                \"tugucount\": 2604,\n                \"tugucountinn\": 16,\n                \"w\": 11,\n                \"wCg\": 1,  // 완투 승\n                \"whip\": \"1.09\",\n                \"wp\": 9,\n                \"wra\": \"0.647\"\n            }\n        ]\n    }\n}\n"}],"_postman_id":"43086c59-1711-498d-bda1-ceb3a6a9b967"},{"name":"kt투수순위","id":"87e1cc6b-c4ec-41b8-8934-f5a3e3e412b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/rank/kt/pitcher?gyear=2024&pname=문용익&sortKey=ERA","urlObject":{"protocol":"http","path":["api","game","rank","kt","pitcher"],"host":["54","180","228","165"],"query":[{"description":{"content":"<p>연도</p>\n","type":"text/plain"},"key":"gyear","value":"2024"},{"description":{"content":"<p>투수이름</p>\n","type":"text/plain"},"key":"pname","value":"문용익"},{"description":{"content":"<p>ERA, GAMENUM, W, L, SV, HOLD, WRA, INN2, HIT, HR, BB, HP, KK, R, ER 정렬순서</p>\n","type":"text/plain"},"key":"sortKey","value":"ERA"}],"variable":[]}},"response":[{"id":"14509fde-03a1-4a7c-8711-970fda974fbf","name":"kt투수순위","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/game/rank/kt/pitcher?gyear=2024&pname=문용익&sortKey=ERA","protocol":"http","host":["54","180","229","183"],"path":["api","game","rank","kt","pitcher"],"query":[{"key":"gyear","value":"2024","description":"연도"},{"key":"pname","value":"문용익","description":"투수이름"},{"key":"sortKey","value":"ERA","description":"ERA, GAMENUM, W, L, SV, HOLD, WRA, INN2, HIT, HR, BB, HP, KK, R, ER 정렬순서"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:21:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"848"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [ // 투수 순위 (또는 특정 투수 기록) 리스트\n            {\n                \"ab\": 73,                // 상대 타자의 공식 타수\n                \"bb\": 22,                // 볼넷\n                \"bb9\": 11,               // 9이닝당 볼넷 허용\n                \"bf\": 377,               // 상대 타석 수\n                \"bk\": 0,                 // 보크\n                \"bs\": 0,                 // 블론 세이브\n                \"cba\": \"0.22\",           // 특정 지표(추정: 피타율 or 관련 지표)\n                \"cg\": 0,                 // 완투\n                \"cs\": 1,                 // 도루 저지\n                \"dpp\": \"34\",             // 병살 유도 횟수\n                \"er\": 23,                // 자책점\n                \"era\": \"12.18\",          // 평균자책점\n                \"err\": 0,                // 실책\n                \"fo\": 17,                // 뜬공 아웃\n                \"gamenum\": 12,           // 경기 수\n                \"go\": 17,                // 땅볼 아웃\n                \"gofo\": \"1\",             // 땅볼 아웃 / 뜬공 아웃 비율\n                \"gyear\": \"2024\",         // 시즌 연도\n                \"h1\": 17,                // 피안타 중 1루타\n                \"h2\": 4,                 // 피안타 중 2루타\n                \"h3\": 0,                 // 피안타 중 3루타\n                \"hit\": 23,               // 피안타\n                \"hit9\": 12,              // 9이닝당 피안타\n                \"hold\": 0,               // 홀드\n                \"hp\": 2,                 // 몸에 맞는 공(사구)\n                \"hr\": 2,                 // 피홈런\n                \"ib\": 0,                 // 고의사구\n                \"inBa\": \"0.105\",         // 주자 있을 때 피안타율(추정)\n                \"inFlag\": \"0\",           // 선발 여부(0: 불펜)\n                \"inn\": 17,               // 투구 이닝\n                \"inn2\": 51,              // 아웃카운트(17이닝 * 3 = 51)\n                \"iso\": \"0.137\",          // 상대 ISO\n                \"kk\": 17,                // 삼진\n                \"kk9\": 9,                // 9이닝당 삼진\n                \"kkbb\": \"0.77\",          // 삼진/볼넷 비율\n                \"l\": 0,                  // 패\n                \"lCg\": 0,                // 완투 패\n                \"lba\": \"0.46\",           // 패율(추정)\n                \"oavg\": \"0.315\",         // 피안타율\n                \"obp\": \"0.48\",           // 상대 출루율\n                \"oops\": \"0.932\",         // 상대 OPS\n                \"oslg\": \"0.452\",         // 상대 장타율\n                \"outBa\": \"0.677\",        // 아웃 시 상대 타율(추정)\n                \"pcode\": \"67419\",        // 선수 코드\n                \"playerName\": \"문용익\",  // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,                 // Putout(혹은 기타 수비 처리)\n                \"qs\": 0,                 // 퀄리티 스타트\n                \"qsPlus\": 0,             // QS+ \n                \"quit\": 4,               // 중도 강판 횟수(추정)\n                \"quitInn2\": 51,          // 중도 강판 시점 아웃카운트\n                \"r\": 27,                 // 실점\n                \"rba\": \"0.32\",           // 실점율(추정)\n                \"sb\": 1,                 // 도루 허용\n                \"sbTryCn\": 2,            // 도루 시도 횟수\n                \"sf\": 1,                 // 희생 플라이 허용\n                \"sh\": 1,                 // 희생 번트 허용\n                \"sho\": 0,                // 완봉\n                \"start\": 0,              // 선발 경기 수\n                \"startInn2\": 0,          // 선발 이닝(0이면 불펜)\n                \"sv\": 0,                 // 세이브\n                \"svo\": 0,                // 세이브 기회\n                \"teamName\": \"KT\",        // 팀 이름\n                \"tugucount\": 377,        // 총 투구 수\n                \"tugucountinn\": 22,      // 경기당 투구 이닝(추정)\n                \"w\": 0,                  // 승\n                \"wCg\": 0,                // 완투 승\n                \"whip\": \"2.65\",          // 이닝당 볼넷+피안타 허용\n                \"wp\": 2,                 // 폭투\n                \"wra\": \"0.000\"           // 승률(추정)\n            }\n        ]\n    }\n}\n"}],"_postman_id":"87e1cc6b-c4ec-41b8-8934-f5a3e3e412b5"},{"name":"전체투수순위","id":"c3763865-b188-4b4e-b373-c9c0f40b92cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/rank/total/pitcher?gyear=2024&pname=&sortKey=ERA","urlObject":{"protocol":"http","path":["api","game","rank","total","pitcher"],"host":["54","180","228","165"],"query":[{"description":{"content":"<p>연도</p>\n","type":"text/plain"},"key":"gyear","value":"2024"},{"description":{"content":"<p>선수이름</p>\n","type":"text/plain"},"key":"pname","value":""},{"description":{"content":"<p>ERA, GAMENUM, W, L, SV, HOLD, WRA, INN2, HIT, HR, BB, HP, KK, R, ER 정렬</p>\n","type":"text/plain"},"key":"sortKey","value":"ERA"}],"variable":[]}},"response":[{"id":"a4090c1b-8e30-4822-8d01-abee7fbb64d1","name":"전체투수순위","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/game/rank/total/pitcher?gyear=2024&pname=&sortKey=ERA","protocol":"http","host":["54","180","229","183"],"path":["api","game","rank","total","pitcher"],"query":[{"key":"gyear","value":"2024","description":"연도"},{"key":"pname","value":"","description":"선수이름"},{"key":"sortKey","value":"ERA","description":"ERA, GAMENUM, W, L, SV, HOLD, WRA, INN2, HIT, HR, BB, HP, KK, R, ER 정렬"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:22:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"17152"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [ // 전체 투수 기록 (평균자책점 순위 혹은 시즌 기록)\n            {\n                \"ab\": 594,            // 상대 타자가 기록한 공식 타수\n                \"bb\": 35,             // 볼넷\n                \"bb9\": 2,             // 9이닝 당 볼넷 허용\n                \"bf\": 2398,           // 상대 타석 수\n                \"bk\": 1,              // 보크\n                \"bs\": 0,              // 블론 세이브\n                \"cba\": \"0.305\",       // 특정 지표(피타율 등 추정)\n                \"cg\": 0,              // 완투\n                \"cs\": 4,              // 도루 저지\n                \"dpp\": \"116\",         // 병살타 유도 횟수\n                \"er\": 42,             // 자책점\n                \"era\": \"2.53\",        // 평균자책점\n                \"err\": 3,             // 실책\n                \"fo\": 115,            // 플라이 아웃\n                \"gamenum\": 26,        // 경기 수\n                \"go\": 188,            // 땅볼 아웃\n                \"gofo\": \"1.63\",       // 땅볼 아웃/뜬공 아웃 비율\n                \"gyear\": \"2024\",      // 시즌 연도\n                \"h1\": 115,            // 피안타 중 1루타\n                \"h2\": 27,             // 피안타 중 2루타\n                \"h3\": 1,              // 피안타 중 3루타\n                \"hit\": 154,           // 피안타\n                \"hit9\": 9,            // 9이닝 당 피안타\n                \"hold\": 0,            // 홀드\n                \"hp\": 9,              // 몸에 맞는 공(사구)\n                \"hr\": 11,             // 피홈런\n                \"ib\": 0,              // 고의사구\n                \"inBa\": \"0.059\",      // 주자 있을 때 피안타율(추정)\n                \"inFlag\": \"1\",        // 선발 여부 (1: 선발)\n                \"inn\": 149,           // 투구 이닝\n                \"inn2\": 448,          // (이닝 × 3) 형태의 아웃카운트\n                \"iso\": \"0.104\",       // 상대 ISO(순수 장타력 지표)\n                \"kk\": 138,            // 삼진\n                \"kk9\": 8,             // 9이닝 당 삼진\n                \"kkbb\": \"3.94\",       // 삼진/볼넷 비율\n                \"l\": 5,               // 패\n                \"lCg\": 0,             // 완투 패\n                \"lba\": \"0.338\",       // 패율(추정)\n                \"oavg\": \"0.259\",      // 피안타율(상대 타율)\n                \"obp\": \"0.31\",        // 상대 출루율\n                \"oops\": \"0.673\",      // 상대 OPS\n                \"oslg\": \"0.364\",      // 상대 장타율\n                \"outBa\": \"0.634\",     // 아웃 시 타율(추정)\n                \"pcode\": \"54640\",     // 선수 코드\n                \"playerName\": \"네일\",  // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 1,              // 처리한 P.O.(직접 아웃 처리 등) 횟수\n                \"qs\": 13,             // 퀄리티 스타트\n                \"qsPlus\": 3,          // QS+ (7이닝 이상 3자책 이하)\n                \"quit\": 0,            // 중도 강판 여부\n                \"quitInn2\": 0,        // 중도 강판 시 아웃 카운트\n                \"r\": 69,              // 실점\n                \"rba\": \"0.357\",       // 실점율(추정)\n                \"sb\": 22,             // 도루 허용\n                \"sbTryCn\": 26,        // 도루 시도 횟수\n                \"sf\": 1,              // 희생 플라이 허용\n                \"sh\": 3,              // 희생 번트 허용\n                \"sho\": 0,             // 완봉\n                \"start\": 26,          // 선발 경기 수\n                \"startInn2\": 448,     // 선발 시 투구 이닝(아웃카운트)\n                \"sv\": 0,              // 세이브\n                \"svo\": 0,             // 세이브 기회\n                \"teamName\": \"KIA\",    // 팀 이름\n                \"tugucount\": 2398,    // 총 투구 수\n                \"tugucountinn\": 16,   // 경기 당 평균 투구 이닝(추정)\n                \"w\": 12,              // 승\n                \"wCg\": 0,             // 완투 승\n                \"whip\": \"1.27\",       // 이닝 당 볼넷+피안타 허용\n                \"wp\": 3,              // 폭투\n                \"wra\": \"0.706\"        // 승률(추정)\n            },\n            {\n                \"ab\": 578,\n                \"bb\": 38,\n                \"bb9\": 2,\n                \"bf\": 2465,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.215\",\n                \"cg\": 0,\n                \"cs\": 9,\n                \"dpp\": \"118\",\n                \"er\": 47,\n                \"era\": \"2.69\",\n                \"err\": 1,\n                \"fo\": 131,\n                \"gamenum\": 26,\n                \"go\": 142,\n                \"gofo\": \"1.08\",\n                \"gyear\": \"2024\",\n                \"h1\": 96,\n                \"h2\": 16,\n                \"h3\": 1,\n                \"hit\": 124,\n                \"hit9\": 7,\n                \"hold\": 0,\n                \"hp\": 11,\n                \"hr\": 11,\n                \"ib\": 0,\n                \"inBa\": \"0.056\",\n                \"inFlag\": \"1\",\n                \"inn\": 157,\n                \"inn2\": 471,\n                \"iso\": \"0.088\",\n                \"kk\": 182,\n                \"kk9\": 10,\n                \"kkbb\": \"4.79\",\n                \"l\": 3,\n                \"lCg\": 0,\n                \"lba\": \"0.409\",\n                \"oavg\": \"0.215\",\n                \"obp\": \"0.275\",\n                \"oops\": \"0.578\",\n                \"oslg\": \"0.303\",\n                \"outBa\": \"0.591\",\n                \"pcode\": \"54930\",\n                \"playerName\": \"하트\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 1,\n                \"qs\": 17,\n                \"qsPlus\": 9,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 51,\n                \"rba\": \"0.376\",\n                \"sb\": 8,\n                \"sbTryCn\": 17,\n                \"sf\": 1,\n                \"sh\": 3,\n                \"sho\": 0,\n                \"start\": 26,\n                \"startInn2\": 471,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"NC\",\n                \"tugucount\": 2465,\n                \"tugucountinn\": 15,\n                \"w\": 13,\n                \"wCg\": 0,\n                \"whip\": \"1.03\",\n                \"wp\": 2,\n                \"wra\": \"0.813\"\n            },\n            {\n                \"ab\": 564,\n                \"bb\": 46,\n                \"bb9\": 2,\n                \"bf\": 2396,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.215\",\n                \"cg\": 0,\n                \"cs\": 5,\n                \"dpp\": \"111\",\n                \"er\": 56,\n                \"era\": \"3.35\",\n                \"err\": 1,\n                \"fo\": 103,\n                \"gamenum\": 25,\n                \"go\": 154,\n                \"gofo\": \"1.5\",\n                \"gyear\": \"2024\",\n                \"h1\": 101,\n                \"h2\": 17,\n                \"h3\": 4,\n                \"hit\": 140,\n                \"hit9\": 8,\n                \"hold\": 0,\n                \"hp\": 5,\n                \"hr\": 18,\n                \"ib\": 0,\n                \"inBa\": \"0.055\",\n                \"inFlag\": \"1\",\n                \"inn\": 150,\n                \"inn2\": 452,\n                \"iso\": \"0.14\",\n                \"kk\": 171,\n                \"kk9\": 10,\n                \"kkbb\": \"3.72\",\n                \"l\": 6,\n                \"lCg\": 0,\n                \"lba\": \"0.484\",\n                \"oavg\": \"0.248\",\n                \"obp\": \"0.309\",\n                \"oops\": \"0.697\",\n                \"oslg\": \"0.388\",\n                \"outBa\": \"0.653\",\n                \"pcode\": \"52528\",\n                \"playerName\": \"반즈\",\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 1,\n                \"qs\": 17,\n                \"qsPlus\": 8,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 59,\n                \"rba\": \"0.301\",\n                \"sb\": 12,\n                \"sbTryCn\": 17,\n                \"sf\": 4,\n                \"sh\": 5,\n                \"sho\": 0,\n                \"start\": 25,\n                \"startInn2\": 452,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"롯데\",\n                \"tugucount\": 2396,\n                \"tugucountinn\": 15,\n                \"w\": 9,\n                \"wCg\": 0,\n                \"whip\": \"1.23\",\n                \"wp\": 6,\n                \"wra\": \"0.600\"\n            },\n            {\n                \"ab\": 727,\n                \"bb\": 32,\n                \"bb9\": 1,\n                \"bf\": 2894,\n                \"bk\": 1,\n                \"bs\": 0,\n                \"cba\": \"0.225\",\n                \"cg\": 0,\n                \"cs\": 8,\n                \"dpp\": \"148\",\n                \"er\": 71,\n                \"era\": \"3.36\",\n                \"err\": 0,\n                \"fo\": 166,\n                \"gamenum\": 30,\n                \"go\": 211,\n                \"gofo\": \"1.27\",\n                \"gyear\": \"2024\",\n                \"h1\": 135,\n                \"h2\": 27,\n                \"h3\": 4,\n                \"hit\": 185,\n                \"hit9\": 8,\n                \"hold\": 0,\n                \"hp\": 9,\n                \"hr\": 19,\n                \"ib\": 0,\n                \"inBa\": \"0.081\",\n                \"inFlag\": \"1\",\n                \"inn\": 190,\n                \"inn2\": 571,\n                \"iso\": \"0.127\",\n                \"kk\": 169,\n                \"kk9\": 7,\n                \"kkbb\": \"5.28\",\n                \"l\": 8,\n                \"lCg\": 0,\n                \"lba\": \"0.405\",\n                \"oavg\": \"0.254\",\n                \"obp\": \"0.293\",\n                \"oops\": \"0.674\",\n                \"oslg\": \"0.381\",\n                \"outBa\": \"0.577\",\n                \"pcode\": \"53375\",\n                \"playerName\": \"후라도\",\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"qs\": 23,\n                \"qsPlus\": 13,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 78,\n                \"rba\": \"0.37\",\n                \"sb\": 10,\n                \"sbTryCn\": 18,\n                \"sf\": 4,\n                \"sh\": 7,\n                \"sho\": 0,\n                \"start\": 30,\n                \"startInn2\": 571,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"키움\",\n                \"tugucount\": 2894,\n                \"tugucountinn\": 15,\n                \"w\": 10,\n                \"wCg\": 0,\n                \"whip\": \"1.14\",\n                \"wp\": 3,\n                \"wra\": \"0.556\"\n            },\n            {\n                \"ab\": 598,\n                \"bb\": 40,\n                \"bb9\": 2,\n                \"bf\": 2604,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.216\",\n                \"cg\": 1,              // 완투 1회\n                \"cs\": 7,\n                \"dpp\": \"122\",\n                \"er\": 61,\n                \"era\": \"3.43\",\n                \"err\": 1,\n                \"fo\": 186,\n                \"gamenum\": 28,\n                \"go\": 123,\n                \"gofo\": \"0.66\",\n                \"gyear\": \"2024\",\n                \"h1\": 94,\n                \"h2\": 17,\n                \"h3\": 3,\n                \"hit\": 135,\n                \"hit9\": 7,\n                \"hold\": 0,\n                \"hp\": 19,\n                \"hr\": 21,\n                \"ib\": 0,\n                \"inBa\": \"0.066\",\n                \"inFlag\": \"1\",\n                \"inn\": 160,\n                \"inn2\": 480,\n                \"iso\": \"0.144\",\n                \"kk\": 158,\n                \"kk9\": 8,\n                \"kkbb\": \"3.95\",\n                \"l\": 6,\n                \"lCg\": 0,\n                \"lba\": \"0.394\",\n                \"oavg\": \"0.226\",\n                \"obp\": \"0.293\",\n                \"oops\": \"0.663\",\n                \"oslg\": \"0.37\",\n                \"outBa\": \"0.504\",\n                \"pcode\": \"54452\",\n                \"playerName\": \"코너\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"qs\": 13,\n                \"qsPlus\": 8,\n                \"quit\": 1,\n                \"quitInn2\": 0,\n                \"r\": 67,\n                \"rba\": \"0.39\",\n                \"sb\": 10,\n                \"sbTryCn\": 17,\n                \"sf\": 4,\n                \"sh\": 2,\n                \"sho\": 1,           // 완봉 1회\n                \"start\": 28,\n                \"startInn2\": 480,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"삼성\",\n                \"tugucount\": 2604,\n                \"tugucountinn\": 16,\n                \"w\": 11,\n                \"wCg\": 1,          // 완투 승(추정)\n                \"whip\": \"1.09\",\n                \"wp\": 9,\n                \"wra\": \"0.647\"\n            },\n            {\n                \"ab\": 613,\n                \"bb\": 42,\n                \"bb9\": 2,\n                \"bf\": 2693,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.265\",\n                \"cg\": 1,            // 완투 1회\n                \"cs\": 5,\n                \"dpp\": \"108\",\n                \"er\": 65,\n                \"era\": \"3.66\",\n                \"err\": 2,\n                \"fo\": 186,\n                \"gamenum\": 28,\n                \"go\": 160,\n                \"gofo\": \"0.86\",\n                \"gyear\": \"2024\",\n                \"h1\": 101,\n                \"h2\": 29,\n                \"h3\": 3,\n                \"hit\": 150,\n                \"hit9\": 8,\n                \"hold\": 0,\n                \"hp\": 7,\n                \"hr\": 17,\n                \"ib\": 1,\n                \"inBa\": \"0.081\",\n                \"inFlag\": \"1\",\n                \"inn\": 159,\n                \"inn2\": 479,\n                \"iso\": \"0.14\",\n                \"kk\": 119,\n                \"kk9\": 6,\n                \"kkbb\": \"2.83\",\n                \"l\": 6,\n                \"lCg\": 0,\n                \"lba\": \"0.356\",\n                \"oavg\": \"0.245\",\n                \"obp\": \"0.3\",\n                \"oops\": \"0.685\",\n                \"oslg\": \"0.385\",\n                \"outBa\": \"0.512\",\n                \"pcode\": \"69446\",\n                \"playerName\": \"원태인\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"qs\": 13,\n                \"qsPlus\": 3,\n                \"quit\": 1,\n                \"quitInn2\": 0,\n                \"r\": 68,\n                \"rba\": \"0.379\",\n                \"sb\": 5,\n                \"sbTryCn\": 10,\n                \"sf\": 2,\n                \"sh\": 6,\n                \"sho\": 0,\n                \"start\": 28,\n                \"startInn2\": 479,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"삼성\",\n                \"tugucount\": 2693,\n                \"tugucountinn\": 16,\n                \"w\": 15,            // 승\n                \"wCg\": 1,           // 완투 승\n                \"whip\": \"1.2\",\n                \"wp\": 3,\n                \"wra\": \"0.714\"\n            },\n            {\n                \"ab\": 664,\n                \"bb\": 44,\n                \"bb9\": 2,\n                \"bf\": 2832,\n                \"bk\": 1,\n                \"bs\": 0,\n                \"cba\": \"0.225\",\n                \"cg\": 0,\n                \"cs\": 6,\n                \"dpp\": \"142\",\n                \"er\": 70,\n                \"era\": \"3.68\",\n                \"err\": 1,\n                \"fo\": 169,\n                \"gamenum\": 30,\n                \"go\": 149,\n                \"gofo\": \"0.88\",\n                \"gyear\": \"2024\",\n                \"h1\": 116,\n                \"h2\": 31,\n                \"h3\": 2,\n                \"hit\": 171,\n                \"hit9\": 8,\n                \"hold\": 0,\n                \"hp\": 14,\n                \"hr\": 22,\n                \"ib\": 1,\n                \"inBa\": \"0.095\",\n                \"inFlag\": \"1\",\n                \"inn\": 171,\n                \"inn2\": 514,\n                \"iso\": \"0.152\",\n                \"kk\": 178,\n                \"kk9\": 9,\n                \"kkbb\": \"4.05\",\n                \"l\": 11,\n                \"lCg\": 0,\n                \"lba\": \"0.39\",\n                \"oavg\": \"0.258\",\n                \"obp\": \"0.316\",\n                \"oops\": \"0.726\",\n                \"oslg\": \"0.41\",\n                \"outBa\": \"0.569\",\n                \"pcode\": \"54354\",\n                \"playerName\": \"헤이수스\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"qs\": 20,\n                \"qsPlus\": 3,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 78,\n                \"rba\": \"0.385\",\n                \"sb\": 24,\n                \"sbTryCn\": 30,\n                \"sf\": 3,\n                \"sh\": 3,\n                \"sho\": 0,\n                \"start\": 30,\n                \"startInn2\": 514,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"키움\",\n                \"tugucount\": 2832,\n                \"tugucountinn\": 16,\n                \"w\": 13,\n                \"wCg\": 0,\n                \"whip\": \"1.25\",\n                \"wp\": 6,\n                \"wra\": \"0.542\"\n            },\n            {\n                \"ab\": 562,\n                \"bb\": 54,\n                \"bb9\": 3,\n                \"bf\": 2532,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.216\",\n                \"cg\": 0,\n                \"cs\": 4,\n                \"dpp\": \"157\",\n                \"er\": 61,\n                \"era\": \"3.79\",\n                \"err\": 3,\n                \"fo\": 125,\n                \"gamenum\": 28,\n                \"go\": 173,\n                \"gofo\": \"1.38\",\n                \"gyear\": \"2024\",\n                \"h1\": 130,\n                \"h2\": 16,\n                \"h3\": 0,\n                \"hit\": 157,\n                \"hit9\": 9,\n                \"hold\": 1,\n                \"hp\": 10,\n                \"hr\": 11,\n                \"ib\": 0,\n                \"inBa\": \"0.082\",\n                \"inFlag\": \"1\",\n                \"inn\": 144,\n                \"inn2\": 434,\n                \"iso\": \"0.087\",\n                \"kk\": 112,\n                \"kk9\": 6,\n                \"kkbb\": \"2.07\",\n                \"l\": 10,\n                \"lCg\": 0,\n                \"lba\": \"0.429\",\n                \"oavg\": \"0.279\",\n                \"obp\": \"0.35\",\n                \"oops\": \"0.717\",\n                \"oslg\": \"0.367\",\n                \"outBa\": \"0.618\",\n                \"pcode\": \"67143\",\n                \"playerName\": \"손주영\",\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 1,\n                \"qs\": 11,\n                \"qsPlus\": 3,\n                \"quit\": 0,\n                \"quitInn2\": 3,\n                \"r\": 71,\n                \"rba\": \"0.355\",\n                \"sb\": 7,\n                \"sbTryCn\": 11,\n                \"sf\": 5,\n                \"sh\": 6,\n                \"sho\": 0,\n                \"start\": 27,\n                \"startInn2\": 431,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"LG\",\n                \"tugucount\": 2532,\n                \"tugucountinn\": 17,\n                \"w\": 9,\n                \"wCg\": 0,\n                \"whip\": \"1.46\",\n                \"wp\": 6,\n                \"wra\": \"0.474\"\n            },\n            {\n                \"ab\": 572,\n                \"bb\": 30,\n                \"bb9\": 1,\n                \"bf\": 2429,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.272\",\n                \"cg\": 0,\n                \"cs\": 4,\n                \"dpp\": \"103\",\n                \"er\": 61,\n                \"era\": \"3.81\",\n                \"err\": 0,\n                \"fo\": 158,\n                \"gamenum\": 26,\n                \"go\": 144,\n                \"gofo\": \"0.91\",\n                \"gyear\": \"2024\",\n                \"h1\": 120,\n                \"h2\": 21,\n                \"h3\": 3,\n                \"hit\": 159,\n                \"hit9\": 9,\n                \"hold\": 0,\n                \"hp\": 7,\n                \"hr\": 15,\n                \"ib\": 0,\n                \"inBa\": \"0.092\",\n                \"inFlag\": \"1\",\n                \"inn\": 144,\n                \"inn2\": 432,\n                \"iso\": \"0.126\",\n                \"kk\": 114,\n                \"kk9\": 7,\n                \"kkbb\": \"3.8\",\n                \"l\": 4,\n                \"lCg\": 0,\n                \"lba\": \"0.351\",\n                \"oavg\": \"0.278\",\n                \"obp\": \"0.32\",\n                \"oops\": \"0.724\",\n                \"oslg\": \"0.404\",\n                \"outBa\": \"0.564\",\n                \"pcode\": \"54443\",\n                \"playerName\": \"레예스\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"qs\": 12,\n                \"qsPlus\": 2,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 65,\n                \"rba\": \"0.378\",\n                \"sb\": 27,\n                \"sbTryCn\": 31,\n                \"sf\": 3,\n                \"sh\": 5,\n                \"sho\": 0,\n                \"start\": 26,\n                \"startInn2\": 432,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"삼성\",\n                \"tugucount\": 2429,\n                \"tugucountinn\": 16,\n                \"w\": 11,\n                \"wCg\": 0,\n                \"whip\": \"1.31\",\n                \"wp\": 4,\n                \"wra\": \"0.733\"\n            },\n            {\n                \"ab\": 779,\n                \"bb\": 27,\n                \"bb9\": 1,\n                \"bf\": 3124,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.236\",\n                \"cg\": 1,            // 완투 1회\n                \"cs\": 4,\n                \"dpp\": \"154\",\n                \"er\": 84,\n                \"era\": \"3.84\",\n                \"err\": 3,\n                \"fo\": 232,\n                \"gamenum\": 32,\n                \"go\": 175,\n                \"gofo\": \"0.75\",\n                \"gyear\": \"2024\",\n                \"h1\": 152,\n                \"h2\": 37,\n                \"h3\": 3,\n                \"hit\": 210,\n                \"hit9\": 9,\n                \"hold\": 0,\n                \"hp\": 2,\n                \"hr\": 18,\n                \"ib\": 0,\n                \"inBa\": \"0.06\",\n                \"inFlag\": \"1\",\n                \"inn\": 196,\n                \"inn2\": 590,\n                \"iso\": \"0.125\",\n                \"kk\": 167,\n                \"kk9\": 7,\n                \"kkbb\": \"6.19\",\n                \"l\": 8,\n                \"lCg\": 0,\n                \"lba\": \"0.395\",\n                \"oavg\": \"0.27\",\n                \"obp\": \"0.294\",\n                \"oops\": \"0.688\",\n                \"oslg\": \"0.394\",\n                \"outBa\": \"0.56\",\n                \"pcode\": \"53546\",\n                \"playerName\": \"윌커슨\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 3,\n                \"qs\": 18,\n                \"qsPlus\": 9,\n                \"quit\": 1,\n                \"quitInn2\": 0,\n                \"r\": 90,\n                \"rba\": \"0.37\",\n                \"sb\": 12,\n                \"sbTryCn\": 16,\n                \"sf\": 5,\n                \"sh\": 3,\n                \"sho\": 1,         // 완봉 1회\n                \"start\": 32,\n                \"startInn2\": 590,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"롯데\",\n                \"tugucount\": 3124,\n                \"tugucountinn\": 15,\n                \"w\": 12,\n                \"wCg\": 1,         // 완투 승\n                \"whip\": \"1.21\",\n                \"wp\": 3,\n                \"wra\": \"0.600\"\n            },\n            {\n                \"ab\": 635,\n                \"bb\": 33,\n                \"bb9\": 1,\n                \"bf\": 2599,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.267\",\n                \"cg\": 0,\n                \"cs\": 4,\n                \"dpp\": \"150\",\n                \"er\": 68,\n                \"era\": \"3.87\",\n                \"err\": 1,\n                \"fo\": 140,\n                \"gamenum\": 28,\n                \"go\": 182,\n                \"gofo\": \"1.3\",\n                \"gyear\": \"2024\",\n                \"h1\": 147,\n                \"h2\": 22,\n                \"h3\": 1,\n                \"hit\": 182,\n                \"hit9\": 10,\n                \"hold\": 0,\n                \"hp\": 3,\n                \"hr\": 12,\n                \"ib\": 0,\n                \"inBa\": \"0.097\",\n                \"inFlag\": \"1\",\n                \"inn\": 158,\n                \"inn2\": 475,\n                \"iso\": \"0.094\",\n                \"kk\": 135,\n                \"kk9\": 7,\n                \"kkbb\": \"4.09\",\n                \"l\": 8,\n                \"lCg\": 0,\n                \"lba\": \"0.429\",\n                \"oavg\": \"0.287\",\n                \"obp\": \"0.323\",\n                \"oops\": \"0.704\",\n                \"oslg\": \"0.381\",\n                \"outBa\": \"0.643\",\n                \"pcode\": \"76715\",\n                \"playerName\": \"류현진\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 1,\n                \"qs\": 16,\n                \"qsPlus\": 5,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 78,\n                \"rba\": \"0.305\",\n                \"sb\": 2,\n                \"sbTryCn\": 6,\n                \"sf\": 4,\n                \"sh\": 4,\n                \"sho\": 0,\n                \"start\": 28,\n                \"startInn2\": 475,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"한화\",\n                \"tugucount\": 2599,\n                \"tugucountinn\": 16,\n                \"w\": 10,\n                \"wCg\": 0,\n                \"whip\": \"1.36\",\n                \"wp\": 1,\n                \"wra\": \"0.556\"\n            },\n            {\n                \"ab\": 677,\n                \"bb\": 41,\n                \"bb9\": 2,\n                \"bf\": 2620,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.222\",\n                \"cg\": 3,             // 완투 3회\n                \"cs\": 3,\n                \"dpp\": \"116\",\n                \"er\": 78,\n                \"era\": \"4.10\",\n                \"err\": 0,\n                \"fo\": 201,\n                \"gamenum\": 29,\n                \"go\": 174,\n                \"gofo\": \"0.87\",\n                \"gyear\": \"2024\",\n                \"h1\": 110,\n                \"h2\": 37,\n                \"h3\": 6,\n                \"hit\": 174,\n                \"hit9\": 9,\n                \"hold\": 0,\n                \"hp\": 6,\n                \"hr\": 21,\n                \"ib\": 0,\n                \"inBa\": \"0.049\",\n                \"inFlag\": \"1\",\n                \"inn\": 171,\n                \"inn2\": 514,\n                \"iso\": \"0.165\",\n                \"kk\": 129,\n                \"kk9\": 6,\n                \"kkbb\": \"3.15\",\n                \"l\": 5,\n                \"lCg\": 0,\n                \"lba\": \"0.454\",\n                \"oavg\": \"0.257\",\n                \"obp\": \"0.305\",\n                \"oops\": \"0.727\",\n                \"oslg\": \"0.422\",\n                \"outBa\": \"0.549\",\n                \"pcode\": \"77637\",\n                \"playerName\": \"양현종\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"qs\": 15,\n                \"qsPlus\": 6,\n                \"quit\": 2,\n                \"quitInn2\": 0,\n                \"r\": 86,\n                \"rba\": \"0.324\",\n                \"sb\": 1,\n                \"sbTryCn\": 4,\n                \"sf\": 1,\n                \"sh\": 2,\n                \"sho\": 0,\n                \"start\": 29,\n                \"startInn2\": 514,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"KIA\",\n                \"tugucount\": 2620,\n                \"tugucountinn\": 15,\n                \"w\": 11,\n                \"wCg\": 3,            // 완투 승(추정)\n                \"whip\": \"1.25\",\n                \"wp\": 2,\n                \"wra\": \"0.688\"\n            },\n            {\n                \"ab\": 658,\n                \"bb\": 59,\n                \"bb9\": 3,\n                \"bf\": 2856,\n                \"bk\": 1,\n                \"bs\": 0,\n                \"cba\": \"0.273\",\n                \"cg\": 0,\n                \"cs\": 4,\n                \"dpp\": \"120\",\n                \"er\": 79,\n                \"era\": \"4.10\",\n                \"err\": 4,\n                \"fo\": 199,\n                \"gamenum\": 31,\n                \"go\": 155,\n                \"gofo\": \"0.78\",\n                \"gyear\": \"2024\",\n                \"h1\": 102,\n                \"h2\": 36,\n                \"h3\": 3,\n                \"hit\": 158,\n                \"hit9\": 8,\n                \"hold\": 0,\n                \"hp\": 7,\n                \"hr\": 17,\n                \"ib\": 4,\n                \"inBa\": \"0.043\",\n                \"inFlag\": \"1\",\n                \"inn\": 173,\n                \"inn2\": 520,\n                \"iso\": \"0.141\",\n                \"kk\": 154,\n                \"kk9\": 8,\n                \"kkbb\": \"2.61\",\n                \"l\": 12,\n                \"lCg\": 0,\n                \"lba\": \"0.36\",\n                \"oavg\": \"0.24\",\n                \"obp\": \"0.306\",\n                \"oops\": \"0.687\",\n                \"oslg\": \"0.381\",\n                \"outBa\": \"0.523\",\n                \"pcode\": \"69032\",\n                \"playerName\": \"쿠에바스\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 5,\n                \"qs\": 19,\n                \"qsPlus\": 7,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 86,\n                \"rba\": \"0.366\",\n                \"sb\": 22,\n                \"sbTryCn\": 26,\n                \"sf\": 8,\n                \"sh\": 5,\n                \"sho\": 0,\n                \"start\": 31,\n                \"startInn2\": 520,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"KT\",\n                \"tugucount\": 2856,\n                \"tugucountinn\": 16,\n                \"w\": 7,\n                \"wCg\": 0,\n                \"whip\": \"1.25\",\n                \"wp\": 11,\n                \"wra\": \"0.368\"\n            },\n            {\n                \"ab\": 643,\n                \"bb\": 50,\n                \"bb9\": 2,\n                \"bf\": 2906,\n                \"bk\": 0,\n                \"bs\": 0,\n                \"cba\": \"0.231\",\n                \"cg\": 0,\n                \"cs\": 7,\n                \"dpp\": \"121\",\n                \"er\": 78,\n                \"era\": \"4.19\",\n                \"err\": 4,\n                \"fo\": 156,\n                \"gamenum\": 30,\n                \"go\": 167,\n                \"gofo\": \"1.07\",\n                \"gyear\": \"2024\",\n                \"h1\": 121,\n                \"h2\": 29,\n                \"h3\": 3,\n                \"hit\": 169,\n                \"hit9\": 9,\n                \"hold\": 0,\n                \"hp\": 6,\n                \"hr\": 16,\n                \"ib\": 0,\n                \"inBa\": \"0.072\",\n                \"inFlag\": \"1\",\n                \"inn\": 167,\n                \"inn2\": 503,\n                \"iso\": \"0.129\",\n                \"kk\": 157,\n                \"kk9\": 8,\n                \"kkbb\": \"3.14\",\n                \"l\": 6,\n                \"lCg\": 0,\n                \"lba\": \"0.385\",\n                \"oavg\": \"0.263\",\n                \"obp\": \"0.319\",\n                \"oops\": \"0.711\",\n                \"oslg\": \"0.392\",\n                \"outBa\": \"0.593\",\n                \"pcode\": \"54134\",\n                \"playerName\": \"엔스\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"qs\": 13,\n                \"qsPlus\": 1,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 84,\n                \"rba\": \"0.383\",\n                \"sb\": 22,\n                \"sbTryCn\": 29,\n                \"sf\": 6,\n                \"sh\": 9,\n                \"sho\": 0,\n                \"start\": 30,\n                \"startInn2\": 503,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"LG\",\n                \"tugucount\": 2906,\n                \"tugucountinn\": 17,\n                \"w\": 13,\n                \"wCg\": 0,\n                \"whip\": \"1.31\",\n                \"wp\": 4,\n                \"wra\": \"0.684\"\n            },\n            {\n                \"ab\": 622,\n                \"bb\": 73,\n                \"bb9\": 4,\n                \"bf\": 2757,\n                \"bk\": 1,\n                \"bs\": 0,\n                \"cba\": \"0.258\",\n                \"cg\": 0,\n                \"cs\": 5,\n                \"dpp\": \"160\",\n                \"er\": 89,\n                \"era\": \"4.93\",\n                \"err\": 1,\n                \"fo\": 152,\n                \"gamenum\": 31,\n                \"go\": 157,\n                \"gofo\": \"1.03\",\n                \"gyear\": \"2024\",\n                \"h1\": 109,\n                \"h2\": 29,\n                \"h3\": 0,\n                \"hit\": 162,\n                \"hit9\": 8,\n                \"hold\": 0,\n                \"hp\": 6,\n                \"hr\": 24,\n                \"ib\": 1,\n                \"inBa\": \"0.051\",\n                \"inFlag\": \"1\",\n                \"inn\": 162,\n                \"inn2\": 487,\n                \"iso\": \"0.162\",\n                \"kk\": 154,\n                \"kk9\": 8,\n                \"kkbb\": \"2.03\",\n                \"l\": 10,\n                \"lCg\": 0,\n                \"lba\": \"0.416\",\n                \"oavg\": \"0.26\",\n                \"obp\": \"0.342\",\n                \"oops\": \"0.765\",\n                \"oslg\": \"0.423\",\n                \"outBa\": \"0.577\",\n                \"pcode\": \"77829\",\n                \"playerName\": \"김광현\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"qs\": 17,\n                \"qsPlus\": 3,\n                \"quit\": 0,\n                \"quitInn2\": 0,\n                \"r\": 95,\n                \"rba\": \"0.326\",\n                \"sb\": 9,\n                \"sbTryCn\": 14,\n                \"sf\": 3,\n                \"sh\": 5,\n                \"sho\": 0,\n                \"start\": 31,\n                \"startInn2\": 487,\n                \"sv\": 0,\n                \"svo\": 0,\n                \"teamName\": \"SSG\",\n                \"tugucount\": 2757,\n                \"tugucountinn\": 17,\n                \"w\": 12,\n                \"wCg\": 0,\n                \"whip\": \"1.45\",\n                \"wp\": 8,\n                \"wra\": \"0.545\"\n            }\n        ]\n    }\n}\n"}],"_postman_id":"c3763865-b188-4b4e-b373-c9c0f40b92cd"},{"name":"타자타율Top3","id":"69ff393f-26d7-4a02-bd49-cdb1f5228f16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/rank/batter/hra/top3?gyear=2023","urlObject":{"protocol":"http","path":["api","game","rank","batter","hra","top3"],"host":["54","180","228","165"],"query":[{"key":"gyear","value":"2023"}],"variable":[]}},"response":[{"id":"b53dcb2a-6fdc-4e4e-aa1e-396c3a162b4b","name":"타자타율Top3","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/game/rank/batter/hra/top3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:22:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2182"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [ // 타자 타율 TOP3 데이터\n            {\n                \"ab\": 572,                // 타수\n                \"babip\": \"0.363636\",      // 인플레이 타구 타율\n                \"bb\": 88,                 // 볼넷\n                \"bbhp\": 94,               // 볼넷 + 몸에 맞는 공 합계\n                \"bbkk\": \"0.77\",           // 볼넷 대비 삼진 비율\n                \"bra\": \"0.421\",           // 타율(추정)\n                \"cba\": \"0.234\",           // 특정 지표 (피타율 or 컨택률 등 추정)\n                \"cgopo\": \"0.12\",          // 병살+뜬공+땅볼 등 추가 지표 (추정)\n                \"cs\": 1,                  // 도루 실패\n                \"fl\": 161,                // 외야플라이(또는 뜬공) 개수 (추정)\n                \"gamenum\": 144,           // 경기 수\n                \"gd\": 10,                 // 병살타\n                \"gofo\": \"0.7\",            // 땅볼 아웃/뜬공 아웃 비율\n                \"gr\": 112,                // G/R (추정: 경기당 득점 등?)\n                \"gyear\": \"2024\",          // 시즌 연도\n                \"h1\": 116,                // 1루타(단타)\n                \"h2\": 39,                 // 2루타\n                \"h3\": 1,                  // 3루타\n                \"hit\": 188,               // 안타\n                \"hp\": 6,                  // 몸에 맞는 공(사구)\n                \"hr\": 32,                 // 홈런\n                \"hra\": \"0.329\",           // 장타율(추정) 또는 홈런 비율\n                \"hrab\": 0,                // 홈런/타수 (현재 0으로 표기)\n                \"ib\": 9,                  // 고의사구\n                \"iso\": \"0.24\",            // 순수 장타율(ISO)\n                \"kk\": 115,                // 삼진\n                \"kkab\": 0,                // 삼진/타수 (0으로 표기)\n                \"lba\": \"0.394\",           // 특정 지표(추정: 루타/타수?)\n                \"lgopo\": \"0.82\",          // 병살+땅볼+플라이 등 추가 지표(추정)\n                \"nppa\": 4,                // 타석 당 투구 수(추정)\n                \"ops\": \"0.989\",           // OPS (출루율+장타율)\n                \"opsPlus\": \"153.83\",      // OPS+ 리그 대비\n                \"pa\": 670,                // 타석 수\n                \"paFlag\": \"1\",            // 규정 타석 충족 여부 (1: 충족)\n                \"pcode\": \"67025\",         // 선수 코드\n                \"playerName\": \"로하스\",   // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 1,                  // 수비 포지션 처리(포수 땅볼 등)\n                \"rba\": \"0.372\",           // 득점권 타율 등 추정\n                \"rbi\": 112,               // 타점\n                \"rgopo\": \"0.98\",          // 또 다른 지표(추정)\n                \"run\": 108,               // 득점\n                \"sb\": 2,                  // 도루\n                \"sbTryCn\": 3,             // 도루 시도 횟수\n                \"sba\": \"0.667\",           // 도루 성공률\n                \"sf\": 4,                  // 희생 플라이\n                \"sh\": 0,                  // 희생 번트\n                \"slab\": 0,                // 장타/타수 (0으로 표기)\n                \"slg\": \"0.568\",           // 장타율\n                \"spHra\": \"0.313\",         // 특정 장타 지표(추정)\n                \"startCn\": 143,           // 선발 출장 횟수\n                \"subCn\": 1,               // 교체 출장 횟수\n                \"teamName\": \"KT\",         // 팀 이름\n                \"wrHit\": \"12\"             // 결정적 안타(또는 wRC+ 유사 지표)\n            },\n            {\n                \"ab\": 550,\n                \"babip\": \"0.333333\",\n                \"bb\": 59,\n                \"bbhp\": 62,\n                \"bbkk\": \"0.46\",\n                \"bra\": \"0.360\",           \n                \"cba\": \"0.264\",\n                \"cgopo\": \"0.41\",\n                \"cs\": 2,\n                \"fl\": 127,\n                \"gamenum\": 144,\n                \"gd\": 6,\n                \"gofo\": \"1.09\",\n                \"gr\": 139,\n                \"gyear\": \"2024\",\n                \"h1\": 106,\n                \"h2\": 27,\n                \"h3\": 0,\n                \"hit\": 159,\n                \"hp\": 3,\n                \"hr\": 26,\n                \"hra\": \"0.289\",\n                \"hrab\": 0,\n                \"ib\": 4,\n                \"iso\": \"0.191\",\n                \"kk\": 127,\n                \"kkab\": 0,\n                \"lba\": \"0.304\",\n                \"lgopo\": \"0.46\",\n                \"nppa\": 4,\n                \"ops\": \"0.84\",\n                \"opsPlus\": \"115.694\",\n                \"pa\": 614,\n                \"paFlag\": \"1\",\n                \"pcode\": \"68050\",\n                \"playerName\": \"강백호\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"rba\": \"0.432\",\n                \"rbi\": 96,\n                \"rgopo\": \"2.75\",\n                \"run\": 92,\n                \"sb\": 6,\n                \"sbTryCn\": 8,\n                \"sba\": \"0.75\",\n                \"sf\": 2,\n                \"sh\": 0,\n                \"slab\": 0,\n                \"slg\": \"0.480\",\n                \"spHra\": \"0.28\",\n                \"startCn\": 130,\n                \"subCn\": 14,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"9\"\n            },\n            {\n                \"ab\": 404,\n                \"babip\": \"0.358621\",\n                \"bb\": 50,\n                \"bbhp\": 54,\n                \"bbkk\": \"0.44\",\n                \"bra\": \"0.355\",\n                \"cba\": \"0.285\",\n                \"cgopo\": \"0.47\",\n                \"cs\": 7,\n                \"fl\": 100,\n                \"gamenum\": 113,\n                \"gd\": 5,\n                \"gofo\": \"0.86\",\n                \"gr\": 86,\n                \"gyear\": \"2024\",\n                \"h1\": 78,\n                \"h2\": 25,\n                \"h3\": 1,\n                \"hit\": 111,\n                \"hp\": 4,\n                \"hr\": 7,\n                \"hra\": \"0.275\",\n                \"hrab\": 0,\n                \"ib\": 1,\n                \"iso\": \"0.119\",\n                \"kk\": 114,\n                \"kkab\": 0,\n                \"lba\": \"0.433\",\n                \"lgopo\": \"2.71\",\n                \"nppa\": 4,\n                \"ops\": \"0.748\",\n                \"opsPlus\": \"93.8095\",\n                \"pa\": 473,\n                \"paFlag\": \"1\",\n                \"pcode\": \"64166\",\n                \"playerName\": \"배정대\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"rba\": \"0.282\",\n                \"rbi\": 59,\n                \"rgopo\": \"0.3\",\n                \"run\": 49,\n                \"sb\": 9,\n                \"sbTryCn\": 16,\n                \"sba\": \"0.563\",\n                \"sf\": 7,\n                \"sh\": 8,\n                \"slab\": 0,\n                \"slg\": \"0.394\",\n                \"spHra\": \"0.302\",\n                \"startCn\": 110,\n                \"subCn\": 3,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"3\"\n            }\n        ]\n    }\n}\n"},{"id":"36633572-c796-42d3-a355-4449130c7b0c","name":"타자타율Top3","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.228.165/api/game/rank/batter/hra/top3?gyear=2023","protocol":"http","host":["54","180","228","165"],"path":["api","game","rank","batter","hra","top3"],"query":[{"key":"gyear","value":"2023"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 04 Jan 2025 08:51:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2178"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"ab\": 397,\n                \"babip\": \"0.327635\",\n                \"bb\": 36,\n                \"bbhp\": 39,\n                \"bbkk\": \"0.75\",\n                \"bra\": \"0.356\",\n                \"cba\": \"0.272\",\n                \"cgopo\": \"0.42\",\n                \"cs\": 4,\n                \"fl\": 100,\n                \"gamenum\": 113,\n                \"gd\": 4,\n                \"gofo\": \"1.36\",\n                \"gr\": 136,\n                \"gyear\": \"2023\",\n                \"h1\": 92,\n                \"h2\": 20,\n                \"h3\": 3,\n                \"hit\": 118,\n                \"hp\": 3,\n                \"hr\": 3,\n                \"hra\": \"0.297\",\n                \"hrab\": 0,\n                \"ib\": 0,\n                \"iso\": \"0.088\",\n                \"kk\": 48,\n                \"kkab\": 0,\n                \"lba\": \"0.353\",\n                \"lgopo\": \"0.83\",\n                \"nppa\": 3,\n                \"ops\": \"0.741\",\n                \"opsPlus\": \"109.099\",\n                \"pa\": 448,\n                \"paFlag\": \"1\",\n                \"pcode\": \"64004\",\n                \"playerName\": \"김민혁\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64004_2024-03-06_134725.jpg\",\n                \"po\": 0,\n                \"rba\": \"0.374\",\n                \"rbi\": 41,\n                \"rgopo\": \"5.53\",\n                \"run\": 68,\n                \"sb\": 11,\n                \"sbTryCn\": 15,\n                \"sba\": \"0.733\",\n                \"sf\": 5,\n                \"sh\": 7,\n                \"slab\": 0,\n                \"slg\": \"0.385\",\n                \"spHra\": \"0.284\",\n                \"startCn\": 102,\n                \"subCn\": 11,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"8\"\n            },\n            {\n                \"ab\": 407,\n                \"babip\": \"0.337278\",\n                \"bb\": 45,\n                \"bbhp\": 46,\n                \"bbkk\": \"0.7\",\n                \"bra\": \"0.366\",\n                \"cba\": \"0.246\",\n                \"cgopo\": \"0.19\",\n                \"cs\": 3,\n                \"fl\": 128,\n                \"gamenum\": 109,\n                \"gd\": 15,\n                \"gofo\": \"0.75\",\n                \"gr\": 96,\n                \"gyear\": \"2023\",\n                \"h1\": 86,\n                \"h2\": 26,\n                \"h3\": 2,\n                \"hit\": 120,\n                \"hp\": 1,\n                \"hr\": 6,\n                \"hra\": \"0.295\",\n                \"hrab\": 0,\n                \"ib\": 1,\n                \"iso\": \"0.118\",\n                \"kk\": 64,\n                \"kkab\": 0,\n                \"lba\": \"0.465\",\n                \"lgopo\": \"1.49\",\n                \"nppa\": 3,\n                \"ops\": \"0.778\",\n                \"opsPlus\": \"119.605\",\n                \"pa\": 457,\n                \"paFlag\": \"1\",\n                \"pcode\": \"76313\",\n                \"playerName\": \"황재균\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/76313_2024-03-06_133910.jpg\",\n                \"po\": 0,\n                \"rba\": \"0.288\",\n                \"rbi\": 49,\n                \"rgopo\": \"0.55\",\n                \"run\": 62,\n                \"sb\": 3,\n                \"sbTryCn\": 6,\n                \"sba\": \"0.5\",\n                \"sf\": 1,\n                \"sh\": 3,\n                \"slab\": 0,\n                \"slg\": \"0.413\",\n                \"spHra\": \"0.314\",\n                \"startCn\": 103,\n                \"subCn\": 6,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"7\"\n            },\n            {\n                \"ab\": 491,\n                \"babip\": \"0.374631\",\n                \"bb\": 47,\n                \"bbhp\": 53,\n                \"bbkk\": \"0.34\",\n                \"bra\": \"0.356\",\n                \"cba\": \"0.271\",\n                \"cgopo\": \"0.17\",\n                \"cs\": 4,\n                \"fl\": 135,\n                \"gamenum\": 133,\n                \"gd\": 6,\n                \"gofo\": \"0.57\",\n                \"gr\": 77,\n                \"gyear\": \"2023\",\n                \"h1\": 93,\n                \"h2\": 31,\n                \"h3\": 3,\n                \"hit\": 142,\n                \"hp\": 6,\n                \"hr\": 15,\n                \"hra\": \"0.289\",\n                \"hrab\": 0,\n                \"ib\": 1,\n                \"iso\": \"0.167\",\n                \"kk\": 140,\n                \"kkab\": 0,\n                \"lba\": \"0.41\",\n                \"lgopo\": \"1.76\",\n                \"nppa\": 4,\n                \"ops\": \"0.813\",\n                \"opsPlus\": \"128.236\",\n                \"pa\": 547,\n                \"paFlag\": \"1\",\n                \"pcode\": \"52009\",\n                \"playerName\": \"알포드\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52009_2023-03-20_102226.jpg\",\n                \"po\": 0,\n                \"rba\": \"0.319\",\n                \"rbi\": 70,\n                \"rgopo\": \"0.3\",\n                \"run\": 83,\n                \"sb\": 17,\n                \"sbTryCn\": 21,\n                \"sba\": \"0.81\",\n                \"sf\": 3,\n                \"sh\": 0,\n                \"slab\": 0,\n                \"slg\": \"0.456\",\n                \"spHra\": \"0.303\",\n                \"startCn\": 129,\n                \"subCn\": 4,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"11\"\n            }\n        ]\n    }\n}"}],"_postman_id":"69ff393f-26d7-4a02-bd49-cdb1f5228f16"},{"name":"타자홈런Top3","id":"d473adb4-a631-4f43-b1b8-079983f9a4b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/rank/batter/hr/top3?gyear=2023","urlObject":{"protocol":"http","path":["api","game","rank","batter","hr","top3"],"host":["54","180","228","165"],"query":[{"key":"gyear","value":"2023"}],"variable":[]}},"response":[{"id":"0fef2849-6cb0-4800-ad66-a8d5696332f6","name":"타자홈런Top3","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/game/rank/batter/hr/top3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:23:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2177"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [ // 타자 홈런 TOP3 데이터\n            {\n                \"ab\": 572,                // 타수\n                \"babip\": \"0.363636\",      // 인플레이 타구 타율\n                \"bb\": 88,                 // 볼넷\n                \"bbhp\": 94,               // 볼넷 + 몸에 맞는 공 합계\n                \"bbkk\": \"0.77\",           // 볼넷 대비 삼진 비율\n                \"bra\": \"0.421\",           // 타율(추정)\n                \"cba\": \"0.234\",           // 특정 지표(추정: 컨택률 등)\n                \"cgopo\": \"0.12\",          // 병살+땅볼+플라이 등 추가 지표(추정)\n                \"cs\": 1,                  // 도루 실패\n                \"fl\": 161,                // 뜬공(플라이) 횟수(추정)\n                \"gamenum\": 144,           // 경기 수\n                \"gd\": 10,                 // 병살타\n                \"gofo\": \"0.7\",            // 땅볼 아웃/뜬공 아웃 비율\n                \"gr\": 112,                // GR(추정: 경기당 득점 등)\n                \"gyear\": \"2024\",          // 시즌 연도\n                \"h1\": 116,                // 1루타(단타)\n                \"h2\": 39,                 // 2루타\n                \"h3\": 1,                  // 3루타\n                \"hit\": 188,               // 안타\n                \"hp\": 6,                  // 몸에 맞는 공(사구)\n                \"hr\": 32,                 // 홈런\n                \"hra\": \"0.329\",           // 홈런 비율 또는 장타율(추정)\n                \"hrab\": 0,                // 홈런/타수 (0으로 표시)\n                \"ib\": 9,                  // 고의사구\n                \"iso\": \"0.24\",            // 순수 장타율(ISO)\n                \"kk\": 115,                // 삼진\n                \"kkab\": 0,                // 삼진/타수 (0으로 표시)\n                \"lba\": \"0.394\",           // 특정 지표(추정)\n                \"lgopo\": \"0.82\",          // 또 다른 세부 지표(추정)\n                \"nppa\": 4,                // 타석당 투구 수(추정)\n                \"ops\": \"0.989\",           // OPS (출루율 + 장타율)\n                \"opsPlus\": \"153.83\",      // OPS+ (리그 대비 성과)\n                \"pa\": 670,                // 타석 수\n                \"paFlag\": \"1\",            // 규정 타석 충족 여부\n                \"pcode\": \"67025\",         // 선수 코드\n                \"playerName\": \"로하스\",   // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지 URL\n                \"po\": 1,                  // 포수 땅볼 처리 등(수비 기록)\n                \"rba\": \"0.372\",           // 득점권 타율(추정)\n                \"rbi\": 112,               // 타점\n                \"rgopo\": \"0.98\",          // 또 다른 지표(추정)\n                \"run\": 108,               // 득점\n                \"sb\": 2,                  // 도루\n                \"sbTryCn\": 3,             // 도루 시도 횟수\n                \"sba\": \"0.667\",           // 도루 성공률\n                \"sf\": 4,                  // 희생 플라이\n                \"sh\": 0,                  // 희생 번트\n                \"slab\": 0,                // 장타/타수 (0으로 표시)\n                \"slg\": \"0.568\",           // 장타율\n                \"spHra\": \"0.313\",         // 특정 장타 지표(추정)\n                \"startCn\": 143,           // 선발 출장 횟수\n                \"subCn\": 1,               // 교체 출장 횟수\n                \"teamName\": \"KT\",         // 팀 이름\n                \"wrHit\": \"12\"             // 결정적 안타(또는 wRC+ 유사 지표)\n            },\n            {\n                \"ab\": 550,                // 타수\n                \"babip\": \"0.333333\",      // 인플레이 타구 타율\n                \"bb\": 59,                 // 볼넷\n                \"bbhp\": 62,               // 볼넷 + 몸에 맞는 공 합계\n                \"bbkk\": \"0.46\",           // 볼넷 대비 삼진 비율\n                \"bra\": \"0.360\",           // 타율(추정)\n                \"cba\": \"0.264\",           // 또 다른 지표(추정)\n                \"cgopo\": \"0.41\",          // 병살+땅볼+플라이 등 추가 지표(추정)\n                \"cs\": 2,                  // 도루 실패\n                \"fl\": 127,                // 뜬공(플라이) 횟수(추정)\n                \"gamenum\": 144,           // 경기 수\n                \"gd\": 6,                  // 병살타\n                \"gofo\": \"1.09\",           // 땅볼 아웃/뜬공 아웃 비율\n                \"gr\": 139,                // GR(추정)\n                \"gyear\": \"2024\",          // 시즌 연도\n                \"h1\": 106,                // 1루타\n                \"h2\": 27,                 // 2루타\n                \"h3\": 0,                  // 3루타\n                \"hit\": 159,               // 안타\n                \"hp\": 3,                  // 몸에 맞는 공(사구)\n                \"hr\": 26,                 // 홈런\n                \"hra\": \"0.289\",           // 장타율 or 홈런 비율(추정)\n                \"hrab\": 0,                // 홈런/타수\n                \"ib\": 4,                  // 고의사구\n                \"iso\": \"0.191\",           // 순수 장타율(ISO)\n                \"kk\": 127,                // 삼진\n                \"kkab\": 0,                // 삼진/타수 (0으로 표시)\n                \"lba\": \"0.304\",           // 특정 지표(추정)\n                \"lgopo\": \"0.46\",          // 또 다른 세부 지표(추정)\n                \"nppa\": 4,                // 타석당 투구 수(추정)\n                \"ops\": \"0.84\",            // OPS\n                \"opsPlus\": \"115.694\",     // OPS+ (리그 대비 성과)\n                \"pa\": 614,                // 타석 수\n                \"paFlag\": \"1\",            // 규정 타석 충족 여부\n                \"pcode\": \"68050\",         // 선수 코드\n                \"playerName\": \"강백호\",   // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지 URL\n                \"po\": 0,\n                \"rba\": \"0.432\",           // 득점권 타율(추정)\n                \"rbi\": 96,                // 타점\n                \"rgopo\": \"2.75\",          // 또 다른 지표(추정)\n                \"run\": 92,                // 득점\n                \"sb\": 6,                  // 도루\n                \"sbTryCn\": 8,             // 도루 시도\n                \"sba\": \"0.75\",            // 도루 성공률\n                \"sf\": 2,                  // 희생 플라이\n                \"sh\": 0,                  // 희생 번트\n                \"slab\": 0,                // 장타/타수\n                \"slg\": \"0.480\",           // 장타율\n                \"spHra\": \"0.28\",          // 특정 장타 지표(추정)\n                \"startCn\": 130,           // 선발 출장\n                \"subCn\": 14,              // 교체 출장\n                \"teamName\": \"KT\",         // 팀 이름\n                \"wrHit\": \"9\"              // 결정적 안타(또는 wRC+ 유사 지표)\n            },\n            {\n                \"ab\": 418,                // 타수\n                \"babip\": \"0.28972\",       // 인플레이 타구 타율\n                \"bb\": 60,                 // 볼넷\n                \"bbhp\": 61,               // 볼넷 + 몸에 맞는 공 합계\n                \"bbkk\": \"0.7\",            // 볼넷 대비 삼진 비율\n                \"bra\": \"0.355\",           // 타율(추정)\n                \"cba\": \"0.202\",           // 또 다른 지표(추정)\n                \"cgopo\": \"0.11\",          // 병살+땅볼+플라이 등 추가 지표(추정)\n                \"cs\": 0,                  // 도루 실패\n                \"fl\": 138,                // 뜬공(플라이) 횟수(추정)\n                \"gamenum\": 131,           // 경기 수\n                \"gd\": 8,                  // 병살타\n                \"gofo\": \"0.65\",           // 땅볼 아웃/뜬공 아웃 비율\n                \"gr\": 90,                 // GR(추정)\n                \"gyear\": \"2024\",          // 시즌 연도\n                \"h1\": 74,                 // 1루타\n                \"h2\": 19,                 // 2루타\n                \"h3\": 0,                  // 3루타\n                \"hit\": 112,               // 안타\n                \"hp\": 1,                  // 몸에 맞는 공(사구)\n                \"hr\": 19,                 // 홈런\n                \"hra\": \"0.268\",           // 장타율(추정)\n                \"hrab\": 0,                // 홈런/타수\n                \"ib\": 1,                  // 고의사구\n                \"iso\": \"0.182\",           // 순수 장타율(ISO)\n                \"kk\": 86,                 // 삼진\n                \"kkab\": 0,                // 삼진/타수\n                \"lba\": \"0.533\",           // 특정 지표(추정)\n                \"lgopo\": \"1.9\",           // 또 다른 지표(추정)\n                \"nppa\": 4,                // 타석당 투구 수(추정)\n                \"ops\": \"0.805\",           // OPS\n                \"opsPlus\": \"107.143\",     // OPS+ (리그 대비)\n                \"pa\": 489,                // 타석 수\n                \"paFlag\": \"1\",            // 규정 타석 충족 여부\n                \"pcode\": \"78548\",         // 선수 코드\n                \"playerName\": \"장성우\",   // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지 URL\n                \"po\": 0,\n                \"rba\": \"0.265\",           // 득점권 타율(추정)\n                \"rbi\": 81,                // 타점\n                \"rgopo\": \"0.19\",          // 또 다른 지표(추정)\n                \"run\": 53,                // 득점\n                \"sb\": 5,                  // 도루\n                \"sbTryCn\": 5,             // 도루 시도\n                \"sba\": \"1\",               // 도루 성공률\n                \"sf\": 8,                  // 희생 플라이\n                \"sh\": 2,                  // 희생 번트\n                \"slab\": 0,                // 장타/타수\n                \"slg\": \"0.450\",           // 장타율\n                \"spHra\": \"0.271\",         // 특정 장타 지표(추정)\n                \"startCn\": 112,           // 선발 출장\n                \"subCn\": 19,              // 교체 출장\n                \"teamName\": \"KT\",         // 팀 이름\n                \"wrHit\": \"14\"             // 결정적 안타(혹은 wRC+ 유사 지표)\n            }\n        ]\n    }\n}\n"}],"_postman_id":"d473adb4-a631-4f43-b1b8-079983f9a4b8"},{"name":"전체타자타율Top5","id":"5f4cc903-ec9f-4a9c-ac61-df7b04120312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/rank/batter/total/top5","urlObject":{"protocol":"http","path":["api","game","rank","batter","total","top5"],"host":["54","180","228","165"],"query":[],"variable":[]}},"response":[{"id":"640fa537-d523-444a-bcf6-14c55d51e614","name":"전체타자타율Top5","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/game/rank/batter/total/top5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:23:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3693"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [ // 전체 타자 타율 TOP5 데이터\n            {\n                \"ab\": 541,               // 타수\n                \"babip\": \"0.381579\",     // 인플레이 타구 타율\n                \"bb\": 28,                // 볼넷\n                \"bbhp\": 41,              // 볼넷 + 몸에 맞는 공(HP)\n                \"bbkk\": \"0.38\",          // 볼넷 대비 삼진 비율\n                \"bra\": \"0.399\",          // 타율(추정)\n                \"cba\": \"0.252\",          // 컨택 관련 지표(추정)\n                \"cgopo\": \"0.32\",         // 병살+땅볼+플라이 등 기타 지표(추정)\n                \"cs\": 3,                 // 도루 실패\n                \"fl\": 154,               // 플라이(뜬공) 아웃 횟수\n                \"gamenum\": 136,          // 경기 수\n                \"gd\": 12,                // 병살타\n                \"gofo\": \"0.83\",          // 땅볼 아웃/뜬공 아웃 비율\n                \"gr\": 128,               // GR(추정: 특정 득점 혹은 지표)\n                \"gyear\": \"2024\",         // 시즌 연도\n                \"h1\": 142,               // 1루타(단타)\n                \"h2\": 31,                // 2루타\n                \"h3\": 1,                 // 3루타\n                \"hit\": 195,              // 안타\n                \"hp\": 13,                // 몸에 맞는 공(사구)\n                \"hr\": 21,                // 홈런\n                \"hra\": \"0.360\",          // 홈런 비율 or 장타율(추정)\n                \"hrab\": 0,               // 홈런/타수 (0으로 표시됨)\n                \"ib\": 3,                 // 고의사구\n                \"iso\": \"0.177\",          // 순수 장타율(ISO)\n                \"kk\": 73,                // 삼진\n                \"kkab\": 0,               // 삼진/타수 (0으로 표시됨)\n                \"lba\": \"0.431\",          // 특정 지표(추정)\n                \"lgopo\": \"1.71\",         // 추가 지표(추정)\n                \"nppa\": 3,               // 타석당 투구 수(추정)\n                \"ops\": \"0.937\",          // OPS(출루율+장타율)\n                \"opsPlus\": \"144.762\",    // OPS+ (리그 대비)\n                \"pa\": 591,               // 타석 수\n                \"paFlag\": \"1\",           // 규정 타석 충족 여부(1: 충족)\n                \"pcode\": \"53827\",        // 선수 코드\n                \"playerName\": \"에레디아\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"rba\": \"0.317\",          // 득점권 타율(추정)\n                \"rbi\": 118,             // 타점\n                \"rgopo\": \"0.58\",        // 추가 지표(추정)\n                \"run\": 82,              // 득점\n                \"sb\": 4,                // 도루\n                \"sbTryCn\": 7,           // 도루 시도 횟수\n                \"sba\": \"0.571\",         // 도루 성공률\n                \"sf\": 9,                // 희생 플라이\n                \"sh\": 0,                // 희생 번트\n                \"slab\": 0,              // 장타/타수(0으로 표시됨)\n                \"slg\": \"0.538\",         // 장타율\n                \"spHra\": \"0.428\",        // 특정 장타 지표(추정)\n                \"startCn\": 135,         // 선발 출장 횟수\n                \"subCn\": 1,             // 교체 출장 횟수\n                \"teamName\": \"SSG\",      // 팀 이름\n                \"wrHit\": \"13\"           // 결정적 안타(또는 wRC+ 유사 지표)\n            },\n            {\n                \"ab\": 574,\n                \"babip\": \"0.383197\",\n                \"bb\": 46,\n                \"bbhp\": 47,\n                \"bbkk\": \"0.56\",\n                \"bra\": \"0.394\",\n                \"cba\": \"0.29\",\n                \"cgopo\": \"0.38\",\n                \"cs\": 0,\n                \"fl\": 133,\n                \"gamenum\": 144,\n                \"gd\": 16,\n                \"gofo\": \"1.26\",\n                \"gr\": 168,\n                \"gyear\": \"2024\",\n                \"h1\": 144,\n                \"h2\": 40,\n                \"h3\": 3,\n                \"hit\": 202,\n                \"hp\": 1,\n                \"hr\": 15,\n                \"hra\": \"0.352\",\n                \"hrab\": 0,\n                \"ib\": 2,\n                \"iso\": \"0.159\",\n                \"kk\": 82,\n                \"kkab\": 0,\n                \"lba\": \"0.358\",\n                \"lgopo\": \"0.95\",\n                \"nppa\": 3,\n                \"ops\": \"0.904\",\n                \"opsPlus\": \"130.536\",\n                \"pa\": 632,\n                \"paFlag\": \"1\",\n                \"pcode\": \"54529\",\n                \"playerName\": \"레이예스\",\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"rba\": \"0.352\",\n                \"rbi\": 111,\n                \"rgopo\": \"3.17\",\n                \"run\": 88,\n                \"sb\": 5,\n                \"sbTryCn\": 5,\n                \"sba\": \"1\",\n                \"sf\": 11,\n                \"sh\": 0,\n                \"slab\": 0,\n                \"slg\": \"0.510\",\n                \"spHra\": \"0.395\",\n                \"startCn\": 144,\n                \"subCn\": 0,\n                \"teamName\": \"롯데\",\n                \"wrHit\": \"13\"\n            },\n            {\n                \"ab\": 544,\n                \"babip\": \"0.37469\",\n                \"bb\": 66,\n                \"bbhp\": 73,\n                \"bbkk\": \"0.6\",\n                \"bra\": \"0.420\",\n                \"cba\": \"0.285\",\n                \"cgopo\": \"0.23\",\n                \"cs\": 4,\n                \"fl\": 151,\n                \"gamenum\": 141,\n                \"gd\": 10,\n                \"gofo\": \"0.67\",\n                \"gr\": 101,\n                \"gyear\": \"2024\",\n                \"h1\": 112,\n                \"h2\": 29,\n                \"h3\": 10,\n                \"hit\": 189,\n                \"hp\": 7,\n                \"hr\": 38,\n                \"hra\": \"0.347\",\n                \"hrab\": 0,\n                \"ib\": 7,\n                \"iso\": \"0.3\",\n                \"kk\": 110,\n                \"kkab\": 0,\n                \"lba\": \"0.444\",\n                \"lgopo\": \"1.54\",\n                \"nppa\": 3,\n                \"ops\": \"1.067\",\n                \"opsPlus\": \"155.088\",\n                \"pa\": 625,\n                \"paFlag\": \"1\",\n                \"pcode\": \"52605\",\n                \"playerName\": \"김도영\",\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 1,\n                \"rba\": \"0.271\",\n                \"rbi\": 109,\n                \"rgopo\": \"0.43\",\n                \"run\": 143,\n                \"sb\": 40,\n                \"sbTryCn\": 44,\n                \"sba\": \"0.909\",\n                \"sf\": 7,\n                \"sh\": 1,\n                \"slab\": 0,\n                \"slg\": \"0.647\",\n                \"spHra\": \"0.317\",\n                \"startCn\": 139,\n                \"subCn\": 2,\n                \"teamName\": \"KIA\",\n                \"wrHit\": \"15\"\n            },\n            {\n                \"ab\": 493,\n                \"babip\": \"0.346056\",\n                \"bb\": 55,\n                \"bbhp\": 67,\n                \"bbkk\": \"0.75\",\n                \"bra\": \"0.417\",\n                \"cba\": \"0.241\",\n                \"cgopo\": \"0.29\",\n                \"cs\": 4,\n                \"fl\": 129,\n                \"gamenum\": 129,\n                \"gd\": 6,\n                \"gofo\": \"0.99\",\n                \"gr\": 128,\n                \"gyear\": \"2024\",\n                \"h1\": 96,\n                \"h2\": 39,\n                \"h3\": 1,\n                \"hit\": 169,\n                \"hp\": 12,\n                \"hr\": 33,\n                \"hra\": \"0.343\",\n                \"hrab\": 0,\n                \"ib\": 4,\n                \"iso\": \"0.284\",\n                \"kk\": 73,\n                \"kkab\": 0,\n                \"lba\": \"0.266\",\n                \"lgopo\": \"0.58\",\n                \"nppa\": 3,\n                \"ops\": \"1.044\",\n                \"opsPlus\": \"167.702\",\n                \"pa\": 568,\n                \"paFlag\": \"1\",\n                \"pcode\": \"62404\",\n                \"playerName\": \"구자욱\",\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"rba\": \"0.493\",\n                \"rbi\": 115,\n                \"rgopo\": \"2.1\",\n                \"run\": 92,\n                \"sb\": 13,\n                \"sbTryCn\": 17,\n                \"sba\": \"0.765\",\n                \"sf\": 6,\n                \"sh\": 2,\n                \"slab\": 0,\n                \"slg\": \"0.627\",\n                \"spHra\": \"0.341\",\n                \"startCn\": 127,\n                \"subCn\": 2,\n                \"teamName\": \"삼성\",\n                \"wrHit\": \"12\"\n            },\n            {\n                \"ab\": 527,\n                \"babip\": \"0.368663\",\n                \"bb\": 64,\n                \"bbhp\": 67,\n                \"bbkk\": \"0.78\",\n                \"bra\": \"0.409\",\n                \"cba\": \"0.253\",\n                \"cgopo\": \"0.26\",\n                \"cs\": 0,\n                \"fl\": 138,\n                \"gamenum\": 142,\n                \"gd\": 5,\n                \"gofo\": \"0.99\",\n                \"gr\": 136,\n                \"gyear\": \"2024\",\n                \"h1\": 127,\n                \"h2\": 29,\n                \"h3\": 4,\n                \"hit\": 179,\n                \"hp\": 3,\n                \"hr\": 19,\n                \"hra\": \"0.340\",\n                \"hrab\": 0,\n                \"ib\": 2,\n                \"iso\": \"0.178\",\n                \"kk\": 82,\n                \"kkab\": 0,\n                \"lba\": \"0.23\",\n                \"lgopo\": \"0.37\",\n                \"nppa\": 3,\n                \"ops\": \"0.927\",\n                \"opsPlus\": \"156.964\",\n                \"pa\": 602,\n                \"paFlag\": \"1\",\n                \"pcode\": \"65357\",\n                \"playerName\": \"송성문\",\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"rba\": \"0.516\",\n                \"rbi\": 104,\n                \"rgopo\": \"2.5\",\n                \"run\": 88,\n                \"sb\": 21,\n                \"sbTryCn\": 21,\n                \"sba\": \"1\",\n                \"sf\": 8,\n                \"sh\": 0,\n                \"slab\": 0,\n                \"slg\": \"0.518\",\n                \"spHra\": \"0.372\",\n                \"startCn\": 130,\n                \"subCn\": 12,\n                \"teamName\": \"키움\",\n                \"wrHit\": \"11\"\n            }\n        ]\n    }\n}\n"}],"_postman_id":"5f4cc903-ec9f-4a9c-ac61-df7b04120312"},{"name":"kt타자순위","id":"16cfda60-9149-4ad4-8f0e-ab4f3c847b4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/rank/kt/batter?gyear=2024&pname=&sortKey=HRA","urlObject":{"protocol":"http","path":["api","game","rank","kt","batter"],"host":["54","180","228","165"],"query":[{"description":{"content":"<p>연도</p>\n","type":"text/plain"},"key":"gyear","value":"2024"},{"description":{"content":"<p>타자이름</p>\n","type":"text/plain"},"key":"pname","value":""},{"description":{"content":"<p>HRA, GAMENUM, AB, RUN, HIT, H2,H3, HR,RBI,SB, BB, HP,KK, SLG, BRA 정렬</p>\n","type":"text/plain"},"key":"sortKey","value":"HRA"}],"variable":[]}},"response":[{"id":"b6c154d8-629d-4851-8b1b-a9f0412c6638","name":"kt타자순위","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/game/rank/kt/batter?gyear=2024&pname=&sortKey=HRA","protocol":"http","host":["54","180","229","183"],"path":["api","game","rank","kt","batter"],"query":[{"key":"gyear","value":"2024","description":"연도"},{"key":"pname","value":"","description":"타자이름"},{"key":"sortKey","value":"HRA","description":"HRA, GAMENUM, AB, RUN, HIT, H2,H3, HR,RBI,SB, BB, HP,KK, SLG, BRA 정렬"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:24:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27485"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [ // 타자 순위(또는 타자별 시즌 기록) 리스트\n            {\n                \"ab\": 3,               // 타수\n                \"babip\": \"1\",          // 인플레이 타구 타율\n                \"bb\": 0,               // 볼넷\n                \"bbhp\": 0,             // 볼넷 + 몸에 맞는 공\n                \"bbkk\": \"0\",           // 볼넷 대비 삼진 비율\n                \"bra\": \"0.667\",        // 타율(추정)\n                \"cba\": \"0\",            // 컨택률 등 추가 지표(0으로 표시)\n                \"cgopo\": \"0\",          // 병살+땅볼+플라이 등 기타 지표\n                \"cs\": 0,               // 도루 실패\n                \"fl\": 0,               // 뜬공 아웃\n                \"gamenum\": 5,          // 경기 수\n                \"gd\": 0,               // 병살타\n                \"gofo\": \"0\",           // 땅볼/뜬공 아웃 비율\n                \"gr\": 0,               // 추가 지표(추정)\n                \"gyear\": \"2024\",       // 시즌 연도\n                \"h1\": 1,               // 1루타(단타)\n                \"h2\": 1,               // 2루타\n                \"h3\": 0,               // 3루타\n                \"hit\": 2,              // 안타\n                \"hp\": 0,               // 몸에 맞는 공(사구)\n                \"hr\": 0,               // 홈런\n                \"hra\": \"0.667\",        // 홈런 비율 또는 장타율(추정)\n                \"hrab\": 0,             // 홈런/타수 (0으로 표시됨)\n                \"ib\": 0,               // 고의사구\n                \"iso\": \"0.333\",        // 순수 장타율(ISO)\n                \"kk\": 1,               // 삼진\n                \"kkab\": 0,             // 삼진/타수\n                \"lba\": \"1\",            // 특정 지표(추정)\n                \"lgopo\": \"0\",          // 병살+땅볼+뜬공 등 기타 지표\n                \"nppa\": 3,             // 타석당 투구 수(추정)\n                \"ops\": \"1.667\",        // OPS(출루율 + 장타율)\n                \"opsPlus\": \"325.983\",  // OPS+ (리그 대비 성과)\n                \"pa\": 3,               // 타석 수\n                \"paFlag\": \"0\",         // 규정 타석 충족 여부(0: 불충족)\n                \"pcode\": \"73113\",      // 선수 코드\n                \"playerName\": \"박경수\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지 URL\n                \"po\": 0,               // 처리한 P.O.(수비 처리) 횟수\n                \"rba\": \"0\",            // 득점권 타율(추정)\n                \"rbi\": 1,              // 타점\n                \"rgopo\": \"0\",          // 추가 지표(추정)\n                \"run\": 2,              // 득점\n                \"sb\": 0,               // 도루\n                \"sbTryCn\": 0,          // 도루 시도 횟수\n                \"sba\": \"0\",            // 도루 성공률\n                \"sf\": 0,               // 희생 플라이\n                \"sh\": 0,               // 희생 번트\n                \"slab\": 0,             // 장타/타수(0)\n                \"slg\": \"1.000\",        // 장타율\n                \"spHra\": \"1\",          // 특정 장타 지표\n                \"startCn\": 0,          // 선발 출장\n                \"subCn\": 5,            // 교체 출장\n                \"teamName\": \"KT\",      // 팀 이름\n                \"wrHit\": \"0\"           // 결정적 안타(또는 wRC+ 등)\n            },\n            {\n                \"ab\": 14,\n                \"babip\": \"0.416667\",\n                \"bb\": 2,\n                \"bbhp\": 2,\n                \"bbkk\": \"1\",\n                \"bra\": \"0.438\",\n                \"cba\": \"0.5\",\n                \"cgopo\": \"2\",\n                \"cs\": 0,\n                \"fl\": 3,\n                \"gamenum\": 35,\n                \"gd\": 0,\n                \"gofo\": \"1.33\",\n                \"gr\": 4,\n                \"gyear\": \"2024\",\n                \"h1\": 5,\n                \"h2\": 0,\n                \"h3\": 0,\n                \"hit\": 5,\n                \"hp\": 0,\n                \"hr\": 0,\n                \"hra\": \"0.357\",\n                \"hrab\": 0,\n                \"ib\": 0,\n                \"iso\": \"0\",\n                \"kk\": 2,\n                \"kkab\": 0,\n                \"lba\": \"0.4\",\n                \"lgopo\": \"0.5\",\n                \"nppa\": 3,\n                \"ops\": \"0.795\",\n                \"opsPlus\": \"108.38\",\n                \"pa\": 16,\n                \"paFlag\": \"0\",\n                \"pcode\": \"52002\",\n                \"playerName\": \"김병준\",\n                \"playerPrvwImg\": \"https://...\",\n                \"po\": 0,\n                \"rba\": \"0.1\",\n                \"rbi\": 1,\n                \"rgopo\": \"0\",\n                \"run\": 9,\n                \"sb\": 0,\n                \"sbTryCn\": 0,\n                \"sba\": \"0\",\n                \"sf\": 0,\n                \"sh\": 0,\n                \"slab\": 0,\n                \"slg\": \"0.357\",\n                \"spHra\": \"0.25\",\n                \"startCn\": 4,\n                \"subCn\": 31,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"0\"\n            },\n            {\n                \"ab\": 351,\n                \"babip\": \"0.399351\",\n                \"bb\": 35,\n                \"bbhp\": 36,\n                \"bbkk\": \"0.78\",\n                \"bra\": \"0.410\",\n                \"cba\": \"0.289\",\n                \"cgopo\": \"0.65\",\n                \"cs\": 2,\n                \"fl\": 61,\n                \"gamenum\": 115,\n                \"gd\": 9,\n                \"gofo\": \"2.03\",\n                \"gr\": 124,\n                \"gyear\": \"2024\",\n                \"h1\": 106,\n                \"h2\": 14,\n                \"h3\": 3,\n                \"hit\": 124,\n                \"hp\": 1,\n                \"hr\": 1,\n                \"hra\": \"0.353\",\n                \"hrab\": 0,\n                \"ib\": 1,\n                \"iso\": \"0.066\",\n                \"kk\": 45,\n                \"kkab\": 0,\n                \"lba\": \"0.34\",\n                \"lgopo\": \"0.93\",\n                \"nppa\": 3,\n                \"ops\": \"0.829\",\n                \"opsPlus\": \"115.255\",\n                \"pa\": 393,\n                \"paFlag\": \"0\",\n                \"pcode\": \"64004\",\n                \"playerName\": \"김민혁\",\n                \"playerPrvwImg\": \"https://...\",\n                \"po\": 1,\n                \"rba\": \"0.371\",\n                \"rbi\": 34,\n                \"rgopo\": \"8.3\",\n                \"run\": 47,\n                \"sb\": 4,\n                \"sbTryCn\": 6,\n                \"sba\": \"0.667\",\n                \"sf\": 3,\n                \"sh\": 3,\n                \"slab\": 0,\n                \"slg\": \"0.419\",\n                \"spHra\": \"0.315\",\n                \"startCn\": 87,\n                \"subCn\": 28,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"2\"\n            },\n            {\n                \"ab\": 572,\n                \"babip\": \"0.363636\",\n                \"bb\": 88,\n                \"bbhp\": 94,\n                \"bbkk\": \"0.77\",\n                \"bra\": \"0.421\",\n                \"cba\": \"0.234\",\n                \"cgopo\": \"0.12\",\n                \"cs\": 1,\n                \"fl\": 161,\n                \"gamenum\": 144,\n                \"gd\": 10,\n                \"gofo\": \"0.7\",\n                \"gr\": 112,\n                \"gyear\": \"2024\",\n                \"h1\": 116,\n                \"h2\": 39,\n                \"h3\": 1,\n                \"hit\": 188,\n                \"hp\": 6,\n                \"hr\": 32,\n                \"hra\": \"0.329\",\n                \"hrab\": 0,\n                \"ib\": 9,\n                \"iso\": \"0.24\",\n                \"kk\": 115,\n                \"kkab\": 0,\n                \"lba\": \"0.394\",\n                \"lgopo\": \"0.82\",\n                \"nppa\": 4,\n                \"ops\": \"0.989\",\n                \"opsPlus\": \"153.83\",\n                \"pa\": 670,\n                \"paFlag\": \"1\",\n                \"pcode\": \"67025\",\n                \"playerName\": \"로하스\",\n                \"playerPrvwImg\": \"https://...\",\n                \"po\": 1,\n                \"rba\": \"0.372\",\n                \"rbi\": 112,\n                \"rgopo\": \"0.98\",\n                \"run\": 108,\n                \"sb\": 2,\n                \"sbTryCn\": 3,\n                \"sba\": \"0.667\",\n                \"sf\": 4,\n                \"sh\": 0,\n                \"slab\": 0,\n                \"slg\": \"0.568\",\n                \"spHra\": \"0.313\",\n                \"startCn\": 143,\n                \"subCn\": 1,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"12\"\n            },\n            {\n                \"ab\": 26,\n                \"babip\": \"0.466667\",\n                \"bb\": 8,\n                \"bbhp\": 8,\n                \"bbkk\": \"0.8\",\n                \"bra\": \"0.471\",\n                \"cba\": \"0.235\",\n                \"cgopo\": \"0\",\n                \"cs\": 0,\n                \"fl\": 3,\n                \"gamenum\": 18,\n                \"gd\": 0,\n                \"gofo\": \"1.67\",\n                \"gr\": 5,\n                \"gyear\": \"2024\",\n                \"h1\": 6,\n                \"h2\": 1,\n                \"h3\": 0,\n                \"hit\": 8,\n                \"hp\": 0,\n                \"hr\": 1,\n                \"hra\": \"0.308\",\n                \"hrab\": 0,\n                \"ib\": 0,\n                \"iso\": \"0.154\",\n                \"kk\": 10,\n                \"kkab\": 0,\n                \"lba\": \"0.412\",\n                \"lgopo\": \"1\",\n                \"nppa\": 4,\n                \"ops\": \"0.932\",\n                \"opsPlus\": \"142.676\",\n                \"pa\": 36,\n                \"paFlag\": \"0\",\n                \"pcode\": \"50066\",\n                \"playerName\": \"강현우\",\n                \"playerPrvwImg\": \"https://...\",\n                \"po\": 0,\n                \"rba\": \"0.353\",\n                \"rbi\": 8,\n                \"rgopo\": \"3\",\n                \"run\": 4,\n                \"sb\": 0,\n                \"sbTryCn\": 0,\n                \"sba\": \"0\",\n                \"sf\": 0,\n                \"sh\": 2,\n                \"slab\": 0,\n                \"slg\": \"0.462\",\n                \"spHra\": \"0.286\",\n                \"startCn\": 5,\n                \"subCn\": 13,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"1\"\n            },\n            {\n                \"ab\": 36,\n                \"babip\": \"0.44\",\n                \"bb\": 3,\n                \"bbhp\": 3,\n                \"bbkk\": \"0.25\",\n                \"bra\": \"0.350\",\n                \"cba\": \"0.2\",\n                \"cgopo\": \"0\",\n                \"cs\": 0,\n                \"fl\": 10,\n                \"gamenum\": 26,\n                \"gd\": 1,\n                \"gofo\": \"0.4\",\n                \"gr\": 4,\n                \"gyear\": \"2024\",\n                \"h1\": 9,\n                \"h2\": 2,\n                \"h3\": 0,\n                \"hit\": 11,\n                \"hp\": 0,\n                \"hr\": 0,\n                \"hra\": \"0.306\",\n                \"hrab\": 0,\n                \"ib\": 0,\n                \"iso\": \"0.056\",\n                \"kk\": 12,\n                \"kkab\": 0,\n                \"lba\": \"0.333\",\n                \"lgopo\": \"0.4\",\n                \"nppa\": 3,\n                \"ops\": \"0.711\",\n                \"opsPlus\": \"84.5439\",\n                \"pa\": 45,\n                \"paFlag\": \"0\",\n                \"pcode\": \"68089\",\n                \"playerName\": \"조대현\",\n                \"playerPrvwImg\": \"https://...\",\n                \"po\": 1,\n                \"rba\": \"0.467\",\n                \"rbi\": 3,\n                \"rgopo\": \"0.67\",\n                \"run\": 2,\n                \"sb\": 0,\n                \"sbTryCn\": 0,\n                \"sba\": \"0\",\n                \"sf\": 1,\n                \"sh\": 5,\n                \"slab\": 0,\n                \"slg\": \"0.361\",\n                \"spHra\": \"0.143\",\n                \"startCn\": 12,\n                \"subCn\": 14,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"0\"\n            },\n            {\n                \"ab\": 234,\n                \"babip\": \"0.356021\",\n                \"bb\": 18,\n                \"bbhp\": 19,\n                \"bbkk\": \"0.42\",\n                \"bra\": \"0.346\",\n                \"cba\": \"0.227\",\n                \"cgopo\": \"0.85\",\n                \"cs\": 0,\n                \"fl\": 41,\n                \"gamenum\": 75,\n                \"gd\": 5,\n                \"gofo\": \"2\",\n                \"gr\": 82,\n                \"gyear\": \"2024\",\n                \"h1\": 57,\n                \"h2\": 8,\n                \"h3\": 3,\n                \"hit\": 69,\n                \"hp\": 1,\n                \"hr\": 1,\n                \"hra\": \"0.295\",\n                \"hrab\": 0,\n                \"ib\": 0,\n                \"iso\": \"0.073\",\n                \"kk\": 43,\n                \"kkab\": 0,\n                \"lba\": \"0.378\",\n                \"lgopo\": \"1.25\",\n                \"nppa\": 3,\n                \"ops\": \"0.714\",\n                \"opsPlus\": \"85.0838\",\n                \"pa\": 255,\n                \"paFlag\": \"0\",\n                \"pcode\": \"50054\",\n                \"playerName\": \"천성호\",\n                \"playerPrvwImg\": \"https://...\",\n                \"po\": 0,\n                \"rba\": \"0.395\",\n                \"rbi\": 17,\n                \"rgopo\": \"5.75\",\n                \"run\": 41,\n                \"sb\": 7,\n                \"sbTryCn\": 7,\n                \"sba\": \"1\",\n                \"sf\": 1,\n                \"sh\": 1,\n                \"slab\": 0,\n                \"slg\": \"0.368\",\n                \"spHra\": \"0.346\",\n                \"startCn\": 54,\n                \"subCn\": 21,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"2\"\n            },\n            {\n                \"ab\": 174,\n                \"babip\": \"0.348837\",\n                \"bb\": 18,\n                \"bbhp\": 22,\n                \"bbkk\": \"0.44\",\n                \"bra\": \"0.369\",\n                \"cba\": \"0.19\",\n                \"cgopo\": \"0.6\",\n                \"cs\": 1,\n                \"fl\": 34,\n                \"gamenum\": 73,\n                \"gd\": 7,\n                \"gofo\": \"1.47\",\n                \"gr\": 50,\n                \"gyear\": \"2024\",\n                \"h1\": 31,\n                \"h2\": 12,\n                \"h3\": 2,\n                \"hit\": 51,\n                \"hp\": 4,\n                \"hr\": 6,\n                \"hra\": \"0.293\",\n                \"hrab\": 0,\n                \"ib\": 0,\n                \"iso\": \"0.195\",\n                \"kk\": 41,\n                \"kkab\": 0,\n                \"lba\": \"0.54\",\n                \"lgopo\": \"3.7\",\n                \"nppa\": 3,\n                \"ops\": \"0.857\",\n                \"opsPlus\": \"120.372\",\n                \"pa\": 201,\n                \"paFlag\": \"0\",\n                \"pcode\": \"64504\",\n                \"playerName\": \"오윤석\",\n                \"playerPrvwImg\": \"https://...\",\n                \"po\": 0,\n                \"rba\": \"0.27\",\n                \"rbi\": 27,\n                \"rgopo\": \"0.53\",\n                \"run\": 33,\n                \"sb\": 0,\n                \"sbTryCn\": 1,\n                \"sba\": \"0\",\n                \"sf\": 2,\n                \"sh\": 3,\n                \"slab\": 0,\n                \"slg\": \"0.489\",\n                \"spHra\": \"0.174\",\n                \"startCn\": 48,\n                \"subCn\": 25,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"2\"\n            },\n            {\n                \"ab\": 550,\n                \"babip\": \"0.333333\",\n                \"bb\": 59,\n                \"bbhp\": 62,\n                \"bbkk\": \"0.46\",\n                \"bra\": \"0.360\",\n                \"cba\": \"0.264\",\n                \"cgopo\": \"0.41\",\n                \"cs\": 2,\n                \"fl\": 127,\n                \"gamenum\": 144,\n                \"gd\": 6,\n                \"gofo\": \"1.09\",\n                \"gr\": 139,\n                \"gyear\": \"2024\",\n                \"h1\": 106,\n                \"h2\": 27,\n                \"h3\": 0,\n                \"hit\": 159,\n                \"hp\": 3,\n                \"hr\": 26,\n                \"hra\": \"0.289\",\n                \"hrab\": 0,\n                \"ib\": 4,\n                \"iso\": \"0.191\",\n                \"kk\": 127,\n                \"kkab\": 0,\n                \"lba\": \"0.304\",\n                \"lgopo\": \"0.46\",\n                \"nppa\": 4,\n                \"ops\": \"0.84\",\n                \"opsPlus\": \"115.694\",\n                \"pa\": 614,\n                \"paFlag\": \"1\",\n                \"pcode\": \"68050\",\n                \"playerName\": \"강백호\",\n                \"playerPrvwImg\": \"https://...\",\n                \"po\": 0,\n                \"rba\": \"0.432\",\n                \"rbi\": 96,\n                \"rgopo\": \"2.75\",\n                \"run\": 92,\n                \"sb\": 6,\n                \"sbTryCn\": 8,\n                \"sba\": \"0.75\",\n                \"sf\": 2,\n                \"sh\": 0,\n                \"slab\": 0,\n                \"slg\": \"0.480\",\n                \"spHra\": \"0.28\",\n                \"startCn\": 130,\n                \"subCn\": 14,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"9\"\n            },\n            {\n                \"ab\": 122,\n                \"babip\": \"0.333333\",\n                \"bb\": 16,\n                \"bbhp\": 19,\n                \"bbkk\": \"0.57\",\n                \"bra\": \"0.371\",\n                \"cba\": \"0.309\",\n                \"cgopo\": \"0.63\",\n                \"cs\": 0,\n                \"fl\": 29,\n                \"gamenum\": 84,\n                \"gd\": 3,\n                \"gofo\": \"1.14\",\n                \"gr\": 33,\n                \"gyear\": \"2024\",\n                \"h1\": 28,\n                \"h2\": 3,\n                \"h3\": 0,\n                \"hit\": 34,\n                \"hp\": 3,\n                \"hr\": 3,\n                \"hra\": \"0.279\",\n                \"hrab\": 0,\n                \"ib\": 0,\n                \"iso\": \"0.098\",\n                \"kk\": 28,\n                \"kkab\": 0,\n                \"lba\": \"0.412\",\n                \"lgopo\": \"2.63\",\n                \"nppa\": 3,\n                \"ops\": \"0.748\",\n                \"opsPlus\": \"94.2689\",\n                \"pa\": 152,\n                \"paFlag\": \"0\",\n                \"pcode\": \"62556\",\n                \"playerName\": \"신본기\",\n                \"playerPrvwImg\": \"https://...\",\n                \"po\": 1,\n                \"rba\": \"0.278\",\n                \"rbi\": 19,\n                \"rgopo\": \"0.54\",\n                \"run\": 18,\n                \"sb\": 2,\n                \"sbTryCn\": 2,\n                \"sba\": \"1\",\n                \"sf\": 2,\n                \"sh\": 9,\n                \"slab\": 0,\n                \"slg\": \"0.377\",\n                \"spHra\": \"0.233\",\n                \"startCn\": 33,\n                \"subCn\": 51,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"0\"\n            },\n            {\n                \"ab\": 369,\n                \"babip\": \"0.319218\",\n                \"bb\": 37,\n                \"bbhp\": 43,\n                \"bbkk\": \"0.63\",\n                \"bra\": \"0.351\",\n                \"cba\": \"0.243\",\n                \"cgopo\": \"0.19\",\n                \"cs\": 2,\n                \"fl\": 117,\n                \"gamenum\": 113,\n                \"gd\": 12,\n                \"gofo\": \"0.79\",\n                \"gr\": 92,\n                \"gyear\": \"2024\",\n                \"h1\": 76,\n                \"h2\": 18,\n                \"h3\": 4,\n                \"hit\": 102,\n                \"hp\": 6,\n                \"hr\": 4,\n                \"hra\": \"0.276\",\n                \"hrab\": 0,\n                \"ib\": 0,\n                \"iso\": \"0.103\",\n                \"kk\": 59,\n                \"kkab\": 0,\n                \"lba\": \"0.44\",\n                \"lgopo\": \"2.17\",\n                \"nppa\": 3,\n                \"ops\": \"0.73\",\n                \"opsPlus\": \"89.1113\",\n                \"pa\": 420,\n                \"paFlag\": \"0\",\n                \"pcode\": \"79402\",\n                \"playerName\": \"김상수\",\n                \"playerPrvwImg\": \"https://...\",\n                \"po\": 0,\n                \"rba\": \"0.317\",\n                \"rbi\": 45,\n                \"rgopo\": \"0.42\",\n                \"run\": 60,\n                \"sb\": 3,\n                \"sbTryCn\": 5,\n                \"sba\": \"0.6\",\n                \"sf\": 1,\n                \"sh\": 7,\n                \"slab\": 0,\n                \"slg\": \"0.379\",\n                \"spHra\": \"0.286\",\n                \"startCn\": 106,\n                \"subCn\": 7,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"3\"\n            },\n            {\n                \"ab\": 404,\n                \"babip\": \"0.358621\",\n                \"bb\": 50,\n                \"bbhp\": 54,\n                \"bbkk\": \"0.44\",\n                \"bra\": \"0.355\",\n                \"cba\": \"0.285\",\n                \"cgopo\": \"0.47\",\n                \"cs\": 7,\n                \"fl\": 100,\n                \"gamenum\": 113,\n                \"gd\": 5,\n                \"gofo\": \"0.86\",\n                \"gr\": 86,\n                \"gyear\": \"2024\",\n                \"h1\": 78,\n                \"h2\": 25,\n                \"h3\": 1,\n                \"hit\": 111,\n                \"hp\": 4,\n                \"hr\": 7,\n                \"hra\": \"0.275\",\n                \"hrab\": 0,\n                \"ib\": 1,\n                \"iso\": \"0.119\",\n                \"kk\": 114,\n                \"kkab\": 0,\n                \"lba\": \"0.433\",\n                \"lgopo\": \"2.71\",\n                \"nppa\": 4,\n                \"ops\": \"0.748\",\n                \"opsPlus\": \"93.8095\",\n                \"pa\": 473,\n                \"paFlag\": \"1\",\n                \"pcode\": \"64166\",\n                \"playerName\": \"배정대\",\n                \"playerPrvwImg\": \"https://...\",\n                \"po\": 0,\n                \"rba\": \"0.282\",\n                \"rbi\": 59,\n                \"rgopo\": \"0.3\",\n                \"run\": 49,\n                \"sb\": 9,\n                \"sbTryCn\": 16,\n                \"sba\": \"0.563\",\n                \"sf\": 7,\n                \"sh\": 8,\n                \"slab\": 0,\n                \"slg\": \"0.394\",\n                \"spHra\": \"0.302\",\n                \"startCn\": 110,\n                \"subCn\": 3,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"3\"\n            },\n            {\n                \"ab\": 418,\n                \"babip\": \"0.28972\",\n                \"bb\": 60,\n                \"bbhp\": 61,\n                \"bbkk\": \"0.7\",\n                \"bra\": \"0.355\",\n                \"cba\": \"0.202\",\n                \"cgopo\": \"0.11\",\n                \"cs\": 0,\n                \"fl\": 138,\n                \"gamenum\": 131,\n                \"gd\": 8,\n                \"gofo\": \"0.65\",\n                \"gr\": 90,\n                \"gyear\": \"2024\",\n                \"h1\": 74,\n                \"h2\": 19,\n                \"h3\": 0,\n                \"hit\": 112,\n                \"hp\": 1,\n                \"hr\": 19,\n                \"hra\": \"0.268\",\n                \"hrab\": 0,\n                \"ib\": 1,\n                \"iso\": \"0.182\",\n                \"kk\": 86,\n                \"kkab\": 0,\n                \"lba\": \"0.533\",\n                \"lgopo\": \"1.9\",\n                \"nppa\": 4,\n                \"ops\": \"0.805\",\n                \"opsPlus\": \"107.143\",\n                \"pa\": 489,\n                \"paFlag\": \"1\",\n                \"pcode\": \"78548\",\n                \"playerName\": \"장성우\",\n                \"playerPrvwImg\": \"https://...\",\n                \"po\": 0,\n                \"rba\": \"0.265\",\n                \"rbi\": 81,\n                \"rgopo\": \"0.19\",\n                \"run\": 53,\n                \"sb\": 5,\n                \"sbTryCn\": 5,\n                \"sba\": \"1\",\n                \"sf\": 8,\n                \"sh\": 2,\n                \"slab\": 0,\n                \"slg\": \"0.450\",\n                \"spHra\": \"0.271\",\n                \"startCn\": 112,\n                \"subCn\": 19,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"14\"\n            },\n            {\n                \"ab\": 169,\n                \"babip\": \"0.306569\",\n                \"bb\": 17,\n                \"bbhp\": 18,\n                \"bbkk\": \"0.59\",\n                \"bra\": \"0.337\",\n                \"cba\": \"0.273\",\n                \"cgopo\": \"0.43\",\n                \"cs\": 1,\n                \"fl\": 44,\n                \"gamenum\": 53,\n                \"gd\": 3,\n                \"gofo\": \"1.16\",\n                \"gr\": 51,\n                \"gyear\": \"2024\",\n                \"h1\": 38,\n                \"h2\": 4,\n                \"h3\": 1,\n                \"hit\": 45,\n                \"hp\": 1,\n                \"hr\": 1,\n                \"hra\": \"0.200\",\n                \"hrab\": 0,\n                \"ib\": 0,\n                \"iso\": \"0.2\",\n                \"kk\": 10,\n                \"kkab\": 0,\n                \"lba\": \"0.5\",\n                \"lgopo\": \"5\",\n                \"nppa\": 3,\n                \"ops\": \"0.676\",\n                \"opsPlus\": \"72.9846\",\n                \"pa\": 29,\n                \"paFlag\": \"0\",\n                \"pcode\": \"52001\",\n                \"playerName\": \"안현민\",\n                \"playerPrvwImg\": \"https://...\",\n                \"po\": 0,\n                \"rba\": \"0.214\",\n                \"rbi\": 2,\n                \"rgopo\": \"0.5\",\n                \"run\": 5,\n                \"sb\": 0,\n                \"sbTryCn\": 0,\n                \"sba\": \"0\",\n                \"sf\": 1,\n                \"sh\": 0,\n                \"slab\": 0,\n                \"slg\": \"0.400\",\n                \"spHra\": \"0\",\n                \"startCn\": 6,\n                \"subCn\": 10,\n                \"teamName\": \"KT\",\n                \"wrHit\": \"0\"\n            },\n            \n            // ...\n        ]\n    }\n}\n"}],"_postman_id":"16cfda60-9149-4ad4-8f0e-ab4f3c847b4b"},{"name":"전체타자순위","id":"6596249f-3ebd-4b0f-90f1-41c1b67d9a73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/rank/total/batter?gyear=2024&pname&sortKey=HRA","urlObject":{"protocol":"http","path":["api","game","rank","total","batter"],"host":["54","180","228","165"],"query":[{"description":{"content":"<p>연도</p>\n","type":"text/plain"},"key":"gyear","value":"2024"},{"description":{"content":"<p>타자이름</p>\n","type":"text/plain"},"key":"pname","value":null},{"description":{"content":"<p>HRA, GAMENUM, AB, RUN, HIT, H2,H3, HR,RBI,SB, BB, HP,KK, SLG, BRA 정렬</p>\n","type":"text/plain"},"key":"sortKey","value":"HRA"}],"variable":[]}},"response":[{"id":"86db6f13-5b32-4f93-a2c4-03560822b3df","name":"전체타자순위","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/game/rank/total/batter?gyear=2024&pname&sortKey=HRA","protocol":"http","host":["54","180","229","183"],"path":["api","game","rank","total","batter"],"query":[{"key":"gyear","value":"2024","description":"연도"},{"key":"pname","value":null,"description":"타자이름"},{"key":"sortKey","value":"HRA","description":"HRA, GAMENUM, AB, RUN, HIT, H2,H3, HR,RBI,SB, BB, HP,KK, SLG, BRA 정렬"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:24:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"40769"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [ \n            // 전체 타자 순위 (또는 시즌 타자별 기록)\n            {\n                \"ab\": 541,                // 타수\n                \"babip\": \"0.381579\",      // 인플레이 타구 타율\n                \"bb\": 28,                 // 볼넷\n                \"bbhp\": 41,               // 볼넷 + 몸에 맞는 공(HP)\n                \"bbkk\": \"0.38\",           // 볼넷 대비 삼진 비율\n                \"bra\": \"0.399\",           // 타율(추정)\n                \"cba\": \"0.252\",           // 추가 지표(컨택률 등, 추정)\n                \"cgopo\": \"0.32\",          // 병살+땅볼+플라이 등 기타 지표\n                \"cs\": 3,                  // 도루 실패\n                \"fl\": 154,                // 뜬공(플라이) 아웃 횟수\n                \"gamenum\": 136,           // 경기 수\n                \"gd\": 12,                 // 병살타\n                \"gofo\": \"0.83\",           // 땅볼 아웃/뜬공 아웃 비율\n                \"gr\": 128,                // 추가 지표(추정)\n                \"gyear\": \"2024\",          // 시즌 연도\n                \"h1\": 142,                // 1루타(단타)\n                \"h2\": 31,                 // 2루타\n                \"h3\": 1,                  // 3루타\n                \"hit\": 195,               // 안타\n                \"hp\": 13,                 // 몸에 맞는 공(사구)\n                \"hr\": 21,                 // 홈런\n                \"hra\": \"0.360\",           // 장타율 또는 홈런 비율(추정)\n                \"hrab\": 0,                // 홈런/타수 (0)\n                \"ib\": 3,                  // 고의사구\n                \"iso\": \"0.177\",           // 순수 장타율(ISO)\n                \"kk\": 73,                 // 삼진\n                \"kkab\": 0,                // 삼진/타수\n                \"lba\": \"0.431\",           // 추가 지표(추정)\n                \"lgopo\": \"1.71\",          // 또 다른 세부 지표\n                \"nppa\": 3,                // 타석당 투구 수(추정)\n                \"ops\": \"0.937\",           // OPS(출루율+장타율)\n                \"opsPlus\": \"144.762\",     // OPS+ (리그 대비 성과)\n                \"pa\": 591,                // 타석\n                \"paFlag\": \"1\",            // 규정 타석 충족 여부\n                \"pcode\": \"53827\",         // 선수 코드\n                \"playerName\": \"에레디아\",  // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,                  // 포수 처리 등 수비 기록(추정)\n                \"rba\": \"0.317\",           // 득점권 타율(추정)\n                \"rbi\": 118,               // 타점\n                \"rgopo\": \"0.58\",          // 또 다른 지표(추정)\n                \"run\": 82,                // 득점\n                \"sb\": 4,                  // 도루\n                \"sbTryCn\": 7,             // 도루 시도 횟수\n                \"sba\": \"0.571\",           // 도루 성공률\n                \"sf\": 9,                  // 희생 플라이\n                \"sh\": 0,                  // 희생 번트\n                \"slab\": 0,                // 장타/타수 (0으로 표시됨)\n                \"slg\": \"0.538\",           // 장타율\n                \"spHra\": \"0.428\",         // 특정 장타 지표(추정)\n                \"startCn\": 135,           // 선발 출장 횟수\n                \"subCn\": 1,               // 교체 출장 횟수\n                \"teamName\": \"SSG\",        // 팀 이름\n                \"wrHit\": \"13\"             // 결정적 안타 or wRC+ 유사 지표\n            },\n            {\n                \"ab\": 574,\n                \"babip\": \"0.383197\",\n                \"bb\": 46,\n                \"bbhp\": 47,\n                \"bbkk\": \"0.56\",\n                \"bra\": \"0.394\",\n                \"cba\": \"0.29\",\n                \"cgopo\": \"0.38\",\n                \"cs\": 0,\n                \"fl\": 133,\n                \"gamenum\": 144,\n                \"gd\": 16,\n                \"gofo\": \"1.26\",\n                \"gr\": 168,\n                \"gyear\": \"2024\",\n                \"h1\": 144,\n                \"h2\": 40,\n                \"h3\": 3,\n                \"hit\": 202,\n                \"hp\": 1,\n                \"hr\": 15,\n                \"hra\": \"0.352\",\n                \"hrab\": 0,\n                \"ib\": 2,\n                \"iso\": \"0.159\",\n                \"kk\": 82,\n                \"kkab\": 0,\n                \"lba\": \"0.358\",\n                \"lgopo\": \"0.95\",\n                \"nppa\": 3,\n                \"ops\": \"0.904\",\n                \"opsPlus\": \"130.536\",\n                \"pa\": 632,\n                \"paFlag\": \"1\",\n                \"pcode\": \"54529\",\n                \"playerName\": \"레이예스\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"rba\": \"0.352\",\n                \"rbi\": 111,\n                \"rgopo\": \"3.17\",\n                \"run\": 88,\n                \"sb\": 5,\n                \"sbTryCn\": 5,\n                \"sba\": \"1\",\n                \"sf\": 11,\n                \"sh\": 0,\n                \"slab\": 0,\n                \"slg\": \"0.510\",\n                \"spHra\": \"0.395\",\n                \"startCn\": 144,\n                \"subCn\": 0,\n                \"teamName\": \"롯데\",\n                \"wrHit\": \"13\"\n            },\n            {\n                \"ab\": 544,\n                \"babip\": \"0.37469\",\n                \"bb\": 66,\n                \"bbhp\": 73,\n                \"bbkk\": \"0.6\",\n                \"bra\": \"0.420\",\n                \"cba\": \"0.285\",\n                \"cgopo\": \"0.23\",\n                \"cs\": 4,\n                \"fl\": 151,\n                \"gamenum\": 141,\n                \"gd\": 10,\n                \"gofo\": \"0.67\",\n                \"gr\": 101,\n                \"gyear\": \"2024\",\n                \"h1\": 112,\n                \"h2\": 29,\n                \"h3\": 10,\n                \"hit\": 189,\n                \"hp\": 7,\n                \"hr\": 38,\n                \"hra\": \"0.347\",\n                \"hrab\": 0,\n                \"ib\": 7,\n                \"iso\": \"0.3\",\n                \"kk\": 110,\n                \"kkab\": 0,\n                \"lba\": \"0.444\",\n                \"lgopo\": \"1.54\",\n                \"nppa\": 3,\n                \"ops\": \"1.067\",\n                \"opsPlus\": \"155.088\",\n                \"pa\": 625,\n                \"paFlag\": \"1\",\n                \"pcode\": \"52605\",\n                \"playerName\": \"김도영\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 1,\n                \"rba\": \"0.271\",\n                \"rbi\": 109,\n                \"rgopo\": \"0.43\",\n                \"run\": 143,\n                \"sb\": 40,\n                \"sbTryCn\": 44,\n                \"sba\": \"0.909\",\n                \"sf\": 7,\n                \"sh\": 1,\n                \"slab\": 0,\n                \"slg\": \"0.647\",\n                \"spHra\": \"0.317\",\n                \"startCn\": 139,\n                \"subCn\": 2,\n                \"teamName\": \"KIA\",\n                \"wrHit\": \"15\"\n            },\n            {\n                \"ab\": 493,\n                \"babip\": \"0.346056\",\n                \"bb\": 55,\n                \"bbhp\": 67,\n                \"bbkk\": \"0.75\",\n                \"bra\": \"0.417\",\n                \"cba\": \"0.241\",\n                \"cgopo\": \"0.29\",\n                \"cs\": 4,\n                \"fl\": 129,\n                \"gamenum\": 129,\n                \"gd\": 6,\n                \"gofo\": \"0.99\",\n                \"gr\": 128,\n                \"gyear\": \"2024\",\n                \"h1\": 96,\n                \"h2\": 39,\n                \"h3\": 1,\n                \"hit\": 169,\n                \"hp\": 12,\n                \"hr\": 33,\n                \"hra\": \"0.343\",\n                \"hrab\": 0,\n                \"ib\": 4,\n                \"iso\": \"0.284\",\n                \"kk\": 73,\n                \"kkab\": 0,\n                \"lba\": \"0.266\",\n                \"lgopo\": \"0.58\",\n                \"nppa\": 3,\n                \"ops\": \"1.044\",\n                \"opsPlus\": \"167.702\",\n                \"pa\": 568,\n                \"paFlag\": \"1\",\n                \"pcode\": \"62404\",\n                \"playerName\": \"구자욱\", // 선수 이름\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"rba\": \"0.493\",\n                \"rbi\": 115,\n                \"rgopo\": \"2.1\",\n                \"run\": 92,\n                \"sb\": 13,\n                \"sbTryCn\": 17,\n                \"sba\": \"0.765\",\n                \"sf\": 6,\n                \"sh\": 2,\n                \"slab\": 0,\n                \"slg\": \"0.627\",\n                \"spHra\": \"0.341\",\n                \"startCn\": 127,\n                \"subCn\": 2,\n                \"teamName\": \"삼성\",\n                \"wrHit\": \"12\"\n            },\n            {\n                \"ab\": 527,\n                \"babip\": \"0.368663\",\n                \"bb\": 64,\n                \"bbhp\": 67,\n                \"bbkk\": \"0.78\",\n                \"bra\": \"0.409\",\n                \"cba\": \"0.253\",\n                \"cgopo\": \"0.26\",\n                \"cs\": 0,\n                \"fl\": 138,\n                \"gamenum\": 142,\n                \"gd\": 5,\n                \"gofo\": \"0.99\",\n                \"gr\": 136,\n                \"gyear\": \"2024\",\n                \"h1\": 127,\n                \"h2\": 29,\n                \"h3\": 4,\n                \"hit\": 179,\n                \"hp\": 3,\n                \"hr\": 19,\n                \"hra\": \"0.340\",\n                \"hrab\": 0,\n                \"ib\": 2,\n                \"iso\": \"0.178\",\n                \"kk\": 82,\n                \"kkab\": 0,\n                \"lba\": \"0.23\",\n                \"lgopo\": \"0.37\",\n                \"nppa\": 3,\n                \"ops\": \"0.927\",\n                \"opsPlus\": \"156.964\",\n                \"pa\": 602,\n                \"paFlag\": \"1\",\n                \"pcode\": \"65357\",\n                \"playerName\": \"송성문\",\n                \"playerPrvwImg\": \"https://...\", // 선수 이미지\n                \"po\": 0,\n                \"rba\": \"0.516\",\n                \"rbi\": 104,\n                \"rgopo\": \"2.5\",\n                \"run\": 88,\n                \"sb\": 21,\n                \"sbTryCn\": 21,\n                \"sba\": \"1\",\n                \"sf\": 8,\n                \"sh\": 0,\n                \"slab\": 0,\n                \"slg\": \"0.518\",\n                \"spHra\": \"0.372\",\n                \"startCn\": 130,\n                \"subCn\": 12,\n                \"teamName\": \"키움\",\n                \"wrHit\": \"11\"\n            },\n            {\n                \"ab\": 524,\n                \"babip\": \"0.397674\",\n                \"bb\": 96,\n                \"bbhp\": 108,\n                \"bbkk\": \"1.03\",\n                \"bra\": \"0.447\",\n                \"cba\": \"0.258\",\n                \"cgopo\": \"0.32\",\n                \"cs\": 11,\n                \"fl\": 100,\n                \"gamenum\": 139,\n                \"gd\": 8,\n                \"gofo\": \"1.59\",\n                \"gr\": 159,\n                \"gyear\": \"2024\",\n                \n                // ...\n            }\n        ]\n    }\n}\n"}],"_postman_id":"6596249f-3ebd-4b0f-90f1-41c1b67d9a73"},{"name":"관중순위","id":"b9a26fa5-fe9d-46a0-b374-fbd22f21bb01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/rank/crowd?gyear=2024","urlObject":{"protocol":"http","path":["api","game","rank","crowd"],"host":["54","180","228","165"],"query":[{"key":"gyear","value":"2024"}],"variable":[]}},"response":[{"id":"08685fc0-a295-472b-8eb0-d9d81f0b1d0b","name":"관중순위","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/game/rank/crowd?gyear=2024","protocol":"http","host":["54","180","229","183"],"path":["api","game","rank","crowd"],"query":[{"key":"gyear","value":"2024"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:25:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"668"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"crowd\": 1397499,\n                \"game\": 73,\n                \"teamCode\": \"LG\",\n                \"teamName\": \"LG\"\n            },\n            {\n                \"crowd\": 1347022,\n                \"game\": 73,\n                \"teamCode\": \"SS\",\n                \"teamName\": \"삼성\"\n            },\n            {\n                \"crowd\": 1301768,\n                \"game\": 71,\n                \"teamCode\": \"OB\",\n                \"teamName\": \"두산\"\n            },\n            {\n                \"crowd\": 1259249,\n                \"game\": 73,\n                \"teamCode\": \"HT\",\n                \"teamName\": \"KIA\"\n            },\n            {\n                \"crowd\": 1232840,\n                \"game\": 71,\n                \"teamCode\": \"LT\",\n                \"teamName\": \"롯데\"\n            },\n            {\n                \"crowd\": 1143773,\n                \"game\": 71,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\"\n            },\n            {\n                \"crowd\": 843942,\n                \"game\": 71,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\"\n            },\n            {\n                \"crowd\": 808350,\n                \"game\": 73,\n                \"teamCode\": \"WO\",\n                \"teamName\": \"키움\"\n            },\n            {\n                \"crowd\": 804204,\n                \"game\": 71,\n                \"teamCode\": \"HH\",\n                \"teamName\": \"한화\"\n            },\n            {\n                \"crowd\": 749058,\n                \"game\": 73,\n                \"teamCode\": \"NC\",\n                \"teamName\": \"NC\"\n            }\n        ]\n    }\n}"}],"_postman_id":"b9a26fa5-fe9d-46a0-b374-fbd22f21bb01"},{"name":"관전포인트","id":"2deb2884-0aa2-46d9-a01d-dd9dda4b161e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/game/watchpoint?gameDate=20240922&gmkey=20240922SKKT0","urlObject":{"protocol":"http","path":["api","game","watchpoint"],"host":["54","180","228","165"],"query":[{"key":"gameDate","value":"20240922"},{"key":"gmkey","value":"20240922SKKT0"}],"variable":[]}},"response":[{"id":"0951c594-1ba7-4c86-b494-ad166266c15d","name":"관전포인트","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/game/watchpoint?gameDate=20240922&gmkey=20240922SKKT0","protocol":"http","host":["54","180","229","183"],"path":["api","game","watchpoint"],"query":[{"key":"gameDate","value":"20240922"},{"key":"gmkey","value":"20240922SKKT0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:25:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14045"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"gameScore\": {\n            \"bhomeName\": \"말\",\n            \"displayDate\": \"09.22 (일) 14:00\",\n            \"endFlag\": \"3\",\n            \"gameDate\": 20240922,\n            \"gmKey\": \"20240922SKKT0\",\n            \"gtime\": \"14:00\",\n            \"hOutcome\": \"패\",\n            \"home\": \"KT\",\n            \"homeKey\": \"KT\",\n            \"homeLogo\": \"http://54.180.229.183/api/static/KT.png\",\n            \"homeYn\": \"Y\",\n            \"hpcode\": \"52043\",\n            \"hpitcherName\": \"벤자민\",\n            \"hscore\": 2,\n            \"inning\": 9,\n            \"stadium\": \"수원\",\n            \"stadiumKey\": \"SW\",\n            \"tbSc\": \"B\",\n            \"vOutcome\": \"승\",\n            \"visit\": \"SSG\",\n            \"visitKey\": \"SK\",\n            \"visitLogo\": \"http://54.180.229.183/api/static/SK.png\",\n            \"vpcode\": \"77829\",\n            \"vpitcherName\": \"김광현\",\n            \"vscore\": 6\n        },\n        \"homeLineup\": [\n            {\n                \"backnum\": \"3\",\n                \"birth\": \"19900524\",\n                \"career\": \"미국 Wabash Valley(대)-KT\",\n                \"curBra\": \"0.421\",\n                \"curHra\": \"0.329\",\n                \"height\": \"189\",\n                \"hittype\": \"우투양타\",\n                \"money\": \"500000달러\",\n                \"pcode\": \"67025\",\n                \"playerName\": \"로하스\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67025_2024-03-06_135050.jpg\",\n                \"pos\": \"7\",\n                \"posidName\": \"LF\",\n                \"position\": \"외\",\n                \"promise\": \"100000달러\",\n                \"seq\": 1,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"weight\": \"102\"\n            },\n            {\n                \"backnum\": \"58\",\n                \"birth\": \"20040126\",\n                \"career\": \"도신초-강남중-장충고\",\n                \"curBra\": \"0.324\",\n                \"curHra\": \"0.226\",\n                \"height\": \"173\",\n                \"hittype\": \"좌투좌타\",\n                \"money\": \"4200만원\",\n                \"pcode\": \"53058\",\n                \"playerName\": \"정준영\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/53058_2024-03-06_135707.jpg\",\n                \"pos\": \"9\",\n                \"posidName\": \"RF\",\n                \"position\": \"외\",\n                \"promise\": \"12000만원\",\n                \"seq\": 2,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"weight\": \"73\"\n            },\n            {\n                \"backnum\": \"22\",\n                \"birth\": \"19900117\",\n                \"career\": \"감천초-경남중-경남고-롯데-경찰-롯데\",\n                \"curBra\": \"0.355\",\n                \"curHra\": \"0.268\",\n                \"height\": \"187\",\n                \"hittype\": \"우투우타\",\n                \"money\": \"50000만원\",\n                \"pcode\": \"78548\",\n                \"playerName\": \"장성우\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/78548_2024-03-06_130913.jpg\",\n                \"pos\": \"2\",\n                \"posidName\": \"C\",\n                \"position\": \"포\",\n                \"promise\": \"20000만원\",\n                \"seq\": 3,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"weight\": \"100\"\n            },\n            {\n                \"backnum\": \"24\",\n                \"birth\": \"19910406\",\n                \"career\": \"중대초-잠신중-배명고-고려대-KT-상무\",\n                \"curBra\": \"0.351\",\n                \"curHra\": \"0.256\",\n                \"height\": \"184\",\n                \"hittype\": \"우투우타\",\n                \"money\": \"11000만원\",\n                \"pcode\": \"64007\",\n                \"playerName\": \"문상철\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64007_2024-03-06_135143.jpg\",\n                \"pos\": \"3\",\n                \"posidName\": \"1B\",\n                \"position\": \"외\",\n                \"promise\": \"13000만원\",\n                \"seq\": 4,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"weight\": \"85\"\n            },\n            {\n                \"backnum\": \"10\",\n                \"birth\": \"19870728\",\n                \"career\": \"사당초-서울이수중-경기고-현대-히어로즈-롯데-샌프란시스코\",\n                \"curBra\": \"0.309\",\n                \"curHra\": \"0.260\",\n                \"height\": \"183\",\n                \"hittype\": \"우투우타\",\n                \"money\": \"100000만원\",\n                \"pcode\": \"76313\",\n                \"playerName\": \"황재균\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/76313_2024-03-06_133910.jpg\",\n                \"pos\": \"5\",\n                \"posidName\": \"3B\",\n                \"position\": \"내\",\n                \"promise\": \"6000만원\",\n                \"seq\": 5,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"weight\": \"96\"\n            },\n            {\n                \"backnum\": \"36\",\n                \"birth\": \"19861029\",\n                \"career\": \"인창초(구리리틀)-구리인창중-야탑고-현대-상무-히어로즈-두산-삼성\",\n                \"curBra\": \"0.321\",\n                \"curHra\": \"0.243\",\n                \"height\": \"187\",\n                \"hittype\": \"좌투좌타\",\n                \"money\": \"50000만원\",\n                \"pcode\": \"75334\",\n                \"playerName\": \"오재일\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/75334_2024-06-05_155321.jpg\",\n                \"pos\": \"D\",\n                \"posidName\": \"D\",\n                \"position\": \"내\",\n                \"promise\": \"8000만원\",\n                \"seq\": 6,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"weight\": \"95\"\n            },\n            {\n                \"backnum\": \"27\",\n                \"birth\": \"19950612\",\n                \"career\": \"도신초-성남중-성남고-(디지털문예대)-LG-KT-경찰\",\n                \"curBra\": \"0.355\",\n                \"curHra\": \"0.275\",\n                \"height\": \"185\",\n                \"hittype\": \"우투우타\",\n                \"money\": \"32000만원\",\n                \"pcode\": \"64166\",\n                \"playerName\": \"배정대\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64166_2024-03-06_135300.jpg\",\n                \"pos\": \"8\",\n                \"posidName\": \"CF\",\n                \"position\": \"외\",\n                \"promise\": \"15000만원\",\n                \"seq\": 7,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"weight\": \"80\"\n            },\n            {\n                \"backnum\": \"4\",\n                \"birth\": \"19920224\",\n                \"career\": \"화중초-자양중-경기고-연세대-롯데-상무-롯데\",\n                \"curBra\": \"0.369\",\n                \"curHra\": \"0.293\",\n                \"height\": \"180\",\n                \"hittype\": \"우투우타\",\n                \"money\": \"14000만원\",\n                \"pcode\": \"64504\",\n                \"playerName\": \"오윤석\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64504_2024-03-06_133239.jpg\",\n                \"pos\": \"4\",\n                \"posidName\": \"2B\",\n                \"position\": \"내\",\n                \"seq\": 8,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"weight\": \"87\"\n            },\n            {\n                \"backnum\": \"2\",\n                \"birth\": \"19950428\",\n                \"career\": \"송정동초-언북중-경기고-(영남사이버대)-KT-상무\",\n                \"curBra\": \"0.337\",\n                \"curHra\": \"0.266\",\n                \"height\": \"183\",\n                \"hittype\": \"우투우타\",\n                \"money\": \"29000만원\",\n                \"pcode\": \"64006\",\n                \"playerName\": \"심우준\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64006_2024-07-23_111000.jpg\",\n                \"pos\": \"6\",\n                \"posidName\": \"SS\",\n                \"position\": \"내\",\n                \"promise\": \"13000만원\",\n                \"seq\": 9,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"weight\": \"74\"\n            },\n            {\n                \"backnum\": \"41\",\n                \"birth\": \"20010123\",\n                \"career\": \"염창초(강서구리틀)-덕수중-성남고-KT-상무\",\n                \"curBra\": \"0.000\",\n                \"curHra\": \"0.000\",\n                \"height\": \"183\",\n                \"hittype\": \"우투우타\",\n                \"money\": \"12000만원\",\n                \"pcode\": \"69041\",\n                \"playerName\": \"손동현\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69041_2024-03-06_122209.jpg\",\n                \"pos\": \"1\",\n                \"posidName\": \"P\",\n                \"position\": \"투\",\n                \"promise\": \"9000만원\",\n                \"seq\": 999,\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\",\n                \"weight\": \"88\"\n            }\n        ],\n        \"homePitcher\": {\n            \"babip\": \"0\",\n            \"bb\": 48,\n            \"bf\": 2507,\n            \"bk\": 0,\n            \"bs\": 0,\n            \"er\": 77,\n            \"era\": \"4.63\",\n            \"err\": 3,\n            \"fip\": \"0\",\n            \"fo\": 141,\n            \"gamenum\": 28,\n            \"go\": 143,\n            \"gyear\": \"2024\",\n            \"havg\": \"0.049\",\n            \"hit\": 141,\n            \"hold\": 0,\n            \"hp\": 4,\n            \"hr\": 28,\n            \"ib\": 2,\n            \"inn2\": 449,\n            \"innDisplay\": \"149 2/3\",\n            \"kbb\": \"3.250\",\n            \"kk\": 156,\n            \"l\": 8,\n            \"oavg\": \"0.244\",\n            \"pcode\": \"52043\",\n            \"playerName\": \"벤자민\",\n            \"qs\": 10,\n            \"qsPlus\": 5,\n            \"r\": 90,\n            \"ravg\": \"0.000\",\n            \"sf\": 4,\n            \"sh\": 6,\n            \"sho\": 0,\n            \"start\": 28,\n            \"sv\": 0,\n            \"svo\": 0,\n            \"tugucount\": 2507,\n            \"turfSave\": 0,\n            \"w\": 11,\n            \"wCg\": 0,\n            \"war\": \"0\",\n            \"whip\": \"1.26\",\n            \"winShares\": \"0\",\n            \"wl\": \"11-8\",\n            \"wp\": 4,\n            \"wra\": \"0.579\"\n        },\n        \"homeTeamRank\": {\n            \"ab\": 5072,\n            \"bra\": \"0.355\",\n            \"continue1\": \"3승\",\n            \"drawn\": 2,\n            \"er\": 729,\n            \"era\": \"5.11\",\n            \"game\": 144,\n            \"gameFlag\": 0,\n            \"gb\": \"15.0\",\n            \"gyear\": \"2024\",\n            \"hr\": 145,\n            \"hra\": \"0.279\",\n            \"lastrank\": 2,\n            \"lose\": 70,\n            \"lra\": \"0.417\",\n            \"r\": 804,\n            \"rank\": 5,\n            \"run\": 767,\n            \"sb\": 61,\n            \"teamCode\": \"KT\",\n            \"teamName\": \"KT\",\n            \"teamNameEng\": \"KT\",\n            \"win\": 72,\n            \"wra\": \"0.507\"\n        },\n        \"homeTeamWinLose\": {\n            \"drawn\": 0,\n            \"lose\": 8,\n            \"teamCode\": \"KT\",\n            \"teamName\": \"KT\",\n            \"vsTeamCode\": \"SK\",\n            \"win\": 8\n        },\n        \"schedule\": {\n            \"current\": {\n                \"broadcast\": \"KBS N SPORTS,MBC SPORTS+\",\n                \"cancelFlag\": \"0\",\n                \"crowdCn\": 15049,\n                \"endFlag\": \"1\",\n                \"game\": \"current\",\n                \"gameDate\": 20240922,\n                \"gday\": 22,\n                \"gmkey\": \"20240922SKKT0\",\n                \"gmonth\": 9,\n                \"gtime\": \"14:00\",\n                \"gyear\": \"2024\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"hscore\": 2,\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"visit\": \"SSG\",\n                \"visitKey\": \"SK\",\n                \"vscore\": 6\n            },\n            \"next\": {\n                \"broadcast\": \"MBC SPORTS+\",\n                \"cancelFlag\": \"0\",\n                \"crowdCn\": 13304,\n                \"endFlag\": \"1\",\n                \"game\": \"next\",\n                \"gameDate\": 20240924,\n                \"gday\": 24,\n                \"gmkey\": \"20240924LTKT0\",\n                \"gmonth\": 9,\n                \"gtime\": \"18:30\",\n                \"gyear\": \"2024\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"hscore\": 5,\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"visit\": \"롯데\",\n                \"visitKey\": \"LT\",\n                \"vscore\": 1\n            },\n            \"prev\": {\n                \"broadcast\": \"SPOTV\",\n                \"cancelFlag\": \"0\",\n                \"crowdCn\": 15805,\n                \"endFlag\": \"1\",\n                \"game\": \"prev\",\n                \"gameDate\": 20240921,\n                \"gday\": 21,\n                \"gmkey\": \"20240921SKKT0\",\n                \"gmonth\": 9,\n                \"gtime\": \"17:00\",\n                \"gyear\": \"2024\",\n                \"home\": \"KT\",\n                \"homeKey\": \"KT\",\n                \"hscore\": 1,\n                \"stadium\": \"수원\",\n                \"stadiumKey\": \"SW\",\n                \"visit\": \"SSG\",\n                \"visitKey\": \"SK\",\n                \"vscore\": 4\n            }\n        },\n        \"visitLineup\": [\n            {\n                \"backnum\": \"93\",\n                \"birth\": \"20050712\",\n                \"career\": \"군산남초-군산중-세광고\",\n                \"curBra\": \"0.317\",\n                \"curHra\": \"0.276\",\n                \"height\": \"183\",\n                \"hittype\": \"우투우타\",\n                \"money\": \"3000만원\",\n                \"pcode\": \"54805\",\n                \"playerName\": \"박지환\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/otherImg/54805_2024-07-24_152404.jpg\",\n                \"pos\": \"D\",\n                \"posidName\": \"D\",\n                \"position\": \"내\",\n                \"promise\": \"20000만원\",\n                \"seq\": 1,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"weight\": \"75\"\n            },\n            {\n                \"backnum\": \"6\",\n                \"birth\": \"19870309\",\n                \"career\": \"송정동초-충장중-광주제일고-SK-상무-SK\",\n                \"curBra\": \"0.321\",\n                \"curHra\": \"0.227\",\n                \"height\": \"172\",\n                \"hittype\": \"우투우타\",\n                \"money\": \"20000만원\",\n                \"pcode\": \"76802\",\n                \"playerName\": \"김성현\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/otherImg/76802_2022-02-25_161621.jpg\",\n                \"pos\": \"4\",\n                \"posidName\": \"2B\",\n                \"position\": \"내\",\n                \"promise\": \"7000만원\",\n                \"seq\": 2,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"weight\": \"72\"\n            },\n            {\n                \"backnum\": \"14\",\n                \"birth\": \"19870228\",\n                \"career\": \"대일초-평촌중-유신고-SK\",\n                \"curBra\": \"0.384\",\n                \"curHra\": \"0.291\",\n                \"height\": \"180\",\n                \"hittype\": \"우투우타\",\n                \"money\": \"100000만원\",\n                \"pcode\": \"75847\",\n                \"playerName\": \"최정\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/otherImg/75847_2022-02-25_162922.jpg\",\n                \"pos\": \"5\",\n                \"posidName\": \"3B\",\n                \"position\": \"내\",\n                \"promise\": \"30000만원\",\n                \"seq\": 3,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"weight\": \"90\"\n            },\n            {\n                \"backnum\": \"27\",\n                \"birth\": \"19910131\",\n                \"career\": \"쿠바 Eide Luis Agusto Tursios Lima\",\n                \"curBra\": \"0.399\",\n                \"curHra\": \"0.360\",\n                \"height\": \"178\",\n                \"hittype\": \"좌투우타\",\n                \"money\": \"1150000달러\",\n                \"pcode\": \"53827\",\n                \"playerName\": \"에레디아\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/otherImg/53827_2023-05-24_135831.jpg\",\n                \"pos\": \"7\",\n                \"posidName\": \"LF\",\n                \"position\": \"외\",\n                \"promise\": \"\",\n                \"seq\": 4,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"weight\": \"88\"\n            },\n            {\n                \"backnum\": \"23\",\n                \"birth\": \"19990820\",\n                \"career\": \"석교초-청주중-북일고\",\n                \"curBra\": \"0.231\",\n                \"curHra\": \"0.167\",\n                \"height\": \"178\",\n                \"hittype\": \"좌투좌타\",\n                \"money\": \"3200만원\",\n                \"pcode\": \"68805\",\n                \"playerName\": \"최상민\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/otherImg/68805_2022-02-25_162914.jpg\",\n                \"pos\": \"9\",\n                \"posidName\": \"RF\",\n                \"position\": \"외\",\n                \"seq\": 5,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"weight\": \"75\"\n            },\n            {\n                \"backnum\": \"2\",\n                \"birth\": \"19980330\",\n                \"career\": \"순천북초-여수중-효천고-SK-상무-SK\",\n                \"curBra\": \"0.380\",\n                \"curHra\": \"0.301\",\n                \"height\": \"180\",\n                \"hittype\": \"우투좌타\",\n                \"money\": \"30000만원\",\n                \"pcode\": \"67893\",\n                \"playerName\": \"박성한\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/otherImg/67893_2022-02-25_162217.jpg\",\n                \"pos\": \"6\",\n                \"posidName\": \"SS\",\n                \"position\": \"내\",\n                \"promise\": \"9000만원\",\n                \"seq\": 6,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"weight\": \"77\"\n            },\n            {\n                \"backnum\": \"54\",\n                \"birth\": \"19970723\",\n                \"career\": \"광주수창초-무등중-광주제일고-동국대-SK\",\n                \"curBra\": \"0.345\",\n                \"curHra\": \"0.275\",\n                \"height\": \"178\",\n                \"hittype\": \"우투좌타\",\n                \"money\": \"25000만원\",\n                \"pcode\": \"50854\",\n                \"playerName\": \"최지훈\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/otherImg/50854_2022-02-25_162938.jpg\",\n                \"pos\": \"8\",\n                \"posidName\": \"CF\",\n                \"position\": \"외\",\n                \"promise\": \"8000만원\",\n                \"seq\": 7,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"weight\": \"82\"\n            },\n            {\n                \"backnum\": \"37\",\n                \"birth\": \"19911118\",\n                \"career\": \"쌍문초-신월중-청원고-롯데-경찰-롯데-KT-SK\",\n                \"curBra\": \"0.355\",\n                \"curHra\": \"0.275\",\n                \"height\": \"186\",\n                \"hittype\": \"우투우타\",\n                \"money\": \"25000만원\",\n                \"pcode\": \"60558\",\n                \"playerName\": \"오태곤\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/otherImg/60558_2022-02-25_162422.jpg\",\n                \"pos\": \"3\",\n                \"posidName\": \"1B\",\n                \"position\": \"외\",\n                \"promise\": \"9000만원\",\n                \"seq\": 8,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"weight\": \"88\"\n            },\n            {\n                \"backnum\": \"59\",\n                \"birth\": \"19860227\",\n                \"career\": \"서화초-인천신흥중-제물포고-경성대-삼성-상무-삼성-키움\",\n                \"curBra\": \"0.320\",\n                \"curHra\": \"0.279\",\n                \"height\": \"177\",\n                \"hittype\": \"우투우타\",\n                \"money\": \"20000만원\",\n                \"pcode\": \"79456\",\n                \"playerName\": \"이지영\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/otherImg/79456_2024-07-24_152949.jpg\",\n                \"pos\": \"2\",\n                \"posidName\": \"C\",\n                \"position\": \"포\",\n                \"seq\": 9,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"weight\": \"88\"\n            },\n            {\n                \"backnum\": \"19\",\n                \"birth\": \"20020508\",\n                \"career\": \"온양온천초-온양중-세광고-SK-SSG-상무\",\n                \"curBra\": \"0.000\",\n                \"curHra\": \"0.000\",\n                \"height\": \"182\",\n                \"hittype\": \"우투우타\",\n                \"money\": \"3000만원\",\n                \"pcode\": \"51897\",\n                \"playerName\": \"조병현\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/otherImg/51897_2022-02-25_162726.jpg\",\n                \"pos\": \"1\",\n                \"posidName\": \"P\",\n                \"position\": \"투\",\n                \"promise\": \"7000만원\",\n                \"seq\": 999,\n                \"teamCode\": \"SK\",\n                \"teamName\": \"SSG\",\n                \"weight\": \"90\"\n            }\n        ],\n        \"visitPitcher\": {\n            \"babip\": \"0\",\n            \"bb\": 73,\n            \"bf\": 2757,\n            \"bk\": 0,\n            \"bs\": 0,\n            \"er\": 89,\n            \"era\": \"4.93\",\n            \"err\": 1,\n            \"fip\": \"0\",\n            \"fo\": 152,\n            \"gamenum\": 31,\n            \"go\": 157,\n            \"gyear\": \"2024\",\n            \"havg\": \"0.039\",\n            \"hit\": 162,\n            \"hold\": 0,\n            \"hp\": 6,\n            \"hr\": 24,\n            \"ib\": 1,\n            \"inn2\": 487,\n            \"innDisplay\": \"162 1/3\",\n            \"kbb\": \"2.110\",\n            \"kk\": 154,\n            \"l\": 10,\n            \"oavg\": \"0.260\",\n            \"pcode\": \"77829\",\n            \"playerName\": \"김광현\",\n            \"qs\": 13,\n            \"qsPlus\": 1,\n            \"r\": 95,\n            \"ravg\": \"0.000\",\n            \"sf\": 3,\n            \"sh\": 5,\n            \"sho\": 0,\n            \"start\": 31,\n            \"sv\": 0,\n            \"svo\": 0,\n            \"tugucount\": 2757,\n            \"turfSave\": 0,\n            \"w\": 12,\n            \"wCg\": 0,\n            \"war\": \"0\",\n            \"whip\": \"1.45\",\n            \"winShares\": \"0\",\n            \"wl\": \"12-10\",\n            \"wp\": 8,\n            \"wra\": \"0.545\"\n        },\n        \"visitTeamRank\": {\n            \"ab\": 5001,\n            \"bra\": \"0.342\",\n            \"continue1\": \"4승\",\n            \"drawn\": 2,\n            \"er\": 740,\n            \"era\": \"5.25\",\n            \"game\": 144,\n            \"gameFlag\": 0,\n            \"gb\": \"15.0\",\n            \"gyear\": \"2024\",\n            \"hr\": 152,\n            \"hra\": \"0.273\",\n            \"lastrank\": 3,\n            \"lose\": 70,\n            \"lra\": \"0.42\",\n            \"r\": 814,\n            \"rank\": 6,\n            \"run\": 756,\n            \"sb\": 149,\n            \"teamCode\": \"SK\",\n            \"teamName\": \"SSG\",\n            \"teamNameEng\": \"SSG\",\n            \"win\": 72,\n            \"wra\": \"0.507\"\n        },\n        \"visitTeamWinLose\": {\n            \"drawn\": 0,\n            \"lose\": 8,\n            \"teamCode\": \"SK\",\n            \"teamName\": \"SSG\",\n            \"vsTeamCode\": \"KT\",\n            \"win\": 8\n        }\n    }\n}"}],"_postman_id":"2deb2884-0aa2-46d9-a01d-dd9dda4b161e"}],"id":"4c1595a0-69b6-49e5-ab95-dfbcb003fb48","_postman_id":"4c1595a0-69b6-49e5-ab95-dfbcb003fb48","description":""},{"name":"Player","item":[{"name":"코치스텝리스트","id":"8b3ec30b-203f-4362-8ff2-0b93b48206ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/player/coachlist","urlObject":{"protocol":"http","path":["api","player","coachlist"],"host":["54","180","228","165"],"query":[],"variable":[]}},"response":[{"id":"79314c5b-a1e1-4962-b4d4-56426044a361","name":"코치스텝리스트","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/player/coachlist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:26:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"18257"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"backnum\": \"71\",\n                \"birth\": \"1966.05.24\",\n                \"career\": \"광주서림초-무등중-광주제일고-동국대-해태-삼성-해태-KIA\",\n                \"gyear\": \"2024\",\n                \"height\": \"180 cm\",\n                \"heightWeight\": \"180 cm,78 kg\",\n                \"hittype\": \"우언우타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/89620_2024-03-06_104359.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/89620_2024-03-06_104534.jpg\",\n                \"orderSeq\": \"1\",\n                \"pcode\": \"89620\",\n                \"playerName\": \"이강철\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/89620_2024-03-06_104036.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/89620_2024-03-06_104311.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/89620_2024-03-06_104336.jpg\",\n                \"position\": \"감독\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"78 kg\"\n            },\n            {\n                \"backnum\": \"77\",\n                \"birth\": \"1969.10.22\",\n                \"career\": \"대구초-대구중-대구상고-계명대-삼성-SK\",\n                \"gyear\": \"2024\",\n                \"height\": \"181 cm\",\n                \"heightWeight\": \"181 cm,87 kg\",\n                \"hittype\": \"좌투좌타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/92401_2024-03-06_104746.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/92401_2024-03-06_104817.jpg\",\n                \"orderSeq\": \"2\",\n                \"pcode\": \"92401\",\n                \"playerName\": \"김태한\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/92401_2024-03-06_104608.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/92401_2024-03-06_104638.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/92401_2024-03-06_104653.jpg\",\n                \"position\": \"퓨처스 감독\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"87 kg\"\n            },\n            {\n                \"backnum\": \"70\",\n                \"birth\": \"1971.08.19\",\n                \"career\": \"부산수영초-부산동성중-부산고-중앙대-삼성-롯데-SK\",\n                \"gyear\": \"2024\",\n                \"height\": \"176 cm\",\n                \"heightWeight\": \"176 cm,82 kg\",\n                \"hittype\": \"우투우타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/94415_2024-03-06_104939.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/94415_2024-03-06_104952.jpg\",\n                \"orderSeq\": \"3\",\n                \"pcode\": \"94415\",\n                \"playerName\": \"김태균\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/94415_2024-03-06_104853.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/94415_2024-03-06_104853.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/94415_2024-03-06_104922.jpg\",\n                \"position\": \"수석 코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"82 kg\"\n            },\n            {\n                \"backnum\": \"82\",\n                \"birth\": \"1982.04.05\",\n                \"career\": \"유안초-광주동성중-광주동성고-SK\",\n                \"gyear\": \"2024\",\n                \"height\": \"190 cm\",\n                \"heightWeight\": \"190 cm,91 kg\",\n                \"hittype\": \"우투우타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/72801_2024-03-06_105323.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/72801_2024-03-06_105336.jpg\",\n                \"orderSeq\": \"4\",\n                \"pcode\": \"72801\",\n                \"playerName\": \"제춘모\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/72801_2024-03-06_105230.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/72801_2024-03-06_105245.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/72801_2024-03-06_105300.jpg\",\n                \"position\": \"투수 코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"91 kg\"\n            },\n            {\n                \"backnum\": \"75\",\n                \"birth\": \"1971.05.19\",\n                \"career\": \"서울학동초-선린중-선린상고-건국대-쌍방울-SK-LG-SK\",\n                \"gyear\": \"2024\",\n                \"height\": \"172 cm\",\n                \"heightWeight\": \"172 cm,72 kg\",\n                \"hittype\": \"우투우타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/94843_2024-03-06_105515.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/94843_2024-03-06_105534.jpg\",\n                \"orderSeq\": \"5\",\n                \"pcode\": \"94843\",\n                \"playerName\": \"장재중\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/94843_2024-03-06_105426.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/94843_2024-03-06_105440.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/94843_2024-03-06_105456.jpg\",\n                \"position\": \"배터리 코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"72 kg\"\n            },\n            {\n                \"backnum\": \"81\",\n                \"birth\": \"1981.07.01\",\n                \"career\": \"부천신흥초-부천중-유신고-동국대-현대-히어로즈-상무-히어로즈-KT\",\n                \"gyear\": \"2024\",\n                \"height\": \"186 cm\",\n                \"heightWeight\": \"186 cm,97 kg\",\n                \"hittype\": \"우투우타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/74339_2024-03-06_105839.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/74339_2024-03-06_105852.jpg\",\n                \"orderSeq\": \"6\",\n                \"pcode\": \"74339\",\n                \"playerName\": \"유한준\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/74339_2024-03-06_105751.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/74339_2024-03-06_105804.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/74339_2024-03-06_105823.jpg\",\n                \"position\": \"타격코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"97 kg\"\n            },\n            {\n                \"backnum\": \"78\",\n                \"birth\": \"1967.05.03\",\n                \"career\": \"성호초-마산중-마산고-경성대-쌍방울-SK-해태-두산\",\n                \"gyear\": \"2024\",\n                \"height\": \"175 cm\",\n                \"heightWeight\": \"175 cm,80 kg\",\n                \"hittype\": \"우투우타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/90025_2024-03-06_110113.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/90025_2024-03-06_110131.jpg\",\n                \"orderSeq\": \"7\",\n                \"pcode\": \"90025\",\n                \"playerName\": \"김호\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/90025_2024-03-06_105947.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/90025_2024-03-06_110049.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/90025_2024-03-06_110101.jpg\",\n                \"position\": \"수비코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"80 kg\"\n            },\n            {\n                \"backnum\": \"84\",\n                \"birth\": \"1974.03.04\",\n                \"career\": \"대동초-충남중-대전고-단국대-현대-LG-롯데\",\n                \"gyear\": \"2024\",\n                \"height\": \"170 cm\",\n                \"heightWeight\": \"170 cm,73 kg\",\n                \"hittype\": \"우투우타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/97351_2024-03-06_110254.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/97351_2024-03-06_110308.jpg\",\n                \"orderSeq\": \"8\",\n                \"pcode\": \"97351\",\n                \"playerName\": \"최만호\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/97351_2024-03-06_110219.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/97351_2024-03-06_110231.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/97351_2024-03-06_110242.jpg\",\n                \"position\": \"주루/작전 코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"73 kg\"\n            },\n            {\n                \"backnum\": \"87\",\n                \"birth\": \"1984.10.14\",\n                \"career\": \"동일중앙초-부산중-부산고-두산-KIA-SK\",\n                \"gyear\": \"2024\",\n                \"height\": \"181 cm\",\n                \"heightWeight\": \"181 cm,77 kg\",\n                \"hittype\": \"좌투좌타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/73228_2024-03-06_110423.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/73228_2024-03-06_110434.jpg\",\n                \"orderSeq\": \"9\",\n                \"pcode\": \"73228\",\n                \"playerName\": \"전병두\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/73228_2024-03-06_110346.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/73228_2024-03-06_110355.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/73228_2024-03-06_110406.jpg\",\n                \"position\": \"불펜 코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"77 kg\"\n            },\n            {\n                \"backnum\": \"72\",\n                \"birth\": \"1988.10.16\",\n                \"career\": \"광주화정초-무등중-광주제일고-한화-상무-두산\",\n                \"gyear\": \"2024\",\n                \"height\": \"188 cm\",\n                \"heightWeight\": \"188 cm,92 kg\",\n                \"hittype\": \"좌투좌타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/77733_2024-03-06_110536.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/77733_2024-03-06_110550.jpg\",\n                \"orderSeq\": \"10\",\n                \"pcode\": \"77733\",\n                \"playerName\": \"김강\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/77733_2024-03-06_110456.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/77733_2024-03-06_110511.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/77733_2024-03-06_110523.jpg\",\n                \"position\": \"타격보조 코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"92 kg\"\n            },\n            {\n                \"backnum\": \"76\",\n                \"birth\": \"1981.06.04\",\n                \"career\": \"대구수창초-성광중-대구상고-롯데-KT\",\n                \"gyear\": \"2024\",\n                \"height\": \"179 cm\",\n                \"heightWeight\": \"179 cm,77 kg\",\n                \"hittype\": \"우투우타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/70553_2024-03-06_110656.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/70553_2024-03-06_110714.jpg\",\n                \"orderSeq\": \"11\",\n                \"pcode\": \"70553\",\n                \"playerName\": \"박기혁\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/70553_2024-03-06_110608.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/70553_2024-03-06_110625.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/70553_2024-03-06_110646.jpg\",\n                \"position\": \"주루/외야 코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"77 kg\"\n            },\n            {\n                \"backnum\": \"74\",\n                \"birth\": \"1986.11.18\",\n                \"career\": \"온양온천초-온양중-북일고-LG-경찰-LG-NC-KT\",\n                \"gyear\": \"2024\",\n                \"height\": \"180 cm\",\n                \"heightWeight\": \"180 cm,85 kg\",\n                \"hittype\": \"좌투좌타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/75149_2024-03-06_111126.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/75149_2024-03-06_111142.jpg\",\n                \"orderSeq\": \"12\",\n                \"pcode\": \"75149\",\n                \"playerName\": \"홍성용\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/75149_2024-03-06_111035.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/75149_2024-03-06_141746.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/75149_2024-03-06_111111.jpg\",\n                \"position\": \"퓨처스 투수 코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"85 kg\"\n            },\n            {\n                \"backnum\": \"79\",\n                \"birth\": \"1988.06.17\",\n                \"career\": \"백운초-신일중-신일고-한화-KT\",\n                \"gyear\": \"2024\",\n                \"height\": \"176 cm\",\n                \"heightWeight\": \"176 cm,80 kg\",\n                \"hittype\": \"우투우타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/77654_2024-03-06_111244.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/77654_2024-03-06_111255.jpg\",\n                \"orderSeq\": \"13\",\n                \"pcode\": \"77654\",\n                \"playerName\": \"이준수\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/77654_2024-03-06_111204.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/77654_2024-03-06_111214.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/77654_2024-03-06_111229.jpg\",\n                \"position\": \"퓨쳐스 배터리 코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"80 kg\"\n            },\n            {\n                \"backnum\": \"90\",\n                \"birth\": \"1982.12.20\",\n                \"career\": \"석천초-상인천중-동산고-SK-현대-히어로즈-KT\",\n                \"gyear\": \"2024\",\n                \"height\": \"183 cm\",\n                \"heightWeight\": \"183 cm,98 kg\",\n                \"hittype\": \"좌투좌타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/71835_2024-03-06_111354.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/71835_2024-03-06_111404.jpg\",\n                \"orderSeq\": \"14\",\n                \"pcode\": \"71835\",\n                \"playerName\": \"조중근\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/71835_2024-03-06_111310.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/71835_2024-03-06_111322.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/71835_2024-03-06_111339.jpg\",\n                \"position\": \"퓨처스 타격코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"98 kg\"\n            },\n            {\n                \"backnum\": \"80\",\n                \"birth\": \"1977.10.23\",\n                \"career\": \"효제초-청원중-동대문상고-동국대-삼성-SK\",\n                \"gyear\": \"2024\",\n                \"height\": \"180 cm\",\n                \"heightWeight\": \"180 cm,88 kg\",\n                \"hittype\": \"우투우타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/70408_2024-03-06_111958.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/70408_2024-03-06_112017.jpg\",\n                \"orderSeq\": \"15\",\n                \"pcode\": \"70408\",\n                \"playerName\": \"박정환\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/70408_2024-03-06_111427.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/70408_2024-03-06_111519.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/70408_2024-03-06_111841.jpg\",\n                \"position\": \"퓨처스 수비 코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"88 kg\"\n            },\n            {\n                \"backnum\": \"86\",\n                \"birth\": \"1984.12.23\",\n                \"career\": \"군산초-군산남중-군산상고-성균관대-KIA-SK-KT\",\n                \"gyear\": \"2024\",\n                \"height\": \"180 cm\",\n                \"heightWeight\": \"180 cm,80 kg\",\n                \"hittype\": \"우투우타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/77609_2024-03-06_112139.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/77609_2024-03-06_112148.jpg\",\n                \"orderSeq\": \"16\",\n                \"pcode\": \"77609\",\n                \"playerName\": \"김연훈\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/77609_2024-03-06_112102.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/77609_2024-03-06_112114.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/77609_2024-03-06_112124.jpg\",\n                \"position\": \"퓨처스 작전/주루 코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"80 kg\"\n            },\n            {\n                \"backnum\": \"91\",\n                \"birth\": \"1986.05.19\",\n                \"career\": \"수원신곡초-수원북중-야탑고-경희대-LG-상무-LG-KT\",\n                \"gyear\": \"2024\",\n                \"height\": \"181 cm\",\n                \"heightWeight\": \"181 cm,80 kg\",\n                \"hittype\": \"우투양타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/79191_2024-03-06_112309.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/79191_2024-03-06_112324.jpg\",\n                \"orderSeq\": \"17\",\n                \"pcode\": \"79191\",\n                \"playerName\": \"배우열\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/79191_2024-03-06_112208.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/79191_2024-03-06_112218.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/79191_2024-03-06_112233.jpg\",\n                \"position\": \"육성/재활군 투수 코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"80 kg\"\n            },\n            {\n                \"backnum\": \"85\",\n                \"birth\": \"1984.07.13\",\n                \"career\": \"순천북초-순천이수중-효천고-LG-두산-히어로즈-한화\",\n                \"gyear\": \"2024\",\n                \"height\": \"185 cm\",\n                \"heightWeight\": \"185 cm,102 kg\",\n                \"hittype\": \"우투좌타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/73136_2024-03-06_112412.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/73136_2024-03-06_112423.jpg\",\n                \"orderSeq\": \"18\",\n                \"pcode\": \"73136\",\n                \"playerName\": \"이성열\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/73136_2024-03-06_112342.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/73136_2024-03-06_112351.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/73136_2024-03-06_112402.jpg\",\n                \"position\": \"육성/재활군 타격 코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"102 kg\"\n            },\n            {\n                \"backnum\": \"89\",\n                \"birth\": \"1988.05.09\",\n                \"career\": \"고명초-덕수중-경기고-(영남사이버대)-LG-경찰-LG-한화\",\n                \"gyear\": \"2024\",\n                \"height\": \"179 cm\",\n                \"heightWeight\": \"179 cm,79 kg\",\n                \"hittype\": \"우투우타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/60100_2024-03-06_112528.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/60100_2024-03-06_112539.jpg\",\n                \"orderSeq\": \"19\",\n                \"pcode\": \"60100\",\n                \"playerName\": \"백진우\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/60100_2024-03-06_112447.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/60100_2024-03-06_112500.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/60100_2024-03-06_112512.jpg\",\n                \"position\": \"육성/재활군 수비 코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"79 kg\"\n            },\n            {\n                \"backnum\": \"88\",\n                \"birth\": \"1986.03.14\",\n                \"career\": \"송정동초-무등중-광주제일고-KIA\",\n                \"gyear\": \"2024\",\n                \"height\": \"186 cm\",\n                \"heightWeight\": \"186 cm,97 kg\",\n                \"hittype\": \"우투우타\",\n                \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/75668_2024-03-06_112640.jpg\",\n                \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/75668_2024-03-06_112658.jpg\",\n                \"orderSeq\": \"20\",\n                \"pcode\": \"75668\",\n                \"playerName\": \"곽정철\",\n                \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/75668_2024-03-06_112557.jpg\",\n                \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/75668_2024-03-06_112611.jpg\",\n                \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/75668_2024-03-06_112623.jpg\",\n                \"position\": \"재활군 코치\",\n                \"teamCode\": \"KT0\",\n                \"teamName\": \"KT0\",\n                \"weight\": \"97 kg\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8b3ec30b-203f-4362-8ff2-0b93b48206ea"},{"name":"코치스텝상세보기","id":"39373a1d-700f-473f-bc8d-fa453731717d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/player/coachdetail?pcode=89620","urlObject":{"protocol":"http","path":["api","player","coachdetail"],"host":["54","180","228","165"],"query":[{"key":"pcode","value":"89620"}],"variable":[]}},"response":[{"id":"a9b7c2b6-15c0-4b57-baa9-8a59c81893b2","name":"코치스텝상세보기","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/player/coachdetail?pcode=89620","protocol":"http","host":["54","180","229","183"],"path":["api","player","coachdetail"],"query":[{"key":"pcode","value":"89620"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:26:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"991"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"coachstep\": {\n            \"backnum\": \"71\",\n            \"birth\": \"1966.05.24\",\n            \"career\": \"광주서림초-무등중-광주제일고-동국대-해태-삼성-해태-KIA\",\n            \"career2\": \"정보없음\",\n            \"engName\": \"LEE KANG CHEOL\",\n            \"gyear\": \"2024\",\n            \"height\": \"180 cm\",\n            \"heightWeight\": \"180 cm,78 kg\",\n            \"hittype\": \"우언우타\",\n            \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/89620_2024-03-06_104359.jpg\",\n            \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/89620_2024-03-06_104534.jpg\",\n            \"pcode\": \"89620\",\n            \"playerName\": \"이강철\",\n            \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/89620_2024-03-06_104036.jpg\",\n            \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/89620_2024-03-06_104311.jpg\",\n            \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/89620_2024-03-06_104336.jpg\",\n            \"position\": \"감독\",\n            \"teamCode\": \"KT0\",\n            \"teamName\": \"KT0\",\n            \"weight\": \"78 kg\"\n        }\n    }\n}"}],"_postman_id":"39373a1d-700f-473f-bc8d-fa453731717d"},{"name":"투수리스트","id":"f20cf2f8-3c85-4ee3-9bd8-39fd6f3fe713","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/player/pitcherlist","urlObject":{"protocol":"http","path":["api","player","pitcherlist"],"host":["54","180","228","165"],"query":[],"variable":[]}},"response":[{"id":"d2d7671c-85b6-45c6-b0d7-bb73490a3ff5","name":"투수리스트","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/player/pitcherlist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:27:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"20790"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"backnum\": \"99\",\n        \"energybar\": 393,\n        \"energybarName\": \"393 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/53006_2024-03-06_113058.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/53006_2024-03-06_113231.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/53006_2024-03-06_113244.jpg\",\n        \"pcode\": \"53006\",\n        \"playerName\": \"강건\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/53006_2024-03-06_113012.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 12,\n        \"rankName\": \"12 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"1\",\n        \"energybar\": 345,\n        \"energybarName\": \"345 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"Y\",\n        \"hittype\": \"우언우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64001_2024-03-06_113337.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64001_2024-03-06_113347.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64001_2024-03-06_113402.jpg\",\n        \"pcode\": \"64001\",\n        \"playerName\": \"고영표\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64001_2024-03-06_113300.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 14,\n        \"rankName\": \"14 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"49\",\n        \"energybar\": 7,\n        \"energybarName\": \"7 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"좌투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/53049_2024-03-06_113455.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/53049_2024-03-06_113510.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/53049_2024-03-06_113525.jpg\",\n        \"pcode\": \"53049\",\n        \"playerName\": \"김건웅\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/53049_2024-03-06_113419.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 61,\n        \"rankName\": \"61 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"11\",\n        \"energybar\": 437,\n        \"energybarName\": \"437 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68043_2024-03-06_113652.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68043_2024-03-06_113705.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68043_2024-03-06_113719.jpg\",\n        \"pcode\": \"68043\",\n        \"playerName\": \"김민\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68043_2024-03-06_113601.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 10,\n        \"rankName\": \"10 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"94\",\n        \"energybar\": 68,\n        \"energybarName\": \"68 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54094_2024-03-06_113813.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54094_2024-03-06_113823.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54094_2024-03-06_113835.jpg\",\n        \"pcode\": \"54094\",\n        \"playerName\": \"김민성\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54094_2024-03-06_113737.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 33,\n        \"rankName\": \"33 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"26\",\n        \"energybar\": 88,\n        \"energybarName\": \"88 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"Y\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/65048_2024-03-06_113936.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/65048_2024-03-06_113946.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/65048_2024-03-06_113958.jpg\",\n        \"pcode\": \"65048\",\n        \"playerName\": \"김민수\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/65048_2024-03-06_113857.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 29,\n        \"rankName\": \"29 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"48\",\n        \"energybar\": 36,\n        \"energybarName\": \"36 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51097_2024-03-06_114106.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51097_2024-03-06_114115.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51097_2024-03-06_114130.jpg\",\n        \"pcode\": \"51097\",\n        \"playerName\": \"김영현\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51097_2024-03-06_114019.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 42,\n        \"rankName\": \"42 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"98\",\n        \"energybar\": 7,\n        \"energybarName\": \"7 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"좌투좌타\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51299_2024-07-31_180745.jpg\",\n        \"pcode\": \"51299\",\n        \"playerName\": \"김주완\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51299_2024-07-31_180639.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 61,\n        \"rankName\": \"61 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"13\",\n        \"energybar\": 11,\n        \"energybarName\": \"11 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67419_2024-03-06_114354.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67419_2024-03-06_114406.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67419_2024-03-06_114416.jpg\",\n        \"pcode\": \"67419\",\n        \"playerName\": \"문용익\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67419_2024-03-06_114322.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 51,\n        \"rankName\": \"51 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"33\",\n        \"energybar\": 17,\n        \"energybarName\": \"17 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"좌투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/66047_2024-03-06_114732.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/66047_2024-03-06_114746.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/66047_2024-03-06_114756.jpg\",\n        \"pcode\": \"66047\",\n        \"playerName\": \"박세진\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/66047_2024-03-06_114436.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 47,\n        \"rankName\": \"47 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"46\",\n        \"energybar\": 8,\n        \"energybarName\": \"8 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/60559_2024-03-06_114857.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/60559_2024-03-06_114909.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/60559_2024-03-06_114925.jpg\",\n        \"pcode\": \"60559\",\n        \"playerName\": \"박시영\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/60559_2024-03-06_114816.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 58,\n        \"rankName\": \"58 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"60\",\n        \"energybar\": 277,\n        \"energybarName\": \"277 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52060_2024-03-06_121350.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52060_2024-03-06_121405.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52060_2024-03-06_121419.jpg\",\n        \"pcode\": \"52060\",\n        \"playerName\": \"박영현\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52060_2024-03-06_121312.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 17,\n        \"rankName\": \"17 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"43\",\n        \"energybar\": 93,\n        \"energybarName\": \"93 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"좌투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52043_2024-03-06_121619.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52043_2024-03-06_121630.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52043_2024-03-06_121642.jpg\",\n        \"pcode\": \"52043\",\n        \"playerName\": \"벤자민\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52043_2024-03-06_121546.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 28,\n        \"rankName\": \"28 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"95\",\n        \"energybar\": 30,\n        \"energybarName\": \"30 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"좌투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50109_2024-03-06_121739.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50109_2024-03-06_121752.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50109_2024-03-06_121807.jpg\",\n        \"pcode\": \"50109\",\n        \"playerName\": \"성재헌\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50109_2024-03-06_121701.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 45,\n        \"rankName\": \"45 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"30\",\n        \"energybar\": 166,\n        \"energybarName\": \"166 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50030_2024-03-06_122108.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50030_2024-03-06_122122.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50030_2024-03-06_122146.jpg\",\n        \"pcode\": \"50030\",\n        \"playerName\": \"소형준\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50030_2024-03-06_122007.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 23,\n        \"rankName\": \"23 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"41\",\n        \"energybar\": 241,\n        \"energybarName\": \"241 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69041_2024-03-06_122246.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69041_2024-03-06_122257.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69041_2024-03-06_122308.jpg\",\n        \"pcode\": \"69041\",\n        \"playerName\": \"손동현\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69041_2024-03-06_122209.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 20,\n        \"rankName\": \"20 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"18\",\n        \"energybar\": 447,\n        \"energybarName\": \"447 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"Y\",\n        \"hittype\": \"우언우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/65056_2024-03-06_122652.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/65056_2024-03-06_122707.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/65056_2024-03-06_122721.jpg\",\n        \"pcode\": \"65056\",\n        \"playerName\": \"엄상백\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/65056_2024-03-06_122611.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 9,\n        \"rankName\": \"9 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"21\",\n        \"energybar\": 65,\n        \"energybarName\": \"65 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우언우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/73117_2024-03-06_122828.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/73117_2024-03-06_122938.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/73117_2024-03-06_122954.jpg\",\n        \"pcode\": \"73117\",\n        \"playerName\": \"우규민\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/73117_2024-03-06_122740.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 35,\n        \"rankName\": \"35 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"63\",\n        \"energybar\": 339,\n        \"energybarName\": \"339 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54063_2024-03-06_123142.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54063_2024-03-06_123151.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54063_2024-03-06_123243.jpg\",\n        \"pcode\": \"54063\",\n        \"playerName\": \"원상현\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54063_2024-03-06_123105.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 15,\n        \"rankName\": \"15 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"64\",\n        \"energybar\": 410,\n        \"energybarName\": \"410 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54064_2024-03-06_123357.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54064_2024-03-06_123417.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54064_2024-03-06_123407.jpg\",\n        \"pcode\": \"54064\",\n        \"playerName\": \"육청명\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54064_2024-03-06_123319.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 11,\n        \"rankName\": \"11 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"65\",\n        \"energybar\": 10,\n        \"energybarName\": \"10 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68093_2024-03-06_123511.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68093_2024-03-06_123519.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68093_2024-03-06_123531.jpg\",\n        \"pcode\": \"68093\",\n        \"playerName\": \"윤강찬\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68093_2024-03-06_123435.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 54,\n        \"rankName\": \"54 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"37\",\n        \"energybar\": 44,\n        \"energybarName\": \"44 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69054_2024-03-06_123638.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69054_2024-03-06_123652.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69054_2024-03-06_123705.jpg\",\n        \"pcode\": \"69054\",\n        \"playerName\": \"이상동\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69054_2024-03-06_123559.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 40,\n        \"rankName\": \"40 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"61\",\n        \"energybar\": 7,\n        \"energybarName\": \"7 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우언우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69068_2024-03-06_123804.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69068_2024-03-06_123815.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69068_2024-03-06_123828.jpg\",\n        \"pcode\": \"69068\",\n        \"playerName\": \"이선우\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69068_2024-03-06_123721.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 61,\n        \"rankName\": \"61 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"51\",\n        \"energybar\": 8,\n        \"energybarName\": \"8 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67048_2024-03-06_124011.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67048_2024-03-06_124217.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67048_2024-03-06_124227.jpg\",\n        \"pcode\": \"67048\",\n        \"playerName\": \"이정현\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67048_2024-03-06_123938.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 58,\n        \"rankName\": \"58 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"17\",\n        \"energybar\": 82,\n        \"energybarName\": \"82 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우언우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68896_2024-03-06_124402.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68896_2024-03-06_124411.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68896_2024-03-06_124420.jpg\",\n        \"pcode\": \"68896\",\n        \"playerName\": \"이채호\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68896_2024-03-06_124329.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 32,\n        \"rankName\": \"32 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"45\",\n        \"energybar\": 7,\n        \"energybarName\": \"7 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69623_2024-03-06_124521.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69623_2024-03-06_124533.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69623_2024-03-06_124545.jpg\",\n        \"pcode\": \"69623\",\n        \"playerName\": \"이태규\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69623_2024-03-06_124442.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 61,\n        \"rankName\": \"61 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"114\",\n        \"energybar\": 10,\n        \"energybarName\": \"10 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54014_2024-07-31_180756.jpg\",\n        \"pcode\": \"54014\",\n        \"playerName\": \"이현민\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54014_2024-07-31_180648.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 54,\n        \"rankName\": \"54 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"29\",\n        \"energybar\": 32,\n        \"energybarName\": \"32 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"좌투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69047_2024-03-06_124709.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69047_2024-03-06_124723.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69047_2024-03-06_124737.jpg\",\n        \"pcode\": \"69047\",\n        \"playerName\": \"전용주\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69047_2024-03-06_124648.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 44,\n        \"rankName\": \"44 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"54\",\n        \"energybar\": 47,\n        \"energybarName\": \"47 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64768_2024-03-06_124824.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64768_2024-03-06_124836.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64768_2024-03-06_124848.jpg\",\n        \"pcode\": \"64768\",\n        \"playerName\": \"조이현\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64768_2024-03-06_124753.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 39,\n        \"rankName\": \"39 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"38\",\n        \"energybar\": 97,\n        \"energybarName\": \"97 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"Y\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/65060_2024-03-06_125120.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/65060_2024-03-06_125132.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/65060_2024-03-06_125146.jpg\",\n        \"pcode\": \"65060\",\n        \"playerName\": \"주권\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/65060_2024-03-06_124951.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 27,\n        \"rankName\": \"27 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"32\",\n        \"energybar\": 958,\n        \"energybarName\": \"958 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투양타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69032_2024-03-06_125329.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69032_2024-03-06_125339.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69032_2024-03-06_125349.jpg\",\n        \"pcode\": \"69032\",\n        \"playerName\": \"쿠에바스\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69032_2024-03-06_125257.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 3,\n        \"rankName\": \"3 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"28\",\n        \"energybar\": 13,\n        \"energybarName\": \"13 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"Y\",\n        \"hittype\": \"좌투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/78517_2024-03-06_130020.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/78517_2024-03-06_130035.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/78517_2024-03-06_130048.jpg\",\n        \"pcode\": \"78517\",\n        \"playerName\": \"하준호\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/78517_2024-03-06_125941.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 49,\n        \"rankName\": \"49 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"59\",\n        \"energybar\": 10,\n        \"energybarName\": \"10 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51058_2024-03-08_100708.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51058_2024-03-08_100743.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51058_2024-03-08_100756.jpg\",\n        \"pcode\": \"51058\",\n        \"playerName\": \"한차현\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51058_2024-03-08_100726.jpg\",\n        \"position\": \"투수\",\n        \"rank\": 54,\n        \"rankName\": \"54 위\",\n        \"teamName\": \"KT\"\n    }\n]"}],"_postman_id":"f20cf2f8-3c85-4ee3-9bd8-39fd6f3fe713"},{"name":"투수상세보기","id":"9910cb74-6b74-4130-92a0-e2c1d21d892f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/player/pitcherdetail?pcode=53006","urlObject":{"protocol":"http","path":["api","player","pitcherdetail"],"host":["54","180","228","165"],"query":[{"key":"pcode","value":"53006"}],"variable":[]}},"response":[{"id":"3e413f22-08b4-4924-9501-911c33fbbd3b","name":"투수상세보기","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/player/pitcherdetail?pcode=53006","protocol":"http","host":["54","180","229","183"],"path":["api","player","pitcherdetail"],"query":[{"key":"pcode","value":"53006"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:27:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4355"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"gameplayer\": { // 선수 개인 정보\n            \"backnum\": \"99\", // 등번호\n            \"birth\": \"20040712\", // 생년월일 (YYYYMMDD)\n            \"bloodGroups\": \"정보없음\", // 혈액형\n            \"bornPlace\": \"정보없음\", // 출생지\n            \"career\": \"원일초(영통구리틀)-매향중-장안고\", // 선수 학력 및 경력\n            \"career2\": \"정보없음\", // 추가 경력\n            \"debutYear\": \"2023\", // 데뷔 연도\n            \"energybar\": 666, // 에너지바 값\n            \"energybarName\": \"666 점\", // 에너지바 점수 표기\n            \"engName\": \"KANG GEON\", // 선수 영문 이름\n            \"gyear\": \"2024\", // 현재 연도\n            \"hasFanpage\": \"N\", // 팬페이지 여부\n            \"height\": \"183\", // 키 (cm)\n            \"hittype\": \"우투우타\", // 투타 유형 (우투우타: 오른손 투수, 오른손 타자)\n            \"mobilePlayerImg\": \"...\", // 선수 이미지 URL 1\n            \"mobilePlayerImg1\": \"...\", // 선수 이미지 URL 2\n            \"mobilePlayerImg2\": \"...\", // 선수 이미지 URL 3\n            \"money\": \"3500만원\", // 연봉\n            \"pcode\": \"53006\", // 선수 코드\n            \"playerName\": \"강건\", // 선수 이름\n            \"playerPrvwImg\": \"...\", // 선수 미리보기 이미지 URL 1\n            \"playerPrvwImg1\": \"...\", // 선수 미리보기 이미지 URL 2\n            \"playerPrvwImg2\": \"...\", // 선수 미리보기 이미지 URL 3\n            \"playerPrvwImg3\": \"...\", // 선수 미리보기 이미지 URL 4\n            \"position\": \"투수\", // 포지션\n            \"position2\": \"투\", // 포지션 약어\n            \"promise\": \"3000만원\", // 계약금\n            \"rank\": 3, // 랭킹\n            \"rankName\": \"3 위\", // 랭킹 이름\n            \"teamCode\": \"KT\", // 팀 코드\n            \"teamName\": \"KT\", // 팀 이름\n            \"weight\": \"85\" // 몸무게 (kg)\n        },\n        \"recentgamerecordlist\": [ // 최근 경기 기록\n            {\n                \"bb\": 1, // 볼넷\n                \"displayDate\": \"06.23\", // 경기 날짜\n                \"er\": 4, // 자책점\n                \"hit\": 4, // 피안타\n                \"hp\": 1, // 몸에 맞는 공\n                \"hr\": 1, // 피홈런\n                \"inn2\": 4, // 투구 이닝 (2의 배수 값)\n                \"innDisplay\": \"1 1/3\", // 이닝 표시\n                \"kk\": 1, // 삼진\n                \"matchTeamCode\": \"LG\", // 상대팀 코드\n                \"matchTeamName\": \"LG\", // 상대팀 이름\n                \"oavg\": \"0.500\", // 피안타율\n                \"pa\": 10, // 타석 수\n                \"r\": 4, // 실점\n                \"sv\": 0, // 세이브\n                \"wl\": \"0-1\", // 승패 기록\n                \"wls\": \"L\" // 승패 (L: 패)\n            }\n            // 나머지 경기 기록 생략\n        ],\n        \"recentgamerecordlistfutures\": [ // 퓨처스 리그 최근 경기 기록\n            {\n                \"bb\": 1, // 볼넷\n                \"displayDate\": \"10.05\", // 경기 날짜\n                \"er\": 0, // 자책점\n                \"hit\": 6, // 피안타\n                \"hp\": 0, // 몸에 맞는 공\n                \"hr\": 0, // 피홈런\n                \"inn2\": 18, // 투구 이닝\n                \"innDisplay\": \"6\", // 이닝 표시\n                \"kk\": 5, // 삼진\n                \"matchTeamCode\": \"SS\", // 상대팀 코드\n                \"matchTeamName\": \"삼성\", // 상대팀 이름\n                \"pa\": 25, // 타석 수\n                \"r\": 1, // 실점\n                \"sv\": 0, // 세이브\n                \"wl\": \"1-0\", // 승패 기록\n                \"wls\": \"W\" // 승패 (W: 승)\n            }\n            // 나머지 경기 기록 생략\n        ],\n        \"seasonsummary\": { // 정규 시즌 요약\n            \"babip\": \"0\", // 인플레이 타구 타율\n            \"bb\": 4, // 볼넷\n            \"bf\": 99, // 상대 타자 수\n            \"bk\": 0, // 보크\n            \"bs\": 0, // 블론 세이브\n            \"er\": 5, // 자책점\n            \"era\": \"11.25\", // 평균자책점\n            \"err\": 0, // 실책\n            \"fip\": \"0\", // 독립투수지표\n            \"fo\": 3, // 플라이 아웃\n            \"gamenum\": 4, // 경기 수\n            \"go\": 5, // 땅볼 아웃\n            \"gyear\": \"2024\", // 시즌 연도\n            \"havg\": \"0.053\", // 피타율\n            \"hit\": 8, // 피안타\n            \"hold\": 0, // 홀드\n            \"hp\": 1, // 몸에 맞는 공\n            \"hr\": 1, // 피홈런\n            \"ib\": 0, // 고의사구\n            \"inn2\": 12, // 투구 이닝\n            \"innDisplay\": \"4\", // 이닝 표시\n            \"kbb\": \"0.750\", // 삼진/볼넷 비율\n            \"kk\": 3, // 삼진\n            \"l\": 1, // 패\n            \"oavg\": \"0.421\", // 피안타율\n            \"pcode\": \"53006\", // 선수 코드\n            \"playerName\": \"강건\", // 선수 이름\n            \"qs\": 0, // 퀄리티 스타트\n            \"qsPlus\": 0, // 퀄리티 스타트 +\n            \"r\": 5, // 실점\n            \"ravg\": \"0.667\", // 평균 실점\n            \"sf\": 0, // 희생 플라이\n            \"sh\": 0, // 희생 번트\n            \"sho\": 0, // 완봉\n            \"start\": 1, // 선발 경기 수\n            \"sv\": 0, // 세이브\n            \"svo\": 0, // 세이브 기회\n            \"tugucount\": 99, // 투구 수\n            \"turfSave\": 0, // 인조잔디 세이브\n            \"w\": 0, // 승\n            \"wCg\": 0, // 완투\n            \"war\": \"0\", // 대체선수 대비 승리 기여도\n            \"whip\": \"3.00\", // 이닝당 출루율\n            \"winShares\": \"0\", // 승리 기여 점수\n            \"wl\": \"0-1\", // 승패 기록\n            \"wp\": 0, // 폭투\n            \"wra\": \"0.000\" // 승리 비율\n        },\n        \"seasonsummaryfutures\": { // 퓨처스 리그 시즌 요약\n            // 유사한 구조, 데이터 생략\n        },\n        \"yearrecordlist\": [ // 연도별 기록\n            {\n                \"bb\": 4, // 볼넷\n                \"bf\": 99, // 상대 타자 수\n                \"er\": 5, // 자책점\n                \"era\": \"11.25\", // 평균자책점\n                \"gamenum\": 4, // 경기 수\n                \"gyear\": \"2024\", // 연도\n                \"hit\": 8, // 피안타\n                \"hold\": 0, // 홀드\n                \"hp\": 1, // 몸에 맞는 공\n                \"hr\": 1, // 피홈런\n                \"inn2\": 12, // 투구 이닝\n                \"innDisplay\": \"4\", // 이닝 표시\n                \"kk\": 3, // 삼진\n                \"l\": 1, // 패\n                \"r\": 5, // 실점\n                \"sho\": 0, // 완봉\n                \"sv\": 0, // 세이브\n                \"teamCode\": \"KT\", // 팀 코드\n                \"teamName\": \"KT\", // 팀 이름\n                \"w\": 0, // 승\n                \"wCg\": 0, // 완투\n                \"wra\": \"0.000\" // 승리 비율\n            }\n        ]\n    }\n}\n"}],"_postman_id":"9910cb74-6b74-4130-92a0-e2c1d21d892f"},{"name":"포수리스트","id":"a3df5a88-4d90-45f1-bc89-b4451f3db7d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/player/catcherlist","urlObject":{"protocol":"http","path":["api","player","catcherlist"],"host":["54","180","228","165"],"query":[],"variable":[]}},"response":[{"id":"1b2de699-eb1b-48a7-8a6e-25f6fb951a40","name":"포수리스트","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/player/catcherlist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:28:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3212"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"backnum\": \"55\",\n        \"energybar\": 52,\n        \"energybarName\": \"52 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50066_2024-03-06_130333.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50066_2024-03-06_130346.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50066_2024-03-06_130359.jpg\",\n        \"pcode\": \"50066\",\n        \"playerName\": \"강현우\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50066_2024-03-06_130258.jpg\",\n        \"position\": \"포수\",\n        \"rank\": 36,\n        \"rankName\": \"36 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"97\",\n        \"energybar\": 8,\n        \"energybarName\": \"8 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54097_2024-03-06_130453.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54097_2024-03-06_130527.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54097_2024-03-06_130543.jpg\",\n        \"pcode\": \"54097\",\n        \"playerName\": \"김민석\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/54097_2024-03-06_130416.jpg\",\n        \"position\": \"포수\",\n        \"rank\": 58,\n        \"rankName\": \"58 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"44\",\n        \"energybar\": 13,\n        \"energybarName\": \"13 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/62558_2024-03-06_130743.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/62558_2024-03-06_130858.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/62558_2024-03-06_130810.jpg\",\n        \"pcode\": \"62558\",\n        \"playerName\": \"김준태\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/62558_2024-03-06_130605.jpg\",\n        \"position\": \"포수\",\n        \"rank\": 49,\n        \"rankName\": \"49 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"22\",\n        \"energybar\": 83,\n        \"energybarName\": \"83 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"Y\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/78548_2024-03-06_131013.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/78548_2024-03-06_131105.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/78548_2024-03-06_131129.jpg\",\n        \"pcode\": \"78548\",\n        \"playerName\": \"장성우\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/78548_2024-03-06_130913.jpg\",\n        \"position\": \"포수\",\n        \"rank\": 32,\n        \"rankName\": \"32 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"42\",\n        \"energybar\": 383,\n        \"energybarName\": \"383 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68089_2024-03-08_104716.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68089_2024-03-06_131351.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68089_2024-03-06_131402.jpg\",\n        \"pcode\": \"68089\",\n        \"playerName\": \"조대현\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68089_2024-03-08_104729.jpg\",\n        \"position\": \"포수\",\n        \"rank\": 13,\n        \"rankName\": \"13 위\",\n        \"teamName\": \"KT\"\n    }\n]"}],"_postman_id":"a3df5a88-4d90-45f1-bc89-b4451f3db7d8"},{"name":"포수상세보기","id":"41a85dfc-8c6c-49ab-922a-d2aa98fb5b1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/player/catcherdetail?pcode=50066","urlObject":{"protocol":"http","path":["api","player","catcherdetail"],"host":["54","180","228","165"],"query":[{"key":"pcode","value":"50066"}],"variable":[]}},"response":[{"id":"c37eed27-2185-4d28-871c-fe4da1a2d79a","name":"포수상세보기","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/player/catcherdetail?pcode=50066","protocol":"http","host":["54","180","229","183"],"path":["api","player","catcherdetail"],"query":[{"key":"pcode","value":"50066"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:28:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4640"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"gameplayer\": { // 선수 개인 정보\n            \"backnum\": \"55\", // 등번호\n            \"birth\": \"20010413\", // 생년월일 (YYYYMMDD)\n            \"bloodGroups\": \"정보없음\", // 혈액형\n            \"bornPlace\": \"정보없음\", // 출생지\n            \"career\": \"원종초(부천시리틀)-부천중-유신고\", // 학력 및 경력\n            \"career2\": \"정보없음\", // 추가 경력\n            \"debutYear\": \"2020\", // 데뷔 연도\n            \"energybar\": 11, // 에너지바 점수\n            \"energybarName\": \"11 점\", // 에너지바 점수 이름\n            \"engName\": \"KANG HYUN WOO\", // 선수 영문 이름\n            \"gyear\": \"2024\", // 현재 연도\n            \"hasFanpage\": \"N\", // 팬페이지 존재 여부\n            \"height\": \"180\", // 키 (cm)\n            \"hittype\": \"우투우타\", // 투타 유형\n            \"mobilePlayerImg\": \"...\", // 선수 이미지 URL\n            \"mobilePlayerImg1\": \"...\", // 추가 이미지 URL 1\n            \"mobilePlayerImg2\": \"...\", // 추가 이미지 URL 2\n            \"money\": \"5000만원\", // 연봉\n            \"pcode\": \"50066\", // 선수 코드\n            \"playerName\": \"강현우\", // 선수 이름\n            \"playerPrvwImg\": \"...\", // 미리보기 이미지 URL\n            \"playerPrvwImg1\": \"...\", // 추가 미리보기 이미지 URL 1\n            \"playerPrvwImg2\": \"...\", // 추가 미리보기 이미지 URL 2\n            \"playerPrvwImg3\": \"...\", // 추가 미리보기 이미지 URL 3\n            \"position\": \"포수\", // 포지션\n            \"position2\": \"포\", // 포지션 약어\n            \"promise\": \"15000만원\", // 계약금\n            \"rank\": 39, // 랭킹\n            \"rankName\": \"39 위\", // 랭킹 이름\n            \"teamCode\": \"KT\", // 팀 코드\n            \"teamName\": \"KT\", // 팀 이름\n            \"weight\": \"90\" // 몸무게 (kg)\n        },\n        \"recentgamerecordlist\": [ // 최근 경기 기록\n            {\n                \"ab\": 1, // 타수\n                \"bb\": 0, // 볼넷\n                \"bra\": \"0.000\", // 출루율\n                \"cs\": 0, // 도루 실패\n                \"displayDate\": \"07.31\", // 경기 날짜\n                \"gd\": 0, // 병살타\n                \"h2\": 0, // 2루타\n                \"h3\": 0, // 3루타\n                \"hit\": 0, // 안타\n                \"hp\": 0, // 몸에 맞는 공\n                \"hr\": 0, // 홈런\n                \"hra\": \"0.000\", // 타율\n                \"kk\": 0, // 삼진\n                \"matchTeamCode\": \"HH\", // 상대팀 코드\n                \"matchTeamName\": \"한화\", // 상대팀 이름\n                \"rbi\": 0, // 타점\n                \"run\": 0, // 득점\n                \"sb\": 0 // 도루\n            }\n            // 나머지 경기 기록 생략\n        ],\n        \"recentgamerecordlistfutures\": [ // 퓨처스 리그 최근 경기 기록\n            {\n                \"ab\": 3, // 타수\n                \"bb\": 1, // 볼넷\n                \"cs\": 0, // 도루 실패\n                \"displayDate\": \"10.04\", // 경기 날짜\n                \"gd\": 0, // 병살타\n                \"h2\": 0, // 2루타\n                \"h3\": 0, // 3루타\n                \"hit\": 2, // 안타\n                \"hp\": 0, // 몸에 맞는 공\n                \"hr\": 0, // 홈런\n                \"hra\": \"0.667\", // 타율\n                \"kk\": 0, // 삼진\n                \"matchTeamCode\": \"SS\", // 상대팀 코드\n                \"matchTeamName\": \"삼성\", // 상대팀 이름\n                \"rbi\": 1, // 타점\n                \"run\": 0, // 득점\n                \"sb\": 0 // 도루\n            }\n            // 나머지 경기 기록 생략\n        ],\n        \"seasonsummary\": { // 정규 시즌 요약\n            \"ab\": 26, // 타수\n            \"babip\": \"0.467\", // 인플레이 타구 타율\n            \"bb\": 8, // 볼넷\n            \"bbkk\": \"0.8\", // 볼넷 대비 삼진 비율\n            \"bra\": \"0.471\", // 출루율\n            \"cs\": 0, // 도루 실패\n            \"finalHit\": 1, // 마지막 안타 수\n            \"gamenum\": 18, // 경기 수\n            \"gd\": 0, // 병살타\n            \"gyear\": \"2024\", // 시즌 연도\n            \"h2\": 1, // 2루타\n            \"h3\": 0, // 3루타\n            \"hit\": 8, // 안타\n            \"hp\": 0, // 몸에 맞는 공\n            \"hr\": 1, // 홈런\n            \"hra\": \"0.308\", // 타율\n            \"ib\": 0, // 고의사구\n            \"kk\": 10, // 삼진\n            \"ops\": \"0.932\", // OPS (출루율+장타율)\n            \"opsPlus\": \"142.676\", // 리그 평균 대비 OPS\n            \"pa\": 36, // 타석 수\n            \"pcode\": \"50066\", // 선수 코드\n            \"rbi\": 8, // 타점\n            \"run\": 4, // 득점\n            \"sb\": 0, // 도루\n            \"sbTryCn\": 0, // 도루 시도 수\n            \"sba\": \"0\", // 도루 성공률\n            \"sf\": 0, // 희생 플라이\n            \"sh\": 2, // 희생 번트\n            \"slg\": \"0.462\", // 장타율\n            \"spHra\": \"0.286\", // 특정 상황 타율\n            \"war\": \"0\", // 대체선수 대비 승리 기여도\n            \"winShares\": \"0\", // 승리 기여 점수\n            \"woba\": \"0\", // 가중 출루율\n            \"wrHit\": \"1\", // 승리 기여 안타\n            \"wraa\": \"0\", // 가중 득점\n            \"xbhrun\": \"2/8\" // 추가 루타/총 안타\n        },\n        \"seasonsummaryfutures\": { // 퓨처스 리그 시즌 요약\n            \"ab\": 137, // 타수\n            \"bb\": 25, // 볼넷\n            \"bra\": \"0.415\", // 출루율\n            \"cs\": 3, // 도루 실패\n            \"gamenum\": 46, // 경기 수\n            \"gd\": 10, // 병살타\n            \"gyear\": \"2024\", // 시즌 연도\n            \"h2\": 7, // 2루타\n            \"h3\": 0, // 3루타\n            \"hit\": 42, // 안타\n            \"hp\": 1, // 몸에 맞는 공\n            \"hr\": 1, // 홈런\n            \"hra\": \"0.307\", // 타율\n            \"kk\": 16, // 삼진\n            \"pcode\": \"50066\", // 선수 코드\n            \"rbi\": 26, // 타점\n            \"run\": 23, // 득점\n            \"sb\": 2, // 도루\n            \"sf\": 1, // 희생 플라이\n            \"sh\": 1, // 희생 번트\n            \"slg\": \"0.380\", // 장타율\n            \"war\": \"0\", // 대체선수 대비 승리 기여도\n            \"winShares\": \"0\", // 승리 기여 점수\n            \"woba\": \"0\", // 가중 출루율\n            \"wraa\": \"0\", // 가중 득점\n            \"xbhrun\": \"8/42\" // 추가 루타/총 안타\n        },\n        \"yearrecordlist\": [ // 연도별 기록\n            {\n                \"ab\": 26, // 타수\n                \"bb\": 8, // 볼넷\n                \"bra\": \"0.471\", // 출루율\n                \"cs\": 0, // 도루 실패\n                \"gamenum\": 18, // 경기 수\n                \"gd\": 0, // 병살타\n                \"gyear\": \"2024\", // 시즌 연도\n                \"h2\": 1, // 2루타\n                \"h3\": 0, // 3루타\n                \"hit\": 8, // 안타\n                \"hp\": 0, // 몸에 맞는 공\n                \"hr\": 1, // 홈런\n                \"hra\": \"0.308\", // 타율\n                \"kk\": 10, // 삼진\n                \"rbi\": 8, // 타점\n                \"run\": 4, // 득점\n                \"sb\": 0, // 도루\n                \"slg\": \"0.462\", // 장타율\n                \"teamCode\": \"KT\", // 팀 코드\n                \"teamName\": \"KT\" // 팀 이름\n            }\n            // 나머지 연도 기록 생략\n        ]\n    }\n}\n"}],"_postman_id":"41a85dfc-8c6c-49ab-922a-d2aa98fb5b1a"},{"name":"내야수리스트","id":"317eeca4-2e3c-4923-9d48-26e8c2008d66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/player/infielderlist","urlObject":{"protocol":"http","path":["api","player","infielderlist"],"host":["54","180","228","165"],"query":[],"variable":[]}},"response":[{"id":"9e9dd806-0a81-4496-828c-2cb8917561a5","name":"내야수리스트","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/player/infielderlist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:29:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"9733"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"backnum\": \"5\",\n        \"energybar\": 271,\n        \"energybarName\": \"271 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69064_2024-03-06_131719.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69064_2024-03-06_131729.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69064_2024-03-06_131740.jpg\",\n        \"pcode\": \"69064\",\n        \"playerName\": \"강민성\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69064_2024-03-06_131648.jpg\",\n        \"position\": \"내야수\",\n        \"rank\": 18,\n        \"rankName\": \"18 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"50\",\n        \"energybar\": 1475,\n        \"energybarName\": \"1475 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68050_2024-03-06_175118.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68050_2024-03-06_175131.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68050_2024-03-06_175150.jpg\",\n        \"pcode\": \"68050\",\n        \"playerName\": \"강백호\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68050_2024-03-06_175901.jpg\",\n        \"position\": \"내야수\",\n        \"rank\": 1,\n        \"rankName\": \"1 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"52\",\n        \"energybar\": 11,\n        \"energybarName\": \"11 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51003_2024-07-22_142332.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51003_2024-07-22_142401.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51003_2024-07-22_142220.jpg\",\n        \"pcode\": \"51003\",\n        \"playerName\": \"권동진\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51003_2024-07-23_110949.jpg\",\n        \"position\": \"내야수\",\n        \"rank\": 51,\n        \"rankName\": \"51 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"7\",\n        \"energybar\": 514,\n        \"energybarName\": \"514 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/79402_2024-03-06_132003.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/79402_2024-03-06_132013.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/79402_2024-03-06_132027.jpg\",\n        \"pcode\": \"79402\",\n        \"playerName\": \"김상수\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/79402_2024-03-06_131923.jpg\",\n        \"position\": \"내야수\",\n        \"rank\": 7,\n        \"rankName\": \"7 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"6\",\n        \"energybar\": 134,\n        \"energybarName\": \"134 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"Y\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/73113_2024-03-06_132304.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/73113_2024-03-06_132326.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/73113_2024-03-06_132337.jpg\",\n        \"pcode\": \"73113\",\n        \"playerName\": \"박경수\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/73113_2024-03-06_132226.jpg\",\n        \"position\": \"내야수\",\n        \"rank\": 24,\n        \"rankName\": \"24 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"25\",\n        \"energybar\": 35,\n        \"energybarName\": \"35 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69056_2024-03-06_132556.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69056_2024-03-06_132608.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69056_2024-03-06_132619.jpg\",\n        \"pcode\": \"69056\",\n        \"playerName\": \"박민석\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69056_2024-03-06_132524.jpg\",\n        \"position\": \"내야수\",\n        \"rank\": 43,\n        \"rankName\": \"43 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"56\",\n        \"energybar\": 52,\n        \"energybarName\": \"52 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/62556_2024-03-06_133151.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/62556_2024-03-06_133201.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/62556_2024-03-06_175514.jpg\",\n        \"pcode\": \"62556\",\n        \"playerName\": \"신본기\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/62556_2024-03-06_133119.jpg\",\n        \"position\": \"내야수\",\n        \"rank\": 36,\n        \"rankName\": \"36 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"2\",\n        \"energybar\": 253,\n        \"energybarName\": \"253 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"Y\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64006_2024-07-22_142638.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64006_2024-07-22_142648.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64006_2024-07-22_142655.jpg\",\n        \"pcode\": \"64006\",\n        \"playerName\": \"심우준\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64006_2024-07-23_111000.jpg\",\n        \"position\": \"내야수\",\n        \"rank\": 19,\n        \"rankName\": \"19 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"4\",\n        \"energybar\": 305,\n        \"energybarName\": \"305 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64504_2024-03-06_133339.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64504_2024-03-06_133348.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64504_2024-03-06_133400.jpg\",\n        \"pcode\": \"64504\",\n        \"playerName\": \"오윤석\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64504_2024-03-06_133239.jpg\",\n        \"position\": \"내야수\",\n        \"rank\": 16,\n        \"rankName\": \"16 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"36\",\n        \"energybar\": 114,\n        \"energybarName\": \"114 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"좌투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/75334_2024-06-05_154921.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/75334_2024-06-05_154933.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/75334_2024-06-05_154941.jpg\",\n        \"pcode\": \"75334\",\n        \"playerName\": \"오재일\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/75334_2024-06-05_155321.jpg\",\n        \"position\": \"내야수\",\n        \"rank\": 25,\n        \"rankName\": \"25 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"35\",\n        \"energybar\": 112,\n        \"energybarName\": \"112 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50092_2024-03-08_092418.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50092_2024-03-08_092440.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50092_2024-03-08_092456.jpg\",\n        \"pcode\": \"50092\",\n        \"playerName\": \"윤준혁\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50092_2024-03-08_092310.jpg\",\n        \"position\": \"내야수\",\n        \"rank\": 26,\n        \"rankName\": \"26 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"34\",\n        \"energybar\": 85,\n        \"energybarName\": \"85 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68504_2024-03-06_133518.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68504_2024-03-06_133538.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68504_2024-03-06_133553.jpg\",\n        \"pcode\": \"68504\",\n        \"playerName\": \"이호연\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/68504_2024-03-06_133444.jpg\",\n        \"position\": \"내야수\",\n        \"rank\": 30,\n        \"rankName\": \"30 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"16\",\n        \"energybar\": 11,\n        \"energybarName\": \"11 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64115_2024-03-06_133645.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64115_2024-03-06_133655.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64115_2024-03-06_133708.jpg\",\n        \"pcode\": \"64115\",\n        \"playerName\": \"장준원\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64115_2024-03-06_133612.jpg\",\n        \"position\": \"내야수\",\n        \"rank\": 51,\n        \"rankName\": \"51 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"14\",\n        \"energybar\": 450,\n        \"energybarName\": \"450 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50054_2024-03-06_133817.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50054_2024-03-06_133831.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50054_2024-03-06_133848.jpg\",\n        \"pcode\": \"50054\",\n        \"playerName\": \"천성호\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/50054_2024-03-06_133732.jpg\",\n        \"position\": \"내야수\",\n        \"rank\": 8,\n        \"rankName\": \"8 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"10\",\n        \"energybar\": 183,\n        \"energybarName\": \"183 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/76313_2024-03-06_134129.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/76313_2024-03-06_134142.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/76313_2024-03-06_134155.jpg\",\n        \"pcode\": \"76313\",\n        \"playerName\": \"황재균\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/76313_2024-03-06_133910.jpg\",\n        \"position\": \"내야수\",\n        \"rank\": 22,\n        \"rankName\": \"22 위\",\n        \"teamName\": \"KT\"\n    }\n]"}],"_postman_id":"317eeca4-2e3c-4923-9d48-26e8c2008d66"},{"name":"내야수상세보기","id":"c432ca92-dd69-4102-af96-ac492a33bf6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/player/infielderdetail?pcode=69064","urlObject":{"protocol":"http","path":["api","player","infielderdetail"],"host":["54","180","228","165"],"query":[{"key":"pcode","value":"69064"}],"variable":[]}},"response":[{"id":"34e8c9fd-c857-4abc-ab64-bc265461e5dc","name":"내야수상세보기","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/player/infielderdetail?pcode=69064","protocol":"http","host":["54","180","229","183"],"path":["api","player","infielderdetail"],"query":[{"key":"pcode","value":"69064"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:29:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3617"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"gameplayer\": { // 선수 정보\n            \"backnum\": \"5\", // 등번호\n            \"birth\": \"19991208\", // 생년월일 (YYYYMMDD)\n            \"bloodGroups\": \"정보없음\", // 혈액형\n            \"bornPlace\": \"정보없음\", // 출생지\n            \"career\": \"대구옥산초-경상중-경북고\", // 선수 학력 및 경력\n            \"career2\": \"정보없음\", // 추가 경력\n            \"debutYear\": \"2019\", // 데뷔 연도\n            \"energybar\": 267, // 에너지바 값\n            \"energybarName\": \"267 점\", // 에너지바 점수 표시\n            \"engName\": \"KANG MIN SEONG\", // 선수 영문 이름\n            \"gyear\": \"2024\", // 현재 연도\n            \"hasFanpage\": \"N\", // 팬페이지 여부\n            \"height\": \"180\", // 키 (cm)\n            \"hittype\": \"우투우타\", // 투타 유형 (우투우타: 오른손 투수, 오른손 타자)\n            \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69064_2024-03-06_131719.jpg\", // 선수 이미지 URL 1\n            \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69064_2024-03-06_131729.jpg\", // 선수 이미지 URL 2\n            \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69064_2024-03-06_131740.jpg\", // 선수 이미지 URL 3\n            \"money\": \"3600만원\", // 연봉\n            \"pcode\": \"69064\", // 선수 코드\n            \"playerName\": \"강민성\", // 선수 이름\n            \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/69064_2024-03-06_131648.jpg\", // 선수 미리보기 이미지 URL 1\n            \"playerPrvwImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg1/69064_2024-02-29_093615.jpg\", // 선수 미리보기 이미지 URL 2\n            \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/69064_2024-03-06_131658.jpg\", // 선수 미리보기 이미지 URL 3\n            \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/69064_2024-03-06_131708.jpg\", // 선수 미리보기 이미지 URL 4\n            \"position\": \"내야수\", // 포지션\n            \"position2\": \"내\", // 포지션 약어\n            \"promise\": \"6000만원\", // 계약금\n            \"rank\": 13, // 랭킹\n            \"rankName\": \"13 위\", // 랭킹 이름\n            \"teamCode\": \"KT\", // 팀 코드\n            \"teamName\": \"KT\", // 팀 이름\n            \"weight\": \"85\" // 몸무게 (kg)\n        },\n        \"recentgamerecordlist\": [ // 최근 경기 기록\n            {\n                \"ab\": 1, // 타수\n                \"bb\": 0, // 볼넷\n                \"bra\": \"0.000\", // 타율\n                \"cs\": 0, // 도루 실패\n                \"displayDate\": \"09.05\", // 경기 날짜\n                \"gd\": 0, // 병살타\n                \"h2\": 0, // 2루타\n                \"h3\": 0, // 3루타\n                \"hit\": 0, // 안타\n                \"hp\": 0, // 몸에 맞는 공\n                \"hr\": 0, // 홈런\n                \"hra\": \"0.000\", // 장타율\n                \"kk\": 0, // 삼진\n                \"matchTeamCode\": \"LT\", // 상대팀 코드\n                \"matchTeamName\": \"롯데\", // 상대팀 이름\n                \"rbi\": 0, // 타점\n                \"run\": 0, // 득점\n                \"sb\": 0 // 도루\n            }\n        ],\n        \"recentgamerecordlistfutures\": [ // 퓨처스 리그 최근 경기 기록\n            {\n                \"ab\": 4, // 타수\n                \"bb\": 0, // 볼넷\n                \"cs\": 0, // 도루 실패\n                \"displayDate\": \"10.05\", // 경기 날짜\n                \"gd\": 0, // 병살타\n                \"h2\": 0, // 2루타\n                \"h3\": 0, // 3루타\n                \"hit\": 1, // 안타\n                \"hp\": 1, // 몸에 맞는 공\n                \"hr\": 0, // 홈런\n                \"hra\": \"0.250\", // 장타율\n                \"kk\": 1, // 삼진\n                \"matchTeamCode\": \"SS\", // 상대팀 코드\n                \"matchTeamName\": \"삼성\", // 상대팀 이름\n                \"rbi\": 1, // 타점\n                \"run\": 1, // 득점\n                \"sb\": 0 // 도루\n            },\n            {\n                \"ab\": 2,\n                \"bb\": 1,\n                \"cs\": 0,\n                \"displayDate\": \"10.04\",\n                \"gd\": 0,\n                \"h2\": 0,\n                \"h3\": 0,\n                \"hit\": 0,\n                \"hp\": 1,\n                \"hr\": 0,\n                \"hra\": \"0.000\",\n                \"kk\": 1,\n                \"matchTeamCode\": \"SS\",\n                \"matchTeamName\": \"삼성\",\n                \"rbi\": 0,\n                \"run\": 1,\n                \"sb\": 0\n            },\n            {\n                \"ab\": 3,\n                \"bb\": 1,\n                \"cs\": 0,\n                \"displayDate\": \"10.02\",\n                \"gd\": 0,\n                \"h2\": 0,\n                \"h3\": 0,\n                \"hit\": 0,\n                \"hp\": 0,\n                \"hr\": 0,\n                \"hra\": \"0.000\",\n                \"kk\": 2,\n                \"matchTeamCode\": \"NC\",\n                \"matchTeamName\": \"NC\",\n                \"rbi\": 0,\n                \"run\": 0,\n                \"sb\": 0\n            },\n            {\n                \"ab\": 3,\n                \"bb\": 1,\n                \"cs\": 0,\n                \"displayDate\": \"10.01\",\n                \"gd\": 0,\n                \"h2\": 1,\n                \"h3\": 0,\n                \"hit\": 2,\n                \"hp\": 0,\n                \"hr\": 0,\n                \"hra\": \"0.667\",\n                \"kk\": 0,\n                \"matchTeamCode\": \"NC\",\n                \"matchTeamName\": \"NC\",\n                \"rbi\": 0,\n                \"run\": 1,\n                \"sb\": 0\n            },\n            {\n                \"ab\": 2,\n                \"bb\": 2,\n                \"cs\": 0,\n                \"displayDate\": \"09.25\",\n                \"gd\": 0,\n                \"h2\": 0,\n                \"h3\": 0,\n                \"hit\": 0,\n                \"hp\": 0,\n                \"hr\": 0,\n                \"hra\": \"0.000\",\n                \"kk\": 1,\n                \"matchTeamCode\": \"SS\",\n                \"matchTeamName\": \"삼성\",\n                \"rbi\": 0,\n                \"run\": 0,\n                \"sb\": 0\n            }\n        ],\n        \"seasonsummary\": { // 정규 시즌 요약\n            \"ab\": 1, // 타수\n            \"babip\": \"0.000\", // 인플레이 타구 타율\n            \"bb\": 0, // 볼넷\n            \"bbkk\": \"0\", // 볼넷 대비 삼진 비율\n            \"bra\": \"0.000\", // 타율\n            \"cs\": 0, // 도루 실패\n            \"finalHit\": 0, // 결정적 안타\n            \"gamenum\": 1, // 경기 수\n            \"gd\": 0, // 병살타\n            \"gyear\": \"2024\", // 시즌 연도\n            \"h2\": 0, // 2루타\n            \"h3\": 0, // 3루타\n            \"hit\": 0, // 안타\n            \"hp\": 0, // 몸에 맞는 공\n            \"hr\": 0, // 홈런\n            \"hra\": \"0.000\", // 장타율\n            \"ib\": 0, // 고의사구\n            \"kk\": 0, // 삼진\n            \"ops\": \"0.000\", // OPS (출루율 + 장타율)\n            \"opsPlus\": \"-100.000\", // OPS+ (리그 평균 대비 성과)\n            \"pa\": 1, // 타석\n            \"pcode\": \"69064\", // 선수 코드\n            \"rbi\": 0, // 타점\n            \"run\": 0, // 득점\n            \"sb\": 0, // 도루\n            \"sbTryCn\": 0, // 도루 시도\n            \"sba\": \"0\", // 도루 성공률\n            \"sf\": 0, // 희생 플라이\n            \"sh\": 0, // 희생 번트\n            \"slg\": \"0.000\", // 장타율\n            \"spHra\": \"0.000\", // 특정 장타율\n            \"war\": \"0\", // 대체 선수 대비 기여도\n            \"winShares\": \"0\", // 팀 기여 점수\n            \"woba\": \"0\", // 가중 출루율\n            \"wrHit\": \"0\", // 결정적 타점\n            \"wraa\": \"0\", // 가중 득점 기여\n            \"xbhrun\": \"0/0\" // 엑스트라 베이스 안타/전체 안타\n        },\n        \"seasonsummaryfutures\": { // 퓨처스 리그 시즌 요약\n            \"ab\": 276, // 타수\n            \"bb\": 38, // 볼넷\n            \"bra\": \"0.363\", // 타율\n            \"cs\": 0, // 도루 실패\n            \"gamenum\": 78, // 경기 수\n            \"gd\": 2, // 병살타\n            \"gyear\": \"2024\", // 시즌 연도\n            \"h2\": 18, // 2루타\n            \"h3\": 2, // 3루타\n            \"hit\": 74, // 안타\n            \"hp\": 5, // 몸에 맞는 공\n            \"hr\": 12, // 홈런\n            \"hra\": \"0.268\", // 장타율\n            \"kk\": 86, // 삼진\n            \"pcode\": \"69064\", // 선수 코드\n            \"rbi\": 63, // 타점\n            \"run\": 57, // 득점\n            \"sb\": 1, // 도루\n            \"sf\": 3, // 희생 플라이\n            \"sh\": 0, // 희생 번트\n            \"slg\": \"0.478\", // 장타율\n            \"war\": \"0\", // 대체 선수 대비 기여도\n            \"winShares\": \"0\", // 팀 기여 점수\n            \"woba\": \"0\", // 가중 출루율\n            \"wraa\": \"0\", // 가중 득점 기여\n            \"xbhrun\": \"32/74\" // 엑스트라 베이스 안타/전체 안타\n        },\n        \"yearrecordlist\": [ // 연도별 기록\n            {\n                \"ab\": 1, // 타수\n                \"bb\": 0, // 볼넷\n                \"bra\": \"0\", // 타율\n                \"cs\": 0, // 도루 실패\n                \"gamenum\": 1, // 경기 수\n                \"gd\": 0, // 병살타\n                \"gyear\": \"2024\", // 연도\n                \"h2\": 0, // 2루타\n                \"h3\": 0, // 3루타\n                \"hit\": 0, // 안타\n                \"hp\": 0, // 몸에 맞는 공\n                \"hr\": 0, // 홈런\n                \"hra\": \"0.000\", // 장타율\n                \"kk\": 0, // 삼진\n                \"rbi\": 0, // 타점\n                \"run\": 0, // 득점\n                \"sb\": 0, // 도루\n                \"slg\": \"0\", // 장타율\n                \"teamCode\": \"KT\", // 팀 코드\n                \"teamName\": \"KT\" // 팀 이름\n            },\n            {\n                \"ab\": 22,\n                \"bb\": 4,\n                \"bra\": \"0.308\",\n                \"cs\": 0,\n                \"gamenum\": 12,\n                \"gd\": 0,\n                \"gyear\": \"2023\",\n                \"h2\": 1,\n                \"h3\": 0,\n                \"hit\": 4,\n                \"hp\": 0,\n                \"hr\": 0,\n                \"hra\": \"0.182\",\n                \"kk\": 10,\n                \"rbi\": 0,\n                \"run\": 2,\n                \"sb\": 0,\n                \"slg\": \"0.227\",\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\"\n            }\n        ]\n    }\n}\n"}],"_postman_id":"c432ca92-dd69-4102-af96-ac492a33bf6d"},{"name":"외야수리스트","id":"df46eb9e-5f45-4bfc-a71d-6c5076c84477","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/player/outfielderlist","urlObject":{"protocol":"http","path":["api","player","outfielderlist"],"host":["54","180","228","165"],"query":[],"variable":[]}},"response":[{"id":"85d90e3a-ee76-4d28-afc9-18bf45d5a3a9","name":"외야수리스트","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/player/outfielderlist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sun, 15 Dec 2024 05:14:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"7777"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"backnum\": \"0\",\n        \"energybar\": 7,\n        \"energybarName\": \"7 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51005_2024-03-06_134644.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51005_2024-03-06_134654.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51005_2024-03-06_134704.jpg\",\n        \"pcode\": \"51005\",\n        \"playerName\": \"김건형\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51005_2024-03-06_134559.jpg\",\n        \"position\": \"외야수\",\n        \"rank\": 62,\n        \"rankName\": \"62 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"53\",\n        \"energybar\": 754,\n        \"energybarName\": \"754 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"Y\",\n        \"hittype\": \"우투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64004_2024-03-06_134803.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64004_2024-03-06_134815.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64004_2024-03-06_134827.jpg\",\n        \"pcode\": \"64004\",\n        \"playerName\": \"김민혁\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64004_2024-03-06_134725.jpg\",\n        \"position\": \"외야수\",\n        \"rank\": 6,\n        \"rankName\": \"6 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"57\",\n        \"energybar\": 10,\n        \"energybarName\": \"10 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52002_2024-03-06_134932.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52002_2024-03-06_134942.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52002_2024-03-06_134952.jpg\",\n        \"pcode\": \"52002\",\n        \"playerName\": \"김병준\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52002_2024-03-06_134850.jpg\",\n        \"position\": \"외야수\",\n        \"rank\": 54,\n        \"rankName\": \"54 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"3\",\n        \"energybar\": 1005,\n        \"energybarName\": \"1005 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투양타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67025_2024-03-06_135102.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67025_2024-03-06_135113.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67025_2024-03-06_135125.jpg\",\n        \"pcode\": \"67025\",\n        \"playerName\": \"로하스\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67025_2024-03-06_135050.jpg\",\n        \"position\": \"외야수\",\n        \"rank\": 2,\n        \"rankName\": \"2 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"24\",\n        \"energybar\": 794,\n        \"energybarName\": \"794 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"Y\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64007_2024-03-06_135216.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64007_2024-03-06_135225.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64007_2024-03-06_135244.jpg\",\n        \"pcode\": \"64007\",\n        \"playerName\": \"문상철\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64007_2024-03-06_135143.jpg\",\n        \"position\": \"외야수\",\n        \"rank\": 5,\n        \"rankName\": \"5 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"27\",\n        \"energybar\": 839,\n        \"energybarName\": \"839 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"Y\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64166_2024-03-06_135515.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64166_2024-03-06_135527.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64166_2024-03-06_135537.jpg\",\n        \"pcode\": \"64166\",\n        \"playerName\": \"배정대\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64166_2024-03-06_135300.jpg\",\n        \"position\": \"외야수\",\n        \"rank\": 4,\n        \"rankName\": \"4 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"12\",\n        \"energybar\": 16,\n        \"energybarName\": \"16 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"Y\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64012_2022-04-13_205726.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64012_2023-03-23_095247.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64012_2023-03-22_173455.jpg\",\n        \"pcode\": \"64012\",\n        \"playerName\": \"송민섭\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64012_2023-03-20_103205.jpg\",\n        \"position\": \"외야수\",\n        \"rank\": 48,\n        \"rankName\": \"48 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"8\",\n        \"energybar\": 67,\n        \"energybarName\": \"67 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67006_2024-03-06_135627.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67006_2024-03-06_135641.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67006_2024-03-06_135652.jpg\",\n        \"pcode\": \"67006\",\n        \"playerName\": \"안치영\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67006_2024-03-06_135557.jpg\",\n        \"position\": \"외야수\",\n        \"rank\": 34,\n        \"rankName\": \"34 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"62\",\n        \"energybar\": 52,\n        \"energybarName\": \"52 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투우타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52001_2024-06-05_154959.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52001_2024-06-05_155051.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52001_2024-06-05_155101.jpg\",\n        \"pcode\": \"52001\",\n        \"playerName\": \"안현민\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/52001_2022-02-23_160907.jpg\",\n        \"position\": \"외야수\",\n        \"rank\": 36,\n        \"rankName\": \"36 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"58\",\n        \"energybar\": 30,\n        \"energybarName\": \"30 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"좌투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/53058_2024-03-06_135744.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/53058_2024-03-06_135758.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/53058_2024-03-06_135812.jpg\",\n        \"pcode\": \"53058\",\n        \"playerName\": \"정준영\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/53058_2024-03-06_135707.jpg\",\n        \"position\": \"외야수\",\n        \"rank\": 45,\n        \"rankName\": \"45 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"23\",\n        \"energybar\": 217,\n        \"energybarName\": \"217 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64868_2024-03-06_135935.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64868_2024-03-06_175416.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64868_2024-03-06_175452.jpg\",\n        \"pcode\": \"64868\",\n        \"playerName\": \"조용호\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/64868_2024-03-06_135854.jpg\",\n        \"position\": \"외야수\",\n        \"rank\": 21,\n        \"rankName\": \"21 위\",\n        \"teamName\": \"KT\"\n    },\n    {\n        \"backnum\": \"31\",\n        \"energybar\": 41,\n        \"energybarName\": \"41 점\",\n        \"gyear\": \"2024\",\n        \"hasFanpage\": \"N\",\n        \"hittype\": \"우투좌타\",\n        \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67005_2024-03-06_140058.jpg\",\n        \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67005_2024-03-06_140108.jpg\",\n        \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67005_2024-03-06_140118.jpg\",\n        \"pcode\": \"67005\",\n        \"playerName\": \"홍현빈\",\n        \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/67005_2024-03-06_140019.jpg\",\n        \"position\": \"외야수\",\n        \"rank\": 41,\n        \"rankName\": \"41 위\",\n        \"teamName\": \"KT\"\n    }\n]"}],"_postman_id":"df46eb9e-5f45-4bfc-a71d-6c5076c84477"},{"name":"외야수상세보기","id":"8303be96-d3f3-4f8a-b38c-2f3e6b729205","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/player/outfielderdetail?pcode=51005","urlObject":{"protocol":"http","path":["api","player","outfielderdetail"],"host":["54","180","228","165"],"query":[{"key":"pcode","value":"51005"}],"variable":[]}},"response":[{"id":"254a7f37-72e7-4434-b528-7ea09ac3972f","name":"외야수상세보기","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/player/outfielderdetail?pcode=51005","protocol":"http","host":["54","180","229","183"],"path":["api","player","outfielderdetail"],"query":[{"key":"pcode","value":"51005"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:30:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4410"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"gameplayer\": { // 선수 정보\n            \"backnum\": \"0\", // 등번호\n            \"birth\": \"19960712\", // 생년월일 (YYYYMMDD)\n            \"bloodGroups\": \"정보없음\", // 혈액형\n            \"bornPlace\": \"정보없음\", // 출생지\n            \"career\": \"먼우금초-Lesbois(중)-Timberline(고)-Boise State(대)\", // 선수 학력 및 경력\n            \"career2\": \"정보없음\", // 추가 경력 정보\n            \"debutYear\": \"2021\", // 데뷔 연도\n            \"energybar\": 3, // 에너지바 값\n            \"energybarName\": \"3 점\", // 에너지바 점수 표시\n            \"engName\": \"KIM GEON HYUNG\", // 선수 영문 이름\n            \"gyear\": \"2024\", // 현재 연도\n            \"hasFanpage\": \"N\", // 팬페이지 여부\n            \"height\": \"182\", // 키 (cm)\n            \"hittype\": \"우투좌타\", // 투타 유형 (오른손 투수, 왼손 타자)\n            \"mobilePlayerImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51005_2024-03-06_134644.jpg\", // 선수 이미지 URL 1\n            \"mobilePlayerImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51005_2024-03-06_134654.jpg\", // 선수 이미지 URL 2\n            \"mobilePlayerImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51005_2024-03-06_134704.jpg\", // 선수 이미지 URL 3\n            \"money\": \"3000만원\", // 연봉\n            \"pcode\": \"51005\", // 선수 코드\n            \"playerName\": \"김건형\", // 선수 이름\n            \"playerPrvwImg\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg/51005_2024-03-06_134559.jpg\", // 선수 미리보기 이미지 1\n            \"playerPrvwImg1\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg1/51005_2024-06-12_132849.jpg\", // 선수 미리보기 이미지 2\n            \"playerPrvwImg2\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg2/51005_2024-03-06_134609.jpg\", // 선수 미리보기 이미지 3\n            \"playerPrvwImg3\": \"https://wizzap.ktwiz.co.kr/files/playerImg/ktImg3/51005_2024-03-06_134626.jpg\", // 선수 미리보기 이미지 4\n            \"position\": \"외야수\", // 포지션\n            \"position2\": \"외\", // 포지션 약어\n            \"promise\": \"4000만원\", // 계약금\n            \"rank\": 57, // 랭킹\n            \"rankName\": \"57 위\", // 랭킹 이름\n            \"teamCode\": \"KT\", // 팀 코드\n            \"teamName\": \"KT\", // 팀 이름\n            \"weight\": \"83\" // 몸무게 (kg)\n        },\n        \"recentgamerecordlist\": [ // 최근 경기 기록\n            {\n                \"ab\": 1, // 타수\n                \"bb\": 0, // 볼넷\n                \"bra\": \"0.000\", // 타율\n                \"cs\": 0, // 도루 실패\n                \"displayDate\": \"07.04\", // 경기 날짜\n                \"gd\": 0, // 병살타\n                \"h2\": 0, // 2루타\n                \"h3\": 0, // 3루타\n                \"hit\": 0, // 안타\n                \"hp\": 0, // 몸에 맞는 공\n                \"hr\": 0, // 홈런\n                \"hra\": \"0.000\", // 장타율\n                \"kk\": 0, // 삼진\n                \"matchTeamCode\": \"HH\", // 상대팀 코드\n                \"matchTeamName\": \"한화\", // 상대팀 이름\n                \"rbi\": 0, // 타점\n                \"run\": 0, // 득점\n                \"sb\": 0 // 도루\n            }\n            // 이하 최근 경기 기록 생략\n        ],\n        \"recentgamerecordlistfutures\": [ // 퓨처스 리그 최근 경기 기록\n            {\n                \"ab\": 3, // 타수\n                \"bb\": 0, // 볼넷\n                \"cs\": 0, // 도루 실패\n                \"displayDate\": \"08.28\", // 경기 날짜\n                \"gd\": 0, // 병살타\n                \"h2\": 0, // 2루타\n                \"h3\": 0, // 3루타\n                \"hit\": 2, // 안타\n                \"hp\": 0, // 몸에 맞는 공\n                \"hr\": 0, // 홈런\n                \"hra\": \"0.667\", // 장타율\n                \"kk\": 1, // 삼진\n                \"matchTeamCode\": \"LG\", // 상대팀 코드\n                \"matchTeamName\": \"LG\", // 상대팀 이름\n                \"rbi\": 1, // 타점\n                \"run\": 2, // 득점\n                \"sb\": 0 // 도루\n            }\n            // 이하 퓨처스 리그 최근 경기 기록 생략\n        ],\n        \"seasonsummary\": { // 정규 시즌 요약\n            \"ab\": 24, // 타수\n            \"babip\": \"0.188\", // 인플레이 타구 타율\n            \"bb\": 1, // 볼넷\n            \"bbkk\": \"0.13\", // 볼넷 대비 삼진 비율\n            \"bra\": \"0.160\", // 타율\n            \"cs\": 0, // 도루 실패\n            \"finalHit\": 0, // 결정적 안타\n            \"gamenum\": 13, // 경기 수\n            \"gd\": 0, // 병살타\n            \"gyear\": \"2024\", // 시즌 연도\n            \"h2\": 1, // 2루타\n            \"h3\": 0, // 3루타\n            \"hit\": 3, // 안타\n            \"hp\": 0, // 몸에 맞는 공\n            \"hr\": 0, // 홈런\n            \"hra\": \"0.125\", // 장타율\n            \"ib\": 0, // 고의사구\n            \"kk\": 8, // 삼진\n            \"ops\": \"0.327\", // OPS (출루율 + 장타율)\n            \"opsPlus\": \"-15.168\", // OPS+ (리그 평균 대비)\n            \"pa\": 25, // 타석\n            \"pcode\": \"51005\", // 선수 코드\n            \"rbi\": 1, // 타점\n            \"run\": 2, // 득점\n            \"sb\": 0, // 도루\n            \"sbTryCn\": 0, // 도루 시도 횟수\n            \"sba\": \"0\", // 도루 성공률\n            \"sf\": 0, // 희생 플라이\n            \"sh\": 0, // 희생 번트\n            \"slg\": \"0.167\", // 장타율\n            \"spHra\": \"0.000\", // 특정 장타율\n            \"war\": \"0\", // 대체선수 대비 승리 기여도\n            \"winShares\": \"0\", // 팀 기여 점수\n            \"woba\": \"0\", // 가중 출루율\n            \"wrHit\": \"0\", // 결정적 타점\n            \"wraa\": \"0\", // 가중 득점 기여\n            \"xbhrun\": \"1/3\" // 엑스트라 베이스 안타/전체 안타\n        },\n        \"seasonsummaryfutures\": { // 퓨처스 리그 시즌 요약\n            \"ab\": 204, // 타수\n            \"bb\": 24, // 볼넷\n            \"bra\": \"0.385\", // 타율\n            \"cs\": 2, // 도루 실패\n            \"gamenum\": 66, // 경기 수\n            \"gd\": 2, // 병살타\n            \"gyear\": \"2024\", // 시즌 연도\n            \"h2\": 18, // 2루타\n            \"h3\": 1, // 3루타\n            \"hit\": 63, // 안타\n            \"hp\": 3, // 몸에 맞는 공\n            \"hr\": 1, // 홈런\n            \"hra\": \"0.309\", // 장타율\n            \"kk\": 32, // 삼진\n            \"pcode\": \"51005\", // 선수 코드\n            \"rbi\": 39, // 타점\n            \"run\": 31, // 득점\n            \"sb\": 4, // 도루\n            \"sf\": 3, // 희생 플라이\n            \"sh\": 0, // 희생 번트\n            \"slg\": \"0.422\", // 장타율\n            \"war\": \"0\", // 대체 선수 대비 기여도\n            \"winShares\": \"0\", // 팀 기여 점수\n            \"woba\": \"0\", // 가중 출루율\n            \"wraa\": \"0\", // 가중 득점 기여\n            \"xbhrun\": \"20/63\" // 엑스트라 베이스 안타/전체 안타\n        },\n        \"yearrecordlist\": [ // 연도별 기록\n            {\n                \"ab\": 24, // 타수\n                \"bb\": 1, // 볼넷\n                \"bra\": \"0.16\", // 타율\n                \"cs\": 0, // 도루 실패\n                \"gamenum\": 13, // 경기 수\n                \"gd\": 0, // 병살타\n                \"gyear\": \"2024\", // 연도\n                \"h2\": 1, // 2루타\n                \"h3\": 0, // 3루타\n                \"hit\": 3, // 안타\n                \"hp\": 0, // 몸에 맞는 공\n                \"hr\": 0, // 홈런\n                \"hra\": \"0.125\", // 장타율\n                \"kk\": 8, // 삼진\n                \"rbi\": 1, // 타점\n                \"run\": 2, // 득점\n                \"sb\": 0, // 도루\n                \"slg\": \"0.167\", // 장타율\n                \"teamCode\": \"KT\", // 팀 코드\n                \"teamName\": \"KT\" // 팀 이름\n            },\n            {\n                \"ab\": 33,\n                \"bb\": 6,\n                \"bra\": \"0.333\",\n                \"cs\": 0,\n                \"gamenum\": 11,\n                \"gd\": 0,\n                \"gyear\": \"2021\",\n                \"h2\": 1,\n                \"h3\": 0,\n                \"hit\": 7,\n                \"hp\": 0,\n                \"hr\": 0,\n                \"hra\": \"0.212\",\n                \"kk\": 6,\n                \"rbi\": 0,\n                \"run\": 4,\n                \"sb\": 1,\n                \"slg\": \"0.242\",\n                \"teamCode\": \"KT\",\n                \"teamName\": \"KT\"\n            }\n        ]\n    }\n}\n"}],"_postman_id":"8303be96-d3f3-4f8a-b38c-2f3e6b729205"},{"name":"응원단리스트","id":"72360340-0cb2-4296-a688-457f0b869d06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/player/cheerleader","urlObject":{"protocol":"http","path":["api","player","cheerleader"],"host":["54","180","228","165"],"query":[],"variable":[]}},"response":[{"id":"37fb9f7f-5d6e-433f-a120-5a8945536aae","name":"응원단리스트","originalRequest":{"method":"GET","header":[],"url":"http://54.180.229.183/api/player/cheerleader"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:30:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"19109"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"delYn\": \"N\",\n                \"imgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/04235ce3d92344428a38df49dde87c10.png\",\n                \"imgPrvwPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/b2919bdaf81c429f8d11c46c266e9612.png\",\n                \"leaderBirthDay\": \"1977.08.05\",\n                \"leaderBloodGroups\": \"A\",\n                \"leaderCareer\": \"케이티위즈 야구단,\\n삼성썬더스 농구단,\\n삼성생명블루밍스 농구단\",\n                \"leaderEngName\": \"KIM JOO IL\",\n                \"leaderGreeting\": \"V2를 위하여 모든 기를 팍팍!!\",\n                \"leaderHeight\": \"183\",\n                \"leaderHobby\": \"마트시식코너 돌기\",\n                \"leaderLikePlayer\": \"박경수\",\n                \"leaderMotto\": \"안된다 못한다 하지말고 긍정적으로!!\",\n                \"leaderName\": \"김주일\",\n                \"leaderNickName\": \"쭈발이\",\n                \"leaderPosition\": \"응원단장\",\n                \"leaderSeq\": 9,\n                \"leaderType\": \"300\",\n                \"listImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/6c8860c9459c45edbb9445b66d7a9627.png\",\n                \"regDttm\": 1709620104000,\n                \"regr\": \"PE201703020948532040\",\n                \"snsId\": \"sek890\",\n                \"snsMemberId\": \"PE201503071536484055\",\n                \"thumbOffImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/2771cbe4cd704376ab2d6dc120d412a2.png\",\n                \"thumbOnImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/a3db25295e5d46da98dd2b227fb5ccbb.png\",\n                \"titleImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/18deb47db55e42529e1464896e6faf1a.png\",\n                \"updDttm\": 1709620104000,\n                \"updr\": \"PE201703020948532040\",\n                \"webviewDetailImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/73c0dcc7467d48d4a7cdf6544f017821.png\",\n                \"webviewListImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/131e626143824b01a98e418f78d013dd.png\"\n            },\n            {\n                \"delYn\": \"N\",\n                \"imgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/d29b494e3a4d4703932d74e58f99bebf.png\",\n                \"imgPrvwPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/5bac60a758864203b48a29bdff39695e.png\",\n                \"leaderBirthDay\": \"1984.02.15\",\n                \"leaderBloodGroups\": \"A\",\n                \"leaderCareer\": \"케이티위즈 야구단,\\n삼성썬더스 농구단,\\n삼성생명블루밍스 농구단\",\n                \"leaderEngName\": \"PARK SOO MI\",\n                \"leaderGreeting\": \"V2를 향하여 함께 응원해요\",\n                \"leaderHeight\": \"168\",\n                \"leaderHobby\": \"드라이브\",\n                \"leaderLikePlayer\": \"배정대\",\n                \"leaderMotto\": \"겸손한 자신감\",\n                \"leaderName\": \"박수미\",\n                \"leaderNickName\": \"목소리미녀\",\n                \"leaderPosition\": \"아나운서\",\n                \"leaderSeq\": 8,\n                \"leaderType\": \"200\",\n                \"listImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/9ad44ecd483f4e7eab291c4773c9f3c3.png\",\n                \"regDttm\": 1709620049000,\n                \"regr\": \"PE201703020948532040\",\n                \"snsId\": \"tnalqkr77\",\n                \"snsMemberId\": \"PE201504211702351956\",\n                \"thumbOffImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/d71e9addf96d470e87e5d6e78f36fe5b.png\",\n                \"thumbOnImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/11acd052b28346ae8f0e7a96e31887d5.png\",\n                \"titleImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/ab31d2493f6b4f7fbd44e0468b192563.png\",\n                \"updDttm\": 1709620049000,\n                \"updr\": \"PE201703020948532040\",\n                \"webviewDetailImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/6570ae512ac04f84beec228876463501.png\",\n                \"webviewListImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/12c6292f040e4e55b7fc7b58f0e57b3b.png\"\n            },\n            {\n                \"delYn\": \"N\",\n                \"imgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/76f4851d319745b7aa05a2541b11fa4f.png\",\n                \"imgPrvwPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/be48e65ad484462f8a1700dcb0a0901b.png\",\n                \"leaderBirthDay\": \"1992.07.19\",\n                \"leaderBloodGroups\": \"A\",\n                \"leaderCareer\": \"케이티위즈 야구단,\\n케이티소닉붐 농구단,\\nKB스타즈 농구단\",\n                \"leaderEngName\": \"KIM JIN A\",\n                \"leaderGreeting\": \"올해도 ktwiz와 함께하게 되어 행복합니다 :-) 항상 열심히 하는 모습 보여드릴게요 ♥ ktwiz 화이팅!\",\n                \"leaderHeight\": \"170\",\n                \"leaderHobby\": \"영화보기\",\n                \"leaderLikePlayer\": \"강백호\",\n                \"leaderMotto\": \"해처럼 밝고 꽃처럼 아릅답게\",\n                \"leaderName\": \"김진아\",\n                \"leaderNickName\": \"찌나뇽\",\n                \"leaderPosition\": \"치어리더\",\n                \"leaderSeq\": 13,\n                \"leaderType\": \"100\",\n                \"listImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/fc9ef716d944469380579379b17bef07.png\",\n                \"regDttm\": 1709619997000,\n                \"regr\": \"PE201703020948532040\",\n                \"snsId\": \"jjinav0v\",\n                \"snsMemberId\": \"PE201703292254253308\",\n                \"thumbOffImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/58e8ff178e264733b0fcb850b64b7b78.png\",\n                \"thumbOnImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/8aebfcc677da48ec83004995dab9a5aa.png\",\n                \"titleImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/8c44a97eeac6408693402633b2bb3c50.png\",\n                \"updDttm\": 1709619997000,\n                \"updr\": \"PE201703020948532040\",\n                \"webviewDetailImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/581787c89145493bba79d400db469cca.png\",\n                \"webviewListImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/49a198fc95624caeb690a40307647e1e.png\"\n            },\n            {\n                \"delYn\": \"N\",\n                \"imgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/33be049bd66c47fb9b64e274adbdbb2d.png\",\n                \"imgPrvwPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/a5b8fa884dcb4c6db4603a0f76ea8062.png\",\n                \"leaderBirthDay\": \"1996.12.24\",\n                \"leaderBloodGroups\": \"O\",\n                \"leaderCareer\": \"케이티위즈 야구단,\\n케이티소닉붐 농구단,\\nKB스타즈 농구단\",\n                \"leaderEngName\": \"KIM HAN SEUL\",\n                \"leaderGreeting\": \"kt위즈 V2를 위해서 저희 레이디위즈와 함께 열심히 응원해주세요!! kt위즈 화이팅!!!!\",\n                \"leaderHeight\": \"172\",\n                \"leaderHobby\": \"게임\",\n                \"leaderLikePlayer\": \"오윤석\",\n                \"leaderMotto\": \"즐겁게살자\",\n                \"leaderName\": \"김한슬\",\n                \"leaderNickName\": \"스리공쥬\",\n                \"leaderPosition\": \"치어리더\",\n                \"leaderSeq\": 10,\n                \"leaderType\": \"100\",\n                \"listImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/5be0f095fa404e25a397a1109cdfd04f.png\",\n                \"regDttm\": 1709619926000,\n                \"regr\": \"PE201703020948532040\",\n                \"snsId\": \"sgkstmfs\",\n                \"snsMemberId\": \"PE201506051828057914\",\n                \"thumbOffImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/08121f2c9dfb4f829232f267b93ef3f9.png\",\n                \"thumbOnImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/c3ad6d86a4ce49bd8228ba9956bc9609.png\",\n                \"titleImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/6613c3b972aa436f9deb58e290746a17.png\",\n                \"updDttm\": 1709619926000,\n                \"updr\": \"PE201703020948532040\",\n                \"webviewDetailImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/8083c337fa9b49b9bf232813d0db7344.png\",\n                \"webviewListImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/6e7e36129199469793e0fe49fbde9c1e.png\"\n            },\n            {\n                \"delYn\": \"N\",\n                \"imgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/37e07ef9122c44bd93b54937d8f5da18.png\",\n                \"imgPrvwPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/5866c5c8e2ff4d79bcbca6d19c7e6262.png\",\n                \"leaderBirthDay\": \"1999.12.05\",\n                \"leaderBloodGroups\": \"O\",\n                \"leaderCareer\": \"케이티위즈 야구단,\\nKGC인삼공사 농구단,\\n신한은행 에스버드 농구단\",\n                \"leaderEngName\": \"KIM HAE RI\",\n                \"leaderGreeting\": \"올해 ktwiz와 함께 할 수 있어 너무 기쁩니다!\\n팬여러분들과 승리를 위해 힘차게 응원하겠습니다!\\nKtwiz 화이팅!\",\n                \"leaderHeight\": \"173\",\n                \"leaderHobby\": \"틱톡찍기\",\n                \"leaderLikePlayer\": \"강백호\",\n                \"leaderMotto\": \"최선이 반복되면 최고가된다\",\n                \"leaderName\": \"김해리\",\n                \"leaderNickName\": \"리리\",\n                \"leaderPosition\": \"치어리더\",\n                \"leaderSeq\": 28,\n                \"leaderType\": \"100\",\n                \"listImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/d556048a20bc45048b1120a40e82ceda.png\",\n                \"regDttm\": 1715950192000,\n                \"regr\": \"PE201703020948532040\",\n                \"snsId\": \"\",\n                \"thumbOffImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/05/17/image/ori/fcbac60e10d14461b53055b9a42692b3.png\",\n                \"thumbOnImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/05/17/image/ori/6aa674d5162f485cab9e586e156cc6c4.png\",\n                \"titleImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/cfd22fcfc8e842fe8a6d12d3bd4020fd.png\",\n                \"updDttm\": 1715950192000,\n                \"updr\": \"PE201703020948532040\",\n                \"webviewDetailImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/35c8820ce664412bbf6d6cee56e731d1.png\",\n                \"webviewListImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/c6bd5dc281234fd8a0157b9a430638d5.png\"\n            },\n            {\n                \"delYn\": \"N\",\n                \"imgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/ff9251421b9d459f9fb4594e735a3bb5.png\",\n                \"imgPrvwPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/ed663636d1c641b88d1eb3278afdfa52.png\",\n                \"leaderBirthDay\": \"1997.06.21\",\n                \"leaderBloodGroups\": \"AB\",\n                \"leaderCareer\": \"케이티위즈 야구단,\\n케이티소닉붐 농구단,\\nKB스타즈 농구단\",\n                \"leaderEngName\": \"SHIN SE HEE\",\n                \"leaderGreeting\": \"팬 여러분! 2024 시즌 함께 즐겁고 행복한 응원!! 준비 되셨죠? V2 뜨겁게 한번 가봅시다!!! kt wiz 화이팅 ~~\",\n                \"leaderHeight\": \"173\",\n                \"leaderHobby\": \"롤\",\n                \"leaderLikePlayer\": \"로하스\",\n                \"leaderMotto\": \"후회없이 최선을 다하자\",\n                \"leaderName\": \"신세희\",\n                \"leaderNickName\": \"세또\",\n                \"leaderPosition\": \"치어리더\",\n                \"leaderSeq\": 24,\n                \"leaderType\": \"100\",\n                \"listImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/4757ebc44a4241ce8139f380cb4158b4.png\",\n                \"regDttm\": 1709620611000,\n                \"regr\": \"PE201703020948532040\",\n                \"snsId\": \"\",\n                \"thumbOffImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/4f942e54052549af863dcf9c0734a5c2.png\",\n                \"thumbOnImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/5f9032ae977c433299b314c0fbff4b8d.png\",\n                \"titleImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/273473576a8c4125861ed2e61c2a20e6.png\",\n                \"updDttm\": 1709620611000,\n                \"updr\": \"PE201703020948532040\",\n                \"webviewDetailImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/3b267ed4352b4d6ca47d67220047845d.png\",\n                \"webviewListImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/1ef73f6d90dc47fc878f403f57065d01.png\"\n            },\n            {\n                \"delYn\": \"N\",\n                \"imgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/cf42a594c672413392b83d068b3f6e79.png\",\n                \"imgPrvwPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/761fc9e27df14f17acc13f1872afb7c0.png\",\n                \"leaderBirthDay\": \"2001.06.08\",\n                \"leaderBloodGroups\": \"AB\",\n                \"leaderCareer\": \"케이티위즈 야구단,\\n케이티소닉붐 농구단\",\n                \"leaderEngName\": \"YOON JINA\",\n                \"leaderGreeting\": \"저의 첫 야구 시즌을 Kt wiz와 함께 할 수 있어 영광입니다 :) V2 를 향해 팬분들과 함께 열심히 달려보겠습니다! Kt wiz 아자아자❤\",\n                \"leaderHeight\": \"171\",\n                \"leaderHobby\": \"노래부르기\",\n                \"leaderLikePlayer\": \"천성호\",\n                \"leaderMotto\": \"그럼에도 불구하고 오늘을 살아가자\",\n                \"leaderName\": \"윤지나\",\n                \"leaderNickName\": \"뉴트로지나\",\n                \"leaderPosition\": \"치어리더\",\n                \"leaderSeq\": 31,\n                \"leaderType\": \"100\",\n                \"listImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/62880c49244d4d6eab9441764600f6e1.png\",\n                \"regDttm\": 1716956150000,\n                \"regr\": \"PE202304121644316235\",\n                \"snsId\": \"\",\n                \"thumbOffImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/87ca54aa256d4b12840f019dbcf4c411.png\",\n                \"thumbOnImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/b64947e29e7c4577bd27bb01806270c0.png\",\n                \"titleImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/bae41de77751403b98d7e8bcee793436.png\",\n                \"updDttm\": 1716956150000,\n                \"updr\": \"PE202304121644316235\",\n                \"webviewDetailImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/70a8b9dc90134847a702084e4df3eaf9.png\",\n                \"webviewListImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/9c0898835be6460eb192f1fae2402425.png\"\n            },\n            {\n                \"delYn\": \"N\",\n                \"imgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/581fc1695f464ecd89220823430e88f2.png\",\n                \"imgPrvwPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/d197e61d46544d998921a1e745c502a4.png\",\n                \"leaderBirthDay\": \"2000.05.16\",\n                \"leaderBloodGroups\": \"B\",\n                \"leaderCareer\": \"케이티위즈 야구단,\\n케이티소닉붐 농구단,\\nKB스타즈 농구단\",\n                \"leaderEngName\": \"LEE GEUM JU\",\n                \"leaderGreeting\": \"이번 시즌도 여러분들과 위즈파크에서 함께 하게되어 너무 행복합니다! 같이 우승을 위해 달려보아요❤\",\n                \"leaderHeight\": \"170\",\n                \"leaderHobby\": \"음악감상\",\n                \"leaderLikePlayer\": \"박영현\",\n                \"leaderMotto\": \"최선을 다해 즐겁게 살자\",\n                \"leaderName\": \"이금주\",\n                \"leaderNickName\": \"금둥이\",\n                \"leaderPosition\": \"치어리더\",\n                \"leaderSeq\": 23,\n                \"leaderType\": \"100\",\n                \"listImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/e4cffec882e34fe5a1c4035dddba92dd.png\",\n                \"regDttm\": 1709619430000,\n                \"regr\": \"PE201703020948532040\",\n                \"snsId\": \"\",\n                \"thumbOffImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/faa6ec16bae64946b08faa3c58462d2b.png\",\n                \"thumbOnImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/069b2496598e44c1bd0141b7ee21dbdd.png\",\n                \"titleImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/0e8cb3054cf3443e93fb54ea459a02d2.png\",\n                \"updDttm\": 1709619430000,\n                \"updr\": \"PE201703020948532040\",\n                \"webviewDetailImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/90877581a412449387affe789b49a73a.png\",\n                \"webviewListImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/b787a1c2aee64a9cb2e9769a68a1f809.png\"\n            },\n            {\n                \"delYn\": \"N\",\n                \"imgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/10b1010b4ec441309d0cabd9120c17c7.png\",\n                \"imgPrvwPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/c956c7e2a646452e805754178e224c4a.png\",\n                \"leaderBirthDay\": \"2007.09.20\",\n                \"leaderBloodGroups\": \"B\",\n                \"leaderCareer\": \"케이티위즈 야구단,\\n케이티소닉붐 농구단,\\nKB스타즈 농구단,\\nIBK기업은행 배구단\",\n                \"leaderEngName\": \"JANG YU JIN\",\n                \"leaderGreeting\": \"안녕하세요! 이번시즌 새롭게 합류한 장유진 치어리더 입니다 :) KT위즈의 우승을 위해 열심히 응원하겠습니다!! KT위즈 화이팅❤\",\n                \"leaderHeight\": \"170\",\n                \"leaderHobby\": \"야구 보기\",\n                \"leaderLikePlayer\": \"고영표\",\n                \"leaderMotto\": \"피할 수 없으면 즐겨라\",\n                \"leaderName\": \"장유진\",\n                \"leaderNickName\": \"유디니\",\n                \"leaderPosition\": \"치어리더\",\n                \"leaderSeq\": 32,\n                \"leaderType\": \"100\",\n                \"listImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/dd8b9d52939e4090bede5932a8907bc9.png\",\n                \"regDttm\": 1709620425000,\n                \"regr\": \"PE201703020948532040\",\n                \"snsId\": \"\",\n                \"thumbOffImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/860401c2dd254da3844261ab3bd30734.png\",\n                \"thumbOnImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/ad1dfcaba59a4209815b808ce255c64a.png\",\n                \"titleImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/249bab08215348c184a1e40b9d8b51e3.png\",\n                \"updDttm\": 1709620425000,\n                \"updr\": \"PE201703020948532040\",\n                \"webviewDetailImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/e542148ca6f44eb093e196bf60112f3c.png\",\n                \"webviewListImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/76a948d3a1084add8e667de2f8bcec60.png\"\n            },\n            {\n                \"delYn\": \"N\",\n                \"imgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/becd2de5614242a7b1a96a7c060cdb81.png\",\n                \"imgPrvwPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/7e1f32a0101a41afb563a6277464290b.png\",\n                \"leaderBirthDay\": \"1999.09.25\",\n                \"leaderBloodGroups\": \"A\",\n                \"leaderCareer\": \"케이티위즈 야구단,\\n캐롯점퍼스 농구단,\\nSK나이츠 농구단,\\n천안현대캐피탈 배구단\",\n                \"leaderEngName\": \"CHO YE RIN\",\n                \"leaderGreeting\": \"이번 시즌 ktwiz를 응원하게 된 조예린치어리더입니다 ! 우승하는 순간까지 매 경기 최선을 다해 응원하겠습니다 ♥ 수원에서 함께 응원해요 ! ktwiz 화이팅 !!\",\n                \"leaderHeight\": \"170\",\n                \"leaderHobby\": \"사진찍기,댄스\",\n                \"leaderLikePlayer\": \"로하스\",\n                \"leaderMotto\": \"순간을 소중히\",\n                \"leaderName\": \"조예린\",\n                \"leaderNickName\": \"옐링이\",\n                \"leaderPosition\": \"치어리더\",\n                \"leaderSeq\": 33,\n                \"leaderType\": \"100\",\n                \"listImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/e331ab1bc2aa42aba16a5adda45bbd66.png\",\n                \"regDttm\": 1709620516000,\n                \"regr\": \"PE201703020948532040\",\n                \"snsId\": \"\",\n                \"thumbOffImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/60c8c12f54324e57885d4220cda56fc6.png\",\n                \"thumbOnImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/33e2944805184f25807ad2b87f7831ae.png\",\n                \"titleImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/2da39d1ef76a41aeac644ad056b677fe.png\",\n                \"updDttm\": 1709620516000,\n                \"updr\": \"PE201703020948532040\",\n                \"webviewDetailImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/00e5cc8c37b5407cba2733a5ea6cfea5.png\",\n                \"webviewListImgPath\": \"https://wizzap.ktwiz.co.kr/files/000/2024/03/05/image/ori/b3e27abe28a445f692c8ab24945013ed.png\"\n            }\n        ]\n    }\n}"}],"_postman_id":"72360340-0cb2-4296-a688-457f0b869d06"},{"name":"선수증명사진","id":"5adaca3d-a707-4e2a-afc8-196f8d762825","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/player_img?team=KT&name=강백호","urlObject":{"protocol":"http","path":["api","player_img"],"host":["54","180","228","165"],"query":[{"key":"team","value":"KT"},{"key":"name","value":"강백호"}],"variable":[]}},"response":[{"id":"fc67c100-29ec-409c-bac7-bd9f52dc17d3","name":"New Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/player_img?team=KT&name=강백호","protocol":"http","host":["54","180","229","183"],"path":["api","player_img"],"query":[{"key":"team","value":"KT"},{"key":"name","value":"강백호"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 14:54:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://statiz.sporki.com/data/baseball/player/2023_t/13168.png\"\n}"}],"_postman_id":"5adaca3d-a707-4e2a-afc8-196f8d762825"},{"name":"선수 추가정보","id":"73819bbc-8bec-44ba-ae07-ab9c5e676003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/additionalInfo?team=KT&player=쿠에바스","urlObject":{"protocol":"http","path":["api","additionalInfo"],"host":["54","180","228","165"],"query":[{"key":"team","value":"KT"},{"key":"player","value":"쿠에바스"}],"variable":[]}},"response":[{"id":"c2afc9ce-7930-496e-ad0d-fce58f59a54c","name":"선수 추가정보","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.228.165/api/additionalInfo?team=KT&player=쿠에바스","protocol":"http","host":["54","180","228","165"],"path":["api","additionalInfo"],"query":[{"key":"team","value":"KT"},{"key":"player","value":"쿠에바스"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Mon, 06 Jan 2025 05:02:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"285"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"pitchingRatio\": {\n        \"2-seam Fastball\": 17.3,\n        \"4-seam Fastball\": 24.4,\n        \"ChangeUp\": 0,\n        \"Curve\": 0.8,\n        \"Cutter\": 24.6,\n        \"Forkball\": 0,\n        \"Sinker\": 0,\n        \"Slider\": 19.2\n    },\n    \"pitchingValue\": {\n        \"2-seam Fastball\": -4.3,\n        \"4-seam Fastball\": 1.6,\n        \"ChangeUp\": -0.4,\n        \"Curve\": 1.3,\n        \"Cutter\": 8.4,\n        \"Forkball\": 0,\n        \"Sinker\": 0,\n        \"Slider\": 21.5\n    }\n}"}],"_postman_id":"73819bbc-8bec-44ba-ae07-ab9c5e676003"}],"id":"b656f592-d70f-4862-a71e-2aff87797d34","_postman_id":"b656f592-d70f-4862-a71e-2aff87797d34","description":""},{"name":"Media","item":[{"name":"Wiz소식리스트","id":"81e8a7d2-dd66-4932-a485-c0117fae9200","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/article/newslist?searchWord=빅또리","urlObject":{"protocol":"http","path":["api","article","newslist"],"host":["54","180","228","165"],"query":[{"key":"searchWord","value":"빅또리"}],"variable":[]}},"response":[{"id":"9a9404ea-ec76-41e1-baf8-83e6a7f1198e","name":"Wiz소식리스트","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/article/newslist?searchWord=빅또리","protocol":"http","host":["54","180","229","183"],"path":["api","article","newslist"],"query":[{"key":"searchWord","value":"빅또리"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:31:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"242994"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요 kt wiz 야구단입니다. 서버 점검이 완료되어 wizzap 서비스 이용이 재개되었습니다. 빅또리/소닉에게 물어보기, 챗봇, KT소닉붐 홈경기 티켓 예매 등 모든 기능을 이용하실 수 있습니다.</p><p style=\\\"text-align: center;\\\">서비스 이용에 불편을 드린 점 다시 한번 양해 부탁드리며, 앞으로도 wizzap을 통해 더욱 편리한 서비스를 제공하겠습니다.</p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2024/12/27/20241227150729.f0f-d0968998b80d.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 191116,\n                \"artcTitle\": \"[안내] wizzap 서버 점검 완료 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/12/27/20241227150742.828-b21934aebd95.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1735279662000,\n                \"regr\": \"gsc02063\",\n                \"totalPage\": 1,\n                \"updDttm\": 1735279752000,\n                \"updr\": \"gsc02063\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 7\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요, kt wiz 야구단입니다.</p>\\r\\n<p style=\\\"text-align: center;\\\">9/22(일) 스누피데이에 출시되는 콜라보 굿즈 라인업을 안내드립니다!</p>\\r\\n<p style=\\\"text-align: center;\\\"><br></p>\\r\\n<p style=\\\"text-align: center;\\\">자세한 내용은 빅또리스피킹 공지를 통해 확인하실 수 있습니다.</p>\\r\\n<p style=\\\"text-align: center;\\\">\\r\\n<a href=\\\"https://www.instagram.com/p/DAIZH_OzFAV/?utm_source=ig_web_copy_link&amp;igsh=MzRlODBiNWFlZA==\\\" hyb-browser=\\\"\\\"><b>공지 확인 바로가기</b></a></p><p style=\\\"text-align: center;\\\"><br></p>\\r\\n<p style=\\\"text-align: center;\\\">[스누피데이 굿즈 구매 안내]</p><p style=\\\"text-align: center;\\\">ㅁ스누피데이 당일에 한해 어센틱 유니폼은 1인 최대 2장까지 구매 가능합니다(사이즈 상관 없이)</p><p style=\\\"text-align: center;\\\">ㅁ콜라보 굿즈는 스누피데이 이후에도 계속해서 만나보실 수 있습니다(온/오프라인)!&nbsp;</p><p style=\\\"text-align: center;\\\">*자세한 내용은 추후 공지 예정입니다</p>\\r\\n<p style=\\\"text-align: center;\\\"><br></p>\\r\\n<p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2024/09/20/20240920164011.7ee-099691ae1586.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p>\\r\\n<p style=\\\"text-align: center;\\\"><br></p>\\r\\n<p style=\\\"text-align: center;\\\"><br></p>\\r\\n<p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 190369,\n                \"artcTitle\": \"[안내] 스누피데이 콜라보 굿즈 라인업\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/09/20/20240920164021.974-9ab07b2e9e78.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1726818021000,\n                \"regr\": \"rlawjdgus117\",\n                \"totalPage\": 1,\n                \"updDttm\": 1726824031000,\n                \"updr\": \"rlawjdgus117\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 420\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요, kt wiz 야구단입니다.&nbsp;</p><p style=\\\"text-align: center;\\\">빅또리데이 기념으로 특별한 커스텀 프레임이 추가되었습니다!&nbsp;</p><p style=\\\"text-align: center;\\\">자세한 내용은 공지 이미지를 확인해 주세요.&nbsp;</p><p style=\\\"text-align: center;\\\"><a href=\\\"https://m.site.naver.com/1gIVD\\\" hyb-browser=\\\"\\\">포토카드 확인하기</a></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2024/09/16/20240916164728.22c-235dadea4a79.png\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center;\\\"><a href=\\\"https://m.site.naver.com/1gIVD\\\" hyb-browser=\\\"\\\"><br></a></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 190228,\n                \"artcTitle\": \"[안내]빅또리데이 기념 포토카드 프레임 추가\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/09/16/20240916171145.bcd-7482803d0b10.png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1726412400000,\n                \"regr\": \"rlawjdgus117\",\n                \"startDttm\": 1726412400000,\n                \"totalPage\": 1,\n                \"updDttm\": 1726474305000,\n                \"updr\": \"rlawjdgus117\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 211\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요, kt wiz 야구단입니다. 9월 18일 vs삼성과의 경기에서는 kt wiz의 마스코트 빅, 또리와 함께하는 '빅또리 데이'행사를 만나볼 수 있습니다! 해당 경기에 한하여 이벤트 좌석 예매 시 빅또리 유니폼이 제공됩니다!&nbsp;<span style=\\\"font-size: 10pt;\\\">자세한 사항은 공지 이미지를 확인해 주세요.</span></p><div style=\\\"text-align: center;\\\"><br></div><p><br></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2024/09/07/20240907213144.1c9-59f077642c4b.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 190049,\n                \"artcTitle\": \"[안내] 9/18(수) 빅또리 데이 행사 안내\\ufeff\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/09/07/20240907213202.770-fea1de8a43c7.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1725712322000,\n                \"regr\": \"gsc02063\",\n                \"totalPage\": 1,\n                \"updDttm\": 1725713002000,\n                \"updr\": \"gsc02063\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1057\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\"><span style=\\\"font-family: Dotum, 돋움, sans-serif; font-size: 10pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">안녕하세요, kt wiz 야구단입니다.</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-family: Dotum, 돋움, sans-serif; font-size: 10pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">2024 kt wiz 정조대왕 유니폼이 9/7(토) 15:00부터 온/오프라인 동시 판매됩니다.</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-family: Dotum, 돋움, sans-serif; font-size: 10pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">윌리엄 쿠에바스 </span><span style=\\\"font-family: Dotum, 돋움, sans-serif; font-size: 10pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">선수가 함께하여 그 의미를 더욱 빛내준 2024 kt wiz 정조대왕 유니폼을&nbsp;</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-family: Dotum, 돋움, sans-serif; font-size: 10pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">지금 바로 빅또리스피킹</span><span style=\\\"background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif; font-size: 10pt;\\\">(@vicddory.speaking)</span><span style=\\\"font-size: 10pt; font-family: Dotum, 돋움, sans-serif; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">&nbsp;인스타그램에서 </span><span style=\\\"font-size: 10pt;\\\"><span style=\\\"font-family: Dotum, 돋움, sans-serif; font-size: 10pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">만나보세요</span>!</span></p><p style=\\\"text-align: center;\\\"><a href=\\\"https://www.instagram.com/p/C_efqzdTfi_/?utm_source=ig_web_copy_link&amp;igsh=MzRlODBiNWFlZA==\\\" hyb-browser=\\\"\\\"><span style=\\\"font-family: Batang, 바탕, serif;\\\"><b><i><span style=\\\"font-family: Verdana, sans-serif; font-size: 9pt;\\\">2024 kt wiz 정조대왕 유니폼&nbsp;게시글 바로가기</span></i></b></span></a></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 10pt;\\\">&nbsp;</span></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2024/09/04/20240904093737.680-bb0574013818.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 10pt;\\\"></span><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 189936,\n                \"artcTitle\": \"[안내] 2024 kt wiz 정조대왕 유니폼 출시\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/09/04/20240904101916.387-02f756c7ba75.png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1725375600000,\n                \"regr\": \"rlawjdgus117\",\n                \"startDttm\": 1725375600000,\n                \"totalPage\": 1,\n                \"updDttm\": 1725412756000,\n                \"updr\": \"rlawjdgus117\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 226\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요, kt wiz 야구단입니다.&nbsp;</p><p style=\\\"text-align: center;\\\">브랜드 리빌리(LIBILLY)와 함께한 특별한 2024 워터페스티벌 유니폼을 지금 바로 빅또리스피킹 인스타 게시물로 만나보세요!&nbsp;</p><p style=\\\"text-align: center;\\\"><a href=\\\"https://www.instagram.com/p/C9ek8OAyR6V/?utm_source=ig_web_copy_link&amp;igsh=MzRlODBiNWFlZA==\\\" hyb-browser=\\\"\\\"><span style=\\\"font-family: Batang, 바탕, serif;\\\"><b><i><span style=\\\"font-family: Verdana, sans-serif; font-size: 9pt;\\\">LIBILLY X kt wiz 2024 워터페스티벌 유니폼 바로가기</span></i></b></span></a></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2024/07/16/20240716191620.617-75d4419d5e72.png\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-family: Batang, 바탕, serif;\\\"><b><i></i></b></span><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 188569,\n                \"artcTitle\": \"[안내] LIBILLY X kt wiz 2024 워터페스티벌 유니폼 출시 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/07/16/20240716191626.e75-525a3826bde8.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1721055600000,\n                \"regr\": \"rlawjdgus117\",\n                \"startDttm\": 1721055600000,\n                \"totalPage\": 1,\n                \"updDttm\": 1721125009000,\n                \"updr\": \"rlawjdgus117\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 252\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요, kt wiz 야구단입니다.&nbsp;</p><p style=\\\"text-align: center;\\\">원활한 위잽 서비스이용을 위해 wizzap 내 위즈톡/빅또리에게 물어보기 및 고객센터 이용 안내를 드리니 공지 내용을 확인 부탁드립니다.</p><p style=\\\"text-align: center;\\\"><b><span style=\\\"color: rgb(255, 0, 0);\\\">(위즈톡 내 티켓, 사전주차에 대한 양도 금지 내용 포함)</span></b></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2024/05/25/20240525185017.190-18c5588fc56b.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 187155,\n                \"artcTitle\": \"[안내] 위잽 어플 및 고객센터 이용안내(위즈톡 내 양도금지)\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/05/25/20240525185059.c13-940e86fdf418.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1716562800000,\n                \"regr\": \"rlawjdgus117\",\n                \"startDttm\": 1716562800000,\n                \"totalPage\": 1,\n                \"updDttm\": 1716630659000,\n                \"updr\": \"rlawjdgus117\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 89\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요, kt wiz 야구단입니다.&nbsp;</p><p style=\\\"text-align: center;\\\">2024시즌 회원 굿즈 (시즌권, 빅또리회원) 및 시즌권 회원 티켓북 구매 안내드립니다.&nbsp;</p><p style=\\\"text-align: center;\\\">자세한 내용은 공지 내 이미지를 확인 부탁드리며, 티켓북 구매를 원하는 시즌권 회원께서는 아래 링크로 접속하여 접수 부탁드립니다.</p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\">\\r\\n<a href=\\\"https://docs.google.com/forms/d/e/1FAIpQLScjveofSyiUMxxL1ZE9--JcD2dhJjRYBXpZd6JMJb2zAP1Tzg/viewform?usp=sf_link\\\" hyb-browser=\\\"\\\"><b><span style=\\\"color: rgb(255, 94, 0);\\\">2024시즌 티켓북 접수 바로가기</span></b></a></p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2024/03/23/20240323161315.57f-c3a0391a82c8.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 185086,\n                \"artcTitle\": \"[안내] 2024시즌 시즌권/빅또리회원 굿즈수령 및 시즌권 티켓북 구매 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/03/21/20240321164346.6d5-7f82729406cc.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1710950400000,\n                \"regr\": \"rlawjdgus117\",\n                \"startDttm\": 1710950400000,\n                \"totalPage\": 1,\n                \"updDttm\": 1711177999000,\n                \"updr\": \"rlawjdgus117\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 497\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요, kt wiz 야구단입니다.</p><p style=\\\"text-align: center;\\\">&nbsp;2024시즌 빅또리회원 모집을 시작합니다!&nbsp;</p><p style=\\\"text-align: center;\\\">자세한 내용은 공지 내 이미지를 확인 해 주세요.</p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2024/02/13/20240213111204.53b-99e7727aa5c9.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 184589,\n                \"artcTitle\": \"[안내] 2024 kt wiz 빅또리회원 모집\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/02/13/20240213111207.608-e10b3c59c366.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1707750000000,\n                \"regr\": \"rlawjdgus117\",\n                \"startDttm\": 1707750000000,\n                \"totalPage\": 1,\n                \"updDttm\": 1707790327000,\n                \"updr\": \"rlawjdgus117\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 4675\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요, kt wiz 야구단입니다.</p><p style=\\\"text-align: center;\\\">10월 7일 vs한화와의 경기에서는 kt wiz의 마스코트 빅, 또리와 함께하는 '빅또리데이'행사를 만나볼 수 있습니다!</p><p style=\\\"text-align: center;\\\">이벤트 특별석(이벤트 특별가 적용)을 예매 시, 예매 좌석에 따라 빅 또는 또리 유니폼을 수령하실 수 있습니다.&nbsp;</p><p style=\\\"text-align: center;\\\">빅 vs 또리! 빅또리데이 유니폼 입고, 빅또리데이를 즐겨 보세요!</p><p style=\\\"text-align: center;\\\">자세한 내용은 공지 내 이미지를 확인 해 주세요.</p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2023/09/27/20230927100211.f80-b66eba02899a.png\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-family: Dotum, 돋움, sans-serif; font-size: 9pt;\\\">&lt;빅 지정석&gt;</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(51, 51, 51); font-family: Dotum, 돋움, sans-serif; font-size: 9pt;\\\">-<b>1루 응원지정석</b> : 101, 103, 105, 107, 109, 111, 202, 204, 206, 208, 210, 212, 302, 304, 306, 308</span></p><div style=\\\"box-sizing: border-box; color: rgb(51, 51, 51); font-family: &quot;맑은 고딕&quot;; font-size: 13.3333px; text-align: center;\\\"><span style=\\\"font-family: Dotum, 돋움, sans-serif; font-size: 9pt;\\\">-<b>1루 테이블석(필수팩석)</b> : 113, 115, 214, 310, 312</span></div><div style=\\\"box-sizing: border-box; color: rgb(51, 51, 51); font-family: &quot;맑은 고딕&quot;; font-size: 13.3333px; text-align: center;\\\"><span style=\\\"font-family: Dotum, 돋움, sans-serif; font-size: 9pt;\\\">-<b>1루 휠체어석</b></span></div><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(51, 51, 51); font-family: Dotum, 돋움, sans-serif; font-size: 9pt;\\\">-<b>하이파이브석</b></span></p><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(51, 51, 51); font-family: Dotum, 돋움, sans-serif; font-size: 9pt;\\\"><br></span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-family: Dotum, 돋움, sans-serif; font-size: 12px;\\\">&lt;또리&nbsp;지정석</span><span style=\\\"font-family: Dotum, 돋움, sans-serif; font-size: 12px;\\\">&gt;</span></p><div style=\\\"box-sizing: border-box; color: rgb(51, 51, 51); font-family: &quot;맑은 고딕&quot;; font-size: 13.3333px; text-align: center;\\\"><span style=\\\"font-family: Dotum, 돋움, sans-serif; font-size: 9pt;\\\">-<b>1루&nbsp;응원지정석</b> : 102, 104, 106, 108, 110, 112, 201, 203, 205, 207, 209, 211, 301, 303, 305, 307, 309</span></div><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(51, 51, 51); font-family: Dotum, 돋움, sans-serif; font-size: 9pt;\\\">-<b>1루 테이블석(필수팩석)</b> : 114, 213, 215, 311</span><span style=\\\"color: rgb(51, 51, 51); font-family: Dotum, 돋움, sans-serif; font-size: 9pt;\\\"></span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 182739,\n                \"artcTitle\": \"[안내] 10/7(토) 빅또리데이 행사 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2023/09/27/20230927100232.de6-414fb4926f7e.png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1695740400000,\n                \"regr\": \"rlawjdgus117\",\n                \"startDttm\": 1695740400000,\n                \"totalPage\": 1,\n                \"updDttm\": 1695776552000,\n                \"updr\": \"rlawjdgus117\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 819\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요 kt wiz 야구단입니다.</p><p style=\\\"text-align: center;\\\">8월 22일 홈경기부터, 안전한 관람을 위한 파울볼 헬멧 대여 서비스가 시작됩니다.&nbsp;</p><p style=\\\"text-align: center;\\\">자세한 내용은 공지 및 2층 빅또리센터에서 확인하세요!</p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2023/08/18/20230818142724.aa5-3b84bc11417e.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 181162,\n                \"artcTitle\": \"[안내] 파울볼 헬멧 대여\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2023/08/18/20230818142747.e5b-b8d00d6ebbfc.png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1692284400000,\n                \"regr\": \"rlawjdgus117\",\n                \"startDttm\": 1692284400000,\n                \"totalPage\": 1,\n                \"updDttm\": 1692336467000,\n                \"updr\": \"rlawjdgus117\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 121\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요, kt wiz 야구단입니다!</p><p style=\\\"text-align: center;\\\">#지구WIZME~!! 지구를 지키는 \\\"다회용기 사용영상 릴스 공모전\\\"을 6월 20일부터 7월 20일까지, 한 달 간 개최합니다!</p><p style=\\\"text-align: center;\\\">*자세한 내용은 공지 및 빅또리스피킹 인스타그램을 참고 해 주세요.</p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2023/06/20/20230620203919.905-8845e6666e9a.png\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 178844,\n                \"artcTitle\": \"[공모안내] 제 1회 다회용기 사용영상 릴스 공모전\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2023/06/20/20230620203950.cf0-7b2416f0ae74.png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1687186800000,\n                \"regr\": \"rlawjdgus117\",\n                \"startDttm\": 1687186800000,\n                \"totalPage\": 1,\n                \"updDttm\": 1687261190000,\n                \"updr\": \"rlawjdgus117\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 114\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요, kt wiz 야구단입니다!</p><p style=\\\"text-align: center;\\\">빅또리더스와 관련해 추가되었던 5월 원정응원단 일정이 해당 행사일정 변동으로 인해 취소,변경되었습니다.&nbsp;</p><p style=\\\"text-align: center;\\\">변경 날짜는 추후 재공지 예정입니다. 팬 여러분들의 양해 부탁드리겠습니다.</p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2023/05/17/20230517151035.84a-4655367a56d7.png\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 177305,\n                \"artcTitle\": \"[안내] 5월 응원단이간다 일정 취소/변경 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2023/05/17/20230517151113.c89-8e355ae96fe6.png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1684274400000,\n                \"regr\": \"rlawjdgus117\",\n                \"startDttm\": 1684274400000,\n                \"totalPage\": 1,\n                \"updDttm\": 1684303873000,\n                \"updr\": \"rlawjdgus117\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 294\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">안녕하세요. 빅또리입니다.</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">10월 10일 NC 다이노스와의</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">홈경기 최종전 안내 드립니다.</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">자세한 사항은 아래 공지를 참고해주세요.</span></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2022/10/07/20221007101439.1a9-a3924c22e111.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 174357,\n                \"artcTitle\": \"[안내] 홈경기 이벤트 안내(10/10 vs NC 다이노스)\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2022/10/06/20221006151913.d10-a29e7d5e63e8.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1665037153000,\n                \"regr\": \"linusmin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1665105612000,\n                \"updr\": \"linusmin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 311\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">안녕하세요. 빅또리입니다.</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">9월 1일 ~ 2일 LG 트윈스와의</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">홈경기 이벤트 안내 드립니다.</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">자세한 사항은 아래 공지를 참고해주세요.</span></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2022/09/01/20220901162125.b28-822dc1532995.jpg\\\" class=\\\"txc-image\\\" style=\\\"font-size: 10pt; clear: none; float: none;\\\" /><br></p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 172856,\n                \"artcTitle\": \"[안내] 홈경기 이벤트 안내(9/1~2 vs LG 트윈스)\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2022/08/31/20220831213713.bae-e60b53ee2bef.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1661949433000,\n                \"regr\": \"linusmin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1662016892000,\n                \"updr\": \"linusmin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 382\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">안녕하세요. 빅또리입니다.</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">8월 어린이 팬 데이 시타 어린이를 모집합니다.</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">자세한 내용은 아래 이미지를 참고해주세요.</span></p><p style=\\\"text-align: center;\\\"><a href=\\\"https://docs.google.com/forms/d/e/1FAIpQLSdBQcxkEWpuHsFHFGB6_ZsDoDfBYnbZD6CAdFIoIt2hBcOXEg/viewform?usp=sf_link\\\" hyb-browser=\\\"\\\"><font color=\\\"black\\\" size=\\\"5\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><b><span style=\\\"background-color: rgb(140, 252, 203);\\\"><span style=\\\"background-color: rgb(178, 235, 244); font-size: 12pt;\\\">&lt;어린이 팬 데이 시구 신청 하기&gt;</span></span></b></span></font></a></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2022/08/20/20220820154053.95b-977713626184.jpg\\\" class=\\\"txc-image\\\" style=\\\"font-size: 10pt; clear: none; float: none;\\\"><br></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 172334,\n                \"artcTitle\": \"[안내] 8월 어린이 팬 데이 시타 어린이 모집 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2022/08/20/20220820154058.728-1f062529934f.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1660977658000,\n                \"regr\": \"linusmin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1660977730000,\n                \"updr\": \"linusmin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 277\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">안녕하세요.&nbsp;빅또리입니다.</span><br><span style=\\\"font-size: 12pt;\\\">\\r\\n8월&nbsp;20일&nbsp;~&nbsp;8월&nbsp;21일&nbsp;KIA&nbsp;타이거즈와의</span><br><span style=\\\"font-size: 12pt;\\\">\\r\\n홈경기&nbsp;이벤트&nbsp;안내&nbsp;드립니다.</span><br><span style=\\\"font-size: 12pt;\\\">\\r\\n8월&nbsp;20일에는&nbsp;이강철&nbsp;감독님의&nbsp;KBO&nbsp;레전드&nbsp;40인</span><br><span style=\\\"font-size: 12pt;\\\">\\r\\n시상식이&nbsp;진행됩니다.</span><br><span style=\\\"font-size: 12pt;\\\">\\r\\n자세한&nbsp;사항은&nbsp;아래&nbsp;공지를&nbsp;참고해주세요.</span></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2022/08/18/20220818110607.d24-db9ecb46db54.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center;\\\"><br><span style=\\\"font-size: 12pt;\\\">\\r\\n</span></p><p style=\\\"text-align: center;\\\"><br></p>\\r\\n\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 172233,\n                \"artcTitle\": \"[안내] 홈경기 이벤트 안내(8/20~21 vs KIA 타이거즈)\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2022/08/18/20220818101237.55d-28c0ccd0319c.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1660785157000,\n                \"regr\": \"linusmin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1660788382000,\n                \"updr\": \"linusmin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 174\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\"><span style=\\\"font-size:12pt;\\\"></span><span style=\\\"font-size: 12pt;\\\">안녕하세요. 빅또리입니다.</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">7월 어린이 팬 데이 시타 어린이를 모집합니다.</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">자세한 내용은 아래 이미지를 참고해주세요.</span></p><p style=\\\"text-align: center;\\\"><a href=\\\"https://docs.google.com/forms/d/e/1FAIpQLSf6rNoR66JrgIiFMrpQFnq16_9N6EJuioF0DPg7YvJ3Jhc0yA/viewform?usp=sf_link\\\" hyb-browser=\\\"\\\" style=\\\"text-align: -webkit-center;\\\"><font color=\\\"black\\\" size=\\\"5\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><b><span style=\\\"background-color: rgb(140, 252, 203);\\\"><span style=\\\"background-color: rgb(178, 235, 244); font-size: 12pt;\\\">&lt;어린이 팬 데이 시구 신청 하기&gt;</span></span></b></span></font></a><br></p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2022/07/26/20220726161509.988-0223d4afe813.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 171331,\n                \"artcTitle\": \"[안내] 7월 어린이 팬 데이 시타 어린이 모집 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2022/07/26/20220726161602.ac7-7b1f56373114.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1658819762000,\n                \"regr\": \"linusmin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1658819762000,\n                \"updr\": \"linusmin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 369\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">안녕하세요. 빅또리입니다.</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">7월 26일 ~ 7월 28일 키움 히어로즈와의</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">홈경기 이벤트 안내 드립니다.</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">자세한 사항은 아래 공지를 참고해주세요.</span></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2022/07/22/20220722173454.d98-d7f8ead9b217.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 171201,\n                \"artcTitle\": \"[안내] 홈경기 이벤트 안내(7/26~28 vs 키움 히어로즈)\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2022/07/22/20220722173516.c7e-384893daf994.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1658478917000,\n                \"regr\": \"linusmin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1658479703000,\n                \"updr\": \"linusmin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 323\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 13.3333px;\\\"><span style=\\\"font-size: 12pt;\\\"></span><span style=\\\"font-size: 12pt;\\\">안녕하세요. 빅또리입니다.</span></span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">통합우승기념 레플리카 반지 수령 관련하여 공지 드립니다.</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 13.3333px;\\\"><span style=\\\"font-size: 12pt;\\\">자세한 내용은 아래 이미지를 참고해 주세요.</span></span></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2022/07/08/20220708174203.a48-aff123098020.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 13.3333px;\\\"><span style=\\\"font-size: 12pt;\\\"></span><span style=\\\"font-size: 12pt;\\\"></span><br></span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 170889,\n                \"artcTitle\": \"[안내] 통합우승기념 레플리카 반지 수령 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2022/07/08/20220708174212.9a0-8a8f04473677.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1657269732000,\n                \"regr\": \"linusmin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1657269732000,\n                \"updr\": \"linusmin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 283\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\"><span style=\\\"font-size:12pt;\\\">안녕하세요. 빅또리입니다.</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">kt wiz 응원단이 6월 29일, 30일</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">대구삼성라이온즈파크에 출동합니다.</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size:12pt;\\\">대구에서도 kt wiz 응원단과 함께</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size:12pt;\\\">kt wiz를 응원해주세요!!</span></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2022/06/22/20220622161633.bfe-669c4a6bd4e4.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 13.3333px;\\\"><br></span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 170345,\n                \"artcTitle\": \"[안내] 6월 29일, 30일 대구 원정경기 응원단 파견 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2022/06/22/20220622161645.09b-727191021cab.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1655882205000,\n                \"regr\": \"linusmin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1655882266000,\n                \"updr\": \"linusmin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 225\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\"></span><span style=\\\"font-size: 12pt;\\\">안녕하세요. 빅또리입니다.</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">6월 21일 ~ 6월 26일 NC 다이노스, LG 트윈스와의</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">홈경기 이벤트 안내 드립니다.</span></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">자세한 사항은 아래 공지를 참고해주세요.</span></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2022/06/20/20220620114358.2ec-ef8f9c0db4d9.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\"></span><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 170261,\n                \"artcTitle\": \"홈경기 이벤트 안내(6/21~26 vs NC 다이노스, LG 트윈스)\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2022/06/20/20220620114411.a8c-2a5e327540a9.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1655693051000,\n                \"regr\": \"linusmin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1655693051000,\n                \"updr\": \"linusmin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1567\n            },\n            {\n                \"artcContents\": \"<div style=\\\"color: rgb(0, 0, 0); font-family: 돋움, Dotum, Helvetica, sans-serif; font-size: 12px; text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">안녕하세요. 빅또리입니다.</span></div><div style=\\\"color: rgb(0, 0, 0); font-family: 돋움, Dotum, Helvetica, sans-serif; font-size: 12px; text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">6월 14일 ~ 6월 16일 SSG 랜더스와의</span></div><div style=\\\"color: rgb(0, 0, 0); font-family: 돋움, Dotum, Helvetica, sans-serif; font-size: 12px; text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">홈경기 이벤트&nbsp;</span><span style=\\\"font-size: 12pt;\\\">안내 드립니다.</span></div><div style=\\\"color: rgb(0, 0, 0); font-family: 돋움, Dotum, Helvetica, sans-serif; font-size: 12px; text-align: center;\\\"><div align=\\\"center\\\" style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\">자세한 사항은 아래 공지를 참고해주세요.</span></div><div align=\\\"center\\\" style=\\\"text-align: center;\\\"><span style=\\\"font-size: 12pt;\\\"><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2022/06/11/20220611173915.595-474ea9640cd0.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p><br></p><br></span></div></div><p><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 169945,\n                \"artcTitle\": \"[안내] 홈경기 이벤트 안내(6/14~16 vs SSG 랜더스)\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2022/06/11/20220611173923.62e-f775d7dbddba.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1654936763000,\n                \"regr\": \"linusmin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1654936872000,\n                \"updr\": \"linusmin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 927\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">안녕하세요. 빅또리입니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 12pt;\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">5월 17일 ~ 5월 19일 LG 트윈스와의&nbsp;</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">홈경기 이벤트 안내 드립니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 12pt;\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">자세한 사항은 아래 공지를 참고해주세요.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 12pt;\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2022/05/15/20220515184847.4ff-cd55817bd585.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 168797,\n                \"artcTitle\": \"[안내] 홈경기 이벤트 안내(5/17~19 vs LG 트윈스)\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2022/05/15/20220515184849.aa6-ed3eebba9d50.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1652608129000,\n                \"regr\": \"linusmin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1652853526000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 334\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\"></span><span style=\\\"background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">안녕하세요. kt wiz 야구단</span></span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">입니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">빅또리 콜센터 운영이 변경되어 안내 드립니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">자세한 사항은 아래 공지 이미지를 참고해주세요.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size:12pt;\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2022/04/20/20220420163950.507-a83352fa488b.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"><span style=\\\"background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\"></span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 167596,\n                \"artcTitle\": \"[안내] 빅또리 콜센터 운영 변경 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2022/04/20/20220420164001.b01-c8118ab8255f.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1650440401000,\n                \"regr\": \"linusmin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1650499240000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 238\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">안녕하세요. kt wiz 야구단입니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">2022시즌 빅또리 콜센터가 3월 7일 부터 업무 개시됨을 알려드립니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">자세한 사항은 아래 이미지를 참고해주세요.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2022/03/07/20220307130606.ccf-de905a228dd5.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 166396,\n                \"artcTitle\": \"[안내] 2022시즌 빅또리 콜센터 업무 개시 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2022/03/07/20220307130614.c20-888fd1da1dc9.png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1646625600000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1646625600000,\n                \"totalPage\": 1,\n                \"updDttm\": 1648002627000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 317\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">안녕하세요. kt wiz 야구단입니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">kt wiz 빅또리 카카오톡 이모티콘이 출시되었습니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">많은 관심 부탁 드립니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2021/08/25/20210825102841.fb5-004beef17abd.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"></span><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 163140,\n                \"artcTitle\": \"[안내] kt wiz 빅또리 이모티콘 출시 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2021/08/25/20210825103055.2d4-9da137244ad2.png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1629853200000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1629853200000,\n                \"totalPage\": 1,\n                \"updDttm\": 1629855055000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1169\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">안녕하세요. kt wiz 야구단입니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 13.3333px;\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">빅또리 콜센터의 업무가 개시되었습니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 13.3333px;\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">자세한 사항은 아래 이미지를 참고해주세요.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2021/08/12/20210812115012.375-ba354b042af5.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"></span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"></span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 162632,\n                \"artcTitle\": \"[안내] 빅또리 콜센터 업무 개시 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2021/08/12/20210812115017.21f-4b9c658d03c3.png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1628733600000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1628733600000,\n                \"totalPage\": 1,\n                \"updDttm\": 1628736617000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 322\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">안녕하세요. kt wiz 야구단입니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 13.3333px;\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">21시즌 상반기 종료에 따라 빅또리 콜센터가 잠시 업무 마감됩니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 13.3333px;\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">구단 및 행사에 대한 문의는 “빅또리에게 물어보기”를 이용해주세요.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2021/07/15/20210715094837.40c-018d7dbd0bed.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 162522,\n                \"artcTitle\": \"[안내] 빅또리 콜센터 업무 마감 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2021/07/22/20210722111343.af7-fbf6d1764675.png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1626307200000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1626307200000,\n                \"totalPage\": 1,\n                \"updDttm\": 1626920023000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 318\n            },\n            {\n                \"artcContents\": \"<p class=\\\"\\\" style=\\\"line-height: 1.8; text-align: center;\\\"><font color=\\\"#333333\\\" face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 14.6667px; font-family: Dotum, 돋움, sans-serif;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">안녕하세요. 빅또리입니다.</span></span></font></p><p class=\\\"\\\" style=\\\"line-height: 1.8; text-align: center;\\\"><font color=\\\"#333333\\\" face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 14.6667px; font-family: Dotum, 돋움, sans-serif;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></span></font></p><p class=\\\"\\\" style=\\\"line-height: 1.8; text-align: center;\\\"><font color=\\\"#333333\\\" face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">위즈파크에서 열리는 롯데 자이언츠와의 3연전!!</span></font></p><p class=\\\"\\\" style=\\\"line-height: 1.8; text-align: center;\\\"><font color=\\\"#333333\\\" face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">직관과 집관을 위한 다양한 이벤트와 응원전이 준비되어 있습니다.</span></font></p><p class=\\\"\\\" style=\\\"line-height: 1.8; text-align: center;\\\"><font color=\\\"#333333\\\" face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">집관은 wizzap 언택트 Live 응원전으로~!</span></font></p><p class=\\\"\\\" style=\\\"line-height: 1.8; text-align: center;\\\"><font color=\\\"#333333\\\" face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><br></span></font></p><p class=\\\"\\\" style=\\\"line-height: 1.8; text-align: center;\\\"><font color=\\\"#333333\\\" face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">자세한 홈경기 안내는 아래 이미지를&nbsp; 참고해주세요.</span></font></p><p class=\\\"\\\" style=\\\"font-size: 14px; font-family: &quot;Noto Sans KR&quot;, sans-serif; color: rgb(51, 51, 51); line-height: 1.8; text-align: center;\\\"><br></p><p class=\\\"\\\" style=\\\"font-size: 14px; font-family: &quot;Noto Sans KR&quot;, sans-serif; color: rgb(51, 51, 51); line-height: 1.8; text-align: center;\\\"><br></p><p class=\\\"\\\" style=\\\"font-size: 14px; font-family: &quot;Noto Sans KR&quot;, sans-serif; color: rgb(51, 51, 51); line-height: 1.8; text-align: center;\\\"><img src=\\\"/files/article/2021/06/04/20210604150212.983-b2e847784227.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p class=\\\"\\\" style=\\\"font-size: 14px; font-family: &quot;Noto Sans KR&quot;, sans-serif; color: rgb(51, 51, 51); line-height: 1.8; text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 161153,\n                \"artcTitle\": \"[안내] kt wiz 홈경기 안내(vs 롯데, 6/4~6/6)\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2021/06/01/20210601103708.924-f6b23ca52598.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1622511000000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1622511000000,\n                \"totalPage\": 1,\n                \"updDttm\": 1622786537000,\n                \"updr\": \"linusmin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 620\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">안녕하세요. 빅또리입니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">결제시스템(티켓링크) 업그레이드에 따라</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">BC카드로 결제하신 회원님에 한하여 캐시백이 될 예정입니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">자세한 내용은 아래 이미지를 참고해주세요.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2021/03/30/20210330130338.474-aca5488cf4b8.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 159097,\n                \"artcTitle\": \"[안내] BC카드(1,000원 할인) 결제 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2021/03/30/20210330130346.27f-f27ababd8030.png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1617076800000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1617076800000,\n                \"totalPage\": 1,\n                \"updDttm\": 1617077126000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 317\n            },\n            {\n                \"artcContents\": \"<p style=\\\"font-size: 13.3333px; text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">안녕하세요. kt wiz 야구단입니다.</span></p><p style=\\\"font-size: 13.3333px; text-align: center; line-height: 1.8;\\\"><br></p><p style=\\\"font-size: 13.3333px; text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">빅또리 콜센터 운영 개시 및 시즌권/게임권 미판매 안내드립니다.</span></p><p style=\\\"font-size: 13.3333px; text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"font-size: 13.3333px; text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">자세한 내용은 아래 공지 이미지를 참고해주세요.</span></p><p style=\\\"font-size: 13.3333px; text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"font-size: 13.3333px; text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2021/03/02/20210302111655.697-69dc4cc1ef0b.jpg\\\" class=\\\"txc-image\\\" style=\\\"font-size: 10pt; clear: none; float: none;\\\"><br></p><p><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 158660,\n                \"artcTitle\": \"[안내] 콜센터 운영 개시 및 시즌권/게임권 미판매 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2021/03/02/20210302111719.521-776e03deac22.png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1614650400000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1614650400000,\n                \"totalPage\": 1,\n                \"updDttm\": 1615514421000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1627\n            },\n            {\n                \"artcContents\": \"<p style=\\\"font-size: 13.3333px; border: 0px; text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt; margin: 0px; padding: 0px; border: 0px; font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">안녕하세요. kt wiz 입니다.</span></span><br style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><br></p><p style=\\\"border: 0px; color: rgb(91, 90, 90); font-size: 14px; text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">빅또리 이모티콘 출시 관련 안내드립니다.</span><br style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 0); font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">자세한 사항은 아래의 이미지를 참고해주세요.</span></p><p style=\\\"border: 0px; color: rgb(91, 90, 90); font-size: 14px; text-align: center; line-height: 1.8;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 0); font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><br></span></p><p style=\\\"border: 0px; color: rgb(91, 90, 90); font-size: 14px; text-align: center; line-height: 1.8;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 34, 102); font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><b><span style=\\\"font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(9, 0, 255);\\\">다운로드 링크 바로가기</span></b></span></p><p style=\\\"border: 0px; text-align: center; line-height: 1.8;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><font color=\\\"#000000\\\" face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 14.6667px;\\\"><a href=\\\"https://e.kakao.com/t/victory-ktwiz-with-vicddory\\\" target=\\\"_blank\\\" class=\\\"tx-link\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">https://e.kakao.com/t/victory-ktwiz-with-vicddory</span></a></span></font><br></span></p><p style=\\\"border: 0px; color: rgb(91, 90, 90); font-size: 14px; text-align: center; line-height: 1.8;\\\"><br></p><p style=\\\"border: 0px; color: rgb(91, 90, 90); font-size: 14px; text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2020/05/12/20200512173904.fd8-31ee21b94565.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 151446,\n                \"artcTitle\": \"[안내] 빅또리 이모티콘 출시 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2020/05/12/20200512174441.e1c-bbead3ebad32.png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1589272800000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1589272800000,\n                \"totalPage\": 1,\n                \"updDttm\": 1589425648000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 637\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\">안녕하세요. kt wiz입니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\">2020시즌 빅또리 콜센터 운영 시간을 안내드립니다.</span><br></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\">자세한 사항은 아래의 이미지를 참고해주세요.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2020/01/31/20200131174549.1c0-c5241122ae4b.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 150235,\n                \"artcTitle\": \"[안내] 2020시즌 빅또리 콜센터 운영 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2020/02/03/20200203171634.c53-63a6ce4b2eaf.png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1580455800000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1580455800000,\n                \"totalPage\": 1,\n                \"updDttm\": 1580717794000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 478\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span><span style=\\\"color: rgb(0, 0, 0);\\\">안녕하세요. kt wiz 입니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">2016 개막기념 Giveaway(빅또리 나노블럭)을 추가 증정하오니</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">아래 내용 확인 부탁 드립니다. ▼</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20160406164153170.jpg\\\"/></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 94704,\n                \"artcTitle\": \"[안내] 2016 Giveaway 추가증정\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1459868400000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1459868400000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1330\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"text-align: center;\\\"></p><p style=\\\"text-align: center;\\\"></p><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">2016시즌 정규시즌 티켓 가격 안내입니다. 자세한 내용은 아래 이미지를 참고해주세요.</span></p><p style=\\\"text-align: center;\\\"><br/></p><p style=\\\"text-align: center;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20160621183919278.jpg\\\"/></p><p style=\\\"text-align: left;\\\"><br/><span style=\\\"color: rgb(0, 0, 0);\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><font color=\\\"#123456\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">* kt wiz 주말 경기는 금/토/일, 공휴일에 한함</span><br/><span style=\\\"color: rgb(0, 0, 0);\\\">* 위즈 어린이회원 : 내야지정석/스카이존(4층) 2,000원 할인, 외야잔디자유석 무료</span><br/><span style=\\\"color: rgb(0, 0, 0);\\\">* 경기도 내 군인/경찰 공무원, 동반 1인까지 현장 50% 할인 </span><br/><span style=\\\"color: rgb(0, 0, 0);\\\">* 국가유공자/복지/경로카드 소지자는 내야지정석/스카이존/외야잔디자유석 본인만 현장 50% 할인</span><br/><span style=\\\"color: rgb(0, 0, 0);\\\">- 단, 휠체어석은 동반 1인까지 동일 가격 적용 (타카드 중복할인 불가)</span><br/><span style=\\\"color: rgb(0, 0, 0);\\\">* 미취학아동 내야지정석/외야잔디자유석 무료 입장 가능 (단, 좌석은 미배정)</span><br/><span style=\\\"color: rgb(0, 0, 0);\\\">* 초등학생 이하 외야잔디 자유석 50% 현장 할인</span><br/><span style=\\\"color: rgb(0, 0, 0);\\\">* BBQ존/파티플로어/하이트펍 등의 단체관람 예약/문의는 빅또리콜(1899-5916)로 문의 </span><br/><span style=\\\"color: rgb(0, 0, 0);\\\">* 문화누리카드 소지자 내야지정석/스카이존/외야잔디자유석 40% 현장 할인(1인 최대 4매)</span><br/><span style=\\\"color: rgb(0, 0, 0);\\\">* 테이블석 티켓 가격 1인 기준 : 중앙(지니존,BC라운지)/내야(야쿠르트 그랜드존,페이코존)</span><br/><span style=\\\"color: rgb(0, 0, 0);\\\">* kt 멤버십(구 올레멤버십)할인은 wizzap과 현장구매에서만 할인적용 가능(월2회/연12회)</span><br/><span style=\\\"color: rgb(0, 0, 0);\\\">* 매월 마지막 주 ‘문화가 있는 날’ 화/수/목 부모,자녀(초등학생 이하) 동반 관람 시 내야지정석, 스카이존, 외야잔디자유석 입장료 50% 할인 (현장발권)</span><br/><span style=\\\"color: rgb(0, 0, 0);\\\">* 티켓예매 1인당 최대 9장 가능 / 예매 3회 이내 가능</span></font></span></span></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 94375,\n                \"artcTitle\": \"2016 정규 시즌 티켓 가격 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1458572400000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1458572400000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 2256\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"line-height: 1.8;\\\"></p><p style=\\\"line-height: 1.8;\\\"><span \\\"nanum=\\\"\\\" 0pt\\\"\\\"=\\\"\\\" 10pt\\\"\\\"=\\\"\\\" 12.0pt\\\"\\\"=\\\"\\\" ar-sa\\\"\\\"=\\\"\\\" arial\\\"\\\"=\\\"\\\" black\\\"\\\"=\\\"\\\" en-us\\\"\\\"=\\\"\\\" gothic\\\"\\\"\\\"=\\\"\\\" ko\\\"\\\"=\\\"\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">안녕하세요</span><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">. kt wiz </span><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">야구단입니다</span><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">. </span><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">항상</span><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">\\n\\nkt wiz</span><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">를 사랑해주시는 팬 여러분께 감사의 말씀을 전합니다</span><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">. </span><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">보다 나은 서비스를 위해\\n\\n구단 회원 서비스 개편으로 새롭게 추가되고 변경되는 내용에 대해 안내 드립니다.</span></span></p><p style=\\\"line-height: 1.8;\\\"><p style=\\\"line-height: 1.8;\\\"><font face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">\\n</span><br/></span></font><strong><span style=\\\"color: rgb(9, 0, 255); font-size: 12pt;\\\">1. </span><span style=\\\"color: rgb(9, 0, 255); font-family: NanumGothic; font-size: 12pt;\\\">회원등급이 새롭게 태어납니다</span><span lang=\\\"EN-US\\\" style=\\\"color: rgb(9, 0, 255); font-family: NanumGothic; font-size: 12pt;\\\">.</span></strong><font face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></p><p style=\\\"line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: Arial; mso-font-kerning: 0pt;\\\">2015</span><span style=\\\"color: black; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: Arial; mso-font-kerning: 0pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">년</span><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"> kt wiz </span><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">회원 등급은 아래와 같이 총</span><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"> 5</span><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">단계로 구분합니다</span><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">.</span></span></p><p style=\\\"line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><br/></p><p style=\\\"text-align: center; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20150710094517515.jpg\\\"/></p><p style=\\\"text-align: center; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><span style=\\\"color: black; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: Arial; mso-font-kerning: 0pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></span></p><p style=\\\"line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><span style=\\\"color: black; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: Arial; mso-font-kerning: 0pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">회원 등급을 나누는 기준은 구단 회원이 수원 케이티 위즈 파크에 방문(체크인)한 횟수입니다. 방문 횟수 별로 회원 등급 혜택이 달라지며, 혜택은 모두 누적 적용됩니다.</span></span></span></p><p style=\\\"line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><span style=\\\"color: black; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: Arial; mso-font-kerning: 0pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></span></p><p style=\\\"text-align: center; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20150710094921795.jpg\\\" style=\\\"clear: none; float: none;\\\"/></p><p style=\\\"line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><span style=\\\"color: black; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: Arial; mso-font-kerning: 0pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><br/></span></span></span></p><p style=\\\"line-height: 1.8;\\\"></p><p style=\\\"line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><span style=\\\"color: black; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: Arial; mso-font-kerning: 0pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">예시 1) </span><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">티켓 1장을 구매한 사람이 그 티켓을 선물할 경우, 구매횟수에는 포함, 체크인 미포함 </span><br/><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">예시 2) </span><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">티켓을 3장 구매한 사람과 동행하는 사람이 비회원일 경우, 구매횟수 +1 반영, 체크인 +1반영</span><br/><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">예시 3) </span><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">티켓을 선물 받은 사람이 입장하는 경우, 구매횟수 미포함, 체크인 +1 반영</span><br/><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">  </span><br/><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">2014/2015 연간 성인 회원인 경우,  </span><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">방문 횟수가 9회 미만인 회원은 연간 성인 회원 등급 및 혜택 유지 </span><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">방문 횟수 10회 이상 시, wiz Star 등급 이상으로 변경(wiz Regular 혜택 포함) </span><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">어린이 회원은 기존 혜택을 그대로  유지하면서 등급 혜택 적용</span></span></span></p><p style=\\\"line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><span style=\\\"color: black; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: Arial; mso-font-kerning: 0pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></span></span></p><p style=\\\"line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><span style=\\\"color: black; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: Arial; mso-font-kerning: 0pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">다음은 회원 혜택 별 상세 안내입니다. </span></span></span><span style=\\\"color: black; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: Arial; mso-font-kerning: 0pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></span></p><p style=\\\"text-align: center; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><br/></p><p style=\\\"text-align: center; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/2015071309383863.jpg\\\"/></p><p style=\\\"text-align: center; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><br/></p><p style=\\\"text-align: center; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><span style=\\\"color: black; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: Arial; mso-font-kerning: 0pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></span></p><p style=\\\"text-align: left; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><font color=\\\"#000000\\\"><span style=\\\"color: rgb(9, 0, 255); font-family: NanumGothic; font-size: 12pt;\\\"><strong>2. 기부금, 마일리지 제도가 누적, 소급 적용됩니다.</strong></span><br/><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">이번 개편에서는 기부금과 마일리지 제도 또한 누적, 소급 적용됩니다. </span></font></p><p><br/></p><p style=\\\"text-align: center;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20150710095527541.jpg\\\" style=\\\"clear: none; float: none;\\\"/></p><p style=\\\"text-align: center;\\\"><br/></p><p style=\\\"text-align: center;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20150710095541923.jpg\\\"/><font color=\\\"#000000\\\"><br/></font></p><font color=\\\"#000000\\\"><p><br/></p></font><p style=\\\"text-align: left; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><font color=\\\"#000000\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">구단 회원이 구매하는 티켓 금액의 3%에 해당하는 금액이 기부금으로 적립되며, 이는 시즌 종료 후, 지역 연고 야구 발전 기금으로 쓰일 예정입니다.</span></font></p><p style=\\\"text-align: left; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><font color=\\\"#000000\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></p><p style=\\\"text-align: left; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><font color=\\\"#000000\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">마일리지는 회원들이 구매하는 티켓 및 구단 상품 금액의 1%가 적립되며, 마일리지 포인트 구매를 통한 차감 할인으로 사용할 수 있습니다. </span></font></p><p style=\\\"text-align: left; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><font color=\\\"#000000\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></p><p style=\\\"text-align: left; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><font color=\\\"#000000\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">마일리지 및 기부금 현황은 다음 경로로 확인 가능합니다. </span></span></font></p><p style=\\\"text-align: left; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><font color=\\\"#000000\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></p><p style=\\\"text-align: center; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20150710092346414.jpg\\\" style=\\\"clear: none; float: none;\\\"/></p><p style=\\\"text-align: left; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><font color=\\\"#000000\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></span></font></p><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: Arial; mso-font-kerning: 0pt;\\\"><p style=\\\"text-align: left; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">“</span><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">기부현황” 중 총 티켓 구매 수량과 체크인 횟수가 차이를 보일 수 있습니다. 그 이유는 티켓 구매자와 실제로 경기장에 방문(체크인)한 사람이 다를 수 있기 때문입니다. </span></p><p style=\\\"text-align: left; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></p><p style=\\\"text-align: left; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">즉, 티켓 구매 수량은 회원이 구매한 티켓 수량 그대로 반영되지만, 체크인 횟수는 실제로 경기장에 방문한 횟수만 포함됩니다. </span></p><p style=\\\"text-align: left; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></p><p style=\\\"text-align: left; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">따라서 예매를 했지만 티켓을 모두 선물한 경우, 구매 수량은 늘지만 방문 횟수는 늘지 않습니다. </span></p><p style=\\\"text-align: left; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><br/><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">자세한 문의사항은 빅또리 콜센터(1899-5916)를 통해 알려주시면 안내 해드리겠습니다.</span></p><p style=\\\"text-align: right; line-height: 1.8; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><br/><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">kt wiz 야구단 드림</span></p></span><p style=\\\"margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; -ms-word-break: keep-all; mso-pagination: widow-orphan; mso-para-margin-left: 4.0gd;\\\"><br/></p></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 88675,\n                \"artcTitle\": \"[안내] kt wiz 구단 회원 등급 업데이트 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1436454000000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1436454000000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1697\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"line-height: 1.8;\\\"></p>\\n<p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><span style=\\\"color: rgb(255, 0, 0); font-size: 14pt;\\\">수원 케이티 위즈 파크 기념바닥돌 위치 안내</span></span></p>\\n<p style=\\\"line-height: 1.8;\\\"><br/></p>\\n<p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 12pt;\\\">신청하신 수원 케이티 위즈 파크 기념 바닥돌 위치를 안내해 드립니다. </span></p>\\n<p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 12pt;\\\">기념바닥돌은 </span><u><span style=\\\"color: rgb(0, 85, 255); font-size: 12pt;\\\">수원 케이티 위즈 파크 중앙 게이트</span><span style=\\\"color: rgb(0, 85, 255); font-size: 12pt;\\\">쪽</span></u><span style=\\\"font-size: 12pt;\\\">에 있으며, 바닥돌 마다 번호가 부여되어 </span></p>\\n<p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 12pt;\\\">아래 </span><u><span style=\\\"color: rgb(0, 85, 255); font-size: 12pt;\\\">바닥돌 번호 확인하기 버튼</span></u><span style=\\\"font-size: 12pt;\\\">을 클릭하신 후 </span><u><span style=\\\"color: rgb(0, 85, 255); font-size: 12pt;\\\">확인된 번호로 위치</span></u><span style=\\\"font-size: 12pt;\\\">를 찾으실 수 있습니다. </span></p>\\n<p style=\\\"text-align: center; line-height: 1.8;\\\"><br/></p>\\n<p style=\\\"text-align: center; line-height: 1.8;\\\"><a class=\\\"btn_01\\\" href=\\\"javascript:;\\\" onclick=\\\"goStoneNumber();\\\"><span style=\\\"color: rgb(255, 255, 255); font-size: 14pt; background-color: rgb(255, 0, 0);\\\">기념</span><span style=\\\"color: rgb(255, 255, 255); font-size: 14pt; background-color: rgb(255, 0, 0);\\\">바닥돌 번호 확인 하기</span><span style=\\\"color: rgb(255, 255, 255); font-size: 14pt; background-color: rgb(255, 0, 0);\\\"> </span><span style=\\\"color: rgb(255, 255, 255); font-size: 14pt; background-color: rgb(255, 0, 0);\\\"> </span></a></p>\\n<script language=\\\"javascript\\\">\\n\\nfunction goStoneNumber(){wOpen(\\\"/sports/site/_pop/20140929/stone_number_pop.do\\\", \\\"stone_number_pop_20150424\\\", 478,305,1,0);}\\n\\n</script>\\n<p style=\\\"line-height: 1.8;\\\"> </p>\\n<p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 10pt;\\\">※ 홈페이지를 통해 신청한 경우에만 조회가 가능하며, </span></p>\\n<p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 10pt;\\\">기타 문의는 빅또리 콜(1899-5916)을 통해 문의해 주세요.</span></p>\\n<p style=\\\"line-height: 1.8;\\\"><br/></p>\\n<p style=\\\"text-align: center; line-height: 1.8;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20150424150739427.jpg\\\" style=\\\"clear: none; float: none;\\\"/></p>\\n<p style=\\\"line-height: 1.8;\\\"><br/></p>\\n<p><br/></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 85954,\n                \"artcTitle\": \"[안내] 수원 케이티 위즈 파크 기념바닥돌 위치 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1429801200000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1429801200000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 958\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">안녕하세요. kt wiz입니다.</span></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><br/></span></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">kt wiz 첫승 기념 티셔츠 판내 안내 드립니다.</span></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><br/></span></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">선발승리투수기념 옥스프링 티셔츠<span style=\\\"color: rgb(255, 0, 0);\\\"><strong>(100장 한정)</strong></span>와 kt wiz 첫승 기념 티셔츠(<span style=\\\"color: rgb(255, 0, 0);\\\"><strong>411장 한정)</strong></span>를</span></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">금일(4/15)부터 판매 하며, 구매는 케이티 위즈 파크 내 공식 상품샵 </span></span><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><span style=\\\"color: rgb(255, 0, 0);\\\"><strong>위즈샵(외야)</strong></span>에서만</span></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">가능하오니 참고 부탁 드리겠습니다.</span></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><br/></span></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">첫승 기념 티셔츠 관련된 궁금한 사항은 </span></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">kt wiz 빅또리 콜(1899-5916)<span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">을 통해 문의 부탁드리겠습니다.</span></span></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">감사합니다.</span></span></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><br/></span></span></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><br/></span></span></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><br/></span></span></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20150415124625723.jpg\\\"/></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><br/></span></span></span></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 85835,\n                \"artcTitle\": \"[안내] kt wiz 첫승 기념 티셔츠 한정판매!\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1429023600000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1429023600000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1260\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"text-align: left; line-height: 1.8;\\\"></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">안녕하세요. kt wiz입니다. </span></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(255, 0, 0); font-size: 14pt;\\\"><br/></span></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">팬북에 수정사항이 있어, 인쇄가 지연되어 <span style=\\\"color: rgb(9, 0, 255);\\\"><u>금주 중에</u></span> </span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">배송이 될 예정입니다. </span></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br/></p><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><p style=\\\"text-align: left; line-height: 1.8;\\\"><font color=\\\"#000000\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">팬북과 관련된 궁금한 사항은 kt wiz 빅또리 콜(1899-5916)</span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">을 통해 문의 부탁드리며, </span></font></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><font color=\\\"#000000\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">배송이 지연되어 대단히 죄송합니다. </span></font></p><p style=\\\"text-align: left;\\\"></p></span><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"> </span><br/></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 85804,\n                \"artcTitle\": \"[안내] 팬북 배송 일정 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1428937200000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1428937200000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 819\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"text-align: center; line-height: 1.8;\\\"></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(255, 0, 0); font-family: NanumGothic; font-size: 14pt;\\\">우천취소 티켓 환불에 대하여 안내해 드립니다. </span></span></p><p style=\\\"line-height: 1.8;\\\"><br/></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">- 인터넷을 통해 예매한 입장권은 일괄 취소되며, 취소 수수료는 부과되지 않습니다. (단, 우천 취소 확정 이전에 예매 취소를 신청한 경우에는 취소 수수료를 반환하지 않습니다.)</span></p><p style=\\\"line-height: 1.8;\\\"><br/></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">- 현금으로 구입하신 입장권은 매표소에서 현금으로 환불이 가능하며, 신용카드로 결제하신 입장권은 자동취소 처리 됩니다. </span></p><p style=\\\"line-height: 1.8;\\\"><br/></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">- 입장권 환불은 정규리그 기간에 한하여 가능하며, 미취소 티켓으로 다른 경기 입장은 불가합니다. </span></p><p style=\\\"line-height: 1.8;\\\"><br/></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">이외 티켓 관련 문의 사항은 빅또리콜(</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">1899-5916</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">)을 통해 문의 해 주시기 바랍니다.</span></span><br/></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 85543,\n                \"artcTitle\": \"[안내] 우천취소 티켓 환불 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1427900400000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1427900400000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 2001\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><span style=\\\"color: rgb(255, 0, 0); font-size: 14pt;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(255, 0, 0); font-size: 14pt;\\\">팬북 배송을 위한 배송 주소 확인 안내 </span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><br/></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><span style=\\\"font-size: 12pt;\\\">팬북 배송을 위하여 2014년 시즌 연간회원 및 어린이 회원께서는 배송 받으실 주소 확인 부탁드립니다. </span></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><br/></span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">배송받으실 주소가 변경된 경우 kt wiz 홈페이지 혹은 wizzap(위잽)에서 <span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><u><span style=\\\"color: rgb(9, 0, 255);\\\">4월 3일</span><span style=\\\"color: rgb(9, 0, 255);\\\">까지 </span></u></span>주소 정보를 변경해 주시기 바랍니다. </span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><br/></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">홈페이지에서 주소변경은 로그인 하신 후 아래 &lt;내 정보 관리&gt; 메뉴에서 변경하실 수 있습니다. </span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><a href=\\\"https://www.ktwiz.co.kr/sports/site/baseball/mypage/myinfo.do\\\"><u><font color=\\\"#0066cc\\\">https://www.ktwiz.co.kr/sports/site/baseball/mypage/myinfo.do</font></u></a></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><br/></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">팬북은 <u><span style=\\\"color: rgb(9, 0, 255);\\\">4월 6일</span></u> 일괄 배송해 드릴 예정이며, </span><font color=\\\"#000000\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">기타 궁금한 사항은 kt wiz 빅또리 콜(1899-5916)</span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">을 통해 </span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">문의해 주세요.</span></font></p><p style=\\\"text-align: left;\\\"></p></span><p style=\\\"text-align: center;\\\"><br/></p><p style=\\\"line-height: 1.8;\\\"><br/></p><p><br/></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><br/></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><br/></span></p><p style=\\\"text-align: left;\\\"><br/></p><p style=\\\"text-align: left;\\\"><br/></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 85458,\n                \"artcTitle\": \"[안내] 팬북 배송을 위한 주소 확인 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1427641200000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1427641200000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 945\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"line-height: 1.8;\\\"></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">안녕하세요. kt wiz입니다. </span></p><p style=\\\"line-height: 1.8;\\\"><br/></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">kt wiz 홈페이지에서 티켓을 구매 하실 때 연간회원의 할인을 받기 위해서는 멤버십카드 번호를 입력해야 합니다. </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">이때 멤버십카드 번호 입력 방법은 kt wiz App인 </span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><span style=\\\"color: rgb(255, 0, 0);\\\">wizzap(위잽)</span>에서 아래와 같이 바로 확인 하실 수 있습니다. </span></p><p style=\\\"line-height: 1.8;\\\"><br/></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img class=\\\"txc-image\\\" height=\\\"489\\\" src=\\\"/files/sports/data/_up/board/20150325140834374.PNG\\\" style=\\\"width: 768px; height: 489px; clear: none; float: none;\\\" width=\\\"768\\\"/></p><p style=\\\"line-height: 1.8;\\\"><br/></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">wizzap(위잽)의 iOS 버전은 아직 미 출시 중으로 iOS를 사용하시는 팬 여러분께서는 kt wiz 빅또리 콜(1899-5916)을 통해 확인 부탁드립니다. </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><br/></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">이외, 티켓구매에 관련된 기타 궁금한 사항은 kt wiz 빅또리 콜(1899-5916) </span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">통해 </span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">문의해 주세요.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><br/></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">감사합니다.</span><br/></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 85372,\n                \"artcTitle\": \"[안내] 티켓구매 시 멤버십카드 번호 확인 방법\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1427209200000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1427209200000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1953\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(255, 0, 0); font-family: NanumGothic; font-size: 14pt;\\\">일반 티켓 예매 일정을 안내해 드립니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><br/></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">3월 24일 오전 11시부터 오픈된 일반 티켓은 </span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><u><span style=\\\"color: rgb(0, 85, 255); font-size: 11pt;\\\">개막 6연전은 7일전 예매</span></u><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">부터</span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"> 가능하고 </span><u><span style=\\\"color: rgb(0, 85, 255); font-size: 11pt;\\\">그 이후부터는 10일전부터 예매</span></u><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 85, 255);\\\">가 </span>가능합니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><br/></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">2014년 가입한 기존 kt wiz연간 성인/어린이 회원은</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">개막 6연전에 한하여 일반 예매보다 하루 빠르게 예매가 가능합니다.</span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"> </span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><br/></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">[개막 6연전 티켓 예매 오픈 일정]</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><br/></p><table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"txc-table\\\" style=\\\"border: currentColor; border-image: none; font-family: NanumGothic; font-size: 14.66px; border-collapse: collapse;\\\" width=\\\"664\\\"><tbody><tr><td style=\\\"border: 1px solid rgb(204, 204, 204); border-image: none; width: 152px; height: 24px;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"> 구분</span></p></td>\\n<td style=\\\"width: 240px; height: 24px; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"> 2014 가입 성인/어린이 회원</span></p></td>\\n<td style=\\\"width: 271px; height: 24px; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">일반(무료회원 포함) </span></p></td>\\n</tr>\\n<tr><td style=\\\"width: 152px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"> 3.31 (화) 경기</span></p></td>\\n<td style=\\\"width: 240px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">3.23(월) 13:00 </span></p></td>\\n<td style=\\\"width: 271px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid;\\\"><p style=\\\"text-align: center;\\\"></p><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><p style=\\\"text-align: center;\\\"> <span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">3.24(화) 11:00</span></p></span></td>\\n</tr>\\n<tr><td style=\\\"width: 152px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"> 4.1 (수)  경기</span></p></td>\\n<td style=\\\"width: 240px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">3.24(화) 13:00 </span></p></td>\\n<td style=\\\"width: 271px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"> <span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">3.25(수) 11:00</span></span></p></td>\\n</tr>\\n<tr><td style=\\\"width: 152px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"> 4.2 (목)  경기</span></p></td>\\n<td style=\\\"width: 240px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">3.25(수) 13:00</span></p></td>\\n<td style=\\\"width: 271px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">  3.26(목) 11:00</span> </span></p></td>\\n</tr>\\n<tr><td style=\\\"width: 152px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"> 4.3 (금)  경기 </span></p></td>\\n<td style=\\\"width: 240px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">3.26(목) 13:00</span></p></td>\\n<td style=\\\"width: 271px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"> <span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">3.27(금) 11:00</span></span></p></td>\\n</tr>\\n<tr><td style=\\\"width: 152px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"> 4.4 (토)  경기</span></p></td>\\n<td style=\\\"width: 240px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">3.27(금) 13:00</span> </p></span><p style=\\\"text-align: center;\\\"></p></td>\\n<td style=\\\"width: 271px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"> <span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">3.28(토) 11:00</span></span></p></td>\\n</tr>\\n<tr><td style=\\\"width: 152px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"> 4.5 (일)  경기</span></p></td>\\n<td style=\\\"width: 240px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">3.28(토) 13:00</span></p></span></td>\\n<td style=\\\"width: 271px; height: 24px; border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid;\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"> <span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">3.29(일) 11:00</span></span></p></td>\\n</tr>\\n</tbody></table><p style=\\\"text-align: center; line-height: 1.8;\\\"><br/></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">기타 궁금한 사항은 kt wiz 빅또리 콜(1899-5916) 또는 </span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">티켓링크 콜센터(1588-7890)을 통해 </span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">문의해 주세요.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><br/></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 85365,\n                \"artcTitle\": \"[안내] 일반 티켓 예매 일정 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1427122800000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1427122800000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 2188\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"border: 0px; font-family: Nanum Gothic; font-size: 14px; line-height: normal; color: rgb(19, 52, 86);\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">안녕하십니까? kt wiz 팬 여러분</span></p><p style=\\\"border: 0px; font-family: Nanum Gothic; font-size: 14px; line-height: normal; color: rgb(19, 52, 86);\\\"><br/></p><p style=\\\"border: 0px; font-family: Nanum Gothic; font-size: 14px; line-height: normal; color: rgb(19, 52, 86);\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-family: NanumGothic; color: rgb(0, 0, 0);\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">오는 24일(화) 오전 11시부터 구단 홈페이지와 위잽 어플리케이션(안드로이드 버전), 그리고 티켓링크를 통해 31일부터 4월 2일까지 열리는 삼성과의 홈 개막전 예매를</span><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\"> 실시합니다.</span></span></p><p style=\\\"border: 0px; font-family: AppleMyungjo; color: rgb(91, 90, 90); font-size: 12px; line-height: normal; min-height: 14px;\\\"><br style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"/></p><p style=\\\"border: 0px; font-family: Nanum Gothic; font-size: 14px; line-height: normal; color: rgb(19, 52, 86);\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-family: NanumGothic; color: rgb(0, 0, 0); font-size: 11pt;\\\">또한, 2014년 가입한 기존 kt wiz 연간 성인/어린이 회원은 </span></p><p style=\\\"border: 0px; font-family: Nanum Gothic; font-size: 14px; line-height: normal; color: rgb(19, 52, 86);\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-family: NanumGothic; color: rgb(0, 0, 0); font-size: 11pt;\\\">개막 6연전에 한하여 </span><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">일반 예매보다 하루 빠른 23일(월) 오후 1시부터 티켓 예매가 가능합니다.</span></p><p style=\\\"border: 0px; font-family: Nanum Gothic; font-size: 14px; line-height: normal; color: rgb(19, 52, 86);\\\"><br/></p><p style=\\\"border: 0px; font-family: Nanum Gothic; font-size: 14px; line-height: normal; color: rgb(19, 52, 86);\\\"><b style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-family: NanumGothic; color: rgb(0, 0, 0); font-size: 11pt;\\\">[개막 3연전 티켓 예매 오픈 일정]</span></b></p><p style=\\\"border: 0px; font-family: Nanum Gothic; font-size: 14px; line-height: normal; color: rgb(19, 52, 86);\\\"><br style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"/></p><div style=\\\"margin: 0px; padding: 0px; border: 0px; color: rgb(91, 90, 90); font-size: 14px; line-height: 26px;\\\"><table border=\\\"1\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"MsoNormalTable\\\" style=\\\"margin: 0px; padding: 0px; border: currentcolor; border-spacing: 0px; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; border-collapse: collapse;\\\"><tbody style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><tr style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><td style=\\\"font-family: 돋움, dotum; margin: 0px; padding: 0cm 5.4pt; border: 1pt solid windowtext; width: 153.7pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; border: 0px; font-family: NanumGothic; text-align: center; line-height: 24pt;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">구분</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><o:p style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"></o:p></span></font></span></p></td><td style=\\\"font-family: 돋움, dotum; margin: 0px; padding: 0cm 5.4pt; border-width: 1pt 1pt 1pt 0px; border-style: solid solid solid none; border-color: windowtext windowtext windowtext rgb(0, 0, 0); width: 153.75pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; border: 0px; font-family: NanumGothic; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">2014</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">가입 성인</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">/</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">어린이회원</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><o:p style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"></o:p></span></span></font></p></td><td style=\\\"font-family: 돋움, dotum; margin: 0px; padding: 0cm 5.4pt; border-width: 1pt 1pt 1pt 0px; border-style: solid solid solid none; border-color: windowtext windowtext windowtext rgb(0, 0, 0); width: 153.75pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; border: 0px; font-family: NanumGothic; text-align: center; line-height: 24pt;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">일반</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">(</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">무료회원 포함</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">)</span><o:p style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"></o:p></span></font></span></p></td></tr><tr style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><td style=\\\"font-family: 돋움, dotum; margin: 0px; padding: 0cm 5.4pt; border-width: 0px 1pt 1pt; border-style: none solid solid; border-color: rgb(0, 0, 0) windowtext windowtext; width: 153.7pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; border: 0px; font-family: NanumGothic; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">3.31(</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">화</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">)</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">경기</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><o:p style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"></o:p></span></span></font></p></td><td style=\\\"font-family: 돋움, dotum; margin: 0px; padding: 0cm 5.4pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) windowtext windowtext rgb(0, 0, 0); width: 153.75pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; border: 0px; font-family: NanumGothic; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">3.23(</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">월</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">) 13:00</span><o:p style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"></o:p></span></span></font></p></td><td style=\\\"font-family: 돋움, dotum; margin: 0px; padding: 0cm 5.4pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) windowtext windowtext rgb(0, 0, 0); width: 153.75pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; border: 0px; font-family: NanumGothic; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">3.24(</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">화</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">) 11:00</span><o:p style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"></o:p></span></span></font></p></td></tr><tr style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><td style=\\\"font-family: 돋움, dotum; margin: 0px; padding: 0cm 5.4pt; border-width: 0px 1pt 1pt; border-style: none solid solid; border-color: rgb(0, 0, 0) windowtext windowtext; width: 153.7pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; border: 0px; font-family: NanumGothic; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">4.1(</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">수</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">)</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">경기</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><o:p style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"></o:p></span></span></font></p></td><td style=\\\"font-family: 돋움, dotum; margin: 0px; padding: 0cm 5.4pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) windowtext windowtext rgb(0, 0, 0); width: 153.75pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; border: 0px; font-family: NanumGothic; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">3.24(</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">화</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">) 13:00</span><o:p style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"></o:p></span></span></font></p></td><td style=\\\"font-family: 돋움, dotum; margin: 0px; padding: 0cm 5.4pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) windowtext windowtext rgb(0, 0, 0); width: 153.75pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; border: 0px; font-family: NanumGothic; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">3.25(</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">수</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">) 11:00</span><o:p style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"></o:p></span></span></font></p></td></tr><tr style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><td style=\\\"font-family: 돋움, dotum; margin: 0px; padding: 0cm 5.4pt; border-width: 0px 1pt 1pt; border-style: none solid solid; border-color: rgb(0, 0, 0) windowtext windowtext; width: 153.7pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; border: 0px; font-family: NanumGothic; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">4.2(</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">목</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">)</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">경기</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><o:p style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"></o:p></span></span></font></p></td><td style=\\\"font-family: 돋움, dotum; margin: 0px; padding: 0cm 5.4pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) windowtext windowtext rgb(0, 0, 0); width: 153.75pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; border: 0px; font-family: NanumGothic; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">3.25(</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">수</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">) 13:00</span><o:p style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"></o:p></span></span></font></p></td><td style=\\\"font-family: 돋움, dotum; margin: 0px; padding: 0cm 5.4pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) windowtext windowtext rgb(0, 0, 0); width: 153.75pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; border: 0px; font-family: NanumGothic; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">3.26(</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">목</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">) 11:00</span><o:p style=\\\"margin: 0px; padding: 0px; border: 0px;\\\"></o:p></span></span></font></p></td></tr></tbody></table><p style=\\\"border: 0px; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: normal;\\\"></p><p class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; border: 0px; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; border: 0px; font-family: NanumGothic; letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></p></div><p style=\\\"border: 0px; font-family: Nanum Gothic; font-size: 14px; line-height: normal; color: rgb(19, 52, 86);\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-family: NanumGothic; color: rgb(0, 0, 0); font-size: 11pt;\\\">기타 궁금한 사항은 kt wiz 빅또리 콜(1899-5916) 또는 티켓링크 콜센터(1588-7890)을 통해 문의해주세요.</span></p><p><br/></p><p><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">kt wiz를  아껴주시는 팬분들께 잠시나마 불편을 드려 죄송합니다.</span></p><p><br/></p><p><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">감사합니다.</span></p><p><span style=\\\"font-size: 11pt; font-family: NanumGothic;\\\"><br/></span></p><p><span style=\\\"font-size: 11pt; font-family: NanumGothic;\\\"><br/></span></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 85326,\n                \"artcTitle\": \"[안내] 티켓 예매 변경일 공지\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1426950000000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1426950000000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1751\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"text-align: center;\\\"></p><p style=\\\"text-align: center;\\\"></p><p style=\\\"text-align: center; line-height: 1.8;\\\"></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(255, 0, 0); font-family: NanumGothic; font-size: 14pt;\\\">수원 케이티 위즈 파크 사전 주차 예약제를 실행합니다. </span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><br/></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">수원 케이티 위즈 파크 홈구장 프로야구 개최에 따른 차량 혼잡을 해소하고, </span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">교통수요를 최소화하고자, </span><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">사전 주차 예약제를 실행하오니 많은 양해 부탁드립니다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\">수원 케이티 위즈 파크 방문 시 아래 내용을 참고해 주세요. ▼ </span></p><span style=\\\"color: rgb(0, 0, 0); font-family: NanumGothic; font-size: 11pt;\\\"><p style=\\\"text-align: center;\\\"><font face=\\\"굴림\\\" size=\\\"3\\\"><br/></font></p><p style=\\\"text-align: center;\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 492.75pt; border-collapse: collapse; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-yfti-tbllook: 1184;\\\" width=\\\"821\\\"><tbody><tr style=\\\"height: 90.9pt; mso-yfti-irow: 0; mso-yfti-firstrow: yes;\\\"><td style=\\\"background: rgb(218, 238, 243); padding: 0cm; border: 1pt solid rgb(53, 53, 53); border-image: none; width: 84pt; height: 90.9pt; mso-background-themecolor: accent5; mso-background-themetint: 51; mso-border-alt: solid #353535 .75pt;\\\" width=\\\"140\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><div style=\\\"border-width: 1pt medium medium; border-color: windowtext currentColor currentColor; padding: 0cm; border-image: none; mso-element: para-border-div; mso-border-top-alt: none windowtext 0cm;\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p align=\\\"center\\\" style=\\\"margin: 0cm 0cm 0pt; padding: 0cm; border: currentColor; border-image: none; text-align: center; line-height: 107%; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-border-top-alt: none windowtext 0cm;\\\"><span style=\\\"color: black; line-height: 107%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><font face=\\\"나눔고딕\\\"><span style=\\\"font-family: NanumGothic;\\\">예약방법</span></font></span></span></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></div><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></td><td style=\\\"border-width: 1pt 1pt 1pt 0px; border-style: solid solid solid none; border-color: rgb(53, 53, 53) rgb(53, 53, 53) rgb(53, 53, 53) rgb(0, 0, 0); padding: 0cm; border-image: none; width: 408.75pt; height: 90.9pt; background-color: transparent; mso-border-left-alt: solid #353535 .75pt; mso-border-alt: solid #353535 .75pt;\\\" width=\\\"681\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p style=\\\"margin: 0cm 0cm 0pt; line-height: 117%;\\\"><font face=\\\"나눔고딕\\\"><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"font-family: NanumGothic; mso-spacerun: yes;\\\"> </span></span></span></font><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"font-family: NanumGothic;\\\">⋅</span></span></span><font face=\\\"나눔고딕\\\"><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">홈페이지</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">: </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">수원시종합운동장</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">, </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">수원시청</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></font></p><p style=\\\"margin: 0cm 0cm 0pt; line-height: 117%;\\\"><font face=\\\"나눔고딕\\\"><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><br/></span></span></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p style=\\\"margin: 0cm 0cm 0pt; line-height: 117%;\\\"><font face=\\\"나눔고딕\\\"><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"font-family: NanumGothic; mso-spacerun: yes;\\\"> </span></span></span></font><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"font-family: NanumGothic;\\\">⋅</span></span></span><font face=\\\"나눔고딕\\\"><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">예약전화</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> (</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">콜센터</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">)</span></span></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p style=\\\"margin: 0cm 0cm 0pt; line-height: 117%;\\\"><font face=\\\"나눔고딕\\\"><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"font-family: NanumGothic; mso-spacerun: yes;\\\">  \\n\\n  </span><span style=\\\"font-family: NanumGothic;\\\">- kt wiz </span></span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">빅또리콜</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> : 1899 - 5916</span></span></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p style=\\\"margin: 0cm 0cm 0pt; line-height: 117%;\\\"><font face=\\\"나눔고딕\\\"><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"font-family: NanumGothic; mso-spacerun: yes;\\\">  \\n\\n  </span><span style=\\\"font-family: NanumGothic;\\\">- </span></span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">수원시종합운동장</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> : 031 - 240 - 2720 ~ 1</span></span></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></td></tr><tr style=\\\"height: 66.2pt; mso-yfti-irow: 1;\\\"><td style=\\\"background: rgb(218, 238, 243); border-width: 0px 1pt 1pt; border-style: none solid solid; border-color: rgb(0, 0, 0) rgb(53, 53, 53) rgb(53, 53, 53); padding: 0cm; border-image: none; width: 84pt; height: 66.2pt; mso-border-top-alt: solid #353535 .75pt; mso-background-themecolor: accent5; mso-background-themetint: 51; mso-border-alt: solid #353535 .75pt;\\\" width=\\\"140\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><div style=\\\"border-width: 1pt medium medium; border-color: windowtext currentColor currentColor; padding: 0cm; border-image: none; mso-element: para-border-div; mso-border-top-alt: none windowtext 0cm;\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p align=\\\"center\\\" style=\\\"margin: 0cm 0cm 0pt; padding: 0cm; border: currentColor; border-image: none; text-align: center; line-height: 107%; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-border-top-alt: none windowtext 0cm;\\\"><font face=\\\"나눔고딕\\\"><span style=\\\"color: black; line-height: 107%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">예약시간</span></span><span style=\\\"color: black; line-height: 107%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></div><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></td><td style=\\\"border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) rgb(53, 53, 53) rgb(53, 53, 53) rgb(0, 0, 0); padding: 0cm; width: 408.75pt; height: 66.2pt; background-color: transparent; mso-border-left-alt: solid #353535 .75pt; mso-border-top-alt: solid #353535 .75pt; mso-border-alt: solid #353535 .75pt;\\\" width=\\\"681\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><div style=\\\"border-width: 1pt medium medium; border-color: windowtext currentColor currentColor; padding: 0cm; border-image: none; mso-element: para-border-div; mso-border-top-alt: none windowtext 0cm;\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p align=\\\"left\\\" style=\\\"margin: 0cm 0cm 0pt; padding: 0cm; border: currentColor; border-image: none; text-align: left; line-height: 117%; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-border-top-alt: none windowtext 0cm;\\\"><font face=\\\"나눔고딕\\\"><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"font-family: NanumGothic; mso-spacerun: yes;\\\"> </span></span></span></font><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"font-family: NanumGothic;\\\">⋅</span></span></span><font face=\\\"나눔고딕\\\"><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">홈페이지</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> : 24</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">시간</span></span></font></p><p align=\\\"left\\\" style=\\\"margin: 0cm 0cm 0pt; padding: 0cm; border: currentColor; border-image: none; text-align: left; line-height: 117%; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-border-top-alt: none windowtext 0cm;\\\"><font face=\\\"나눔고딕\\\"><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><br/></span></span></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p align=\\\"left\\\" style=\\\"margin: 0cm 0cm 0pt; padding: 0cm; border: currentColor; border-image: none; text-align: left; line-height: 117%; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-border-top-alt: none windowtext 0cm;\\\"><font face=\\\"나눔고딕\\\"><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"font-family: NanumGothic; mso-spacerun: yes;\\\"> </span></span></span></font><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"font-family: NanumGothic;\\\">⋅</span></span></span><font face=\\\"나눔고딕\\\"><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">콜센터</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p align=\\\"left\\\" style=\\\"margin: 0cm 0cm 0pt; padding: 0cm; border: currentColor; border-image: none; text-align: left; line-height: 117%; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-border-top-alt: none windowtext 0cm;\\\"><font face=\\\"나눔고딕\\\"><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"font-family: NanumGothic; mso-spacerun: yes;\\\">   </span><span style=\\\"font-family: NanumGothic;\\\">- </span></span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">평일</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">: kt wiz </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">빅또리콜</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> (10:00~20:00), </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">수원종합운동장</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> (09:00~18:00)</span></span></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></div><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></td></tr><tr style=\\\"height: 40.5pt; mso-yfti-irow: 2;\\\"><td style=\\\"background: rgb(218, 238, 243); border-width: 0px 1pt 1pt; border-style: none solid solid; border-color: rgb(0, 0, 0) rgb(53, 53, 53) rgb(53, 53, 53); padding: 0cm; border-image: none; width: 84pt; height: 40.5pt; mso-border-top-alt: solid #353535 .75pt; mso-background-themecolor: accent5; mso-background-themetint: 51; mso-border-alt: solid #353535 .75pt;\\\" width=\\\"140\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><div style=\\\"border-width: 1pt medium medium; border-color: windowtext currentColor currentColor; padding: 0cm; border-image: none; mso-element: para-border-div; mso-border-top-alt: none windowtext 0cm;\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p align=\\\"center\\\" style=\\\"margin: 0cm 0cm 0pt; padding: 0cm; border: currentColor; border-image: none; text-align: center; line-height: 107%; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-border-top-alt: none windowtext 0cm;\\\"><span style=\\\"color: black; line-height: 107%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><font face=\\\"나눔고딕\\\"><span style=\\\"font-family: NanumGothic;\\\">예약기간</span></font></span></span></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></div><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></td><td style=\\\"border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) rgb(53, 53, 53) rgb(53, 53, 53) rgb(0, 0, 0); padding: 0cm; width: 408.75pt; height: 40.5pt; background-color: transparent; mso-border-left-alt: solid #353535 .75pt; mso-border-top-alt: solid #353535 .75pt; mso-border-alt: solid #353535 .75pt;\\\" width=\\\"681\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><span><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">⋅</span></span></span><font face=\\\"나눔고딕\\\"><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">수원홈경기</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">프로야구</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">입장권</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">예매기간</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> (kt wiz </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">홈경기</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> 10</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">일전부터</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">만차시</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">)</span></span></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><font face=\\\"나눔고딕\\\"><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"font-family: NanumGothic; mso-spacerun: yes;\\\">  </span><span style=\\\"font-family: NanumGothic;\\\">2015</span></span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">년</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> 3</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">월</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">31</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">일</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">홈경기부터</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">시행</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> (</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">시범경기</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">제외</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">)</span></span></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></td></tr><tr style=\\\"height: 30.75pt; mso-yfti-irow: 3;\\\"><td style=\\\"background: rgb(218, 238, 243); border-width: 0px 1pt 1pt; border-style: none solid solid; border-color: rgb(0, 0, 0) rgb(53, 53, 53) rgb(53, 53, 53); padding: 0cm; border-image: none; width: 84pt; height: 30.75pt; mso-border-top-alt: solid #353535 .75pt; mso-background-themecolor: accent5; mso-background-themetint: 51; mso-border-alt: solid #353535 .75pt;\\\" width=\\\"140\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><div style=\\\"border-width: 1pt medium medium; border-color: windowtext currentColor currentColor; padding: 0cm; border-image: none; mso-element: para-border-div; mso-border-top-alt: none windowtext 0cm;\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p align=\\\"center\\\" style=\\\"margin: 0cm 0cm 0pt; padding: 0cm; border: currentColor; border-image: none; text-align: center; line-height: 107%; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-border-top-alt: none windowtext 0cm;\\\"><span style=\\\"color: black; line-height: 107%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><font face=\\\"나눔고딕\\\"><span style=\\\"font-family: NanumGothic;\\\">적용시간</span></font></span></span></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></div><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></td><td style=\\\"border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) rgb(53, 53, 53) rgb(53, 53, 53) rgb(0, 0, 0); padding: 0cm; width: 408.75pt; height: 30.75pt; background-color: transparent; mso-border-left-alt: solid #353535 .75pt; mso-border-top-alt: solid #353535 .75pt; mso-border-alt: solid #353535 .75pt;\\\" width=\\\"681\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><span><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">⋅</span></span></span><font face=\\\"나눔고딕\\\"><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">kt wiz </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">홈경기</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> 2</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">시간</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">전부터</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> 4</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">시간</span></span></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></td></tr><tr style=\\\"height: 30.75pt; mso-yfti-irow: 4;\\\"><td style=\\\"background: rgb(218, 238, 243); border-width: 0px 1pt 1pt; border-style: none solid solid; border-color: rgb(0, 0, 0) rgb(53, 53, 53) rgb(53, 53, 53); padding: 0cm; border-image: none; width: 84pt; height: 30.75pt; mso-border-top-alt: solid #353535 .75pt; mso-background-themecolor: accent5; mso-background-themetint: 51; mso-border-alt: solid #353535 .75pt;\\\" width=\\\"140\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><div style=\\\"border-width: 1pt medium medium; border-color: windowtext currentColor currentColor; padding: 0cm; border-image: none; mso-element: para-border-div; mso-border-top-alt: none windowtext 0cm;\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p align=\\\"center\\\" style=\\\"margin: 0cm 0cm 0pt; padding: 0cm; border: currentColor; border-image: none; text-align: center; line-height: 107%; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-border-top-alt: none windowtext 0cm;\\\"><span style=\\\"color: black; line-height: 107%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><font face=\\\"나눔고딕\\\"><span style=\\\"font-family: NanumGothic;\\\">주차요금</span></font></span></span></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></div><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></td><td style=\\\"border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) rgb(53, 53, 53) rgb(53, 53, 53) rgb(0, 0, 0); padding: 0cm; width: 408.75pt; height: 30.75pt; background-color: transparent; mso-border-left-alt: solid #353535 .75pt; mso-border-top-alt: solid #353535 .75pt; mso-border-alt: solid #353535 .75pt;\\\" width=\\\"681\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><span><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">⋅</span></span></span><font face=\\\"나눔고딕\\\"><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">선불권</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> 2,000</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">원</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> (</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">승용차</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">기준</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">)</span></span></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></td></tr><tr style=\\\"height: 205.5pt; mso-yfti-irow: 5; mso-yfti-lastrow: yes;\\\"><td style=\\\"background: rgb(218, 238, 243); border-width: 0px 1pt 1pt; border-style: none solid solid; border-color: rgb(0, 0, 0) rgb(53, 53, 53) rgb(53, 53, 53); padding: 0cm; border-image: none; width: 84pt; height: 297px; mso-border-top-alt: solid #353535 .75pt; mso-background-themecolor: accent5; mso-background-themetint: 51; mso-border-alt: solid #353535 .75pt;\\\" width=\\\"140\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><div style=\\\"border-width: 1pt medium medium; border-color: windowtext currentColor currentColor; padding: 0cm; border-image: none; mso-element: para-border-div; mso-border-top-alt: none windowtext 0cm;\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p align=\\\"center\\\" style=\\\"margin: 0cm 0cm 0pt; padding: 0cm; border: currentColor; border-image: none; text-align: center; line-height: 107%; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-border-top-alt: none windowtext 0cm;\\\"><span style=\\\"color: black; line-height: 107%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><font face=\\\"나눔고딕\\\"><span style=\\\"font-family: NanumGothic;\\\">안내사항</span></font></span></span></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></div><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></td><td style=\\\"border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) rgb(53, 53, 53) rgb(53, 53, 53) rgb(0, 0, 0); padding: 0cm; width: 408.75pt; height: 297px; background-color: transparent; mso-border-left-alt: solid #353535 .75pt; mso-border-top-alt: solid #353535 .75pt; mso-border-alt: solid #353535 .75pt;\\\" width=\\\"681\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><span><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">⋅</span></span></span><font face=\\\"나눔고딕\\\"><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><b><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">사전에</span></span></b><b><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></b><b><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">예약되지</span></span></b><b><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></b><b><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">않은</span></span></b><b><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></b><b><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">차량은</span></span></b><b><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">종합운동장내</span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">주차가</span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">불가</span></span></u></b><b><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">하니</span></span></b></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n\\n  </span></font><font face=\\\"나눔고딕\\\"><b><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">대중교통을</span></span></b><b><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></b><b><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">이용해주시기</span></span></b><b><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></b><b><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">바랍니다</span></span></b><b><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">. </span></span></b></font><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n\\n  </span></font><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><span><b><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><br/></span></span></b></span></p><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><span><b><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">⋅</span></span></b></span><font face=\\\"나눔고딕\\\"><b><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">종합운동장</span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">진출입시</span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">좌회전</span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">불가하며</span></span></u></b><b><u><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">, </span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">우회전</span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">진입만</span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">가능합니다</span></span></u></b><b><u><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">.</span></span></u></b></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><span><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><br/></span></span></span></p><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><span><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">⋅</span></span></span><font face=\\\"나눔고딕\\\"><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">경기당일</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">게임시간</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> 2</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">시간전부터</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">예약차량외</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">입차가</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">불가합니다</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">.</span></span></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><span><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><br/></span></span></span></p><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><span><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">⋅</span></span></span><font face=\\\"나눔고딕\\\"><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">반드시</span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">지정된</span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">입차시간</span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">및</span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">지정게이트로</span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">진입하여</span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">지정주차존내</span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></u></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">주차하시기</span></span></u></b></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><font face=\\\"나눔고딕\\\"><b><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"font-family: NanumGothic; mso-spacerun: yes;\\\">   </span></span></span></b><b><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">바랍니다</span></span></u></b><b><u><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">.</span></span></u></b></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><span><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><br/></span></span></span></p><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><span><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">⋅</span></span></span><font face=\\\"나눔고딕\\\"><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">주차예약</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">확인</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">및</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">취소는</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">차량번호와</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">예약번호를</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">통해</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">가능</span></span></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><div style=\\\"border-width: 1pt medium medium; border-color: windowtext currentColor currentColor; padding: 0cm; border-image: none; mso-element: para-border-div; mso-border-top-alt: none windowtext 0cm;\\\"><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p align=\\\"left\\\" style=\\\"margin: 0cm 0cm 0pt; padding: 0cm; border: currentColor; border-image: none; text-align: left; line-height: 117%; text-indent: 9pt; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-border-top-alt: none windowtext 0cm;\\\"><font face=\\\"나눔고딕\\\"><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"font-family: NanumGothic; mso-spacerun: yes;\\\"> </span></span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">합니다</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">.</span></span></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></div><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><span><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><br/></span></span></span></p><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><span><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">⋅</span></span></span><font face=\\\"나눔고딕\\\"><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">예약완료시</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">문자메세지로</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">예약번호가</span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">발송됩니다</span></span><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">. </span></span></font></p><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><font face=\\\"나눔고딕\\\"><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><br/></span></span></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font><p style=\\\"margin: 0cm 0cm 0pt 31pt; line-height: 117%; text-indent: -31pt;\\\"><span><span style='color: black; line-height: 117%; font-family: \\\"MS Mincho\\\"; font-size: 11pt; mso-bidi-font-family: \\\"MS Mincho\\\"; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;'><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">⋅</span></span></span><font face=\\\"나눔고딕\\\"><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"font-family: NanumGothic;\\\">사전주차</span><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">예약제</span></span></span></u><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></u><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">제외차량은</span></span></u><u><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> 25</span></span></u><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">인승이상</span></span></u><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"> </span></span></u><u><span style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">버스입니다</span></span></u><u><span lang=\\\"EN-US\\\" style=\\\"color: black; line-height: 117%; font-size: 11pt; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\"><span style=\\\"color: black; font-family: NanumGothic; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;\\\">.</span></span></u></font></p><font color=\\\"#000000\\\" face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n</span></font></td></tr></tbody></table><p><font face=\\\"굴림\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\">\\n<br/></span></font></p><p><br/></p></p></span><p style=\\\"text-align: center;\\\"><br/></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 85182,\n                \"artcTitle\": \"[안내] 수원 케이티 위즈 파크 사전 주차 예약제 실행 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1425999600000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1425999600000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 6696\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(255, 0, 0); font-size: 18pt;\\\">kt wiz mall 신상품 출시</span></p>\\n<p style=\\\"text-align: center;\\\"> </p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 12pt;\\\">\\\"kt wiz BI &amp; 마스코트 글로벌 디자인 어워드 수상 기념으로 kt wiz mall 신상품이 출시되었습니다!</span><span style=\\\"color: rgb(0, 0, 0); font-size: 12pt;\\\">\\\"</span></p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 11pt;\\\"><br/></span></p>\\n<div class=\\\"event_wrap\\\">\\n<h1><img alt=\\\"kt wiz BI &amp; 마스코트 글로벌 디자인 어워드 수상 기념 kt wiz mall 신상품 출시\\\" src=\\\"/files/sports/site/baseball/images/event_img_01.jpg\\\"/></h1>\\n<ul>\\n<li>\\n<img alt=\\\"1. kt wiz 핸드폰 케이스 - 스마트 폰 전 기종 주문 가능(iphone 4&amp;5, GALAXY S4) kt wiz 폰케이스 드디어 출시!!!!! 국제 디자인 어워드에서 수상한 멋있는 kt wiz BI와 귀여운 마스코트 빅또리가 휴대폰을 지켜드려요\\\" src=\\\"/files/sports/site/baseball/images/event_img_02.jpg\\\"/>\\n<a class=\\\"btn1\\\" href=\\\"http://www.ktwizmall.com/src/products/products_list.php?product_category_id=17&amp;now_page=1&amp;p_sort=6&amp;p_desc=DESC\\\" target=\\\"_blank\\\"><img alt=\\\"구매하기\\\" src=\\\"/files/files/files/sports/site/baseball/images/event_btn_01.gif\\\"/></a>\\n</li>\\n<li>\\n<img alt=\\\"2. kt wiz 로고볼 블루투스 스피커 - 야구공보다 더 야구공 같은 블루투스 스피커!!! 실재 야구공과 같은 재질, 무게, 사이즈로 제작 되었으며 수작업으로 진행된 스티치로 퀄리티를 높인 야구 매니아분들을 위한 특별한 아이템\\\" src=\\\"/files/sports/site/baseball/images/event_img_03.jpg\\\"/>\\n<a class=\\\"btn2\\\" href=\\\"http://www.ktwizmall.com/src/products/products_detail.php?product_category_id=13&amp;product_category_id_main=0&amp;product_mst_id=AS001A&amp;now_page=1\\\" target=\\\"_blank\\\"><img alt=\\\"구매하기\\\" src=\\\"/files/files/files/sports/site/baseball/images/event_btn_01.gif\\\"/></a>\\n</li>\\n<li>\\n<img alt=\\\"3. kt wiz 에코 텀블러 - 심플함과 모던함 가정, 학교, 사무실 어디에서든 어울리는 에코 텀블러! 튼튼한 2중 구조로 뛰어난 보온/보냉\\\" src=\\\"/files/sports/site/baseball/images/event_img_04.jpg\\\"/>\\n<a class=\\\"btn3\\\" href=\\\"http://www.ktwizmall.com/src/products/products_detail.php?product_category_id=13&amp;product_category_id_main=0&amp;product_mst_id=AT001A&amp;now_page=1\\\" target=\\\"_blank\\\"><img alt=\\\"구매하기\\\" src=\\\"/files/files/files/sports/site/baseball/images/event_btn_01.gif\\\"/></a>\\n</li>\\n</ul>\\n<img alt=\\\"수원 케이티 위즈 프로야구단\\\" src=\\\"/files/sports/site/baseball/images/event_img_05.jpg\\\"/>\\n</div>\\n<style type=\\\"text/css\\\">\\n\\n.event_wrap {width:800px; margin:auto;}\\n\\n.event_wrap h1 {display: block;}\\n\\n.event_wrap h2 {visibility:hidden; position:absolute; font-size:0; width:0; height:0; line-height:0; margin:0; padding:0;}\\n\\n.event_wrap img {display: block;}\\n\\n.event_wrap ul {display: block;}\\n\\n.event_wrap ul li {display: block; position: relative;}\\n\\n.event_wrap ul li a.btn1 {position:absolute; top:694px; left:320px; display: block; width:160px; height:35px;}\\n\\n.event_wrap ul li a.btn2 {position:absolute; top:619px; left:320px; display: block; width:160px; height:35px;}\\n\\n.event_wrap ul li a.btn3 {position:absolute; top:502px; left:320px; display: block; width:160px; height:35px;}\\n\\n</style></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 81905,\n                \"artcTitle\": \"[안내] kt wiz mall 신상품 출시!\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1407423600000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1407423600000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 2042\n            }\n        ],\n        \"searchCount\": 47\n    }\n}"}],"_postman_id":"81e8a7d2-dd66-4932-a485-c0117fae9200"},{"name":"Wiz소식상세보기","id":"87488d11-ca18-41bf-8c1b-e069a7bd47c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/article/newsdetail?artcSeq=190049","urlObject":{"protocol":"http","path":["api","article","newsdetail"],"host":["54","180","228","165"],"query":[{"key":"artcSeq","value":"190049"}],"variable":[]}},"response":[{"id":"ae616a29-f878-4fe3-9bb0-a3c2741440ff","name":"Wiz소식상세보기","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/article/newsdetail?artcSeq=190049","protocol":"http","host":["54","180","229","183"],"path":["api","article","newsdetail"],"query":[{"key":"artcSeq","value":"190049"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:31:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1468"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"article\": {\n            \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요, kt wiz 야구단입니다. 9월 18일 vs삼성과의 경기에서는 kt wiz의 마스코트 빅, 또리와 함께하는 '빅또리 데이'행사를 만나볼 수 있습니다! 해당 경기에 한하여 이벤트 좌석 예매 시 빅또리 유니폼이 제공됩니다!&nbsp;<span style=\\\"font-size: 10pt;\\\">자세한 사항은 공지 이미지를 확인해 주세요.</span></p><div style=\\\"text-align: center;\\\"><br></div><p><br></p><p style=\\\"text-align: center;\\\"><img src=\\\"https://wizzap.ktwiz.co.kr/files/article/2024/09/07/20240907213144.1c9-59f077642c4b.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p><br></p>\",\n            \"artcNextSeq\": 190048,\n            \"artcPrevSeq\": 190173,\n            \"artcSeq\": 190049,\n            \"artcTitle\": \"[안내] 9/18(수) 빅또리 데이 행사 안내\\ufeff\",\n            \"boardCatSeq\": 0,\n            \"boardCode\": \"001\",\n            \"delYn\": \"N\",\n            \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/09/07/20240907213202.770-fea1de8a43c7.jpg\",\n            \"maxArticlePerPage\": 0,\n            \"regDttm\": 1725712322000,\n            \"regr\": \"gsc02063\",\n            \"updDttm\": 1725713002000,\n            \"updr\": \"gsc02063\",\n            \"useYn\": \"Y\",\n            \"viewCnt\": 1058\n        }\n    }\n}"}],"_postman_id":"87488d11-ca18-41bf-8c1b-e069a7bd47c8"},{"name":"Wiz보도자료리스트","id":"c46a22bf-669f-421d-9572-7f9184eb3230","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/article/wizpresslist?searchWord=빅또리","urlObject":{"protocol":"http","path":["api","article","wizpresslist"],"host":["54","180","228","165"],"query":[{"description":{"content":"<p>검색어 필수 아님 </p>\n","type":"text/plain"},"key":"searchWord","value":"빅또리"}],"variable":[]}},"response":[{"id":"c2cb4aa0-f713-4ab8-84d8-cf1630d868c4","name":"Wiz보도자료리스트","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/article/wizpresslist?searchWord=빅또리","protocol":"http","host":["54","180","229","183"],"path":["api","article","wizpresslist"],"query":[{"key":"searchWord","value":"빅또리","description":"검색어 필수 아님 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:32:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"366882"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"artcContents\": \"<p><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">▶ 11.23(토) 오후 4시 수원컨벤션센터 컨벤션홀서 팬 초청 행사 열어</span></p><p><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">▶ 선수단 팬사인회, 신인 선수들의 ‘흑백루키요리사’, ‘루키가요제’ 등 다채로운 볼거리, 즐길거리 선보여</span></p><p><br></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;kt wiz 프로야구단(대표이사 이호식, ktwiz.co.kr)이 오는 23일(토) 오후 4시 수원컨벤션센터 컨벤션홀에서 2024 팬페스티벌을 개최한다.</span></p><p style=\\\"line-height: 1.8;\\\"><br></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;이번 행사는 KBO 최초 5위 결정전 승리를 비롯해 5년 연속 포스트시즌 진출, KBO 최초 와일드카드 결정전 업셋 승리 등 마법 같은 시즌을 치를 수 있도록 열성적인 응원을 보내준 팬들의 성원에 보답하기 위해 마련됐다.</span></p><p style=\\\"line-height: 1.8;\\\"><br></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;2025년부터 주장을 맡는 장성우를 포함해 올 시즌 포스트시즌에 출전한 선수단 전원과 허경민, 오원석 등 새롭게 팀에 합류한 선수들이 참석한다. 김동현, 박건우 등 2025 신인선수들도 팬들과 첫 인사를 나눈다.</span></p><p style=\\\"line-height: 1.8;\\\"><br></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;팬들과 함께하는 다양한 행사도 준비했다. 신인선수들은 넷플릭스의 요리 예능 프로그램인 ‘흑백요리사’에서 착안한 ‘흑백루키요리사’ 이벤트에 참가해 음식 대결을 펼친다.</span></p><p style=\\\"line-height: 1.8;\\\"><br></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;행사에 참가한 팬 400명의 시식 평가를 통해 우승팀을 선정한다. 또 ‘루키가요제’를 열고 신인 선수들의 춤과 노래 실력을 선보인다.</span></p><p style=\\\"line-height: 1.8;\\\"><br></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;이어 팬들이 올 시즌 활약한 선수를 선정하고, 무대에 올라 선수에게 직접 상을 수여하는 ‘빅또리 어워즈’가 진행된다.</span></p><p style=\\\"line-height: 1.8;\\\"><br></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;이밖에 선수단 팬사인회, 팬들이 남긴 메시지에 선수들이 직접 답하는 빅또리 스피킹, 점수에 따라 경품이 선착순 제공되는 피칭 다트 등 다채로운 프로그램을 준비했다.</span></p><p style=\\\"line-height: 1.8;\\\"><br></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;팬페스티벌 행사 관련 자세한 내용은 위잽에서 확인 가능하다.</span></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><img src=\\\"/files/article/2024/11/15/20241115105336.e5c-12260ee06ed4.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#1. 팬 페스티벌 안내 이미지</span><br></span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 190994,\n                \"artcTitle\": \"2024 kt wiz 팬 페스티벌, 팬들에 감사 전한다\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1731635100000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1731635100000,\n                \"totalPage\": 1,\n                \"updDttm\": 1731635646000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 33\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: left;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">▶ 6일(토) 익산 야구장에서 2024 시즌 퓨처스 홈 개막식 열어</span></p><p style=\\\"text-align: left;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">▶ 팬 대상 웰컴 기프트 제공 및 이닝 이벤트, 위닝 메시지 추첨 등 다채로운 이벤트 선보여</span></p><p style=\\\"text-align: left;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">▶ 정헌율 익산 시장과 최종오 익산시의회 의장의 개막 기념 축사와 승리 기원 시구, 시타 진행</span></p><p style=\\\"text-align: left;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;kt wiz 프로야구단(대표이사 이호식, ktwizo.kr)이 오는 6일(토) 오후 1시 익산 야구장에서 열리는 KIA 타이거즈와의 퓨처스 경기에서 홈 개막식을 개최한다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;먼저 경기 전 입장한 관람객 중 선착순 300명을 대상으로 웰컴 기프트(Welcome Gift)인 빅또리 유니폼을 증정하며, KBO 퓨처스리그를 후원하는 땅스 부대찌개에서도 관중 100명을 선정해 식사권을 제공한다. 입장 게이트에서는 퓨처스 선수 7명의 팬 사인회도 진행될 예정이다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;본 행사에서는 정헌율 익산시장과 최종오 익산시의회 의장이 개막 기념 축사를 하고, 이호식 kt sports 대표이사가 개막을 선포한다. 이날 개막전 승리 기원 시구는 익산시장과 익산시의회 의장이 맡는다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;김주일 응원단장과 레이디 위즈도 익산 구장을 찾아 특별 공연과 팬과 함께하는 다채로운 이닝 이벤트를 진행해 응원 열기를 북돋을 예정이며, 경기 후에는 팬 위닝 메시지를 추첨해 마사지 건과 면도기 세트 등도 경품으로 제공한다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;한편, KT는 ESG 경영 실천의 일환으로 올해 퓨처스 홈 경기에서 홈런 1개당 20만원을 적립해 시즌 종료 후 익산시 취약 계층에 지원한다. 이 밖에도 익산 구장 탐방 프로그램 및 유소년 야구 티칭 클래스 등 퓨처스 연고 지역 야구 저변 확대를 위한 다양한 사회 공헌 활동도 펼칠 예정이다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2024/04/03/20240403165120.e7f-ccf6f82d299a.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#1. 퓨처스 홈 개막전 안내 이미지</span><br></span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 185484,\n                \"artcTitle\": \"kt wiz, 익산시와 함께하는 퓨처스 홈 개막식 개최\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1712130600000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1712130600000,\n                \"totalPage\": 1,\n                \"updDttm\": 1712130762000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 111\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;kt wiz 프로야구단(대표이사 이창호, ktwiz.co.kr)은 오는 10월 7일(토) 수원 KT 위즈파크에서 열리는 한화 이글스와의 홈 경기에 빅또리데이를 진행한다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;KT는 이날 행사에서 1루 응원지정석, 1루 테이블석(필수팩석), 하이파이브석, 휠체어석을 예매한 관중을 대상으로 구단 마스코트인 빅과 또리 유니폼 중 1가지를 5,000명에게 선착순으로 증정한다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;좌석 구역별 지급되는 유니폼의 종류는 구단 공식 어플리케이션인 위잽 공지를 통해 확인 가능하며, 위즈홀 앞 이벤트 부스에서 티켓을 확인한 뒤 경기 6회 말까지 수령할 수 있다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;또한, 팬들과 함께 하는 실시간 인기 투표와 그라운드 레이스, 특별 공연 등 영원한 라이벌 빅과 또리의 대결 콘셉트로 진행되는 다양한 이벤트도 마련했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;이날 위즈파크에는 2024년 신인 선수 11명이 방문해 팬들과 첫 인사를 나눌 예정이다. 경기 전 신인 선수와 가족이 함께하는 오리엔테이션이 진행되고, 선수단과 상견례를 가진다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;시구와 시타는 1라운드에 지명된 원상현(부산고)과 2라운드 육청명(강릉고)이 맡아 팬들에게 눈도장을 찍을 예정이다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2023/09/27/20230927100935.515-9760511a1a3a.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#1. kt wiz 빅또리데이 안내자료</span><br></span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 182740,\n                \"artcTitle\": \"kt wiz, 통큰 이벤트…’빅또리데이’ 개최\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1695776400000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1695776400000,\n                \"totalPage\": 1,\n                \"updDttm\": 1695777045000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 123\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: left;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">▶ KT 응원 배우기 레크리에이션 등 특별한 한국 야구 문화 체험 기회 제공</span></p><p style=\\\"text-align: left;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;kt wiz 프로야구단(대표이사 신현옥, ktwiz.co.kr)이 9일(수) 수원 KT위즈파크에서 열린 한화 이글스와의 홈경기에 미국과 캐나다 잼버리 대원들을 초청했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;이날 행사는 ‘2023 새만금 세계스카우트잼버리’라는 국가적 차원의 행사에 적극 동참하기 위해 마련됐다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;KT는 행사장에서 조기 퇴영한 후 각각 평택과 수원에서 머물고 있는 미국 대원 800명과 캐나다 대원 80명을 초청해 한국 야구 문화를 체험할 수 있도록 경기 관람을 지원했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;경기 전 전광판에는 웰컴 메시지를 띄워 잼버리 대원들의 한국 일주를 격려하고 위즈파크 방문을 환영한다는 뜻을 전했고, 구단 마스코트 빅또리 키링 등 기념품을 선물했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;또한, 잼버리 대원들은 김주일 응원단장과 치어리더와 함께 KT 응원 배우기 레크리에이션에 참여하는 등 다양한 이벤트를 함께하며 뜻깊은 시간을 보냈다.&nbsp;&nbsp;</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;엘레나(미국 콜로라도, 16세) 대원은 “kt wiz의 초청으로 KBO리그를 처음 관람하게 돼 기대된다. 경기장에 오자마자 전광판에 잼버리 대원을 환영하는 문구들이 보였다. 환영해주신 구단에 진심으로 감사하다.“며 “오늘 외야로 날아오는 홈런공을 잡는 게 꿈이다. 날씨와 모든 것이 완벽해 좋은 경험이 될 것 같다.”고 소감을 전했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;한편, KT는 대원들의 쾌적하고 안전한 경기 관람을 위해 전담 현장 인력 10명을 추가 배치하고, 잼버리 전용 음료 존을 설치해 음료와 생수를 제공했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2023/08/09/20230809185918.80f-a92059f49c92.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#1. 미국과 캐나다 잼버리 대표단이 kt wiz 응원을 배우고 있는 모습</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2023/08/09/20230809185951.ac4-168261ea0bb3.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#2. 위즈파크를 방문한 미국, 캐나다 잼버리 대원들</span></span><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 180795,\n                \"artcTitle\": \"kt wiz, 미국-캐나다 잼버리 대원 880명 초청 행사 열어\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1691574600000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1691574600000,\n                \"totalPage\": 1,\n                \"updDttm\": 1691575233000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 37\n            },\n            {\n                \"artcContents\": \"<p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">▶ 21일(일) ‘KT 소리 찾기’ 사업을 통해 수술 또는 재활에 참여하고 있는 청각 장애 아동 위즈파크 방문</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;kt sports(대표이사 신현옥, kt-sports.co.kr)는 21일(일) 수원 KT위즈파크에 열린 두산 베어스와의 홈경기에 KT 꿈품교실 청각 장애 아동 초청 행사를 진행했다.&nbsp;</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;이날 행사는 KT 그룹의 대표적인 ESG 경영 활동인 ‘KT 소리 찾기 사업’의 일환으로 야구장에서의 즐거운 경험을 토대로 아동들이 소리를 찾아가고 꿈을 펼쳐나갈 수 있도록 응원하고자 마련됐다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;2003년부터 21년째 KT와 소리찾기 사업을 함께한 세브란스병원 이비인후과 최재영 교수와 꿈품교실 아동 및 관계자 30여명이 위즈파크를 방문했고, 아동들은 경기 전 빅또리와 함께 하는 그라운드 포토타임과 다채로운 행사에 참가하며 특별한 추억 만들었다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;행사에 참여한 서울 양남초등학교 이서후(9) 어린이는 “오랜만에 친구들과 함께 야구도 보고 그라운드도 밟는 특별한 경험을 해서 정말 기쁘다”고 소감을 밝혔다.&nbsp;</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;학부모 이미영(38)씨는 “청각 장애 아동을 키우시는 대부분의 학부모들이 자녀들의 청각 교육에만 집중하는데, 일상 생활에서 다양한 경험을 하는 것이 더욱 중요하다고 생각한다. 앞으로도 이런 행사가 많이 열려 청각 장애 아동들에게 꿈과 희망을 줬으면 좋겠다.”고 말했다.&nbsp;</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;kt wiz는 앞으로도 KT와 함께하는 소리찾기 캠페인을 비롯해 다양한 ESG 경영 활동을 펼쳐나갈 예정이다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><img src=\\\"/files/article/2023/05/21/20230521155612.dfb-2d76ac0c0088.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">#1. 그라운드에서 단체 사진 촬영을 하고 있는 KT 꿈품교실 아동들</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"></span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 177512,\n                \"artcTitle\": \"kt wiz, KT 꿈품교실 청각 장애 아동 초청 행사 열어\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1684648800000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1684648800000,\n                \"totalPage\": 1,\n                \"updDttm\": 1684652227000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 39\n            },\n            {\n                \"artcContents\": \"<p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 5일(목) ‘KT 소리 찾기’ 사업을 통해 수술 또는 재활에 참여하고 있는 청각 장애 아동 위즈파크 방문</span></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;kt sports(대표이사 신현옥, kt-sports.co.kr)는 5일(목) 수원케이티위즈파크에 열리는 롯데와의 경기에 어린이날을 맞아 청각 장애 아동 초청 행사를 진행했다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;이번 행사는 어린이날을 맞아 ‘KT 소리 찾기 사업’의 일환으로 신촌 세브란스병원, 제주대학병원과 협력하여 운영하는 꿈품교실 아동들이 소리를 찾아가고 세상에 나가 꿈을 펼칠 수 있도록 응원하고 특별한 경험을 선사하기 위해 마련됐다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;이날 초청된 아동들은 경기 시작 전 빅또리와 함께 하는 그라운드 포토타임을 실시하고, 그라운드에서 진행되는 키즈런 행사에도 참가하며 즐거운 시간을 보냈다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;‘KT 소리찾기 사업’은 2003년 시작되어 올해를 맞아 20년째 이어오고 있고, KT그룹의 대표적인 ESG 경영 활동 사례이며, 2022년 기준 연인원 2만명이 참여했다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;행사에 참여한 경기 파주시 한빛초등학교 최제이(10)양은 “KT꿈품교실을 참여해서 발음도 좋아지고 이제 말도 잘 할 수 있어서 좋다. 친구들과 대화하고, 그라운드도 가보고 오늘 야구장에 와서 신나게 응원할 수 있어서 정말 기쁘다”고 말했다.&nbsp;&nbsp;</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"><br></span></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">&nbsp;kt wiz는 앞으로도 KT와 함께 소리 찾기 캠페인을 비롯해 다양한 ESG 경영 활동을 펼쳐나갈 예정이다.</span></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"><br></span></span></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><img src=\\\"/files/article/2022/05/05/20220505144839.b7a-d4bba861827b.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">#1.&nbsp;</span><span style=\\\"font-size: 10pt;\\\"><span style=\\\"font-size: 11pt; font-family: &quot;맑은 고딕&quot;; letter-spacing: -0.7pt; color: rgb(0, 0, 0);\\\">그라운드에서 기념촬영하는&nbsp;</span></span><span style=\\\"font-size: 10pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-size: 11pt; font-family: &quot;맑은 고딕&quot;; letter-spacing: -0.7pt; color: rgb(0, 0, 0);\\\">KT</span><span style=\\\"font-size: 11pt; font-family: &quot;맑은 고딕&quot;; letter-spacing: -0.7pt; color: rgb(0, 0, 0);\\\">꿈품교실\\r\\n청각장애 아동 및 가족들</span></span></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><span style=\\\"font-size: 10pt;\\\"><span style=\\\"font-size: 11pt; font-family: &quot;맑은 고딕&quot;; letter-spacing: -0.7pt; color: rgb(0, 0, 0);\\\"><br></span></span></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><img src=\\\"/files/article/2022/05/05/20220505144900.506-37d62b6dfdc9.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">#2.&nbsp;</span><font color=\\\"#000000\\\" face=\\\"맑은 고딕\\\"><span style=\\\"font-size: 14.6667px; letter-spacing: -0.933333px;\\\">야구를 관람하고 있는 행사에 참여한 아동 및 가족들</span></font><br></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><br></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"><br></span></span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 168235,\n                \"artcTitle\": \"kt wiz, 어린이날 맞아 KT꿈품교실 청각 장애 아동 초청 행사 열어\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1651726800000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1651726800000,\n                \"totalPage\": 1,\n                \"updDttm\": 1651729838000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 20\n            },\n            {\n                \"artcContents\": \"<p><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">▶ 어린이날 맞아 그라운드 펑고와 베이스 런닝, 플레이어 에스코트 등 풍성한 이벤트 마련</span></p><p><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">▶ 위즈 가든에서는 슬라이딩카, 빅또리 트레일러, 트램폴린, 마술쇼 등 어린이 팬 체험 프로그램 운영</span></p><p><span style=\\\"font-size: 13.3333px;\\\"><br></span></p><p><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;kt wiz 프로야구단(대표이사 신현옥, ktwiz.co.kr)이 5일(목) 롯데와의 홈경기에 어린이날을 맞아 ‘키즈랜드 데이’를 개최한다.&nbsp;</span></p><p><span style=\\\"white-space: pre; font-size: 11pt; color: rgb(0, 0, 0);\\\">\\t</span></p><p><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;먼저 경기 전 그라운드에서는 이날의 주인공인 어린이 팬들을 위해 야구 체험 이벤트가 열린다. 구단 공식 앱인 위잽(wizzap)을 통해 사전 모집된 어린이 회원 100명을 대상으로, 선수가 직접 친 공을 잡는 그라운드 펑고 체험과 선수와 함께하는 ‘플레이어 에스코트’ 행사를 통해 어린이들에게 특별한 추억을 선사한다.</span></p><p><span style=\\\"font-size: 13.3333px;\\\"><br></span></p><p><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;1루 외곽에 위치한 위즈 가든에서는 어린이 팬들에게 솜사탕을 무료로 제공하고, 슬라이딩카와 빅또리 트레일러, 트램폴린, 마술쇼 등 다양한 즐길거리와 볼거리를 제공한다.&nbsp;&nbsp;</span></p><p><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">특히 위즈 가든부터 경기장 주변을 순환하는 빅또리 트레일러와 트램폴린은 5월 한달간 주말 홈 4경기에 지속적으로 운영될 예정이다.</span></p><p><span style=\\\"font-size: 13.3333px;\\\"><br></span></p><p><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;경기 후에는 어린이 팬과 ‘키즈랜드’ 캠핑존에 방문한 어린이 등 200명을 대상으로 베이스 러닝 체험 기회를 제공하고, 경기장을 찾은 가족 단위의 팬들과 함께 명랑 운동회도 열어 푸짐한 경품들을 증정할 예정이다.</span></p><p><span style=\\\"white-space: pre; font-size: 11pt; color: rgb(0, 0, 0);\\\">\\t</span></p><p><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;이날 경기 시구는 강백호, 소형준과 함께 ‘달려라 오대장’ 유튜브에 출연해 시구를 약속했던 전재원(8) 어린이가 진행할 예정이다.</span></p><p><span style=\\\"font-size: 13.3333px;\\\"><br></span></p><p><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;한편, ‘키즈랜드’는 만 3세부터 9세의 미취학 아동과 초등학교 저학년 어린이를 대상으로 7만여편의 어린이 교육 콘텐츠를 제공하는 KT IPTV 서비스로, 올시즌 1루 외야 상단에 ‘키즈랜드’ 내 캠핑존을 운영해 가족, 연인 단위의 팬들에게 색다른 야구 관람 경험을 선사하고 있다.</span></p><p><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"></span><br></p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2022/05/02/20220502104106.ceb-c04f8092a16b.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center;\\\">#1. ktwiz 키즈랜드데이 안내</p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 168107,\n                \"artcTitle\": \"kt wiz, 어린이날 맞아 ‘키즈랜드 데이’ 열어\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1651455600000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1651455600000,\n                \"totalPage\": 1,\n                \"updDttm\": 1651455699000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 95\n            },\n            {\n                \"artcContents\": \"<p class=\\\"MsoNormal\\\" style=\\\"line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span style=\\\"font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">▶ </span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">25</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">(</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">수</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">) MD</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">상품과 </span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">kt wiz </span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">콘텐츠를\\r\\n결합한 체험형 서비스 출시</span><span lang=\\\"EN-US\\\" style=\\\"\\\"><o:p></o:p></span></span></p><p class=\\\"MsoNormal\\\" style=\\\"line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span style=\\\"letter-spacing: -0.7pt;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">▶ 카카오 스페셜 에디션 유니폼과 리미티드 멤버십 카드</span><span lang=\\\"EN-US\\\" style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">, </span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">카카오 빅또리 패치 </span><span lang=\\\"EN-US\\\" style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">5</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">종 그리고</span><span style=\\\"font-size: 16px;\\\">&nbsp;</span></span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\">온라인 팬미팅 등 다양하고 푸짐한 혜택 제공</span></p><p class=\\\"MsoNormal\\\" style=\\\"line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-size: 11pt; letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;</span></p><p class=\\\"MsoNormal\\\" style=\\\"line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-size: 10pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;kt\\r\\nwiz </span></span><span style=\\\"font-size: 10pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">프로야구단</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">(</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">대표이사\\r\\n남상봉</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">, ktwiz.co.kr)</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">은 카카오와 제휴를 통해 </span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">MD</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">상품과\\r\\n콘텐츠를 결합한 </span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">‘kt wiz </span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">카카오 제휴 상품 멤버십</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">’ </span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">서비스를\\r\\n출시했다고 </span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">25</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">(</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">수</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">) </span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">밝혔다</span><span lang=\\\"EN-US\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span></span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;</span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;이번 출시하는 </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">‘kt wiz </span><span style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">카카오 제휴 상품 멤버십</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">’ </span><span style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">서비스는</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">, </span><span style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">코로나</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">19</span><span style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">로\\r\\n인해 야구 관람 및 팬 사인회 등 선수단과 소통 기회가 줄어든 팬들을 위해 다양한 서비스와 혜택을 제공하기 위하여 만들었다</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 10pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;</span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-size: 10pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;1</span></span><span style=\\\"font-size: 10pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">인 </span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">8</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">만 </span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">9,000</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">원에\\r\\n카카오 스페셜 에디션 유니폼과 카카오</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">, </span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">빅또리 패치 </span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">5</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">종을\\r\\n제공하고 </span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">2021 </span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">시즌 카카오 </span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">kt wiz </span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">리미티드 멤버십\\r\\n카드 </span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">3</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">장 등 다양한 상품을 제공한다</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">. KT </span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">팬이라면 누구나\\r\\n구매가 가능하다</span><span lang=\\\"EN-US\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span></span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;또 해당 멤버십을 구매 하면 매월 이달의 선수와 함께하는 </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">Q&amp;A, </span><span style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">영상통화</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">, </span><span style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">온라인 사인회 </span><span style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;</span><span style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">등 </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">1, 2</span><span style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">군 선수와 함께하는 온라인 팬 미팅 기회를 제공하여 상품 뿐만 아니라 선수들과 소통 할 수 있는 기회를\\r\\n혜택을 제공한다</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">. </span><span style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">더불어 추후 포스트 시즌 상품 구매 시 할인 혜택도 제공 할 예정이다</span><span lang=\\\"EN-US\\\" style=\\\"font-size: 10pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;더불어 구단 마스코트인 빅또리의 귀여운 응원동작 등을 담은 </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">kt\\r\\nwiz </span><span style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">카카오 이모티콘을 출시한다</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 10pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;</span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;멤버십\\r\\n상품은 카카오커머스의 쇼핑 플랫폼 </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">‘</span><span style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">카카오톡 쇼핑하기</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">’ </span><span style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">내\\r\\n</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">‘kt wiz store’ </span><span style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">에서 구매할 수 있으며</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">, kt wiz </span><span style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">이모티콘은\\r\\n카카오 이모티콘에서 구매가 가능하다</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">. </span><span style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">또한</span><span lang=\\\"EN-US\\\" style=\\\"font-family: &quot;맑은 고딕&quot;; font-size: 10pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp; </span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">‘kt wiz’ </span></span><span style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">카카오톡 채널을 추가하면 다양한 소식과 정보를 받아볼\\r\\n수 있다</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: center;\\\"><img src=\\\"/files/article/2021/08/25/20210825102005.ba0-018e64f2feb4.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 163139,\n                \"artcTitle\": \"kt wiz, 카카오와 함께 멤버십 서비스 출시한다\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1629853200000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1629853200000,\n                \"totalPage\": 1,\n                \"updDttm\": 1629854428000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 184\n            },\n            {\n                \"artcContents\": \"<p style=\\\"line-height: 1.8;\\\"></p><p class=\\\"MsoNormal\\\" style=\\\"line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span style=\\\"font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">▶ </span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">22~24</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">일 홈\\r\\n</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">3</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">연전에서 수원 프로스포츠 구단 마스코트ㆍ선수 초청</span><span lang=\\\"EN-US\\\" style=\\\"\\\"><o:p></o:p></span></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">\\r\\n\\r\\n</span></span></p><p class=\\\"MsoNormal\\\" style=\\\"line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span style=\\\"font-size:12.0pt;letter-spacing:-.7pt\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">▶ 수원 한국전력 신영석</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">-</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">황동일과\\r\\n현대건설 황민경</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">-</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">고예림</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">, </span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">시구ㆍ시타 나서</span><span lang=\\\"EN-US\\\"><o:p></o:p></span></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">\\r\\n\\r\\n</span></span></p><p class=\\\"MsoNormal\\\" style=\\\"text-align: left; line-height: 1.8; word-break: keep-all;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-size:12.0pt;letter-spacing:-.7pt\\\"><o:p><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">&nbsp;</span></o:p></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">\\r\\n\\r\\n</span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing:-.7pt\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">&nbsp;kt\\r\\nwiz </span></span><span style=\\\"letter-spacing:-.7pt\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">프로야구단</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">(</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">대표이사\\r\\n남상봉</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">, ktwiz.co.kr)</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">은 오는 </span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">22~24</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">일 </span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">KIA</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">와의 홈 </span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">3</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">연전에서 수원 연고지팀을 주제로 한 </span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">‘TEAM SUWON’ </span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">특별 시구를 진행한다고 밝혔다</span><span lang=\\\"EN-US\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">.</span><o:p></o:p></span></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">\\r\\n\\r\\n</span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing:-.7pt\\\"><o:p><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\\\">&nbsp;</span></o:p></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;이번 </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">3</span><span style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">연전에서 </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">KT</span><span style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">는 수원을 연고지로 하고 있는 프로스포츠 구단</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">(</span><span style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">수원</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">FC</span><span style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">•한국전력 빅스톰•현대건설 힐스테이트</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">)</span><span style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">의 마스코트 및 대표 선수들을 초청한다</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; text-indent: 21.2pt; font-size: 10pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span style=\\\"text-indent: 21.2pt; letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span style=\\\"text-indent: 21.2pt; letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;수원 연고지 구단들과\\r\\n함께 지역 프로스포츠 활성화에 앞장서고</span><span lang=\\\"EN-US\\\" style=\\\"text-indent: 21.2pt; letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">, </span><span style=\\\"text-indent: 21.2pt; letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">팬 베이스 확대를 위해 초청행사를 마련했다</span><span lang=\\\"EN-US\\\" style=\\\"text-indent: 21.2pt; font-size: 10pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span lang=\\\"EN-US\\\" style=\\\"text-indent: 21.2pt; letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;</span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span lang=\\\"EN-US\\\" style=\\\"text-indent: 21.2pt; letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;22</span><span style=\\\"text-indent: 21.2pt; font-size: 10pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">(</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">화</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">) </span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">홈 경기에선 수원</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">FC</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">의 마스코트 장군이가 시구를 진행하며</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">, KT </span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">마스코트 빅•또리가 시타와 시포를 맡는다</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">. </span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">또한</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">, 3</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">연전 동안 수원 구단 마스코트들의 특별 공연도 펼쳐진다</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">. </span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">경기\\r\\n중 빅또리는 장군이</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">, </span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">한국전력 빛돌이</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">, </span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">현대건설 테리와 함께\\r\\n무대를 꾸린다</span><span lang=\\\"EN-US\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span></span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span lang=\\\"EN-US\\\" style=\\\"text-indent: 21.2pt; letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;</span></p><p class=\\\"1\\\" style=\\\"line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span lang=\\\"EN-US\\\" style=\\\"text-indent: 21.2pt; letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;23</span><span style=\\\"text-indent: 21.2pt; font-size: 10pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">(</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">수</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">)~24</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">(</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">목</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">)</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">에는 수원\\r\\n지역 배구단의 대표 선수들이 뜬다</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">. 23</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">일 한국전력 빅스톰의 센터 신영석과 세터 황동일이 시구ㆍ시타를\\r\\n진행한다</span><span lang=\\\"EN-US\\\" style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">. 24</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">일 경기에선 현대건설을 대표하는 레프트 황민경과 고예림이 시구ㆍ시타를 할 예정이다</span><span lang=\\\"EN-US\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span></span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span style=\\\"text-indent: 21.2pt; letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;</span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span style=\\\"text-indent: 21.2pt; letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;한편</span><span lang=\\\"EN-US\\\" style=\\\"text-indent: 21.2pt; letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">, 3</span><span style=\\\"text-indent: 21.2pt; letter-spacing: -0.7pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">연전 동안 수원 연고 구단과 각 프로스포츠를 함께 알아가는 다양한 퀴즈 이벤트도 진행된다</span><span lang=\\\"EN-US\\\" style=\\\"text-indent: 21.2pt; font-size: 10pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"><span lang=\\\"EN-US\\\" style=\\\"text-indent: 21.2pt; font-size: 10pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: left;\\\"></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: center;\\\"><img src=\\\"/files/article/2021/06/20/20210620155013.9f3-34f7003169cf.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 161826,\n                \"artcTitle\": \"kt wiz, 프로구단 형제 ‘TEAM SUWON’, 위즈파크에 뜬다\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1624168800000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1624168800000,\n                \"totalPage\": 1,\n                \"updDttm\": 1624173404000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 124\n            },\n            {\n                \"artcContents\": \"<p class=\\\"0\\\" style=\\\"line-height: 1.8; text-align: justify;\\\"><font face=\\\"맑은 고딕\\\"><span style=\\\"font-size: 16px; letter-spacing: -1.2px;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">▶ 7일(금)부터 진행되는 주말 3연전에 ‘kt wiz 언택트 가족운동회,’ ‘빅또리 키즈 포토타임’ 등 마련</span></span></font></p><p class=\\\"0\\\" style=\\\"line-height: 1.8; text-align: justify;\\\"><font face=\\\"맑은 고딕\\\"><span style=\\\"font-size: 16px; letter-spacing: -1.2px;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">▶ 7일(금) KT 사격팀 김상도•김종현 선수의 시구, 시타에 이어 8일(토)에는 kt wiz&nbsp; &nbsp; &nbsp;홍보대사인 가수 지숙과 남편인 방송인 이두희씨의 시구, 시타 등 진행</span></span></font></p><p class=\\\"0\\\" style=\\\"line-height: 1.8; text-align: justify;\\\"><font face=\\\"맑은 고딕\\\"><span style=\\\"font-size: 16px; letter-spacing: -1.2px;\\\"><br></span></font></p><p class=\\\"0\\\" style=\\\"line-height: 1.8; text-align: justify;\\\"><font face=\\\"맑은 고딕\\\"><span style=\\\"font-size: 16px; letter-spacing: -1.2px;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">&nbsp;kt wiz 프로야구단(대표이사 남상봉, ktwiz.co.kr)은 5월 가정의 달을 맞아 다채로운 패밀리데이(family day) 이벤트를 진행한다고 5일(수) 밝혔다.</span></span></font></p><p class=\\\"0\\\" style=\\\"line-height: 1.8; text-align: justify;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt; letter-spacing: -1.2px; font-family: &quot;맑은 고딕&quot;;\\\"><br></span></p><p class=\\\"0\\\" style=\\\"line-height: 1.8; text-align: justify;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt; letter-spacing: -1.2px; font-family: &quot;맑은 고딕&quot;;\\\">&nbsp;먼저 7일(금)부터 열리는 NC와의 주말 3연전에는 ‘kt wiz 언택트 가족운동회’를 개최한다. 경기 당일 언택트 live 응원하기에 접속한 후 ‘가족 운동회’를 신청하면 4종목의 운동 미션 대결에 참여할 수 있고, 우승한 가족 한 팀에게 선수 친필 사인 유니폼을 증정한다. 가족운동회 신청에 대한 자세한 사항은 위잽(wizzap)을 통해 확인할 수 있다.</span><br></p><p class=\\\"0\\\" style=\\\"line-height: 1.8; text-align: justify;\\\"><font face=\\\"맑은 고딕\\\"><span style=\\\"font-size: 16px; letter-spacing: -1.2px;\\\"><br></span></font></p><p class=\\\"0\\\" style=\\\"line-height: 1.8; text-align: justify;\\\"><font face=\\\"맑은 고딕\\\"><span style=\\\"font-size: 16px; letter-spacing: -1.2px;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">&nbsp;또 이닝 이벤트로 ‘빅또리 키즈 포토타임’을 마련했다. 위즈파크를 찾은 어린이 팬을 대상으로 구단 마스코트인 빅•또리와 함께 전광판 영상에 등장할 기회가 주어지고, 인증 사진을 촬영해 기념품으로 제공할 예정이다.</span></span></font></p><p class=\\\"0\\\" style=\\\"line-height: 1.8; text-align: justify;\\\"><font face=\\\"맑은 고딕\\\"><span style=\\\"font-size: 16px; letter-spacing: -1.2px;\\\"><br></span></font></p><p class=\\\"0\\\" style=\\\"line-height: 1.8; text-align: justify;\\\"><font face=\\\"맑은 고딕\\\"><span style=\\\"font-size: 16px; letter-spacing: -1.2px;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\">&nbsp;11일(화)부터 진행되는 삼성과의 3연전에는 가족 팬들을 대상으로 시구 기회를 제공한다. KT를 응원하며 기억에 남는 순간을 사연으로 적어 응모하면 총 3팀을 선발해 그라운드에서의 뜻깊은 추억을 선사할 계획이다.&nbsp; 응모방법은 사연과 함께 위잽(wizzap) 아이디와 희망 시구일 작성해 이메일(ktwiz.marketing@gmail.com)로 접수하면 된다.&nbsp;</span></span></font></p><p class=\\\"0\\\" style=\\\"line-height: 1.8; text-align: justify;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: &quot;맑은 고딕&quot;; font-size: 11pt; letter-spacing: -1.2px;\\\"><br></span></p><p class=\\\"0\\\" style=\\\"line-height: 1.8; text-align: justify;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: &quot;맑은 고딕&quot;; font-size: 11pt; letter-spacing: -1.2px;\\\">&nbsp;한편, 7일(금) 경기에는 KT 사격팀 김상도, 김종현 선수의 시구 및 시타를 진행하고, 8일(토)에는 kt wiz 홍보대사인 가수 지숙과 남편인 방송인 이두희씨의 시구•시타가, 9일(일)에는 올해 개최된 춘계 남녀하키대회와 협회장기대회 2연속 우승의 주역인 KT 하키팀 주장 서정은 선수가 시구를 위해 위즈파크를 찾는다.</span></p><p class=\\\"0\\\" style=\\\"line-height: 1.8; text-align: justify;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt; letter-spacing: -1.2px; font-family: &quot;맑은 고딕&quot;;\\\"><br></span></p><p class=\\\"0\\\" style=\\\"line-height: 1.8; text-align: justify;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt; letter-spacing: -1.2px; font-family: &quot;맑은 고딕&quot;;\\\"></span><br></p><p class=\\\"0\\\" style=\\\"line-height: 1.8; text-align: center;\\\"><img src=\\\"/files/article/2021/05/05/20210505135440.75a-83ca5636b2ca.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p class=\\\"0\\\" style=\\\"line-height: 1.8; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt; letter-spacing: -1.2px; font-family: &quot;맑은 고딕&quot;;\\\">#1. 5월 가정의 달 패밀리데이 이벤트 안내</span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt; letter-spacing: -1.2px; font-family: &quot;맑은 고딕&quot;;\\\"></span><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 160248,\n                \"artcTitle\": \"kt wiz, ‘가정의 달’을 맞아 패밀리데이 이벤트 열어\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1620183600000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1620183600000,\n                \"totalPage\": 1,\n                \"updDttm\": 1620190492000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 47\n            },\n            {\n                \"artcContents\": \"<p style=\\\"line-height: 1.8; text-align: left;\\\"></p><p class=\\\"MsoNormal\\\" align=\\\"left\\\" style=\\\"line-height: 1.8; word-break: keep-all;\\\"><span style=\\\"font-size: 12pt; letter-spacing: -0.9pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\"><span style=\\\"font-family: Dotum, 돋움, sans-serif;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span><span style=\\\"color: rgb(0, 0, 0);\\\">▶ </span></span></span><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt; font-family: Dotum, 돋움, sans-serif;\\\">30</span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt; font-family: Dotum, 돋움, sans-serif;\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt; font-family: Dotum, 돋움, sans-serif;\\\">(</span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt; font-family: Dotum, 돋움, sans-serif;\\\">금</span><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt; font-family: Dotum, 돋움, sans-serif;\\\">) </span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt; font-family: Dotum, 돋움, sans-serif;\\\">한화와의 정규 시즌 마지막 경기에 위즈파크 </span><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt; font-family: Dotum, 돋움, sans-serif;\\\">1</span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt; font-family: Dotum, 돋움, sans-serif;\\\">·</span><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt; font-family: Dotum, 돋움, sans-serif;\\\">3</span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt; font-family: Dotum, 돋움, sans-serif;\\\">루</span><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt; font-family: Dotum, 돋움, sans-serif;\\\">, </span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt; font-family: Dotum, 돋움, sans-serif;\\\">중앙지정석</span><span lang=\\\"EN-US\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt; font-family: Dotum, 돋움, sans-serif;\\\">, </span><span style=\\\"color: rgb(0, 0, 0); font-size: 11pt; font-family: Dotum, 돋움, sans-serif;\\\">테이블석 무료 오픈</span></span></p><p class=\\\"MsoNormal\\\" align=\\\"left\\\" style=\\\"line-height: 1.8; word-break: keep-all;\\\"><span style=\\\"font-size: 10pt;\\\"><span style=\\\"font-size: 11pt; letter-spacing: -0.7pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">▶ 전광판을 통해 경기 관람을 하며\\r\\n응원단의 특별 공연 및 다양한 경품 이벤트 마련</span></span><span style=\\\"font-size:11pt;\\\"><span style=\\\"font-family: Dotum, 돋움, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;</span><span style=\\\"color: rgb(0, 0, 0);\\\"> &nbsp;</span></span><span style=\\\"color: rgb(0, 0, 0);\\\"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif; font-size: 11pt;\\\">\\r\\n\\r\\n</span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing:-.7pt\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">&nbsp;&nbsp;</span></span><span style=\\\"color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif; font-size: 11pt; letter-spacing: -0.7pt;\\\">&nbsp; &nbsp;&nbsp;</span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-size: 10pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">&nbsp;kt\\r\\nwiz </span></span><span style=\\\"font-size: 10pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">프로야구단</span><span lang=\\\"EN-US\\\" style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">(</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">대표이사\\r\\n남상봉</span><span lang=\\\"EN-US\\\" style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">, ktwiz.co.kr)</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">이 </span><span lang=\\\"EN-US\\\" style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">30</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">(</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">금</span><span lang=\\\"EN-US\\\" style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">) </span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">대전에서 열리는 한화와의 정규 시즌 마지막 경기에 </span><span lang=\\\"EN-US\\\" style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">‘</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">위즈파크 단체 응원전</span><span lang=\\\"EN-US\\\" style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">’</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">을 펼친다</span><span lang=\\\"EN-US\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">.</span></span></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif; font-size: 11pt;\\\">\\r\\n\\r\\n</span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing:-.7pt\\\"><o:p><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">&nbsp;</span></o:p></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">&nbsp;이날 행사는 </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">‘</span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">창단 첫 포스트시즌 진출</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">’</span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">을 확정한 선수단의 정규 시즌 마지막 경기에 팬들과 함께 선수들의 선전을 기원하기 위해 마련됐다</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 10pt;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">.</span></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif; font-size: 11pt;\\\">\\r\\n\\r\\n</span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing:-.7pt\\\"><o:p><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">&nbsp;</span></o:p></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">&nbsp;먼저</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">, </span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">위즈파크 </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">1</span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">루∙</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">3</span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">루 내야석 및 중앙지정석</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">, </span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">그리고 테이블석 티켓을 오픈해 최대 </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">2</span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">천명에게 무료 제공한다</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">. </span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">티켓은 </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">29</span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">(</span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">목</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">) </span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">오후 </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">1</span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">시부터</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\"> 30</span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">(</span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">금</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">) </span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">경기 시작\\r\\n</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">2</span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">시간 전까지 온라인을 통해 예매가 가능하다.</span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all;\\\"><span style=\\\"letter-spacing: -0.7pt; text-indent: 31.8pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">&nbsp;티켓을 소지한 팬들은\\r\\n당일 오후 </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; text-indent: 31.8pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">4</span><span style=\\\"letter-spacing: -0.7pt; text-indent: 31.8pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">시 </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; text-indent: 31.8pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">30</span><span style=\\\"letter-spacing: -0.7pt; text-indent: 31.8pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">분부터 입장 가능하며</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; text-indent: 31.8pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">, </span><span style=\\\"letter-spacing: -0.7pt; text-indent: 31.8pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">응원타올과 핫팩 등을 입장객 전원에게 증정한다</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; text-indent: 31.8pt; font-size: 10pt;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">.</span></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif; font-size: 11pt;\\\">\\r\\n\\r\\n</span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing:-.7pt\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">&nbsp; &nbsp; &nbsp;&nbsp;</span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing:-.7pt\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\"><br></span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">&nbsp;경기는 전광판을 통해 상영되며</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">, </span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">김주일 응원단장과\\r\\n치어리더</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">(</span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">레이디위즈</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">)</span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">의 특별 공연을 비롯해 팬 대상으로 </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">PlayStation® 4(PS 4)</span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">•빅또리 자이언트 인형 세트•포스트시즌 기념 패키지 등 다양한 경품 이벤트를\\r\\n준비했다</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 10pt;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">.</span></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif; font-size: 11pt;\\\">\\r\\n\\r\\n</span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 19.95pt; text-indent: -19.95pt; line-height: 1.8; word-break: keep-all;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing:\\r\\n-.7pt\\\"><o:p><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">&nbsp;</span></o:p></span></p><p class=\\\"1\\\" style=\\\"margin-left: 19.95pt; text-indent: -19.95pt; line-height: 1.8; word-break: keep-all;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing:\\r\\n-.7pt\\\"><o:p><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\"><br></span></o:p></span></p><p class=\\\"1\\\" style=\\\"margin-left: 19.95pt; text-indent: -19.95pt; line-height: 1.8; word-break: keep-all;\\\"><span style=\\\"letter-spacing: -0.7pt; text-indent: 10.6pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">&nbsp;또한 구단 공식 </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; text-indent: 10.6pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">‘</span><span style=\\\"letter-spacing: -0.7pt; text-indent: 10.6pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">팀 스토어</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; text-indent: 10.6pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">’</span><span style=\\\"letter-spacing: -0.7pt; text-indent: 10.6pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">에서도 특별히 할인된 가격에 구성된 기획 상품을 판매한다</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; text-indent: 10.6pt; font-size: 10pt;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">.</span></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif; font-size: 11pt;\\\">\\r\\n\\r\\n</span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing:-.7pt\\\"><o:p><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">&nbsp;</span></o:p></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing:-.7pt\\\"><o:p><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\"><br></span></o:p></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">&nbsp;한편</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">, </span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">이날 경기는 중계방송사를 통해 대전 구장과\\r\\n위즈파크 간 이원 생중계로 진행되어 위즈파크의 현장감을 팬들에게 전달할 예정이다</span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 10pt;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">.</span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 10pt;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\"><br></span></span></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: center;\\\"><img src=\\\"/files/article/2020/10/28/20201028133533.9e3-b08feafd9abf.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p class=\\\"1\\\" style=\\\"margin-left: 0cm; line-height: 1.8; word-break: keep-all; text-align: center;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">&nbsp;#1.&nbsp;2020 </span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">시즌 </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">kt wiz </span><span style=\\\"letter-spacing: -0.7pt; font-size: 11pt; color: rgb(0, 0, 0); font-family: Dotum, 돋움, sans-serif;\\\">시즌 피날레 운영 안내 포스터</span></p><p></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 157801,\n                \"artcTitle\": \"kt wiz, 위즈파크에서 ‘단체 응원전’ 펼친다\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1603857600000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1603857600000,\n                \"totalPage\": 1,\n                \"updDttm\": 1604055772000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 47\n            },\n            {\n                \"artcContents\": \"<p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;kt wiz 프로야구단(대표이사 남상봉, ktwiz.co.kr)은 9월 1일(화)부터 4일(금)까지 수원 KT 위즈파크에서 열리는 롯데와 SK의 경기에 다채로운 언택트 응원 이벤트를 마련했다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 10pt;\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;먼저, 언택트 라이브 응원전에 참여한 팬들을 대상으로 관중석으로 날아온 ‘파울볼’을 증정하는 ‘언택트 마이볼’ 행사를 진행한다.&nbsp;</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">야구장에서 파울볼을 잡는 행운과 즐거움을 간접적으로 느낄 수 있도록 리본보드(띠 전광판)에 노출된 팬 화면과 가장 가까이 떨어진 파울볼을 구단 마스코트 빅•또리가 대신 캐치, 화면 상의 팬과 인증하는 사진을 촬영한 후 구단 편지와 함께 전달한다.</span></p><p style=\\\"line-height: 1.8;\\\"><br></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;편지에는 ‘무관중 경기’에 대한 아쉬움과 팬들과의 만남에 대한 기대, 그리고 응원전 참여에 대한 감사의 마음을 담았다.</span></p><p style=\\\"line-height: 1.8;\\\"><br></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;SNS와 연계한 ‘언택트 빅또리 GO’ 이벤트도 진행한다. 언택트 라이브 응원전 화면에 나타난 빅•또리를 캡쳐, ‘빅또리스피킹’ 해시태그와 함께 인스타그램에 3회 이상 업로드한 팬을 대상으로 추첨을 통해 빅•또리 인형 세트를 증정한다.</span></p><p style=\\\"line-height: 1.8;\\\"><br></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">&nbsp;이 밖에도 언택트 응원전을 통해 구단 치어리더인 ‘레이디 위즈’와 팬이 함께 즐기는 그림 맞추기, 삼행시, 인터뷰 등을 진행한다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><br></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><img src=\\\"/files/article/2020/09/01/20200901111309.41d-388554bcb133.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">#1. 언택트 라이브응원전 공지<br></span></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><br></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><img src=\\\"/files/article/2020/09/01/20200901111330.373-7568bd4e9902.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">#2, 언택트 라이브 마이볼행사</span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 155640,\n                \"artcTitle\": \"kt wiz, 1~4일 홈경기 다채로운 언택트 이벤트 진행\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1598926200000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1598926200000,\n                \"totalPage\": 1,\n                \"updDttm\": 1598926453000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 80\n            },\n            {\n                \"artcContents\": \"<p style=\\\"font-size: 13.3333px; line-height: 1.8; text-align: center;\\\"><img id=\\\"tx_entry_88972_\\\" src=\\\"https://wizzap.ktwiz.co.kr/files/article/2020/05/19/20200519091111.f2d-07b9b35c82f3.jpg\\\" class=\\\"txc-image\\\" style=\\\"font-size: 13.3333px; clear: none; float: none;\\\"><br></p><p style=\\\"font-size: 13.3333px; line-height: 1.8; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 14.6667px;\\\">#1.&nbsp;비대면 Live 응원전 안내 포스터</span><br></p><p style=\\\"font-size: 13.3333px; line-height: 1.8; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 14.6667px;\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">kt wiz 프로야구단(대표이사 남상봉, ktwiz.co.kr)은 19일(화)부터 21일(목)까지 수원 KT 위즈 파크에서 열리는 한화 이글스와의 3연전에 비대면 화상 응원전과 함께 응원 릴레이 이벤트를 마련했다.</span></span></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><span style=\\\"font-size: 10pt;\\\"></span><br></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><br></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><img src=\\\"/files/article/2020/05/19/20200519091050.757-02a9d64b7bcd.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">#2.&nbsp;리본보드를 이용한 비대면 Live 화상 응원전 모습</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 10pt;\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;무관중 경기에 대한 아쉬움을 해소하기 위해 홈 개막전부터 진행된 비대면 Live 화상 응원전은 새로 설치된 330m LED 리본보드(띠전광판)를 이용하며 한층 업그레이드 됐다. 특히 이번 홈 경기부터는 팬들의 영상과 음성은 물론, 응원 메시지까지 보여져 KT 선수들에게 힘을 불어 넣는다. 이닝 이벤트에 참여한 팬들에게는 빅또리 인형세트 등 경품도 선사한다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 10pt;\\\"></span><br></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><img src=\\\"/files/article/2020/05/19/20200519091027.303-715ac768da5f.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">#3.&nbsp;kt wiz 응원 릴레이 이벤트</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 10pt;\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;3연전동안 응원 릴레이 이벤트도 열린다. 경기 중 구단 공식 어플리케이션 위잽(wizzap)에 접속해, 응원 댓글 달기 메뉴에 응원 메시지를 남기면 실시간으로 전광판과 리본보드를 통해 선수들에게 전달된다. 참여한 팬들 중 추첨을 통해 유니폼과 모자 1만원 할인쿠폰도 주어진다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(0, 0, 0);\\\">&nbsp;또한, 네이버 랜선 Live 응원전도 펼쳐진다. 비대면 Live 응원전에 참여하지 못한 팬들은 네이버 야구에 접속하면 홈경기 3연전동안 랜선 응원전을 시청할 수 있다.</span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 151797,\n                \"artcTitle\": \"kt wiz, 19~21일 홈경기 팬 화상 응원전 펼친다\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1589846400000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1589846400000,\n                \"totalPage\": 1,\n                \"updDttm\": 1589847207000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 266\n            },\n            {\n                \"artcContents\": \"<p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 11.30(토) 오후 5시 서수원 칠보 체육관에서 3천 여 명 팬 초대해 행사 진행</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 연쇄싸인마, 씬 스틸러 등 팬들이 직접 뽑은 ‘2019 kt wiz fan awards’를 신설</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 신인 선수들의 장기자랑, 팬과 선수가 더욱 가까워지는 다양한 스킨십 프로그램 마련</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> kt wiz 야구단(대표이사 유태열, ktwiz.co.kr)은 2019 시즌 팬들이 보내준 성원에 보답하고자, 오는 11월 30일(토) 오후 5시 서수원 칠보 체육관에서 ‘2019 kt wiz 팬 페스티벌’ 행사를 개최한다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> 이번 행사는 2019 시즌 시즌권과 선등급 회원을 포함한 3천 여 명의 팬들을 초대하고, 선수와 치어리더 팀이 준비한 공연은 물론, 팬들과의 다양한 스킨십 프로그램으로 구성된다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> 먼저, 본 행사 시작 전에 참여 팬을 위한 ‘웰컴 이벤트’가 마련된다. 마법사 망토와 빅또리 쿠션인형, 야광봉 등이 담긴 웰컴 기프트를 전달하고, 이번 시즌 활약한 선수들의 사인회가 열린다. 또, 체육관 외부에 ‘루키 커피 부스’를 마련해 신인 선수들이 팬들에게 따뜻한 커피를 대접하며 감사 인사를 전한다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> 선수단이 버스에서 하차하면 레드카펫을 통해 입장하고 정조대뫙 포토백월에서 포토타임과 인터뷰도 진행된다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> 치어리더의 공연과 빅또리의 특별공연으로 행사의 막이 오르고, 뜻깊은 사회공헌 행사가 이어진다. LX(한국국토정보공사) 경기본부가 밀알복지재단에 백혈병, CRPS(복합부위통증증후군) 환우들을 위한 홈런존 적립금을, 디지털 홈쇼핑 채널인  ‘K쇼핑’을 운영하는 KT 계열사인 KTH가 리틀 야구단 후원금을 전달한다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> ‘Show me the Rookie’라는 타이틀로 꾸며진 신인 선수들의 인사와 장기자랑은 예년에 비해 업그레이드됐다. 신인 선수들이 빅팀, 또리팀으로 나눠 공연을 하고 팬들의 투표로 점수를 산정해, 우승팀과 MVP 선수에게 상품이 주어진다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> 체육관 구역별로 선수들이 팬과 함께 즐기는 이벤트가 준비되고 팬들이 직접 뽑은 ‘2019 kt wiz fan awards’를 신설했다. 최고의 팬 서비스를 선사한 선수에게 주어지는 ‘연쇄싸인마상’, 2019 시즌 명장면을 기념하는 ‘씬 스틸러상’, 기량 발전이 눈에 띈 ‘2019 연구대상’, 탁월한 사복 패션감각을 가리는 ‘배스트 드레서상’, 마지막으로 올 시즌 최고의 활약을 보인 ‘2019 kt wiz 올해의 선수상’이 수여된다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> 시즌 중 ‘빅또리에게 물어봐’ 게시판에 올라온 재미있는 질문을 선수들에게 직접 물어보는 ‘위즈토크’ 시간을 함께 하고, 선수들과 팬들이 함께하는 정조대왕 깃발 응원전이 끝나면 팬들을 위한 경품 추첨으로 행사를 마무리할 예정이다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt;\\\"><br></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> 행사에 대한 자세한 내용은 구단 공식 어플리케이션인 ‘위잽(wizzap)’과 홈페이지(ktwiz.co.kr)를 통해 확인할 수 있다.</span></p>\\n\\n\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 150142,\n                \"artcTitle\": \"팬과 선수가 하나되는 ‘2019 kt wiz 팬 페스티벌’ 개최\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1574657867000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1574657867000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 143\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 오는 26일(금)~31일(수) 홈 5경기에 위즈파크 ‘일회용컵 줄이기 캠페인’ 열어</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 관람객을 대상으로 친환경 리유저블컵(Reusable cup) 제공 등 다채로운 이벤트 마련</span></p><p style=\\\"line-height: 1.8;\\\"><br/></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"> kt wiz 프로야구단 (대표이사 유태열, ktwiz.co.kr)이 26일(금) LG와의 홈경기부터 31일(수)까지 총 5경기에 ‘경기장 일회용컵 줄이기 캠페인’을 실시한다.</span></p><p style=\\\"line-height: 1.8;\\\"><br/></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"> 이번 캠페인은 최근 이슈가 되고 있는 환경 오염의 심각성을 구단과 팬이 함께 인지하고, 환경보호 활동에 적극 동참하기 위해 한국프로스포츠협회와 함께 진행한다.</span></p><p style=\\\"line-height: 1.8;\\\"><br/></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"> 이날 행사에는 문화체육관광부와 국민체육진흥공단의 후원을 받아 재사용이 가능한 친환경 리유저블컵(Reusable cup) 1만 5천개를 제작했다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">    </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"> 강백호, 김민, 배제성, 김민혁 사진이 삽입된 리유저블컵은, 위즈파크 내 매장에서 생맥주를 구매하는 야구팬들에게 선착순으로 배포한다.</span></p><p style=\\\"line-height: 1.8;\\\"><br/></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"> 또 리유저블컵을 지참한 팬들 중, 추가로 맥주를 구매하면 맥주 당 500원을 할인 혜택을 받을 수 있는 한편, 인스타그램을 통해 리유저블컵 사용을 인증하는 팬들을 대상으로 추첨을 통해 구단 마스코트인 빅또리(vicddory) 인형을 경품으로 제공한다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"><br/></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span><br/></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img \\\"\\\"=\\\"\\\" class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20190726133650992.jpg\\\" style=\\\"\\\"/></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">#1 리유저블컵</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><br/></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img \\\"\\\"=\\\"\\\" class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20190726133655961.jpg\\\" style=\\\"\\\"/></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 14.6667px;\\\">#2 리유저블컵</span><span style=\\\"color: rgb(0, 0, 0);\\\"></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0); font-size: 14.6667px;\\\"><br/></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img \\\"\\\"=\\\"\\\" class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20190726133704363.jpg\\\" style=\\\"\\\"/></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span><span style=\\\"color: rgb(0, 0, 0); font-size: 14.6667px;\\\">#3 리유저블컵</span></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 120106,\n                \"artcTitle\": \"kt wiz¸ 위즈파크 일회용컵 줄이기 나선다\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/sports/data/_up/board/thumb_20190726133650992.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1563980400000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1563980400000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 225\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; font-family: \\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\" face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"><b></b></span></font></span></span></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"><span -0.7pt\\\"\\\"=\\\"\\\" 11pt;\\\"=\\\"\\\" font-size:=\\\"\\\" gothic\\\"\\\"\\\"=\\\"\\\" left\\\"\\\"=\\\"\\\" letter-spacing:=\\\"\\\" nanum=\\\"\\\" style=\\\"color: rgb(0, 0, 0); font-family: \\\" text-align:=\\\"\\\"><br/></span></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"><span -0.7pt\\\"\\\"=\\\"\\\" 11pt;\\\"=\\\"\\\" font-size:=\\\"\\\" gothic\\\"\\\"\\\"=\\\"\\\" left\\\"\\\"=\\\"\\\" letter-spacing:=\\\"\\\" nanum=\\\"\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\" text-align:=\\\"\\\">▶ </span><span lang=\\\"EN-US\\\" style=\\\"font-family: inherit; color: rgb(0, 0, 0); letter-spacing: -0.7pt; text-align: left; margin: 0px; padding: 0px; font-size: 11pt;\\\">23</span><span -0.7pt\\\"\\\"=\\\"\\\" 11pt;\\\"=\\\"\\\" font-size:=\\\"\\\" gothic\\\"\\\"\\\"=\\\"\\\" left\\\"\\\"=\\\"\\\" letter-spacing:=\\\"\\\" nanum=\\\"\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\" text-align:=\\\"\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"font-family: inherit; color: rgb(0, 0, 0); letter-spacing: -0.7pt; text-align: left; margin: 0px; padding: 0px; font-size: 11pt;\\\">(</span><span -0.7pt\\\"\\\"=\\\"\\\" 11pt;\\\"=\\\"\\\" font-size:=\\\"\\\" gothic\\\"\\\"\\\"=\\\"\\\" left\\\"\\\"=\\\"\\\" letter-spacing:=\\\"\\\" nanum=\\\"\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\" text-align:=\\\"\\\">화</span><span lang=\\\"EN-US\\\" style=\\\"font-family: inherit; color: rgb(0, 0, 0); letter-spacing: -0.7pt; text-align: left; margin: 0px; padding: 0px; font-size: 11pt;\\\">)</span><span -0.7pt\\\"\\\"=\\\"\\\" 11pt;\\\"=\\\"\\\" font-size:=\\\"\\\" gothic\\\"\\\"\\\"=\\\"\\\" left\\\"\\\"=\\\"\\\" letter-spacing:=\\\"\\\" nanum=\\\"\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\" text-align:=\\\"\\\">부터</span><span -0.7pt\\\"\\\"=\\\"\\\" 11pt;\\\"=\\\"\\\" font-size:=\\\"\\\" gothic\\\"\\\"\\\"=\\\"\\\" left\\\"\\\"=\\\"\\\" letter-spacing:=\\\"\\\" nanum=\\\"\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\" text-align:=\\\"\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"font-family: inherit; color: rgb(0, 0, 0); letter-spacing: -0.7pt; text-align: left; margin: 0px; padding: 0px; font-size: 11pt;\\\">5</span><span -0.7pt\\\"\\\"=\\\"\\\" 11pt;\\\"=\\\"\\\" font-size:=\\\"\\\" gothic\\\"\\\"\\\"=\\\"\\\" left\\\"\\\"=\\\"\\\" letter-spacing:=\\\"\\\" nanum=\\\"\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\" text-align:=\\\"\\\">월</span><span -0.7pt\\\"\\\"=\\\"\\\" 11pt;\\\"=\\\"\\\" font-size:=\\\"\\\" gothic\\\"\\\"\\\"=\\\"\\\" left\\\"\\\"=\\\"\\\" letter-spacing:=\\\"\\\" nanum=\\\"\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\" text-align:=\\\"\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"font-family: inherit; color: rgb(0, 0, 0); letter-spacing: -0.7pt; text-align: left; margin: 0px; padding: 0px; font-size: 11pt;\\\">12</span><span -0.7pt\\\"\\\"=\\\"\\\" 11pt;\\\"=\\\"\\\" font-size:=\\\"\\\" gothic\\\"\\\"\\\"=\\\"\\\" left\\\"\\\"=\\\"\\\" letter-spacing:=\\\"\\\" nanum=\\\"\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\" text-align:=\\\"\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"font-family: inherit; color: rgb(0, 0, 0); letter-spacing: -0.7pt; text-align: left; margin: 0px; padding: 0px; font-size: 11pt;\\\">(</span><span -0.7pt\\\"\\\"=\\\"\\\" 11pt;\\\"=\\\"\\\" font-size:=\\\"\\\" gothic\\\"\\\"\\\"=\\\"\\\" left\\\"\\\"=\\\"\\\" letter-spacing:=\\\"\\\" nanum=\\\"\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\" text-align:=\\\"\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"font-family: inherit; color: rgb(0, 0, 0); letter-spacing: -0.7pt; text-align: left; margin: 0px; padding: 0px; font-size: 11pt;\\\">)</span><span -0.7pt\\\"\\\"=\\\"\\\" 11pt;\\\"=\\\"\\\" font-size:=\\\"\\\" gothic\\\"\\\"\\\"=\\\"\\\" left\\\"\\\"=\\\"\\\" letter-spacing:=\\\"\\\" nanum=\\\"\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\" text-align:=\\\"\\\">까지 두 번의 홈</span><span -0.7pt\\\"\\\"=\\\"\\\" 11pt;\\\"=\\\"\\\" font-size:=\\\"\\\" gothic\\\"\\\"\\\"=\\\"\\\" left\\\"\\\"=\\\"\\\" letter-spacing:=\\\"\\\" nanum=\\\"\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\" text-align:=\\\"\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"font-family: inherit; color: rgb(0, 0, 0); letter-spacing: -0.7pt; text-align: left; margin: 0px; padding: 0px; font-size: 11pt;\\\">6</span><span -0.7pt\\\"\\\"=\\\"\\\" 11pt;\\\"=\\\"\\\" font-size:=\\\"\\\" gothic\\\"\\\"\\\"=\\\"\\\" left\\\"\\\"=\\\"\\\" letter-spacing:=\\\"\\\" nanum=\\\"\\\" style=\\\"color: rgb(0, 0, 0); font-size: 11pt;\\\" text-align:=\\\"\\\">연전에 어린이 회원과 가족 팬들 대상으로 </span><font -0.7pt\\\"\\\"=\\\"\\\" 0px\\\"\\\"=\\\"\\\" 0px;\\\"=\\\"\\\" 12pt\\\"\\\"=\\\"\\\" face=\\\"Nanum Gothic\\\" font-size:=\\\"\\\" gothic\\\"\\\"\\\"=\\\"\\\" left\\\"\\\"=\\\"\\\" letter-spacing:=\\\"\\\" margin:=\\\"\\\" nanum=\\\"\\\" padding:=\\\"\\\" style=\\\"color: rgb(0, 0, 0); font-family: \\\" text-align:=\\\"\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; letter-spacing: -0.7pt;\\\">다채로운 행사 마련</span></span></font></font></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">▶ 테마파크 컨셉으로</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: inherit;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">,</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">에어바운스 등 놀이기구와 야구장 주변을 운행하는</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">‘</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">빅또리 트레일러</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: inherit;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">’ </span><font face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; letter-spacing: -0.7pt; color: rgb(0, 0, 0);\\\">운영</span></span></font></font></span></font></font></span></span></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><font face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\" face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">▶ 경기 전 그라운드에서 선수들이 쳐 주는 공을 받는</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">‘</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">위즈 펑고</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: inherit;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">’,</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">경기 시작 때 선수들과 </span><font face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">함께 손잡고 입장하는</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></span></span></font></font></font></span></span></font></font></span></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"><span lang=\\\"EN-US\\\" style=\\\"font-family: inherit; letter-spacing: -0.7pt; color: rgb(0, 0, 0); margin: 0px; padding: 0px; font-size: 11pt;\\\">‘</span><span style=\\\"font-family: inherit; letter-spacing: -0.7pt; color: rgb(0, 0, 0); font-size: 11pt;\\\">플레이 에스코트</span><span lang=\\\"EN-US\\\" style=\\\"font-family: inherit; font-size: inherit; letter-spacing: -0.7pt; color: rgb(0, 0, 0); margin: 0px; padding: 0px;\\\"><span style=\\\"font-size: 11pt;\\\">’</span><span style=\\\"font-size: 11pt;\\\"> </span></span><span style=\\\"font-family: inherit; letter-spacing: -0.7pt; color: rgb(0, 0, 0); font-size: 11pt;\\\">등을 위잽에서 신청 후 추첨 통해 참여 가능</span></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"><br/></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"></p><p \\\"apple=\\\"\\\" 1.8\\\"\\\"=\\\"\\\" 10.6pt;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: left;\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><font face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">kt wiz</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></span></span><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">야구단</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">(</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">대표이사 유태열</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">, ktwiz.co.kr)</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">이 위즈 파크의 여름 축제인</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">‘</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">워터 페스티벌</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">’</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">에 이어</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: inherit;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">,</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">올 시즌 봄부터</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">‘</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">패밀리 페스티벌</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: inherit;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">’</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">행사를 연다</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span></span></span></font></font></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"></p><p \\\"apple=\\\"\\\" 1.8\\\"\\\"=\\\"\\\" 10.6pt;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: left;\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\" face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></font></span></span></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"></p><p \\\"apple=\\\"\\\" 1.8\\\"\\\"=\\\"\\\" 10.6pt;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: left;\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><font face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; letter-spacing: -0.7pt; color: rgb(0, 0, 0);\\\">‘</span></span><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">패밀리 페스티벌</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">’</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">은 오는</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">23</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">(</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">화</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">) NC</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">전부터</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">5</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">월</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">12(</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: inherit;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">)</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">키움전까지 수원</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: inherit;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">KT</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">위즈 파크에서 열리는 두 번의 홈</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">6</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">연전</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">(4.23~25 NC</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">전</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">, 4.26~28 SK</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">전</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: inherit;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">, 5.7~9</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">롯데전</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: inherit;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">, 5.10~12</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">키움전</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">)</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">에 진행된다</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span></span></span></font></font></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"></p><p \\\"apple=\\\"\\\" 1.8\\\"\\\"=\\\"\\\" 10.6pt;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: left;\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\" face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></font></span></span></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"></p><p \\\"apple=\\\"\\\" 1.8\\\"\\\"=\\\"\\\" 10.6pt;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: left;\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">어린이 회원과 가족 팬들 대상으로 다채롭게 진행되는 이번 행사는 야구장을 테마파크처럼 변신시켜 어린이 팬들이 재미있게 즐기며 그라운드에서 직접 경험할 수 있는 프로그램으로 준비됐다</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span></font></font></span></span></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"></p><p \\\"apple=\\\"\\\" 1.8\\\"\\\"=\\\"\\\" 10.6pt;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: left;\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\" face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></font></span></span></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"></p><p \\\"apple=\\\"\\\" 1.8\\\"\\\"=\\\"\\\" 10.6pt;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: left;\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">먼저</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: inherit;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">,</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">주말</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">4</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">경기 동안 위즈 파크 옆 위즈 가든에서 에어바운스</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: inherit;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">,</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">트럼폴린 등 놀이 기구를 탈 수 있는 패밀리랜드를 운영한다</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: inherit;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">경기 티켓을 소지한 어린이들은 놀이 기차인</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">‘</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">빅또리 트레일러</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">’</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">를 타고 야구장 주변을 구경할 수도 있다</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span></font></font></span></span></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"></p><p \\\"apple=\\\"\\\" 1.8\\\"\\\"=\\\"\\\" 10.6pt;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: left;\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\" face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></font></span></span></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"></p><p \\\"apple=\\\"\\\" 1.8\\\"\\\"=\\\"\\\" 10.6pt;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: left;\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">또</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: inherit;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">,</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">경기 시작 전에는 그라운드에서 어린이들이 글러브를 끼고 선수들이 직접 쳐 주는 공을 받을 수 있는</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">‘</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">위즈 펑고</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">’</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">가 진행되고 경기에 출전하는 선수들과 함께 손을 잡고 입장하는</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">‘</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">플레이어 에스코트</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">’</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">에도 참여할 수 있다</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">. 5</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">회말이 끝난 클리닝 타임 때는 어린이를 포함한 가족</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">4</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">팀이 참여하는 미션 패밀리 레이스가 펼쳐진다</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">이 행사들의 참여자는 구단 공식 어플리케이션 위잽</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">(wizzap)</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">에서 신청한 팬들을 대상으로 추첨해 선정한다</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span></font></font></span></span></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"></p><p \\\"apple=\\\"\\\" 1.8\\\"\\\"=\\\"\\\" 10.6pt;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: left;\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\" face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></font></span></span></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"></p><p \\\"apple=\\\"\\\" 1.8\\\"\\\"=\\\"\\\" 10.6pt;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: left;\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><font face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></span></span><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">행사 마지막 날인</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">5</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">월</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">12</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">(</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">)</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">에는 경기 전 어린이 팬들</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">100</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">명을 대상으로 선수들의 팬 사인회도 개최된다</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: inherit;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></span></span></span></font></font></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"></p><p \\\"apple=\\\"\\\" 1.8\\\"\\\"=\\\"\\\" 10.6pt;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: left;\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\" face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></font></span></span></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"></p><p \\\"apple=\\\"\\\" 1.8\\\"\\\"=\\\"\\\" 10.6pt;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: left;\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">한편</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">, 25</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">(</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">목</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">)</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">에는 장애인의 날</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">(4.20)</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">을 기념해 수원시 지체장애인협회 김준봉 회장이 시구를 하고 경기도 장애인재활협회 지적장애 청소년 합창단이 애국가를 제창한다</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">. 28</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">(</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">일</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">)</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">에는 前 걸그룹</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">‘</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">포미닛</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: inherit;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">’</span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">멤버인 영화배우 권소현씨가 승리 기원 시구자로 나설 예정이다</span><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">.</span></font></font></span></span></p><p \\\"apple=\\\"\\\" 1.8\\\"\\\"=\\\"\\\" 10.6pt;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: left;\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br/></span></font></font></span></span></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: center;\\\" 돋움,=\\\"\\\"><img \\\"\\\"=\\\"\\\" class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/2019042213331391.jpg\\\"/></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: center;\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\" face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"font-size: 11pt;\\\"><b><br/></b></span></font></span></span></p><p \\\"apple=\\\"\\\" 1.8\\\"\\\"=\\\"\\\" 10.6pt;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px;\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"></span></span></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: center;\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\" face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span \\\"apple=\\\"\\\" 28.2667px;\\\"=\\\"\\\" dotum,=\\\"\\\" font-size:=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" letter-spacing:=\\\"\\\" malgun=\\\"\\\" medium\\\"\\\"=\\\"\\\" neo\\\",=\\\"\\\" normal\\\"\\\"=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0px; padding: 0px; color: rgb(51, 51, 51);\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><span \\\"nanum=\\\"\\\" -0.7pt\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"=\\\"\\\" black\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"=\\\"\\\" gothic\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"=\\\"\\\" lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">#1. kt wiz </span></span><span \\\"apple=\\\"\\\" 28.2667px;\\\"=\\\"\\\" dotum,=\\\"\\\" font-size:=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" letter-spacing:=\\\"\\\" malgun=\\\"\\\" medium\\\"\\\"=\\\"\\\" neo\\\",=\\\"\\\" normal\\\"\\\"=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0px; padding: 0px; color: rgb(51, 51, 51);\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><span \\\"nanum=\\\"\\\" -0.7pt\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"=\\\"\\\" black\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"=\\\"\\\" gothic\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"\\\"=\\\"\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\">패밀리 페스티벌 안내 포스터 이미지</span></span></font></span></span></p><p \\\"apple=\\\"\\\" 1.8\\\"\\\"=\\\"\\\" 10.6pt;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: left;\\\" text-indent:=\\\"\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><font color=\\\"#000000\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 11pt; color: rgb(0, 0, 0);\\\"><br/></span></font></font></span></span></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"></p><p style=\\\"line-height: 1.8; text-align: left;\\\"></p><p \\\"apple=\\\"\\\" 1.8;\\\"=\\\"\\\" 51)\\\"\\\"=\\\"\\\" 51,=\\\"\\\" color:=\\\"\\\" dotum,=\\\"\\\" gothic=\\\"\\\" gothic\\\",=\\\"\\\" helvetica,=\\\"\\\" line-height:=\\\"\\\" malgun=\\\"\\\" neo\\\",=\\\"\\\" rgb(51,=\\\"\\\" sans-serif\\\"\\\"=\\\"\\\" sd=\\\"\\\" style=\\\"margin: 0cm 0cm 0pt; font-size: 12px; text-align: left;\\\" 돋움,=\\\"\\\"><span style=\\\"margin: 0px; padding: 0px;\\\"><span lang=\\\"EN-US\\\" style=\\\"margin: 0px; padding: 0px; font-family: inherit; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\" face=\\\"Nanum Gothic\\\" style=\\\"margin: 0px; padding: 0px;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></font></span></span></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 117530,\n                \"artcTitle\": \"kt wiz¸ 위즈 파크의 봄에는 패밀리 페스티벌이 펼쳐진다\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/sports/data/_up/board/hand_thumb_패밀리페스티벌공지사본.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1555858800000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1555858800000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 222\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">▶ 6일(토) 2018 자카르타·팔렘방 아시안게임 여자 펜싱 사브르 단체 금메달리스트 최수연 시구</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\">▶ 7일(일) 2018 수원 정조대왕 능행차 퍼레이드에 응원단과 팬 참여 행사 진행</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> kt wiz 프로야구단(대표이사 유태열, ktwiz.co.kr)이 6일(토) 수원 KT 위즈파크에서 열리는 삼성 라이온즈와의 홈 경기에 ‘2018 자카르타·팔렘방 아시안게임 여자 펜싱 사브르 단체 금메달리스트’ 최수연(29,안산시청) 선수의 시구를 마련했다고 밝혔다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> 최수연 선수는 대학 시절 십자인대가 파열되는 부상을 극복하고, 지난 아시안게임에서 중국을 꺾고 금메달을 획득했다. 또, 뛰어난 실력만큼이나 화려한 외모로 대회 당시 ‘미녀 검객’으로 화제가 되기도 했다. </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> 한편, kt wiz는 7일(일) 열리는 수원 지역 최대 퍼레이드인 ‘2018 정조대왕 능행차’ 행사에 참가한다. kt wiz 응원단이 행사 퍼레이드에서 특별 공연을 진행하고 팬들과 단체 응원전을 펼쳐 수원 시민들에게 즐거움을 선사하게 된다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"> 퍼레이드에 참가할 kt wiz 팬 200명은 당일 위즈파크 동문 입구에서 오후 3시 30분부터 선착순으로 모집하며, 구단 공식 어플인 ‘위잽(wizzap)’ 아이디만 있으면 참여할 수 있다. 또, 정조대왕 유니폼을 착용한 팬 선착순 100명을 대상으로, 빅또리 응원봉과 크린토피아 상품권 1만원권을 증정한다.</span></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><br/></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><img \\\"\\\"=\\\"\\\" class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20181005113009301.jpg\\\" style=\\\"\\\"/></p><p style=\\\"line-height: 1.8; text-align: center;\\\"><span style=\\\"font-size: 11pt; color: rgb(0, 0, 0);\\\"><br/></span></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 114600,\n                \"artcTitle\": \"kt wiz¸ 6일 아시안게임 펜싱 금메달리스트 최수연 시구 초청\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/sports/data/_up/board/hand_thumb_정조대왕능행차01_썸네일2(0).jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1538665200000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1538665200000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 153\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 5~6일 어린이들의 ‘히어로’ 핑크퐁과 ‘마이린 TV’의 최린 군이 승리 기원 시구 진행</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 5일의 ‘주인공’인 어린이들을 위한 어린이 운동회와 꼬마열차, 에어바운스, 트램플린 운영</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 가정의 달인 5월 한달 동안 선수들은 KT 마스코트인 ‘코리토리’ 유니폼과 모자 착용</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"> </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"> kt wiz 프로야구단(대표이사 유태열, ktwiz.co.kr)이 어린이날을 맞아, 오는 4일(금)~6일(일) 홈 3연전에서 다채롭고 풍성한 이벤트를 진행한다. </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"> </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"> 어린이날 전날인 4일부터 6일까지, 전세계 1억 5천만명 어린이들의 마음을 사로잡은 ‘핑크퐁(Pink Fong)’ 캐릭터가 수원 KT 위즈파크를 찾는다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">대표작 ‘상어 가족’ 시리즈로 유명한 핑크퐁은, 구장을 방문한 어린이들과 함께 하는 응원전과 게릴라 포토타임을 진행하고, 5일 어린이날에는 승리 기원 시구를 한다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"> </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"> 어린이날인 5일에는, 이날의 주인공인 어린이들을 위해, ‘키즈랜드’가 운영된다. </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">1루측 외곽에 위치한 위즈가든에 에어바운스와 트램플린이 설치되고, 경기 2시간 전부터는 매일유업이 협찬하는 ‘매일 바이오 꼬마 열차’를 운영한다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">열차는 위즈가든부터 위즈파크 주변을 순환하며, 어린이들에게 다채로운 ‘볼거리’와 재미를 선사하고, 탑승자 전원에게는 매일유업에서 제공하는 ‘엔요’ 요쿠르트를 증정한다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"> </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"> 또 그라운드에서는 ‘빅또리 어린이 운동회’가 열린다. 어린이 회원 40명을 선정해서 다양한 경품과 함께 징검다리, 공굴리기, 파도타기, 그리고 ‘플레이어 에스코트’ 행사를 통해 어린이들에게 특별한 추억을 선사한다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"> </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"> 6일 경기에는, ‘유튜브 초통령’으로 불리는 마이린 TV의 최린(12) 군이 구장을 찾아 시구를 하고, 뮤직 필하모니 소년소녀 합창단이 애국가를 제창한다. </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">    </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"> 한편, 5월 4일 넥센과의 홈경기부터 KT 선수들은 가정의 달인 5월 한달 동안 코리토리 유니폼과 모자를 착용하고, 경기에 나선다.</span></p><p style=\\\"line-height: 1.8;\\\"><br/></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">※ 코리토리?</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">고양이를 닮은 작고 뾰족한 귀를 가진 KT 그룹 마스코트로, 코리(Kori)는 KT의 ‘K’를 상징하고, 고객과 소통하는 메신저 역할을 하며, 토리(Tori)는 KT의 ‘T’를 상징하고, 스피드와 기술력이 뛰어나 기존의 것을 바꾸는 새로운 시도를 의미한다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"><br/></span></p><div style=\\\"line-height: 1.8;\\\"><p style=\\\"text-align: center;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/2018050211435990.jpg\\\" style=\\\"clear: none; float: none;\\\"/></p><p><br/></p><br/></div><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span><br/></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 112298,\n                \"artcTitle\": \"‘어린이날’ 맞아 위즈파크가 ‘키즈랜드’로 변신한다\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/sports/data/_up/board/hand_thumb_11(15).jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1525186800000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1525186800000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1087\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">kt wiz 야구단(대표이사 유태열, ktwiz.co.kr)은 수원 케이티 위즈파크를 찾는 야구 팬들의 접근 편의를 제공하고 인근 교통 혼잡과 주차 문제를 해소하고자 오는 13일(토)부터 수원의 주요 거점과 수원 케이티 위즈파크를 왕복하는 셔틀버스를 운행한다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"><br/></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">오는 13일(토)부터 정규시즌 종료까지 주말과 공휴일 홈 경기에 한해 화서역, 수원 월드컵경기장, 수원시청역과 수원 케이티 위즈파크 구간을 셔틀버스가 왕복 운행하며, 야구장을 찾는 누구나 무료로 이용 가능하다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"><br/></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">경기 시작 2시간 전부터 매시 정각과 30분마다 화서역 삼거리에 위치한 경기대 셔틀버스 정류장과 수원 월드컵경기장 조각공원 앞, 수원시청 정문 맞은 편 올림픽 공원 앞에서 탑승할 수 있다. 각 구간의 셔틀버스는 경기 전 총 4회 운행한다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"><br/></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">경기 종료 후에도 수원 종합운동장 서문에서 화서역과 수원 월드컵경기장, 수원시청역으로 이동하는 셔틀버스를 이용할 수 있다. 셔틀버스는 경기 종료 20분 후 출발한다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"><br/></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">특히 화서역과 수원시청역에는 지하철역과 공영주차장이 위치해 있고 수원 월드컵경기장은 당일 야구티켓을 제시하면 야구장과 동일한 요금(2,000원)으로 주차장을 이용할 수 있어 팬들의 호응이 더욱 높을 전망이다. (단, FIFA U-20 및 K리그 경기일정 중복 시 주차불가)</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"><br/></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">셔틀버스에 대한 자세한 내용은은 빅또리 콜센터(1899-5916)또는 구단 홈페이지와 위잽을 통해 문의하면 된다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span><br/></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20170510144817437.jpg\\\" style=\\\"clear: none; float: none;\\\"/><br/></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 105252,\n                \"artcTitle\": \"셔틀버스 타고 위즈파크로 야구 보러 오세요!\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/sports/data/_up/board/hand_thumb_ktwiz셔틀버스_.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1494342000000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1494342000000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 853\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt; font-family: NanumGothic;\\\">▶</span><span style=\\\"letter-spacing: -1pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\">24</span></font><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">일 은퇴 기념행사와 기념 시구 진행 예정</span></font></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px;\\\"><font color=\\\"#000000\\\" size=\\\"3\\\"><br/></font></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -1pt; font-size: 12pt; font-family: NanumGothic;\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-family: NanumGothic;\\\">kt wiz</span><span style=\\\"font-family: NanumGothic;\\\"> </span></span></font><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">프로야구단</span><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\">(</span></font><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">대표이사 김준교</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">,</span><span style=\\\"font-family: NanumGothic;\\\"> </span><a href=\\\"http://ktwiz.co.kr/\\\"><span style=\\\"font-family: NanumGothic;\\\">ktwiz.co.kr</span></a><span style=\\\"font-family: NanumGothic;\\\">)</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">은 구단 초대 주장이었던 신명철 코치의 은퇴 기념행사를</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\">24</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">일</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">(</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">일</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">)</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">경기 시작 전 진행한다고</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">23</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">일</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">(</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">토</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">)</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">밝혔다</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">.</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font></span></span></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic;\\\"><br/></span></font></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic;\\\">이 날 행사에는 은퇴 기념 영상과 함께</span><span lang=\\\"EN-US\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\">1</span></span></font><font color=\\\"#000000\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic;\\\">루 관중석에서 신 코치의 대형 유니폼을 흔드는</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font><font color=\\\"#000000\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span></font><font color=\\\"#000000\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic;\\\">퍼포먼스와 기념 인터뷰가 진행된다</span></font><span lang=\\\"EN-US\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">.</span></font></span></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic;\\\"><br/></span></font></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic;\\\">또</span><span lang=\\\"EN-US\\\"><span style=\\\"font-family: NanumGothic;\\\">,</span><span style=\\\"font-family: NanumGothic;\\\"> </span></span></font><font color=\\\"#000000\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic;\\\">은퇴 기념품과 액자를 전달하고</span></font><span lang=\\\"EN-US\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">,</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic;\\\">위즈파크 내 베이스를 돌면서 선수들과 하이파이브를 할 계획이다</span></font><span lang=\\\"EN-US\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">.</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic;\\\">마지막으로 특별 시구가 준비되어 있다</span></font><span lang=\\\"EN-US\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">.</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font></span></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"text-indent: 10.6pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt; font-family: NanumGothic;\\\"><br/></span></font></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"text-indent: 10.6pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt; font-family: NanumGothic;\\\">신명철 코치는 프로 통산</span><span lang=\\\"EN-US\\\" style=\\\"font-size: 12pt;\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"letter-spacing: -0.7pt; font-family: NanumGothic;\\\">14</span></span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt; font-family: NanumGothic;\\\">시즌동안</span><span lang=\\\"EN-US\\\" style=\\\"font-size: 12pt;\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"letter-spacing: -0.7pt; font-family: NanumGothic;\\\">1,212</span></span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt; font-family: NanumGothic;\\\">경기 출전해</span><span lang=\\\"EN-US\\\" style=\\\"font-size: 12pt;\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"letter-spacing: -0.7pt; font-family: NanumGothic;\\\">3,198</span></span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt; font-family: NanumGothic;\\\">타수</span><span lang=\\\"EN-US\\\" style=\\\"font-size: 12pt;\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"letter-spacing: -0.7pt; font-family: NanumGothic;\\\">771</span></span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-family: NanumGothic;\\\">안타</span><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\">,</span></span><span lang=\\\"EN-US\\\" style=\\\"font-size: 12pt; font-family: NanumGothic;\\\"> </span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt; font-family: NanumGothic;\\\">타율</span><span lang=\\\"EN-US\\\" style=\\\"font-size: 12pt;\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"letter-spacing: -0.7pt; font-family: NanumGothic;\\\">0.241, 334</span></span></font><span style=\\\"text-indent: 10.6pt; letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">타점</span><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\">, 54</span></font><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">홈런</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">, 130</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">도루를 기록했고</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">, 2009</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">년에는 호타준족의 상징인</span></font></span><span lang=\\\"EN-US\\\" style=\\\"text-indent: 10.6pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"letter-spacing: -0.7pt; font-family: NanumGothic;\\\">20-20</span></font></span><span style=\\\"text-indent: 10.6pt; letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">클럽을 달성하기도 했다</span><span lang=\\\"EN-US\\\"><span style=\\\"font-family: NanumGothic;\\\">.</span><span style=\\\"font-family: NanumGothic;\\\"> </span></span></font><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">특히</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">,</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">이 날</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">kt wiz</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">와 경기를 하는 삼성 라이온즈에서도</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">7</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">시즌을 뛴 바 있어 삼성과의 홈경기에 은퇴식을 진행하게 됐다</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">.</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font></span></span></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"text-indent: 10.6pt; letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-family: NanumGothic;\\\"><br/></span></span></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"text-indent: 10.6pt; letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-family: NanumGothic;\\\">kt wiz</span><span style=\\\"font-family: NanumGothic;\\\"> </span></span><span style=\\\"text-indent: 10.6pt; letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">야구단이</span><span style=\\\"font-family: NanumGothic;\\\"> </span><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\">2014</span></font><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">년</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">2</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">군에 진입하면서 초대 주장에 선임되어</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\">1</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">군에 진입한</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\">2015</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">시즌까지 활동했다</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">.</span><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\"> </span></font></span></span></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span style=\\\"text-indent: 10.6pt; widows: 1; letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><br/></span></font></span></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span style=\\\"text-indent: 10.6pt; widows: 1; letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">현재 신 코치는 은퇴와 함께</span><span style=\\\"font-family: NanumGothic;\\\"> </span><span lang=\\\"EN-US\\\"><span style=\\\"font-family: NanumGothic;\\\">kt wiz</span><span style=\\\"font-family: NanumGothic;\\\"> </span></span></font><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">빅또리팀</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">(</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">잔류군</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">)</span></font></span></span><font color=\\\"#000000\\\" style=\\\"text-indent: 10.6pt; widows: 1;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-size: 12pt; font-family: NanumGothic;\\\"> </span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-family: NanumGothic;\\\">야수코치로 활약 중이다</span><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\">.</span></span></font></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt; widows: 1;\\\"><br/></span></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt; widows: 1;\\\"><b>★ 신명철 코치 약력</b></span></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt 36pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><a href=\\\"https://ko.wikipedia.org/wiki/%EB%A7%88%EC%82%B0%EB%8F%99%EC%A4%91%ED%95%99%EA%B5%90\\\" title=\\\"마산동중학교\\\"><span lang=\\\"EN-US\\\" style=\\\"color: windowtext;\\\"><span lang=\\\"EN-US\\\"><u><span style=\\\"font-family: NanumGothic;\\\">마산동중학교</span></u></span></span></a></span><font color=\\\"#000000\\\" size=\\\"3\\\"><br/></font></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt 36pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><a href=\\\"https://ko.wikipedia.org/wiki/%EB%A7%88%EC%82%B0%EA%B3%A0%EB%93%B1%ED%95%99%EA%B5%90\\\" title=\\\"마산고등학교\\\"><span lang=\\\"EN-US\\\" style=\\\"color: windowtext;\\\"><span lang=\\\"EN-US\\\"><u><span style=\\\"font-family: NanumGothic;\\\">마산고등학교</span></u></span></span></a></span><font color=\\\"#000000\\\" size=\\\"3\\\"><br/></font></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt 36pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><a href=\\\"https://ko.wikipedia.org/wiki/%EC%97%B0%EC%84%B8%EB%8C%80%ED%95%99%EA%B5%90\\\" title=\\\"연세대학교\\\"><span lang=\\\"EN-US\\\" style=\\\"color: windowtext;\\\"><span lang=\\\"EN-US\\\"><u><span style=\\\"font-family: NanumGothic;\\\">연세대학교</span></u></span></span></a><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\">(‘98</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font><a href=\\\"https://ko.wikipedia.org/wiki/1998%EB%85%84_%EC%95%84%EC%8B%9C%EC%95%88_%EA%B2%8C%EC%9E%84\\\" title=\\\"1998년 아시안 게임\\\"><u><span lang=\\\"EN-US\\\" style=\\\"color: windowtext; text-decoration: none;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\">방콕</span></span><span lang=\\\"EN-US\\\" style=\\\"color: windowtext;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\"> </span></span><span lang=\\\"EN-US\\\" style=\\\"color: windowtext;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\">아시안</span></span><span lang=\\\"EN-US\\\" style=\\\"color: windowtext;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\"> </span></span><span lang=\\\"EN-US\\\" style=\\\"color: windowtext;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\">게임</span></span></u></a><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span></font></span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">국가대표 금메달 획득</span><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\">)</span></font></span><font color=\\\"#000000\\\" size=\\\"3\\\"><br/></font></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt 36pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt; font-family: NanumGothic;\\\">2001</span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">년</span><span lang=\\\"EN-US\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\">~ 2006</span></span></font><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">년</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font><span lang=\\\"EN-US\\\"><a href=\\\"https://ko.wikipedia.org/wiki/%EB%A1%AF%EB%8D%B0_%EC%9E%90%EC%9D%B4%EC%96%B8%EC%B8%A0\\\" title=\\\"롯데 자이언츠\\\"><u><span lang=\\\"EN-US\\\" style=\\\"color: windowtext; text-decoration: none;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\">롯데</span></span><span lang=\\\"EN-US\\\" style=\\\"color: windowtext;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\"> </span></span><span lang=\\\"EN-US\\\" style=\\\"color: windowtext;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\">자이언츠</span></span></u></a></span></span><font color=\\\"#000000\\\" size=\\\"3\\\"><br/></font></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt 36pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt; font-family: NanumGothic;\\\">2007</span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">년</span><span lang=\\\"EN-US\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\">~ 2013</span></span></font><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">년</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font><span lang=\\\"EN-US\\\"><a href=\\\"https://ko.wikipedia.org/wiki/%EC%82%BC%EC%84%B1_%EB%9D%BC%EC%9D%B4%EC%98%A8%EC%A6%88\\\" title=\\\"삼성 라이온즈\\\"><u><span lang=\\\"EN-US\\\" style=\\\"color: windowtext; text-decoration: none;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\">삼성</span></span><span lang=\\\"EN-US\\\" style=\\\"color: windowtext;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\"> </span></span><span lang=\\\"EN-US\\\" style=\\\"color: windowtext;\\\"><span lang=\\\"EN-US\\\" style=\\\"font-family: NanumGothic;\\\">라이온즈</span></span></u></a></span></span><font color=\\\"#000000\\\" size=\\\"3\\\"><br/></font></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt 36pt; text-indent: 21.2pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt; font-family: NanumGothic;\\\">-2008</span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">년</span><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\"> </span></font><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">포스트시즌 플레이오프</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\">2</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">차전</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\">MVP</span></font></span></span><font color=\\\"#000000\\\" size=\\\"3\\\"><br/></font></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt 36pt; text-indent: 21.2pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt; font-family: NanumGothic;\\\">-2009</span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">년 올스타전</span><span lang=\\\"EN-US\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\"> </span></span></font><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">우수타자상</span></font></span><font color=\\\"#000000\\\" size=\\\"3\\\"><br/></font></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt 36pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt; font-family: NanumGothic;\\\">2014</span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">년</span><span lang=\\\"EN-US\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\">~ 2015</span></span></font><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">년</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">kt wiz</span></font></span></span><font color=\\\"#000000\\\" size=\\\"3\\\"><br/></font></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt 36pt; line-height: 12pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt; font-family: NanumGothic;\\\">2016</span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">년</span><span lang=\\\"EN-US\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\">~</span><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\"> </span></span></font><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">현재</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">  </span><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\"> </span></font><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">kt wiz</span><span style=\\\"font-family: NanumGothic;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">빅또리팀 야수 코치</span></font></span></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt 36pt; line-height: 12pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><br/></span></font></span></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt 36pt; line-height: 12pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><br/></span></font></span></p><p align=\\\"left\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt 36pt; line-height: 12pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><br/></span></font></span></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 98462,\n                \"artcTitle\": \"kt wiz¸ 초대 주장 신명철 코치 은퇴식 열어\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1469199600000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1469199600000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 390\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"><span style=\\\"font-size: 14pt;\\\"><strong>kt wiz, 4배 커진 ‘2016 GiGA Water FASTival’ 연다!</strong></span></span></p><p><span style=\\\"color: rgb(0, 0, 0);\\\"><br/></span></p><p><span style=\\\"color: rgb(0, 0, 0);\\\"><br/></span></p><p><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 오는 23일부터 8월 21일까지 주말 홈경기에 ‘2016 GiGA Water FASTival’ 열려</span><br/><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 워터캐논, 강우기, 스프링쿨러, 컬러워터 등 도입한 하루 8,500리터 규모의 워터 페스티벌</span></p><p><br/></p><p style=\\\"text-align: center;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/water_20160721154746639.jpg\\\" style=\\\"clear: none; float: none;\\\"/></p><p><span style=\\\"color: rgb(0, 0, 0);\\\"><br/></span></p><p><span style=\\\"color: rgb(0, 0, 0);\\\">kt wiz 야구단(대표이사 김준교, ktwiz.co.kr)은 7월 23일(토) 삼성전부터 8월 21일(일) 한화전까지 수원 케이티 위즈 파크에서 열리는 주말 홈경기를 대상으로 야구를 관람하며 무더위를 날려버릴 ‘2016 GiGA Water FASTival’을 실시한다고 밝혔다.</span></p><p><span style=\\\"color: rgb(0, 0, 0);\\\"><br/></span></p><p><span style=\\\"color: rgb(0, 0, 0);\\\">MLB.com에 소개되며 전 세계 야구 팬들의 이목을 끌었던 지난 워터 페스티벌의 폭발적인 반응에 힘 입어 이번에는 물 사용량만 무려 8,500리터(전년 대비 약 4배 이상)에 달하는 블록 버스터급 ‘2016 GiGA Water FASTival’을 준비했다.</span></p><p><span style=\\\"color: rgb(0, 0, 0);\\\"><br/></span></p><p><span style=\\\"color: rgb(0, 0, 0);\\\">먼저 응원단상과 외야 하이트펍에 총 6대의 ‘GiGA 워터캐논’을 설치해 홈런과 득점 상황에 맞춰 관중석을 향해 물 대포를 발사한다. 1루 내야석 상단과 외야 펜스에는 영화 촬영에 사용되는 대형 강우기 ‘GiGA LTE wiz Shower’로 광범위한 인공 강우를 만들어 이날 참여한 모든 관중들이 시원한 행사를 즐길 수 있다.</span></p><p><br/></p><p style=\\\"text-align: center;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/water_20160721154840342.JPG\\\" style=\\\"clear: none; float: none;\\\"/></p><p><span style=\\\"color: rgb(0, 0, 0);\\\"><br/></span></p><p><span style=\\\"color: rgb(0, 0, 0);\\\">응원단장은 호응 유도를 위해 4m 높이 리프트에 올라 고압호스인 ‘GiGA Sprinkler’를 들고 관중들에게 시원한 물 대포를 살포한다. 득점 시에는 빅또리가 가세해 인체에 무해한 페인트로 만든 컬러 워터를 분사하는 ‘Color Splash’로 이날 분위기를 더욱 고조 시킨다.</span></p><p><span style=\\\"color: rgb(0, 0, 0);\\\"><br/></span></p><p><span style=\\\"color: rgb(0, 0, 0);\\\">뿐만 아니라 경기 전에도 선수들이 팬들에게 직접 팥빙수를 만들어 대접하는 위즈 가든 ICE존을 비롯해 워터 스포츠 브랜드 배럴과 함께하는 서핑체험, 동아오츠카 시음행사 등 다양한 즐길 거리가 마련된다.</span></p><p><span style=\\\"color: rgb(0, 0, 0);\\\"><br/></span></p><p><span style=\\\"color: rgb(0, 0, 0);\\\">kt wiz는 “팬 분들께서 더운 여름을 날려버리실 수 있도록 지난 시즌보다 모든 면에서 강화한 워터 페스티벌을 준비했다”며, “kt wiz의 워터 페스티벌을 특별한 야구 응원 문화이자 지역을 대표하는 축제로 만들기 위해 노력하겠다”는 뜻을 밝혔다.</span><br/></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 98431,\n                \"artcTitle\": \"kt wiz¸ 4배 커진 ‘2016 GiGA Water FASTival..\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/sports/data/_up/board/hand_thumb_ktwiz01(0).jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1469026800000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1469026800000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 779\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"><strong><span style=\\\"font-size: 14pt;\\\"></span><span style=\\\"font-size: 14pt;\\\">- kt wiz, 엄마 마케팅 본격 시동 -</span></strong></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 경기도 거주 20~50대 엄마들을 위한 야구 페스티벌 개최</span><br/><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 6~9월 중 12경기를 지정해 무료입장, 기념품 증정 등 혜택 부여</span><br/><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 지정 좌석존, 응원 이벤트, 동반 유아 케어 등 통해 엄마들의 스트레스 해소 기대</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20160606225042934.jpg\\\"/></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20160606225042383.jpg\\\"/></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">kt wiz 프로야구단(대표이사 김준교, ktwiz.co.kr)은, 6~9월 중 12경기에 엄마들을 위한 ‘위즈맘 페스티벌’을 개최한다고 6일(월) 밝혔다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">그동안 야구장의 문턱을 높게만 느꼈던 엄마들을 대상으로 한 마케팅을 본격 선언하고 나선 것이어서, 팬들의 주목을 끌고 있다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">‘위즈맘 페스티벌’은 경기도 지역에 거주하는 20~50대까지의 기혼 여성을 대상으로 하며 6~9월에 지정된 12경기에 무료입장, 기념품 증정, 상품매장 할인, 이벤트 참여 등의 혜택을 부여할 예정이다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">페스티벌이 시행되는 경기는 6월 17~19일 NC 다이노스 전, 7월 12~14일 넥센 히어로즈 전, 8월 18~19일 삼성 라이온즈 전, 20~21일 한화 이글스 전, 마지막으로 9월 17~18일 두산 베어스 전 등 12경기다. </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">위즈맘에게는 해당 경기 무료 입장, 동반 가족(본인 포함 최대 5인) 50% 할인 적용, 위즈맘 인증 상품인 티셔츠 증정, 구단 상품을 판매하는 위즈샵 10% 할인 혜택이 부여된다. </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">또, 해당 경기 중에는 세탁권, 미용 마스크팩 증정 등 이벤트 행사도 진행되며, 동반한 자녀들을 위한 유아 케어 프로그램과 위즈맘을 위한 특별 이닝 응원 이벤트도 시행된다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">특히 위즈맘들이 함께 모여 편안하게 경기를 관전할 수 있도록 지정 좌석존을 운영하는 한편, 위즈맘들이 쉽고 즐겁게 따라할 수 있는 응원가와 구호 등을 새롭게 선보이게 된다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">홈경기가 없는 날에는 위즈파크 스카이박스를 단체 위즈맘(30명 이상) 소모임 행사에 활용할 수 있도록 지원할 계획이다. </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">첫 경기(6월 17일 NC전), 첫 티켓 수령자인 1호 위즈맘에게는 시구 기회가 주어지고 매 경기 당일, 가장 열정적 응원을 한 위즈맘을 선정해 선물도 증정한다. </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">위즈맘 행사에 참가하기 위해서는 구단 홈페이지(</span><a href=\\\"http://www.ktwiz.co.kr\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">www.ktwiz.co.kr</span></a><span style=\\\"color: rgb(0, 0, 0);\\\">)나 공식 앱(wizzap)  회원으로 등록해야 하며 위즈파크 1루 매표소 옆 위즈맘 전용 현장 매표소에서 신분증, 주민등록등본이나 가족사진 등 서류를 제시하면 된다. 위즈맘 단체 신청은 kt wiz 야구단 빅또리 콜센터(1899-5916)에서 할 수 있다. </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">kt wiz는 ”이번 위즈맘 페스티벌 행사를 통해 엄마들이 일상의 스트레스를 해소하고 가족단위 팬들도 추억의 시간을 가지시길 바란다”며, “앞으로도 야구가 생소한 계층이 자연스럽게 야구를 경험할 수 있도록 다양한 마케팅 이벤트를 준비해 차별화된 즐거움을 드리겠다”고 밝혔다.</span><br/></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 97013,\n                \"artcTitle\": \"엄마들을 야구장의 주인공으로 모십니다!\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/sports/data/_up/board/hand_thumb_1(98).jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1465138800000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1465138800000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1044\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">kt wiz(대표이사 김준교)는 27일(금), 수원 케이티 위즈 파크에서 넥센과의 경기에 앞서 ‘사랑의 은사 찾기’ 시구 행사를 진행했다.</span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20160530104706338.jpg\\\"/></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/20160530104706379.jpg\\\"/></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">지난 17~19일, 홈 3연전 간 팬 대상으로 ‘사랑의 은사 찾기’ 이벤트를 진행해 스승과 제자 간 사연을 응모 받았고 이 중 학창 시절 본인을 바른 길로 이끌</span><span style=\\\"color: rgb(0, 0, 0);\\\">어 준 김성렬(47) 선생님과 윤대한(28) 씨의 사연을 최종 선정해 감동 시구 행사를 진행하게 됐다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">감동적인 재회를 위해 kt wiz는 비밀리에 한국디지털미디어 고등학교와 접촉해 야구선수 출신의 김성렬 선생님을 시구자로 모셨다. </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">아무 내용도 모르던 </span><span style=\\\"color: rgb(0, 0, 0);\\\">김성렬 선생님은 시구 종료 후 전광판을 통해 제자의 사연이 담긴 영상을 접하고 놀라워했다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">포수 마스크를 벗은 윤대한 씨와 빅또리 마스코트 안의 제자들을 확인한 김성렬 선생님은 뜨거운 포옹을 하며 감동적인 시구 행사를 마쳤다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">한편, 시구를 맡은 김성렬(47) 선생님은 현재 안산에 위치한 한국디지털미디어 고등학교에 재직 중이며, 과거 인하대 – 빙그레에서 활약했던 야구선수다.</span></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 96771,\n                \"artcTitle\": \"kt wiz¸ 사랑의 은사 찾기 시구 진행\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/sports/data/_up/board/hand_thumb_4(21).jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1464274800000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1464274800000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 445\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 연고지 수원을 상징하고, 야구와 ICT 기술이 결합된 차별화된 개막식 개최 예정</span><br/><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 시즌 경기 최초로 VR(가상현실) 모바일 생중계, ‘15 무인 불꽃시구를 업그레이드한 첨단시구 준비</span><br/><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 빅또리 나노블럭, 휴대용 테이블, 고급 카라반(캠프렛) 등 다양한 경품 선사</span></p><p style=\\\"line-height: 1.8;\\\"> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">kt wiz 프로야구단(대표이사 김준교, ktwiz.co.kr)이 5일(화) 케이티 위즈파크에서 열리는 삼성과의 홈 경기에서 2016시즌 개막식을 개최한다.</span></p><p style=\\\"line-height: 1.8;\\\"> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">이번 개막식은 연고지인 수원을 상징하고, 야구에 ICT 기술을 접목시킨 다양하고, 차별화된 행사로 진행된다.</span></p><p style=\\\"line-height: 1.8;\\\"> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">먼저, 식전 야외행사로는 ‘2016년 수원 화성 방문의 해’를 맞아 수원의 자랑거리로 자리잡은 정조대왕 능 행차 퍼레이드가 벌어져 팬들의 방문을 환영한다.</span></p><p style=\\\"line-height: 1.8;\\\"> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">그라운드에서는 이번 시즌 캐치프레이즈인 ‘과감하게 도전하자’를 주제로 선수단의 새 출발을 다짐하는 개막 오프닝 영상이 상영된다.</span></p><p style=\\\"line-height: 1.8;\\\"> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">이어 국내 대표 어린이 치어리더 팀인 ‘레인보우’와 구단 치어리더가 합동 공연을 펼치고, 인기 걸그룹 ‘우주소녀’가 개막식 축하 열기를 더하게 된다.</span><br/></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">애국가는 kt 체임버 오케스트라 단원들의 금관 10중주에 맞춰 선수단과 관중들이 함께 제창해 ‘팬과 함께하는 개막식’의 의미를 더한다.</span></p><p style=\\\"line-height: 1.8;\\\"> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">야구와 스포츠를 결합한 볼거리와 즐길거리도 풍성하게 팬들을 기다리고 있다.</span></p><p style=\\\"line-height: 1.8;\\\"> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">시구는 지난 시즌 팬들에 많은 관심을 받았던 무인 불꽃 시구의 업그레이드 버전으로 ‘GiGA 시대 5G를 향하여’라는 주제의 첨단 ICT 기술을 활용한 시구가 준비되어 있다.</span></p><p style=\\\"line-height: 1.8;\\\"> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">특히, 홈 개막 3연전에서는 프로야구 시즌 경기 최초로 VR(Virtual Reality : 가상 현실) 모바일 생중계를 제공해 팬들에게 새로운 경험과 즐거움을 선사한다.</span></p><p style=\\\"line-height: 1.8;\\\"> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">팬들은 스마트폰 터치를 통해 VR 영상의 360도 경기장면을 돌려가며 감상할 수 있는데, 선착순 입장 관중 2천명에게는 VR 영상을 즐길 수 있는 카드보드도 나눠준다.</span></p><p style=\\\"line-height: 1.8;\\\"> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">5회말 종료 후, 클리닝 타임에는 VR을 활용한 선수 찾기 이벤트와 드론 프리스타일 세계 챔피언인 kt GiGA 드론팀의 김민찬 선수가 드론 시연을 펼친다.</span></p><p style=\\\"line-height: 1.8;\\\"> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">또한 홈 개막전에 맞춰, 스크린 야구, 팟 캐스트 스튜디오, 드론, VR 등을 체험할 수 있는 kt square in wiz park를 새롭게 3루 외야석 출입구에 마련했고, 하이트 펍 2층에 VR 전용석도 신설했다.</span></p><p style=\\\"line-height: 1.8;\\\"> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">kt의 Y24 요금제에 가입한 관중들을 대상으로 빅또리 나노블럭, 휴대용 테이블을 증정하며, 레져용품 전문기업 ㈜버팔로에서 협찬하는 약 1,000만원 상당의 카라반(캠프렛) 1대를 추첨을 통해 경품으로 선사한다.</span><br/></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 94612,\n                \"artcTitle\": \"볼거리 즐길거리 풍성한 kt wiz 2016 홈 개막전!\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/sports/data/_up/board/hand_thumb_썸네일(39).jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1459609200000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1459609200000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1002\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">kt wiz 프로야구단(대표이사 김영수, ktwiz.co.kr) 초대 주장 신명철 선수가 은퇴한다.</span></p><p style=\\\"line-height: 1.8;\\\"> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">신명철 선수는 대학시절 뛰어난 타격과 수비로 1998년 방콕아시안게임 국가대표로 선발되어 금메달을 획득하고, 2001년 팀 내 야수 최고 대우로 프로에 데뷔했다.</span></p><p style=\\\"line-height: 1.8;\\\"> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">프로 통산 14시즌동안 1,212경기 출전 3,198타수 771안타, 타율 0.241, 334타점, 54홈런, 130도루를 기록했다.</span></p><p style=\\\"line-height: 1.8;\\\"> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">2009년에는 호타준족의 상징인 20-20클럽을 달성하기도 했다. </span></p><p style=\\\"line-height: 1.8;\\\"> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">신명철 선수는 은퇴와 함께 빅또리팀(잔류군) 야수코치로 합류한다. </span></p><p style=\\\"line-height: 1.8;\\\"> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">신명철 선수는 “초등학교 4학년 때 야구를 시작한 후, 27년간의 선수 생활을 마감하게 돼서 시원 섭섭하다”며, “지도자 기회를 주신 구단의 배려에 감사하고, 항상 공부하는 코치로 구단의 선수 육성에 도움이 되고 싶다”고 밝혔다.</span> </p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 92283,\n                \"artcTitle\": \"kt wiz¸ 신명철 선수 은퇴\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/sports/data/_up/board/hand_thumb_신명철선수.png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1445871600000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1445871600000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 681\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">▶ 선수단 육성 강화에 초점</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">kt wiz 프로야구단(대표이사 김영수, ktwiz.co.kr)이 2016년 대비 코치진을 개편했다. </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">1군에는 퓨처스 타격코치를 맡았던 채종범 코치가 합류해 이숭용 타격코치를 보조한다. </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">퓨처스와 빅또리(잔류군)팀에는 새로운 코치 5명이 합류한다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">신설된 핵심 투수 육성 총괄코치에 차명석 前 LG 수석코치가 선임되었으며, 독립적으로 주요 선수들을 육성할 예정이다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">또, 타격 이영우, 작전 김일경, 배터리 김필중 코치가 퓨처스 코칭스태프에 합류했고, 빅또리팀 투수코치에는 이승학 코치가 영입됐다.</span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">kt wiz 관계자는 “이번 코칭스태프 개편은 선수단 육성 강화를 위해 이뤄졌다”고 밝혔다. </span></p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\"></span> </p><p style=\\\"line-height: 1.8;\\\"><span style=\\\"color: rgb(0, 0, 0);\\\">한편, 김봉근, 윤형배, 이시미네, 오키 야스시, 코야마 진 코치와는 재계약을 하지 않기로 했다. </span><br/></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 92282,\n                \"artcTitle\": \"kt wiz¸ 코칭스태프 개편\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/sports/data/_up/board/hand_thumb_ktwiz로고(0).png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1445871600000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1445871600000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 621\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">▶ 위즈파크 방문 횟수에 따른 </span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">5</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">가지의 회원 등급과 기부금</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">마일리지 업데이트</span></font></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: normal;\\\"></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">▶ 지난 홈경기 방문 기록은 새로운 화원 등급</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">기부금</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">마일리지에 소급 적용</span></font></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><br/></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><img \\\"\\\"=\\\"\\\" class=\\\"txc-image\\\" src=\\\"/files/sports/data/_up/board/water_20150713082500874.jpg\\\" style=\\\"\\\"/></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">kt wiz</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></span><span style=\\\"line-height: 24pt; text-indent: 10.6pt; letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">야구단</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">(</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">대표이사 김영수</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span><a href=\\\"http://ktwiz.co.kr/\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">ktwiz.co.kr</span></a><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">)</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">은 보다 나은 회원 서비스를 제공하기 위해 새로운 회원 등급</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">기부금</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">마일리지 제도 등 다양한 업데이트를 시행한다고</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">12</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">일 밝혔다</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span></font></span></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">먼저</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">새로운 회원 등급이 개설된다</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">새로운 회원 등급은</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><b>Basic</b></span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">을 시작으로</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><b>Regular, Star, Golden, Legend</b></span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">까지 총</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">5</span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">가지로 구분되며 위즈파크에 방문한 횟수에 따라 회원 등급과 혜택이 올라간다</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span></font></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">실명 인증만으로</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">Basic</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">회원 혜택이 시작된다</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">홈</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">/</span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">원정 경기에 진행되는 모든 이벤트에 참여할 수 있고 위즈파크</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">GiGA WiFi</span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">를 자유롭게 사용할 수 있다</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">그리고 위즈파크에</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">2</span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">회 이상 방문하면 등급이 상향되어 하루 전 홈경기 티켓 예매와 구단 상품</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">10%</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">할인 구매도 가능하다</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span></font></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic;\\\"><br/></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic;\\\">10</span><span style=\\\"line-height: 24pt; text-indent: 10.6pt; letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">회</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">, 15</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">회</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">, 20</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">회 이상 방문하게 되면 단계적으로 회원 등급이 상승하며 회원 등급에 따라 좌석 할인</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">내야지정석</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">테이블석 무료 티켓 제공</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">좌석 업그레이드 등 다양한 혜택이 추가된다</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span></font></span></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">기부금 및 마일리지 제도도 업데이트 된다</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">구매하는 티켓 금액의</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">3%</span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">에 해당하는 금액이 기부금으로 적립되고 구단 홈페이지와 위잽을 통해 구매한 티켓과 구단 상품 금액의</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">1%</span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">는 마일리지로 적립되어 쿠폰으로 교환하여 사용할 수 있다</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span></font></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic;\\\"><br/></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic;\\\">kt wiz</span><span style=\\\"line-height: 24pt; text-indent: 10.6pt; letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">는 국민 기업의 위상에 걸맞게 적립된 기부금을 시즌 종료 이후 팬들의 의견을 반영하여 연고 지역 야구 발전과 지역의 소외 계층을 위해 사용할 계획이다</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">. 7</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">월</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">12</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">일 현재까지</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">25,626,366</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">원의 기부금이 적립되었다</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span></font></span></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">또</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">기부 적립금이 가장 많은</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">‘</span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">기부왕</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">’</span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">을 선정하여 다음 시즌 스카이박스 및 내야지정석 티켓 혜택을</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">상위</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">2~50</span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">명인</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">‘</span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">기부마법사</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">’</span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">에게는 다음 시즌 내야지정석 티켓 혜택을 전달한다</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span></font></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">지난 홈경기에 방문한 기록은 변경되는 회원 등급과 기부금</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">마일리지에 소급 적용되며</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">언제든 홈페이지</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">(</span><a href=\\\"http://ktwiz.co.kr/\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">ktwiz.co.kr</span></a><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">)</span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">의 내 정보관리 페이지와 위잽의</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">wiz Land</span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">에서 확인 가능하다</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 10.6pt; font-size: 12pt; letter-spacing: -0.7pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span></font></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">자세한 내용은 빅또리 콜센터</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">(1899-5916)</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">또는 구단 홈페이지</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">위잽에서 확인할 수 있다</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span></font></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 10.6pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></span></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 88819,\n                \"artcTitle\": \"더욱 풍성해진 kt wiz 회원 혜택!\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/sports/data/_up/board/hand_thumb_회원등급혜택.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1436626800000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1436626800000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1173\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><b><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">▶ </span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">6</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">월부터 매주 수요일 진행되는</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\">kt wiz</span><span style=\\\"font-family: NanumGothic;\\\"> </span></span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">홈 경기 부모 동반시 어린이 무료 입장</span></font></b></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: normal;\\\"><font color=\\\"#000000\\\" size=\\\"3\\\"><b><span style=\\\"font-family: NanumGothic;\\\"></span></b></font></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><b><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">▶ 당일</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><span style=\\\"font-family: NanumGothic;\\\">,</span><span style=\\\"font-family: NanumGothic;\\\"> </span></span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">현장 매표소에서 어린이 무료 입장 티켓 발권 가능</span></font></b></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: normal;\\\"><font color=\\\"#000000\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\"></span></font></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span></font></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: normal;\\\"><font color=\\\"#000000\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\"></span></font></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt; text-indent: 10.6pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><span style=\\\"font-family: NanumGothic;\\\">kt wiz</span><span style=\\\"font-family: NanumGothic;\\\"> </span></span></font></span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">야구단</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">(</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">대표이사 김영수</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><span style=\\\"font-family: NanumGothic;\\\">,</span><span style=\\\"font-family: NanumGothic;\\\"> </span><a href=\\\"http://ktwiz.co.kr/\\\" style=\\\"font-family: 돋움, dotum;\\\"><span style=\\\"font-family: NanumGothic;\\\">ktwiz.co.kr</span></a><span style=\\\"font-family: NanumGothic;\\\">)</span></span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><span style=\\\"font-family: NanumGothic;\\\">은 야구 관람을 통해 온 가족이 함께하는 즐거운 시간을 마련하고자</span><span style=\\\"font-family: NanumGothic;\\\"> </span></span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">6</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">월부터 매주 수요일을 가족사랑의 날로 지정하고 어린이 무료 입장을 시행한다고</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\">21</span></span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">일 밝혔다</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">.</span></font></span></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: normal;\\\"><font color=\\\"#000000\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\"></span></font></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span></font></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: normal;\\\"><font color=\\\"#000000\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\"></span></font></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt; text-indent: 10.6pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">6</span></font></span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">월</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\">3</span></span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><span style=\\\"font-family: NanumGothic;\\\">일부터 수원 케이티 위즈파크에서 진행되는</span><span style=\\\"font-family: NanumGothic;\\\"> </span></span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">2015</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">시즌 매주 수요일 경기에 초등학생 이하의 어린이는 부모 동반시 누구나 내야지정석과 스카이존</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">(4</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">층</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><span style=\\\"font-family: NanumGothic;\\\">),</span><span style=\\\"font-family: NanumGothic;\\\"> </span></span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">외야 잔디자유석에 무료로 입장할 수 있다</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">.</span></font></span></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: normal;\\\"><font color=\\\"#000000\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\"></span></font></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt; text-indent: 10.6pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span></font></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: normal;\\\"><font color=\\\"#000000\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\"></span></font></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt; text-indent: 10.6pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><span style=\\\"font-family: NanumGothic;\\\">경기 당일</span><span style=\\\"font-family: NanumGothic;\\\"> </span></span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">1</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">루측과</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\">3</span></span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">루측 매표소에서 무료 입장 티켓을 발권 받을 수 있고 자세한 내용은 구단 홈페이지</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><span style=\\\"font-family: NanumGothic;\\\">(</span><a href=\\\"http://ktwiz.co.kr/\\\" style=\\\"font-family: 돋움, dotum;\\\"><span style=\\\"font-family: NanumGothic;\\\">ktwiz.co.kr</span></a><span style=\\\"font-family: NanumGothic;\\\">)</span></span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">와 빅또리콜</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">(1899-5916)</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">을 통해 문의하면 된다</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">.</span></font></span></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: normal;\\\"><font color=\\\"#000000\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\"></span></font></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt; text-indent: 10.6pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span></font></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: normal;\\\"><font color=\\\"#000000\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\"></span></font></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt; text-indent: 10.6pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">단</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><span style=\\\"font-family: NanumGothic;\\\">, kt wiz</span><span style=\\\"font-family: NanumGothic;\\\"> </span></span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">홈페이지와</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span><span style=\\\"font-family: NanumGothic;\\\">wizzap</span><span style=\\\"font-family: NanumGothic;\\\"> </span></span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">어플리케이션을 통한 예매는 되지 않는다</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">.</span></font></span></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: normal;\\\"><font color=\\\"#000000\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\"></span></font></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt; text-indent: 10.6pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"> </span></font></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: normal;\\\"><font color=\\\"#000000\\\" size=\\\"3\\\"><span style=\\\"font-family: NanumGothic;\\\"></span></font></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt; text-indent: 10.6pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">한편 이번 이벤트는 야구를 통한 가족 사랑을 확산하고</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><span style=\\\"font-family: NanumGothic;\\\">,</span><span style=\\\"font-family: NanumGothic;\\\"> </span></span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><span style=\\\"font-family: NanumGothic;\\\">여성가족부가 시행 중인</span><span style=\\\"font-family: NanumGothic;\\\"> </span></span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">‘</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">가족사랑의 날 지정</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">-</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">확산</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">’</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">에 호응하기 위해 기획되었다</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\">.</span></font></span></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt; text-indent: 10.6pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><br/></span></font></span></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt; text-indent: 10.6pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><br/></span></font></span></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt; text-indent: 10.6pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic;\\\"><br/></span></font></span></span></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 86887,\n                \"artcTitle\": \"매주 수요일¸ 케이티 위즈파크 어린이 무료 입장!\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1432479600000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1432479600000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 872\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p align=\\\"left\\\" style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">▶ </span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">2007</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">년</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">10</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">월</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">5</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">일 경기 이후</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">2,734</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">일만에 공식 경기 개최</span></font></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: normal;\\\"></p><p align=\\\"left\\\" style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">▶ 개막식 컨셉</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">Fastival(Fast + Festival :</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">뛰는 야구</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">신나는 야구</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">)</span></font></span></span></p><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: normal;\\\"></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><br/></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 21.2pt; letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">kt wiz</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></span><span style=\\\"line-height: 24pt; text-indent: 21.2pt; letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">프로야구단</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">(</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">대표이사 김영수</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span><a href=\\\"http://ktwiz.co.kr/\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">ktwiz.co.kr</span></a><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">)</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">이</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">31</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">일</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">(</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">화</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">)</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">수원 케이티 위즈파크에서 열리는 삼성과의 경기에서 홈 개막식을 개최한다</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span></font></span></span></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 21.2pt; letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic;\\\"><br/></span></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; text-indent: 21.2pt; letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic;\\\">1</span><span style=\\\"line-height: 24pt; text-indent: 21.2pt; letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">군 데뷔와 함께 처음으로 열리는 이번 홈 개막식 컨셉은</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">Fastival(Fast + Festival :</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">뛰는 야구</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">신나는 야구</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">)</span></font></span><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">이다</span></font><span lang=\\\"EN-US\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span></font></span></span></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">식전행사로 야외에서 국내 최고 수준의 브라질 타악 퍼포먼스 그룹인 라퍼커션의 팬 환영 공연을 한다</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span></font></span></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; line-height: 24pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">그라운드에서는 개막 오프닝 영상 상영을 시작으로 육군</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font><span lang=\\\"EN-US\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; line-height: 24pt; text-indent: 21.2pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">51</span></font></span><font color=\\\"#000000\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; line-height: 24pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">사단의 군악대 연주와</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font><span lang=\\\"EN-US\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; line-height: 24pt; text-indent: 21.2pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">K-Tigers</span></font></span><font color=\\\"#000000\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; line-height: 24pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">와 빅또리의 태권도 공연을 하고</span></font><span lang=\\\"EN-US\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; line-height: 24pt; text-indent: 21.2pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">, kt wiz</span></font></span><font color=\\\"#000000\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; line-height: 24pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">의 개막을 알리는 대형 통천 퍼포먼스를 한다</span></font><span lang=\\\"EN-US\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; line-height: 24pt; text-indent: 21.2pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">공식행사에는 수원 시립 합창단의 애국가 제창에 이어 시구가 진행되며</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">,</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">경기 종료 후에는 팬과 함께</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">2015</span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">시즌 선전을 기원하는 불꽃놀이를 한다</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">경기 입장 관중</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">5,000</span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">명에게 선착순으로 위즈 마법사 모자를 증정한다</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span></font></span></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">야외 행사에는</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">GiGA</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">스피드 투구 체험존과 갤럭시</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">S6</span><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"> </span></font></span><font color=\\\"#000000\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">홍보존이 운영된다</span></font><span lang=\\\"EN-US\\\" style=\\\"line-height: 24pt; font-size: 12pt; letter-spacing: -0.7pt; text-indent: 21.2pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">.</span></font></span></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; line-height: normal; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><font color=\\\"#000000\\\" style=\\\"font-size: 12pt; letter-spacing: -0.7pt; line-height: normal; text-indent: 21.2pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\"><br/></span></font></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt;\\\">한편, 이날 행사에는 kt 그룹이 ICT로 도서지역의 생활을 혁신시키는 ‘기가 스토리’ 프로젝트가 진행중인 전남 신안군 임자도와 DMZ 대성동의 초등학생 88명을 초청하여 역사적인 개막식을 함께 한다. </span><span style=\\\"font-family: NanumGothic; font-size: 11pt; line-height: 24pt;\\\">또, 4월 장애인의 달을 맞아, 장애인학교인 수원 아름학교 학생 등 시각장애인 17명도 초청하여 1:1의 안내봉사와 시각장애인용 영상해설 송수신기를 통한 전문 해설도 지원한다.</span></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt; line-height: 24pt;\\\"><br/></span></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><span style=\\\"font-family: NanumGothic; font-size: 11pt; line-height: 24pt;\\\"><br/></span></p><p style=\\\"margin: 0cm 0cm 0pt; font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: 24pt;\\\"><br/></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 85462,\n                \"artcTitle\": \"kt wiz, 2015시즌 홈 개막식 개최\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1427641200000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1427641200000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1105\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"line-height: normal; font-family: Nanum Gothic; color: rgb(19, 52, 86);\\\"><span style=\\\"font-family: NanumGothic; color: rgb(0, 0, 0);\\\">▶ 오는 24일 오전 11시부터 홈페이지, 위잽, 티켓링크를 통해 예매 실시</span></p><p style=\\\"font-size: 12px; line-height: normal; font-family: AppleMyungjo; min-height: 14px;\\\"><br/></p><p style=\\\"line-height: normal; font-family: Nanum Gothic; color: rgb(19, 52, 86);\\\"><span style=\\\"font-family: NanumGothic; color: rgb(0, 0, 0);\\\">▶ 3.25일부터 6.30일까지 10게임권 예매</span></p><p style=\\\"line-height: normal; font-family: Nanum Gothic; color: rgb(19, 52, 86);\\\"><br/></p><p style=\\\"font-size: 12px; line-height: normal; font-family: AppleMyungjo; min-height: 14px;\\\"><br/></p><p style=\\\"line-height: normal; font-family: Nanum Gothic; color: rgb(19, 52, 86);\\\"><span style=\\\"font-family: NanumGothic; color: rgb(0, 0, 0);\\\">kt wiz(대표이사 김영수, </span><a href=\\\"http://ktwiz.co.kr/\\\"><span style=\\\"font-family: NanumGothic; color: rgb(0, 0, 0);\\\">ktwiz.co.kr</span></a><span style=\\\"font-family: NanumGothic; color: rgb(0, 0, 0);\\\">)가 2015 시즌 개막전 티켓 예매를 시작한다.</span></p><p style=\\\"font-size: 12px; line-height: normal; font-family: AppleMyungjo; min-height: 14px;\\\"><br/></p><p style=\\\"line-height: normal; font-family: Nanum Gothic; color: rgb(19, 52, 86);\\\"><span style=\\\"font-family: NanumGothic; color: rgb(0, 0, 0);\\\">오는 24일(화) 오전 11시부터 구단 홈페이지와 위잽 어플리케이션(안드로이드 버전), 그리고 티켓링크를 통해 31일부터 4월 2일까지 열리는 삼성과의 홈 개막전 예매를 실시한다.</span></p><p style=\\\"font-size: 12px; line-height: normal; font-family: AppleMyungjo; min-height: 14px;\\\"><br/></p><p style=\\\"line-height: normal; font-family: Nanum Gothic; color: rgb(19, 52, 86);\\\"><span style=\\\"font-family: NanumGothic; color: rgb(0, 0, 0);\\\">2014년 가입한 기존 kt wiz 연간 성인/어린이 회원은 개막 6연전에 한하여 일반 예매보다 하루 빠른 23일(월) 오후 1시부터 티켓 예매가 가능하다.</span></p><p style=\\\"font-size: 12px; line-height: normal; font-family: AppleMyungjo; min-height: 14px;\\\"><br/></p><p style=\\\"line-height: normal; font-family: Nanum Gothic; color: rgb(19, 52, 86);\\\"><span style=\\\"font-family: NanumGothic; color: rgb(0, 0, 0);\\\">위잽을 이용하면 티켓 예매와 동시에 위즈파크에 입점한 식음료 선주문, NFC와 바코드를 이용한 스피드게이트 입장 등 빠르고 편리한 야구 관람을 즐길 수 있다. 3월 말부터는 아이폰에서도 위잽(wizzap) 어플리케이션을 사용할 수 있다.</span></p><p style=\\\"font-size: 12px; line-height: normal; font-family: AppleMyungjo; min-height: 14px;\\\"><br/></p><p style=\\\"line-height: normal; font-family: Nanum Gothic; color: rgb(19, 52, 86);\\\"><span style=\\\"font-family: NanumGothic; color: rgb(0, 0, 0);\\\">한편, 3월 25일(수) 14시부터 6월 30일(화) 14시까지 구단 홈페이지와 위잽 어플리케이션을 통해 10게임권도 예매할 수 있다. </span></p><p style=\\\"line-height: normal; font-family: Nanum Gothic; color: rgb(19, 52, 86);\\\"><span style=\\\"font-family: NanumGothic; color: rgb(0, 0, 0);\\\"><br/></span></p><p style=\\\"line-height: normal; font-family: Nanum Gothic; color: rgb(19, 52, 86);\\\"><span style=\\\"font-family: NanumGothic; color: rgb(0, 0, 0);\\\">10게임권은 연간 10회 내야지정석을 이용할 수 있는 예매권으로 정상가격에서 30% 할인된 7만원에 구매 가능하다. 1인당 최대 4회(총 40 게임권)까지 구매할 수 있고 1경기당 최대 4게임권까지 사용 가능하다.</span></p><p style=\\\"font-size: 12px; line-height: normal; font-family: AppleMyungjo; min-height: 14px;\\\"><br/></p><p style=\\\"line-height: normal; font-family: Nanum Gothic; color: rgb(19, 52, 86);\\\"><span style=\\\"font-family: NanumGothic; color: rgb(0, 0, 0);\\\">야구관람을 통한 즐거움을 다양한 계층과 나누기 위해 문화누리카드 할인도 적용한다. 카드 소지자는 해당하는 좌석에 따라 최대 50% 할인된 가격으로 예매가 가능하다.</span></p><p style=\\\"text-indent: 14.1px; font-size: 12px; line-height: normal; font-family: AppleMyungjo; min-height: 14px;\\\"><br/></p><p style=\\\"line-height: normal; font-family: Nanum Gothic; color: rgb(19, 52, 86);\\\"><span style=\\\"font-family: NanumGothic; color: rgb(0, 0, 0);\\\">기타 궁금한 사항은 kt wiz 빅또리 콜(1899-5916) 또는 티켓링크 콜센터(1588-7890)을 통해 문의하면 된다.</span></p><p style=\\\"text-indent: 14.1px; font-size: 12px; line-height: normal; font-family: AppleMyungjo; min-height: 14px;\\\"><br/></p><p style=\\\"text-indent: 14.1px; font-size: 12px; line-height: normal; font-family: AppleMyungjo; min-height: 14px;\\\"><br/></p><p><span style=\\\"font-family: NanumGothic; color: rgb(0, 0, 0);\\\">\\n</span></p><p style=\\\"line-height: normal; font-family: Nanum Gothic; color: rgb(19, 52, 86);\\\"><b><span style=\\\"font-family: NanumGothic; color: rgb(0, 0, 0);\\\">[개막 3연전 티켓 예매 오픈 일정]</span></b></p><p style=\\\"line-height: normal; font-family: Nanum Gothic; color: rgb(19, 52, 86);\\\"><br/></p><div><table border=\\\"1\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"MsoNormalTable\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; border: currentcolor; border-collapse: collapse;\\\"><tbody><tr><td style=\\\"font-family: 돋움, dotum; padding: 0cm 5.4pt; border: 1pt solid windowtext; width: 153.7pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; text-align: center; line-height: 24pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">구분</span><span lang=\\\"EN-US\\\"><o:p></o:p></span></font></span></p></td><td style=\\\"font-family: 돋움, dotum; border-width: 1pt 1pt 1pt 0px; border-style: solid solid solid none; border-color: windowtext windowtext windowtext rgb(0, 0, 0); padding: 0cm 5.4pt; width: 153.75pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">2014</span><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">가입 성인</span><span lang=\\\"EN-US\\\" style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">/</span><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">어린이회원</span><span lang=\\\"EN-US\\\"><o:p></o:p></span></span></font></p></td><td style=\\\"font-family: 돋움, dotum; border-width: 1pt 1pt 1pt 0px; border-style: solid solid solid none; border-color: windowtext windowtext windowtext rgb(0, 0, 0); padding: 0cm 5.4pt; width: 153.75pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; text-align: center; line-height: 24pt;\\\"><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><font color=\\\"#000000\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">일반</span><span lang=\\\"EN-US\\\" style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">(</span><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">무료회원 포함</span><span lang=\\\"EN-US\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">)</span><o:p></o:p></span></font></span></p></td></tr><tr><td style=\\\"font-family: 돋움, dotum; border-width: 0px 1pt 1pt; border-style: none solid solid; border-color: rgb(0, 0, 0) windowtext windowtext; padding: 0cm 5.4pt; width: 153.7pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">3.31(</span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">화</span><span lang=\\\"EN-US\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">)</span><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">경기</span><span lang=\\\"EN-US\\\"><o:p></o:p></span></span></font></p></td><td style=\\\"font-family: 돋움, dotum; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) windowtext windowtext rgb(0, 0, 0); padding: 0cm 5.4pt; width: 153.75pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">3.23(</span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">월</span><span lang=\\\"EN-US\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">) 13:00</span><o:p></o:p></span></span></font></p></td><td style=\\\"font-family: 돋움, dotum; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) windowtext windowtext rgb(0, 0, 0); padding: 0cm 5.4pt; width: 153.75pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">3.24(</span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">화</span><span lang=\\\"EN-US\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">) 11:00</span><o:p></o:p></span></span></font></p></td></tr><tr><td style=\\\"font-family: 돋움, dotum; border-width: 0px 1pt 1pt; border-style: none solid solid; border-color: rgb(0, 0, 0) windowtext windowtext; padding: 0cm 5.4pt; width: 153.7pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">4.1(</span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">수</span><span lang=\\\"EN-US\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">)</span><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">경기</span><span lang=\\\"EN-US\\\"><o:p></o:p></span></span></font></p></td><td style=\\\"font-family: 돋움, dotum; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) windowtext windowtext rgb(0, 0, 0); padding: 0cm 5.4pt; width: 153.75pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">3.24(</span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">화</span><span lang=\\\"EN-US\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">) 13:00</span><o:p></o:p></span></span></font></p></td><td style=\\\"font-family: 돋움, dotum; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) windowtext windowtext rgb(0, 0, 0); padding: 0cm 5.4pt; width: 153.75pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">3.25(</span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">수</span><span lang=\\\"EN-US\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">) 11:00</span><o:p></o:p></span></span></font></p></td></tr><tr><td style=\\\"font-family: 돋움, dotum; border-width: 0px 1pt 1pt; border-style: none solid solid; border-color: rgb(0, 0, 0) windowtext windowtext; padding: 0cm 5.4pt; width: 153.7pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">4.2(</span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">목</span><span lang=\\\"EN-US\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">)</span><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\"> </span></span><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">경기</span><span lang=\\\"EN-US\\\"><o:p></o:p></span></span></font></p></td><td style=\\\"font-family: 돋움, dotum; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) windowtext windowtext rgb(0, 0, 0); padding: 0cm 5.4pt; width: 153.75pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">3.25(</span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">수</span><span lang=\\\"EN-US\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">) 13:00</span><o:p></o:p></span></span></font></p></td><td style=\\\"font-family: 돋움, dotum; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: rgb(0, 0, 0) windowtext windowtext rgb(0, 0, 0); padding: 0cm 5.4pt; width: 153.75pt; background-color: transparent;\\\" valign=\\\"top\\\" width=\\\"205\\\"><p align=\\\"center\\\" class=\\\"MsoNormal\\\" style=\\\"margin: 0cm 0cm 0pt; text-align: center; line-height: 24pt;\\\"><font color=\\\"#000000\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">3.26(</span><span style=\\\"letter-spacing: -0.7pt; font-size: 12pt;\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">목</span><span lang=\\\"EN-US\\\"><span style=\\\"font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\">) 11:00</span><o:p></o:p></span></span></font></p></td></tr></tbody></table><p style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; line-height: normal;\\\"></p><p class=\\\"MsoNormal\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic; color: rgb(0, 0, 0);\\\"> </span></p><p class=\\\"MsoNormal\\\" style=\\\"font-family: 돋움, dotum; color: rgb(0, 0, 0); font-size: 12px; margin: 0cm 0cm 0pt; line-height: 24pt;\\\"><span lang=\\\"EN-US\\\" style=\\\"letter-spacing: -0.7pt; font-size: 11pt; font-family: NanumGothic;\\\"><br/></span></p></div><p><br/></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 85325,\n                \"artcTitle\": \"kt wiz, 홈 개막전 티켓 예매 오픈!\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1426950000000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1426950000000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1463\n            },\n            {\n                \"artcContents\": \"<div class=\\\"board_contents1\\\"><p style=\\\"TEXT-ALIGN: left; LINE-HEIGHT: 1.8\\\"><span style=\\\"FONT-SIZE: 11pt\\\">kt wiz 야구단(대표이사 권사일)은 BI(Brand Identity) 디자인을 공개했다고 14일(목) 밝혔다.</span></p>\\n<p style=\\\"TEXT-ALIGN: left; LINE-HEIGHT: 1.8\\\"><span style=\\\"FONT-SIZE: 11pt\\\">이번에 공개된 BI 디자인은 심볼, 엠블럼, 유니폼, 마스코트 등이며, 심볼은 이니셜과 그림을 형상화한 이미지 심볼을 함께 개발했다. </span></p>\\n<p style=\\\"TEXT-ALIGN: left; LINE-HEIGHT: 1.8\\\"><span style=\\\"FONT-SIZE: 11pt\\\">이니셜 심볼은 k와 w 2글자를 이용하여 강력한 마법문장이 연상되도록 디자인하였고, 전통과 현대적 감각의 조화를 고려했다. </span></p>\\n<p style=\\\"TEXT-ALIGN: left; LINE-HEIGHT: 1.8\\\"><span style=\\\"FONT-SIZE: 11pt\\\">\\n<p> </p>\\n<p> </p>\\n<p style=\\\"TEXT-ALIGN: center\\\"><img class=\\\"tx-daum-image\\\" height=\\\"253\\\" src=\\\"/files/sports/data/_up/board/20131115142128985.jpg\\\" style=\\\"WIDTH: 408px; FLOAT: none; HEIGHT: 253px; CLEAR: none\\\" width=\\\"408\\\"/></p>\\n<p style=\\\"TEXT-ALIGN: center\\\"></p></span><span style=\\\"FONT-SIZE: 11pt\\\">                                </span><br/><span style=\\\"FONT-SIZE: 11pt\\\">&lt;이니셜 심볼&gt;</span></p>\\n<p> </p>\\n<p style=\\\"TEXT-ALIGN: left; LINE-HEIGHT: 1.8\\\"><span style=\\\"FONT-SIZE: 11pt\\\">이미지 심볼은 전형적인 마법사 이미지에서 탈피하여 현대적인 마법사의 모습을 새롭게 창조했다. </span></p>\\n<p style=\\\"TEXT-ALIGN: left; LINE-HEIGHT: 1.8\\\"><span style=\\\"FONT-SIZE: 11pt\\\">\\n<p> </p></span><span style=\\\"FONT-SIZE: 11pt\\\">\\n<p> </p>\\n<p style=\\\"TEXT-ALIGN: center\\\"><img class=\\\"tx-daum-image\\\" height=\\\"324\\\" src=\\\"/files/sports/data/_up/board/201311151422400.jpg\\\" style=\\\"WIDTH: 414px; FLOAT: none; HEIGHT: 324px; CLEAR: none\\\" width=\\\"414\\\"/></p>\\n<p style=\\\"TEXT-ALIGN: center\\\"></p></span> </p>\\n<p style=\\\"TEXT-ALIGN: center\\\"><span style=\\\"FONT-SIZE: 11pt\\\">&lt;이미지 심볼&gt;</span></p>\\n<p style=\\\"TEXT-ALIGN: center\\\"> </p>\\n<p style=\\\"TEXT-ALIGN: left; LINE-HEIGHT: 1.8\\\"><span style=\\\"FONT-SIZE: 11pt\\\">이렇게 개발된 이니셜 심볼은 강인함과 파워를 강조하며 원정경기의 모자와 유니폼에 표현되고, 이미지 심볼은 신속한 기동력과 유연함을 강조하며 홈경기의 모자와 유니폼에 표현된다. 홈, 원정 경기 유니폼과 모자에 서로 다른 심볼을 적용하는 것은 국내 최초로 시도되는 것이다. </span></p>\\n<p style=\\\"TEXT-ALIGN: left; LINE-HEIGHT: 1.8\\\"><span style=\\\"FONT-SIZE: 11pt\\\">엠블럼은 연고지인 수원시를 강조하여 지역밀착형 구단임을 분명히 했다. 기존 구단 엠블럼의 경우, 소속지역을 표기하지 않고 있거나 작게 표현된 것에 비해 kt wiz 엠블럼은 kt wiz와 수원을 모두 조화롭게 강조하였다. 이런 디자인을 가능하게 하기 위하여 엠블럼의 각 디자인 구성 요소들의 비례, 크기, 색상 등에 대한 수백여 차례의 디자인 개발과정을 거쳤다.   </span><br/><span style=\\\"FONT-SIZE: 11pt\\\">                           </span></p>\\n<p style=\\\"TEXT-ALIGN: center; LINE-HEIGHT: 1.8\\\"><img class=\\\"tx-daum-image\\\" height=\\\"326\\\" src=\\\"/files/sports/data/_up/board/20131115142416641.jpg\\\" style=\\\"WIDTH: 400px; FLOAT: none; HEIGHT: 326px; CLEAR: none\\\" width=\\\"400\\\"/></p>\\n<p style=\\\"TEXT-ALIGN: center; LINE-HEIGHT: 1.8\\\"> </p>\\n<p style=\\\"TEXT-ALIGN: center; LINE-HEIGHT: 1.8\\\"><span style=\\\"FONT-SIZE: 11pt\\\">&lt;엠블럼&gt;</span></p>\\n<p style=\\\"TEXT-ALIGN: center; LINE-HEIGHT: 1.8\\\"> </p>\\n<p style=\\\"TEXT-ALIGN: left; LINE-HEIGHT: 1.8\\\"><span style=\\\"FONT-SIZE: 11pt\\\">마스코트는 하나가 아닌 둘이며, 빅(vic)과 또리(ddory)로 불린다. 함께 있으면 빅또리로 kt wiz의 승리를 의미하기도 한다. kt wiz 마스코트는 점차 증가하는 야구팬인 아이들과 여심을 겨냥하여, 뽀송뽀송한 털 재질로, 만지고 싶고 가지고 싶은 마스코트가 되도록 기획하였고, 사람처럼 탄생스토리도 가졌다. </span></p>\\n<p style=\\\"TEXT-ALIGN: left; LINE-HEIGHT: 1.8\\\"><span style=\\\"FONT-SIZE: 11pt\\\">수원 야구경기장에 살고 있던 작은 몬스터 두 마리가 어느 날 우연히 마법의 심볼을 갖게 되면서 kt wiz를 승리로 이끄는 응원단장 빅과 또리가 된다는 내용이다. kt wiz 마스코트는 다양한 야구상품으로도 제작되어 야구팬들에게 선보일 계획이다. </span></p>\\n<p style=\\\"TEXT-ALIGN: left; LINE-HEIGHT: 1.8\\\"><span style=\\\"FONT-SIZE: 11pt\\\">\\n<p> </p></span><span style=\\\"FONT-SIZE: 11pt\\\">\\n<p> </p>\\n<p style=\\\"TEXT-ALIGN: center\\\"><img class=\\\"tx-daum-image\\\" height=\\\"339\\\" src=\\\"/files/sports/data/_up/board/20131115142610653.jpg\\\" style=\\\"WIDTH: 478px; FLOAT: none; HEIGHT: 339px; CLEAR: none\\\" width=\\\"478\\\"/></p>\\n<p></p></span><span style=\\\"FONT-SIZE: 11pt\\\">                     </span></p>\\n<p style=\\\"TEXT-ALIGN: center\\\"><span style=\\\"FONT-SIZE: 11pt\\\">&lt;마스코트 빅(좌측), 또리(우측) &gt;</span></p>\\n<p style=\\\"TEXT-ALIGN: center\\\"> </p>\\n<p style=\\\"TEXT-ALIGN: left; LINE-HEIGHT: 1.8\\\"><span style=\\\"FONT-SIZE: 11pt\\\">유니폼은 kt의 브랜드 컬러인 레드와 블랙을 기본으로 하여 젊고 역동적인 신생구단의 모습을 표현하였다. 디자인뿐만 아니라 활동성과 경기력 향상을 위해 소재 선택에 있어서도 신경을 써 가볍고 빠르게 땀이 마를 수 있는 원단을 사용하였다.</span></p>\\n<p style=\\\"TEXT-ALIGN: left; LINE-HEIGHT: 1.8\\\"><span style=\\\"FONT-SIZE: 11pt\\\">이번 kt wiz의 BI 디자인 개발을 주도한 kt 아이덴티티 디자인센터(id센터)는 2009년부터 다양한 디자인 분야에서 글로벌 디자인 어워드를 석권하며, 아시아는 물론 세계에서 주목 받고 있으며, 특히 2012년에는 세계 최고권위를 자랑하는 레드닷 디자인어워드에서 세계 디자인의 단 1% 이내에게만 주어지는 best of the best를 수상하기도 하였다. </span></p>\\n<p style=\\\"TEXT-ALIGN: left; LINE-HEIGHT: 1.8\\\"><span style=\\\"FONT-SIZE: 11pt\\\">이러한 경험과 노하우를 바탕으로 kt id센터는 지난 1월부터 연령별 고객 선호도 조사 및 경제효과 분석 등의 사전 조사 분석작업을 거치고, 해외 선진 스포츠 구단을 벤치마킹하며, 국내 팬들의 높아진 기대에 부응하는 혁신적인 kt wiz 디자인을 완성하였다. </span></p>\\n<p style=\\\"TEXT-ALIGN: left; LINE-HEIGHT: 1.8\\\"><span style=\\\"FONT-SIZE: 11pt\\\">주영범 kt wiz 단장은 “이번 kt wiz 디자인을 통해 혁신적이고, 세련된 디자인으로 많은 야구팬들에게 좋은 반응을 일으킬 것이며 한국야구의 자부심이 되도록 노력하겠다”고 밝혔다.</span><br/></p>\\n<p style=\\\"TEXT-ALIGN: left; LINE-HEIGHT: 1.8\\\"><span style=\\\"FONT-SIZE: 11pt\\\">\\n<p> </p></span>\\n<p> </p></p></div>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 77578,\n                \"artcTitle\": \"kt wiz, 혁신적 프로야구 디자인 공개\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/sports/data/_up/board/thumb_20131115142128985.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1384354800000,\n                \"regr\": \"admin\",\n                \"totalPage\": 1,\n                \"updDttm\": 1384354800000,\n                \"updr\": \"admin\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 1172\n            }\n        ],\n        \"searchCount\": 31\n    }\n}"}],"_postman_id":"c46a22bf-669f-421d-9572-7f9184eb3230"},{"name":"Wiz보도자료상세보기","id":"1c4a6162-39b4-4747-958b-ba9605a0cf67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/article/wizpressdetail?artcSeq=189033","urlObject":{"protocol":"http","path":["api","article","wizpressdetail"],"host":["54","180","228","165"],"query":[{"key":"artcSeq","value":"189033"}],"variable":[]}},"response":[{"id":"2783a191-c098-4bf6-ae95-8638a4e40497","name":"Wiz보도자료상세보기","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/article/wizpressdetail?artcSeq=189033","protocol":"http","host":["54","180","229","183"],"path":["api","article","wizpressdetail"],"query":[{"key":"artcSeq","value":"189033"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:33:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5760"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"article\": {\n            \"artcContents\": \"<p><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">▶ 6일(화)~8일(목) 한화와의 3연전서 퓨처스 서머리그 열어</span></p><p><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">▶ 입장 관중 대상 웰컴기프트부터 최신형 스마트폰 추첨 행사까지 푸짐한 경품 증정</span></p><p><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">▶ 선수단 팬 사인회와 익산시 소재 유치원 찾아 ‘응원단이 간다’ 프로그램 진행</span></p><p><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86);\\\"></span><span style=\\\"color: rgb(18, 52, 86);\\\"></span><span style=\\\"color: rgb(18, 52, 86);\\\"></span><span style=\\\"color: rgb(18, 52, 86);\\\"></span><span style=\\\"color: rgb(18, 52, 86);\\\">&nbsp;kt wiz 프로야구단(대표이사 이호식, ktwiz.co.kr)이 오는 6일(화)부터 8일(목)까지 익산 국가대표야구장에서 열리는 한화 이글스와의 퓨처스 서머리그 경기에서 다채로운 이벤트를 진행한다.</span></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;경기 전 천성호, 이채호, 원상현 등 퓨처스 선수단의 팬 사인회가 열리고, 야구장을 찾은 관중을 대상으로 치킨, 맥주, 음료 등 웰컴기프트를 제공한다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;이번 3연전에는 김주일 단장을 비롯한 응원단이 야구장을 찾아 익산 시민들과 함께 응원전을 펼친다. 7일과 8일에는 익산 야구 저변 확대를 위해 ‘응원단이 간다’ 프로그램이 진행된다. 익산시 소재 유치원 2곳을 방문해 kt wiz 응원가 배우기, 퀴즈 이벤트 등 어린이 팬들과 함께 다양한 레크리에이션을 즐길 예정이다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;서머리그 첫 경기 승리 기원 시구는 정헌율 익산시장이, 시타는 김경진 익산시회의장이 맡는다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86);\\\">&nbsp;푸짐한 경품 이벤트도 눈길을 끈다. 응원단과 함께 하는 댄스타임 및 응원전을 시작으로 매 경기 종료 후 추첨을 통해 갤럭시 Z 폴더블 6 총 3대를 증정할 예정이다.</span></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"https://wizzap.ktwiz.co.kr/files/article/2024/08/02/20240802100402.f4c-2eab57a0b73c.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#1. 퓨쳐스 서머리그 이벤트 안내자료</span></span><br></span></p>\",\n            \"artcNextSeq\": 188881,\n            \"artcPrevSeq\": 189251,\n            \"artcSeq\": 189033,\n            \"artcTitle\": \"kt wiz, 익산 시민과 함께하는 서머리그 이벤트 개최 \",\n            \"boardCatSeq\": 0,\n            \"boardCode\": \"002\",\n            \"delYn\": \"N\",\n            \"endDttm\": 253402225200000,\n            \"maxArticlePerPage\": 0,\n            \"regDttm\": 1722560400000,\n            \"regr\": \"helixtech1\",\n            \"startDttm\": 1722560400000,\n            \"updDttm\": 1722560687000,\n            \"updr\": \"helixtech1\",\n            \"useYn\": \"Y\",\n            \"viewCnt\": 146\n        }\n    }\n}"}],"_postman_id":"1c4a6162-39b4-4747-958b-ba9605a0cf67"},{"name":"Wiz소식리스트 페이지별 호출","id":"50ab51e6-2861-48e8-80fd-2ce6997cd17b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/article/newslistpage?searchWord=NC&itemCount=5&pageNum=2","urlObject":{"protocol":"http","path":["api","article","newslistpage"],"host":["54","180","228","165"],"query":[{"key":"searchWord","value":"NC"},{"key":"itemCount","value":"5"},{"key":"pageNum","value":"2"}],"variable":[]}},"response":[{"id":"aaa4494b-d9cc-4f97-bd11-55a26f60856b","name":"Wiz소식리스트 페이지별 호출","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/article/newslistpage?searchWord=NC&itemCount=5&pageNum=2","protocol":"http","host":["54","180","229","183"],"path":["api","article","newslistpage"],"query":[{"key":"searchWord","value":"NC"},{"key":"itemCount","value":"5"},{"key":"pageNum","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:34:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6996"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요, kt wiz 야구단입니다. 6월 13일 vs NC 경기를 응원단과 함께할 팬 여러분들을 모집합니다!</p><p style=\\\"text-align: center;\\\">자세한 내용은 공지 이미지를 확인해주세요.</p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2024/06/06/20240606131345.aa1-c1c6285d162a.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 187430,\n                \"artcTitle\": \"[안내] 2024 위즈패밀리x응원단이간다(6/13)\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/06/06/20240606131403.43c-1b08472a2346.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1717599600000,\n                \"regr\": \"rlawjdgus117\",\n                \"startDttm\": 1717599600000,\n                \"totalPage\": 20,\n                \"updDttm\": 1717647243000,\n                \"updr\": \"rlawjdgus117\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 206\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요, kt wiz 야구단입니다.</p><p style=\\\"text-align: center;\\\">&nbsp;5/7~5/9 vs NC 홈경기 이벤트를 안내 드립니다. 자세한 내용은 공지 내 이미지를 확인 해 주세요.</p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2024/05/04/20240504195242.17b-03c2eddb8f06.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 186542,\n                \"artcTitle\": \"[안내] 2024 홈경기 이벤트 안내(5/7~5/9 vs NC)\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/05/04/20240504195154.6ed-d1a6fb37f537.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1714662000000,\n                \"regr\": \"rlawjdgus117\",\n                \"startDttm\": 1714662000000,\n                \"totalPage\": 20,\n                \"updDttm\": 1714822860000,\n                \"updr\": \"rlawjdgus117\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 269\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요, kt wiz 야구단입니다.&nbsp;</p><p style=\\\"text-align: center;\\\">구단 공식 어플인 위잽(wizzap)의 영문 버젼이 런칭되었습니다!&nbsp;</p><p style=\\\"text-align: center;\\\">자세한 내용은 공지 내 이미지를 확인 해 주세요.</p><p style=\\\"text-align: center;\\\">Our official app \\\"wizzap\\\" has been launched in English version!&nbsp;</p><p style=\\\"text-align: center;\\\">We hope to meet you at kt wiz park during the 2024 season.</p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2024/03/21/20240321094101.972-f35b1f68ede4.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 185084,\n                \"artcTitle\": \"[안내] wizzap English version launched! 영문버젼 위잽 런칭 안내\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/03/21/20240321094136.824-6f8571ef2b3d.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1710982860000,\n                \"regr\": \"rlawjdgus117\",\n                \"startDttm\": 1710982860000,\n                \"totalPage\": 20,\n                \"updDttm\": 1710983567000,\n                \"updr\": \"rlawjdgus117\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 105\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요, kt wiz 야구단입니다.</p><p style=\\\"text-align: center;\\\">23시즌 티켓북 발송 및 현금영수증 신청안내드립니다.&nbsp;</p><p style=\\\"text-align: center;\\\">현재 추석연휴로 인해 티켓북 제작이 지연되었습니다.&nbsp;</p><p style=\\\"text-align: center;\\\">늦어진 일정에 양해 부탁드리며, 자세한 내용은 공지 내 이미지를 확인 해 주세요.</p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\">\\r\\n<a href=\\\"https://docs.google.com/forms/d/e/1FAIpQLSc7gTdt0I6nz2r7I3Btiv8q3pYm9LRmhQu-X6m-wTXQOQfOHw/viewform\\\" hyb-browser=\\\"\\\">신청 폼 접속</a>\\r\\n</p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2023/10/06/20231006170900.1df-36dffa541edf.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center;\\\"><a href=\\\"https://forms.gle/ZxK9ybSaTknEvvnC7\\\" hyb-browser=\\\"\\\"><b></b><br></a></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 183109,\n                \"artcTitle\": \"[안내] 티켓북 발송 및 현금영수증 신청안내(23시즌 시즌권)\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2023/10/06/20231006170638.658-54ea628c0c41.png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1696518000000,\n                \"regr\": \"rlawjdgus117\",\n                \"startDttm\": 1696518000000,\n                \"totalPage\": 20,\n                \"updDttm\": 1696580884000,\n                \"updr\": \"rlawjdgus117\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 204\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: center;\\\">안녕하세요, kt wiz 야구단입니다.</p><p style=\\\"text-align: center;\\\">8월 12일 NC전부터, 제이파크 아일랜드 리조트와 함께하는 이닝이벤트가 시작 될 예정입니다!</p><p style=\\\"text-align: center;\\\">자세한 내용은 공지 내용을 확인 해 주세요!</p><p style=\\\"text-align: center;\\\"><br></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2023/08/10/20230810183353.31d-cedc4792d602.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center;\\\"><br></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 180859,\n                \"artcTitle\": \"[안내] 제이파크 이닝이벤트 사전공지\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"001\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2023/08/10/20230810185923.c81-5c7a11c6d334.png\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1691593200000,\n                \"regr\": \"rlawjdgus117\",\n                \"startDttm\": 1691593200000,\n                \"totalPage\": 20,\n                \"updDttm\": 1691661563000,\n                \"updr\": \"rlawjdgus117\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 166\n            }\n        ],\n        \"searchCount\": 97\n    }\n}"}],"_postman_id":"50ab51e6-2861-48e8-80fd-2ce6997cd17b"},{"name":"Wiz보도자료 페이지별 호출","id":"84556196-b50e-464b-bc09-eae80b4f6f2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.229.183/api/article/wizpresslistpage?searchWord=NC&itemCount=5&pageNum=2","urlObject":{"protocol":"http","path":["api","article","wizpresslistpage"],"host":["54","180","229","183"],"query":[{"key":"searchWord","value":"NC"},{"key":"itemCount","value":"5"},{"key":"pageNum","value":"2"}],"variable":[]}},"response":[{"id":"d654a609-ba6d-4af9-8908-ad7f42379d90","name":"Wiz보도자료 페이지별 호출","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.229.183/api/article/wizpresslistpage?searchWord=NC&itemCount=5&pageNum=2","protocol":"http","host":["54","180","229","183"],"path":["api","article","wizpresslistpage"],"query":[{"key":"searchWord","value":"NC"},{"key":"itemCount","value":"5"},{"key":"pageNum","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 28 Dec 2024 12:34:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"41464"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"artcContents\": \"<p style=\\\"text-align: left;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">▶ 경기 후 특별 공연부터 이벤트까지, 한층 업그레이드된 ‘미러볼 페스티벌’ 선보여</span></p><p style=\\\"text-align: left;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">▶ 울랄라 세션, 1일(토) NC 다이노스전 경기 후 특별 공연</span></p><p style=\\\"text-align: left;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;kt wiz 야구단(대표이사 신현옥, ktwiz.co.kr)가 한 여름밤 미러볼 페스티벌로 뜨거운 응원 열기를 이어간다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;KT는 1~2일, 8~9일 NC 다이노스와 KIA 타이거즈와의 홈 경기가 열리는 수원 KT위즈파크에서 2023 kt wiz 미러볼 페스티벌을 개최한다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;경기 승패와 상관없이 진행되는 미러볼 파티에는, 응원단의 공연을 비롯해 가수, DJ 등 게스트를 초청해 팬과 함께하는 다채로운 이벤트가 마련된다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;먼저 화려한 초청 가수 라인업이 이목을 끈다. 1일(토)에는 가수 울랄라 세션이, 2일(일)과 9일(일)에는 각각 DJ WOOXI(우씨)와 DJ HAKEY(하키)가 신나는 공연으로 파티를 더 뜨겁게 달굴 예정이다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;8일(토)에는 김주일 응원단장과 치어리더, 박수미 장내 아나운서 등 KT 응원단의 특별한 공연도 진행된다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;이 밖에 춤을 가장 잘 추는 관중을 선정하는 미러볼 댄싱 파이터가 개최되며, 우승자에게는 위즈파크 스카이박스 티켓이 증정된다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;한편, 미러볼 타임은 KT 경기 종료 후 응원단과 팬들이 함께 즐기는 승리 퍼포먼스다. 화려한 대형 미러볼 조명과 K-POP 등으로 승리의 여운을 이어가는 미니 댄스파티로, 지난 시즌 부터 KT를 대표하는 응원 문화로 자리 잡았다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2023/06/30/20230630131031.455-2e6c71ccbb35.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#1.&nbsp;</span><font face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\" style=\\\"\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">2023 kt wiz 미러볼 페스티벌’ 행사 안내</span></font><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"></span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 179190,\n                \"artcTitle\": \"kt wiz, 한 여름밤의 축제… ‘미러볼 페스티벌’ 개최\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1688097600000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1688097600000,\n                \"totalPage\": 23,\n                \"updDttm\": 1688098324000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 111\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: left;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">▶ 2023 신인 선수 10인의 일러스트를 담은 NFT 카드 출시</span></p><p style=\\\"text-align: left;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">▶ 구매자에게 실물 카드 패키지 증정 및 친필 유니폼 증정 이벤트 진행</span></p><p style=\\\"text-align: left;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;kt wiz 프로야구단(대표이사 신현옥, ktwiz.co.kr)은 오는 29일(수) 2023년 신인 선수 10명의 NFT 카드 500장(선수 당 50장)을 출시한다고 밝혔다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;KT의 NFT 플랫폼인 민클(MINCL, web.mincl.kt.co.kr)을 통해 출시되는 NFT 카드는 김정운, 정준영, 손민석, 류현인 등 총 10명의 신인 선수들을 대상으로 제작했다. 구매자 전원에게 소비자가 9만원 상당의 신인 선수 실물 카드를 증정하며, 50장 중 3장에는 스페셜 메탈 카드가 포함돼있다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><br></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;또한, 해당 선수가 2023시즌 내 1군 첫 타석에 출전하거나 첫 등판할 시 추가 선물을 증정한다. 신인상을 수상할 경우에는 신인상 기념 유니폼과 기념구를 받을 수 있다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;출시 이벤트도 진행한다. 추첨으로 선정된 구매자 3명에게는 해당 신인 선수의 친필 사인이 포함된 유니폼을 선물하며, 20명에게는 선수 담요를 제공할 예정이다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2023/03/27/20230327100553.557-db00298b68b2.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">#1. 신인 선수 NFT 카드</span><br></span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 175947,\n                \"artcTitle\": \"kt wiz, 2023 신인 선수 NFT 팩 출시\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1679878800000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1679878800000,\n                \"totalPage\": 23,\n                \"updDttm\": 1679879460000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 31\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86);\\\"></span><span style=\\\"color: rgb(18, 52, 86);\\\"></span><span style=\\\"color: rgb(18, 52, 86);\\\"></span><span style=\\\"color: rgb(18, 52, 86);\\\">▶ 미국 애리조나 투산에서 33일간 체력 및 전술 훈련 성공적으로 마쳐</span></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">▶ MVP 강민성, 우수 투수 박세진•김영현, 우수 타자 오윤석•강현우 선정</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;kt wiz 프로야구단(대표이사 신현옥, ktwiz.co.kr)은 한국 시각 6일(월) 미국 애리조나 투산에서 진행한 2023 스프링캠프를 성공적으로 마쳤다고 밝혔다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;KT는 지난 29일(일) 미국 애리조나 투산으로 출발해 2월 1일(수)부터 33일간 체력•전술 훈련 및 평가전을 소화했다. 캠프를 통해 팀워크를 다지며, 뎁스(depth) 강화에 힘을 쏟았다. 또한, WBC 국가대표, NC 다이노스 등 5차례 평가전으로 실전 감각을 점검했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;유망주 선수들의 성장도 확인했다. 이번 캠프에는 2023 신인 선수 5명(김정운, 김건웅, 손민석, 류현인, 정준영)과 군 전역 후 복귀한 손동현, 박세진, 강현우, 강민성 등 젊은 선수들도 참가했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;팀에 새롭게 합류한 김상수, 보 슐서 등도 순조롭게 팀에 적응했다. 훈련 분위기를 주도했으며, 기존 베테랑 선수들과 함께 성실한 태도로 후배 선수들에게 귀감이 됐다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;스프링캠프 MVP로는 성실한 훈련 태도와 평가전에서 좋은 활약을 보인 내야수 강민성이 선정됐다. 우수 투수는 박세진과 김영현, 우수 타자는 오윤석과 강현우가 수상했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;캠프를 지휘한 김태균 수석 코치는 “부상 선수 없이 캠프를 마쳐서 만족한다”며, “베테랑 선수들이 좋은 훈련 분위기를 만들어줬고, 젊은 선수들도 성장하는 모습을 보여 이번 시즌 기대가 된다. 프런트와 현장 직원들도 모두 고생 많았다”고 말했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;주장 박경수는 “감독님과 주요 선수들이 국가대표로 차출됐지만, 코치님들과 직원들이 밝게 훈련할 수 있는 분위기를 만들어주셔서 감사하다. 선수들 모두 열심히 준비했다. 이제 또 다른 시작이기 때문에 하나로 뭉쳐 부상 없이 시즌을 잘 치를 수 있도록 하겠다”고 말했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;캠프 MVP로 선정된 강민성은 “예상치 못한 MVP를 받게 돼서 기쁘다. 열심히 하는 모습을 좋게 봐주신 것 같다. 캠프 기간에 박경수, 황재균, 김상수 선배님들이 자신감이 생기도록 좋은 이야기를 많이 해주셨고 도와주셨다. 코치님들과 선배님들 덕분에 MVP를 탔다고 생각한다. 감사한 마음에 보답하기 위해 더 열심히 하겠다”고 전했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86);\\\">&nbsp;한편, KT 선수단은 한국 시각 8일(수) 오전 5시 10분 KE012편을 통해 귀국한다.</span></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86);\\\"></span><span style=\\\"color: rgb(18, 52, 86);\\\"></span><span style=\\\"color: rgb(18, 52, 86);\\\"></span><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2023/03/06/20230306110927.24c-aee1c31cdbf7.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#1. 한국시각 6일(월), 투산 키노 콤플렉스에서 마지막 훈련을 마치고 단체 사진 촬영</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2023/03/06/20230306111012.e9a-475e17099455.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#2. 투산 키노 콤플렉스에서 마지막 훈련을 마치고 모자를 던지며 캠프 마감</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2023/03/06/20230306111037.983-990438294680.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">#3. 캠프 MVP를 수상한 내야수 강민성 기념 촬영</span><br></span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 175586,\n                \"artcTitle\": \"kt wiz, 2023 스프링캠프 성공적으로 마쳐\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1678068000000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1678068000000,\n                \"totalPage\": 23,\n                \"updDttm\": 1678068732000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 25\n            },\n            {\n                \"artcContents\": \"<p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"></span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"></span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">▶ 필승조 김재윤•김민수, 연습 경기 첫 등판에서 나란히 1이닝 무실점</span></span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">▶ 외야수 김민혁 3타수 2안타 1득점•정준영 4타수 2안타 1득점 기록</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;kt wiz 프로야구단(대표이사 신현옥, ktwiz.co.kr)은 한국시각 5일(일) 미국 애리조나 투산 키노 베테랑스 메모리얼 스타디움에서 열린 NC 다이노스와의 세 번째 평가전에서 4대9로 패했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;이날 경기에서 필승조 김재윤과 김민수가 올해 첫 실전을 소화했다. 세 번째 투수 김재윤이 1이닝 1피안타 1탈삼진 무실점, 이어 등판한 김민수가 1이닝 2탈삼진 퍼펙트를 기록했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;타선에선 교체 출전한 김민혁이 3타수 2안타 1득점으로 활약했다. 신인 외야수 정준영도 4타수 2안타(2루타 1개) 1득점을 기록했다. 외야수 최성민도 2루타 1개를 때려냈다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;김민수는 경기 후 “연습 경기 첫 등판이자, 오랜만의 실전이었다. 제구에 집중하면서 인플레이 타구를 유도하려고 했다. 생각했던 대로 공이 잘 들어갔다”면서 “지난 시즌 등판이 많아서 이번 캠프에선 회복에 가장 신경 썼다. 캠프 막판인데 만족하지 않고 몸 상태를 더 끌어 올리고 싶다. 늘 부족하다는 마음으로 훈련하겠다”고 말했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;김민혁은 “경기에 계속 출전하면서 중심에 맞는 타구들이 나왔지만, 스스로 부족함을 느꼈다. 느낌에 비해 결과가 안 좋아서 생각이 많아졌다. 오늘 경기에선 생각을 비우고 배트를 돌렸다. 그러다 보니 좋은 결과가 따라왔다. 내 역할은 주전으로 먼저 나가는 것보다는, 빈자리가 있을 때 티 안 나게 메워야 하는 것이다. 하지만 항상 똑같이 주전이라는 생각을 가지고 준비하겠다”고 밝혔다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2023/03/06/20230306091045.0c9-7893ac9e841f.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#1. 타격을 하고 있는 김민혁</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2023/03/06/20230306091057.e4e-87ca03cfc9c0.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#2. 역투하고 있는 김재윤</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2023/03/06/20230306091111.e96-19eee349cb3c.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#3. 역투하고 있는 김민수</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2023/03/06/20230306091123.904-9208bc11eaf1.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86); font-size: 11pt;\\\"></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; text-align: center; color: rgb(18, 52, 86);\\\">#4.&nbsp;</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; text-align: center; color: rgb(18, 52, 86);\\\">kt위즈 vs nc다이노스 세 번째&nbsp;</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; text-align: center; color: rgb(18, 52, 86);\\\">평가전 기록지 1</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><br></span></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><img src=\\\"/files/article/2023/03/06/20230306091145.0b2-49285d2eac95.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; text-align: center; color: rgb(18, 52, 86);\\\">#5.&nbsp;</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; text-align: center;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">kt위즈 vs nc다이노스 세 번째</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; text-align: center; color: rgb(18, 52, 86);\\\">평가전 기록지 2</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"></span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"></span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 175585,\n                \"artcTitle\": \"kt wiz, NC 다이노스와의 세 번째 평가전 진행\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1678061400000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1678061400000,\n                \"totalPage\": 23,\n                \"updDttm\": 1678061593000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 13\n            },\n            {\n                \"artcContents\": \"<p><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">▶ 외국인 투수 보 슐서, 최고 구속 152km에 2이닝 무실점 호투</span></p><p><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">▶ 외국인 타자 앤서니 알포드는 연습 경기 첫 홈런 포함 2안타 기록</span></p><p><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;kt wiz 프로야구단(대표이사 신현옥, ktwiz.co.kr)은 한국시각 4일(토) 미국 애리조나 투산 키노 베테랑스 메모리얼 스타디움에서 열린 NC 다이노스와의 두 번째 평가전에서 2대4로 패했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;외국인 투수 보 슐서가 선발 등판해 2이닝 1피안타 1볼넷 1탈삼진 무실점을 기록했다. 패스트볼 최고 구속은 152km까지 나왔다. 구원 등판한 박선우와 김영현은 나란히 1이닝 무실점을 기록했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;타선에선 외국인 타자 앤서니 알포드가 3타수 2안타(1홈런) 1타점 1득점으로 활약했다. 알포드는 4회말 좌중간 안타를 친 데 이어, 6회말 2사 후 신민혁의 초구 직구(145km)를 받아쳐 좌월 솔로 홈런을 기록했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;슐서는 “오늘은 첫 등판 때보다 마음이 편했다. 현재 KBO 공인구에 많이 적응했다. 한국 타자들은 더 상대해봐야겠지만, 최선을 다해서 던지면 적응할 수 있을 것이다. 시범경기를 통해 KBO 타자들을 더 연구하고, 6이닝 이상 던질 수 있는 몸을 만들겠다”고 밝혔다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;알포드는 “연습 경기지만 홈런이 나와 기분이 좋다. 캠프 막판에 홈런이 나왔다는 건 시즌 준비가 잘 되고 있다는 긍정적인 사인이다. 캠프를 통해 전체적인 능력을 향상시킬 수 있도록 노력했다. 특히, 수비에 신경을 썼더니 성장한 걸 느낀다. 수원으로 돌아가 팬들과 재미있는 야구를 할 수 있기를 기대한다”고 말했다.</span></p><p style=\\\"text-align: left; line-height: 1.8;\\\"><br></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2023/03/06/20230306090412.d25-15658efeab71.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#1. 역투하고 있는 보 슐서</span><br></p><p><br></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2023/03/06/20230306090433.941-ba3ff9c6292e.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#2. 타격을 준비하고 있는 알포드</span><br></p><p><br></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2023/03/06/20230306090450.369-91370f643dc2.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#3. 홈런을 친 후 홈으로 들어오고 있는 알포드</span><br></p><p><br></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2023/03/06/20230306090537.3fb-7a52106751fd.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; text-align: center; color: rgb(18, 52, 86);\\\">#4.&nbsp;</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; text-align: center; color: rgb(18, 52, 86);\\\">kt위즈 vs nc다이노스 두 번째&nbsp;</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; text-align: center; color: rgb(18, 52, 86);\\\">평가전 기록지 1</span></p><p><span style=\\\"font-size: 10pt;\\\"><br></span></p><p style=\\\"text-align: center;\\\"><img src=\\\"/files/article/2023/03/06/20230306090555.5aa-53671fc011e5.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"text-align: center; line-height: 1.8;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; text-align: center; color: rgb(18, 52, 86);\\\">#5.&nbsp;</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; text-align: center; color: rgb(18, 52, 86);\\\">kt위즈 vs nc다이노스 두 번째&nbsp;</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; text-align: center; color: rgb(18, 52, 86);\\\">평가전 기록지 2</span></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 175584,\n                \"artcTitle\": \"kt wiz, NC 다이노스와의 두 번째 평가전 진행\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"002\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1678060800000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1678060800000,\n                \"totalPage\": 23,\n                \"updDttm\": 1678062396000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 24\n            }\n        ],\n        \"searchCount\": 113\n    }\n}"}],"_postman_id":"84556196-b50e-464b-bc09-eae80b4f6f2f"},{"name":"\bWiz스토리 리스트","id":"67804131-f5a6-4a8a-ad34-420882c854fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/article/wizstorylistpage?searchWord=NC&itemCount=5&pageNum=2","urlObject":{"protocol":"http","path":["api","article","wizstorylistpage"],"host":["54","180","228","165"],"query":[{"key":"searchWord","value":"NC"},{"key":"itemCount","value":"5"},{"key":"pageNum","value":"2"}],"variable":[]}},"response":[{"id":"7126327b-380a-47c6-9d31-20f8c2dc9358","name":"New Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.228.165/api/article/wizstorylistpage?searchWord=NC&itemCount=5&pageNum=2","protocol":"http","host":["54","180","228","165"],"path":["api","article","wizstorylistpage"],"query":[{"key":"searchWord","value":"NC"},{"key":"itemCount","value":"5"},{"key":"pageNum","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Mon, 30 Dec 2024 10:21:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3561"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"artcContents\": \"이강철 감독 통산 300승 달성 2022년 9월 25일 kt wiz vs NC다이노스 / 창원NC파크 9 : 1 승리 이강철 감독이 KBO 통산 300승을 달성 ...\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 174015,\n                \"artcTitle\": \"이강철 감독 KBO 통산 300승 달성! [위즈티비]\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"009\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://i.ytimg.com/vi/EBSZcpOy7hg/hqdefault.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1664096401000,\n                \"regr\": \"system\",\n                \"totalPage\": 4,\n                \"updDttm\": 1664096401000,\n                \"updr\": \"system\",\n                \"useYn\": \"Y\",\n                \"videoLink\": \"https://www.youtube.com/embed/EBSZcpOy7hg\",\n                \"viewCnt\": 2\n            },\n            {\n                \"artcContents\": \"[스토브위즈] kt wiz vs NC 다이노스 연습경기 하이라이트 (02.25)\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 150485,\n                \"artcTitle\": \"[스토브위즈] kt wiz vs NC 다이노스 연습경기 하이라이트 (02.25)\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"009\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/940/2020/02/27/video/preview/150485015640.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1582779400000,\n                \"regr\": \"linusmin\",\n                \"totalPage\": 4,\n                \"updDttm\": 1582779400000,\n                \"updr\": \"linusmin\",\n                \"useYn\": \"Y\",\n                \"videoLink\": \"https://www.youtube.com/embed/Bnl-9NbGDSE\",\n                \"viewCnt\": 2\n            },\n            {\n                \"artcContents\": \"[스토브위즈] kt wiz VS NC다이노스 연습경기 하이라이트 (02.24)\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 150480,\n                \"artcTitle\": \"[스토브위즈] kt wiz VS NC다이노스 연습경기 하이라이트 (02.24)\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"009\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/940/2020/02/25/video/preview/150480093307.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1582590787000,\n                \"regr\": \"linusmin\",\n                \"totalPage\": 4,\n                \"updDttm\": 1582676648000,\n                \"updr\": \"linusmin\",\n                \"useYn\": \"Y\",\n                \"videoLink\": \"https://www.youtube.com/embed/7AfQIJcF1jQ\",\n                \"viewCnt\": 7\n            },\n            {\n                \"artcContents\": \"[스토브위즈] kt wiz VS NC다이노스 연습경기 하이라이트 (02.21)\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 150478,\n                \"artcTitle\": \"[스토브위즈] kt wiz VS NC다이노스 연습경기 하이라이트 (02.21)\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"009\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/940/2020/02/24/video/preview/150478021524.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1582521323000,\n                \"regr\": \"linusmin\",\n                \"totalPage\": 4,\n                \"updDttm\": 1582521323000,\n                \"updr\": \"linusmin\",\n                \"useYn\": \"Y\",\n                \"videoLink\": \"https://www.youtube.com/embed/VMIt8wxcYuU\",\n                \"viewCnt\": 4\n            },\n            {\n                \"artcContents\": \"[wizcam] 역전의 시작! 장성우의 시즌 5호 홈런! 20180617 vs NC\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 149393,\n                \"artcTitle\": \"[wizcam] 역전의 시작! 장성우의 시즌 5호 홈런! 20180617 vs NC\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"009\",\n                \"delYn\": \"N\",\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/940/2018/06/20/video/preview/1432015937jpg\",\n                \"maxArticlePerPage\": 0,\n                \"refSeq\": 1432,\n                \"regDttm\": 1529470763000,\n                \"regr\": \"PE201412241005270093\",\n                \"totalPage\": 4,\n                \"updDttm\": 1529470763000,\n                \"updr\": \"PE201412241005270093\",\n                \"useYn\": \"Y\",\n                \"videoLink\": \"https://player.vimeo.com/video/275966211\",\n                \"viewCnt\": 0\n            }\n        ],\n        \"searchCount\": 18\n    }\n}"}],"_postman_id":"67804131-f5a6-4a8a-ad34-420882c854fd"},{"name":"Wiz스토리 상세보기","id":"f037bebc-322c-4d4c-bf8b-4b2a9b97e787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/article/wizstorydetail?artcSeq=191117","urlObject":{"protocol":"http","path":["api","article","wizstorydetail"],"host":["54","180","228","165"],"query":[{"key":"artcSeq","value":"191117"}],"variable":[]}},"response":[{"id":"78b86c08-51ca-49b5-8d2b-2c5ada755fe9","name":"New Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.228.165/api/article/wizstorydetail?artcSeq=191117","protocol":"http","host":["54","180","228","165"],"path":["api","article","wizstorydetail"],"query":[{"key":"artcSeq","value":"191117"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Mon, 30 Dec 2024 10:25:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"910"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"article\": {\n            \"artcContents\": \"휴식일이지만 일본 유소년 야구선수들에게 재능기부에 나선 선수들 애런 저지? 오타니 쇼헤이? 메이저리그 스타가 총출동한 이유는?\",\n            \"artcNextSeq\": 191115,\n            \"artcPrevSeq\": 0,\n            \"artcSeq\": 191117,\n            \"artcTitle\": \"말이 안 통해 답답하지만 kt wiz 일본 유소년을 사로잡다! [2024 마무리캠프]\",\n            \"boardCatSeq\": 0,\n            \"boardCode\": \"009\",\n            \"delYn\": \"N\",\n            \"imgFilePath\": \"https://i.ytimg.com/vi/-SN_mPv90kU/hqdefault.jpg\",\n            \"maxArticlePerPage\": 0,\n            \"regDttm\": 1735300801000,\n            \"regr\": \"system\",\n            \"updDttm\": 1735300801000,\n            \"updr\": \"system\",\n            \"useYn\": \"Y\",\n            \"videoLink\": \"https://www.youtube.com/embed/-SN_mPv90kU\",\n            \"viewCnt\": 6\n        }\n    }\n}"}],"_postman_id":"f037bebc-322c-4d4c-bf8b-4b2a9b97e787"},{"name":"시구자리스트","id":"e93b8889-8cb1-41c9-b62e-93fa5dc1e257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/article/wizfirstpitchlistpage?searchWord=NC&itemCount=5&pageNum=2","urlObject":{"protocol":"http","path":["api","article","wizfirstpitchlistpage"],"host":["54","180","228","165"],"query":[{"key":"searchWord","value":"NC"},{"key":"itemCount","value":"5"},{"key":"pageNum","value":"2"}],"variable":[]}},"response":[{"id":"a0246187-d570-4712-a322-884093807a58","name":"New Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.228.165/api/article/wizfirstpitchlistpage?searchWord=NC&itemCount=5&pageNum=2","protocol":"http","host":["54","180","228","165"],"path":["api","article","wizfirstpitchlistpage"],"query":[{"key":"searchWord","value":"NC"},{"key":"itemCount","value":"5"},{"key":"pageNum","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Mon, 30 Dec 2024 10:29:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"79869"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"artcContents\": \"<p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">5월 9</span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">일 KT 위즈</span></span></span></span></span><span style=\\\"color: rgb(0, 0, 0); font-family: inherit; font-size: 11pt; font-style: inherit; font-variant: inherit; margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; line-height: inherit; vertical-align: baseline;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">파크에서 열린 NC 다이노스와</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">의</span></span></span></span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; font-style: inherit; font-variant: inherit; margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; line-height: inherit; vertical-align: baseline; color: rgb(18, 52, 86);\\\">&nbsp;홈 경기</span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><font face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">\\\"보이그룹 이펙스 멤버\\\" 위시, 백승</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">&nbsp;</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">님</span></font><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">이</span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">승리를 기원하는 시구/시타</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">행사를 가졌습니다.</span></span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/10/20240510103549.77d-4e0baf6b4022.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /><span style=\\\"font-size: 10pt;\\\"></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">#1</span></span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">. 시구 전 소감을 말하는 위시, 백승</span></span></span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/10/20240510103614.e4b-50535f124ac4.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">#2</span></span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">승리기원 시타를 하는 백승</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/10/20240510103646.b8d-87a7d3baac05.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#3. 승리기원 시구를 하는 위시</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">!</span></span><br></span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/10/20240510103705.0b8-5565ad04c48b.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#4.&nbsp;</span></span></span></span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">승리기원&nbsp;</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">시구를 하는 위시</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"></span><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/10/20240510103717.ca2-0efb3962540a.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#5.&nbsp;</span></span></span></span><span style=\\\"color: rgb(18, 52, 86); margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline;\\\">승리기원 시타를 하는 백승</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"></span><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/10/20240510103734.f46-8b8e520320b9.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#6. 시구/시타를 마치고 내려오는 위시, 백승</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">!</span></span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 186683,\n                \"artcTitle\": \"5월 9일 시구/시타자 - \\\"보이그룹 이펙스 멤버\\\" 위시, 백승\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"003\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/05/10/20240510103910.1be-4451d3ec15f5.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1715304600000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1715304600000,\n                \"totalPage\": 10,\n                \"updDttm\": 1715305150000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 278\n            },\n            {\n                \"artcContents\": \"<p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">5월 8</span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">일 KT 위즈</span></span></span></span></span><span style=\\\"color: rgb(0, 0, 0); font-family: inherit; font-size: 11pt; font-style: inherit; font-variant: inherit; margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; line-height: inherit; vertical-align: baseline;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">파크에서 열린 NC 다이노스와</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">의</span></span></span></span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; font-style: inherit; font-variant: inherit; margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; line-height: inherit; vertical-align: baseline; color: rgb(18, 52, 86);\\\">&nbsp;홈 경기</span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><font face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">\\\"노을이의 작업실\\\" 차노을, \\\"아버지\\\" 차성진</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">&nbsp;</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">님</span></font><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">이</span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">승리를 기원하는 시구/시타</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">행사를 가졌습니다.</span></span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/09/20240509134022.85b-11de66cbc067.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">#1</span></span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">. 시구 전 소감을 말하는 차노을</span></span></span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/09/20240509134046.8c7-1fa2b3de0c1c.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">#2</span></span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">. 시구 전 소감을 말하는 차노을</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/09/20240509134115.f71-ec04538707e7.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#3. 승리기원 시타를 하는 차성진</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">!</span></span><br></span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"></span><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/09/20240509134129.8ba-4df4be288461.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#4.&nbsp;</span></span></span></span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">승리기원&nbsp;</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">시구를 하는 차노을</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><br></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/09/20240509134146.b94-ee2825f852bf.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#5.&nbsp;</span></span></span></span><span style=\\\"color: rgb(18, 52, 86); margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline;\\\">승리기원 시구를 하는 차노을</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"></span><br></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/09/20240509134203.06d-12c337dc3204.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">#6. 승리기원 시타를 하는 차성진!</span><br></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"></span><br></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/09/20240509134224.dac-4d9c345630b7.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">#7. 시구/시타를 마치고 내려오는 차노을, 차성진!</span><br></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 186671,\n                \"artcTitle\": \"5월 8일 시구/시타자 - \\\"노을이의 작업실\\\" 차노을, \\\"아버지\\\" 차성진\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"003\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/05/09/20240509134612.3d8-686c859b9c89.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1715229600000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1715229600000,\n                \"totalPage\": 10,\n                \"updDttm\": 1715229972000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 235\n            },\n            {\n                \"artcContents\": \"<p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"></span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"></span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">11월 5</span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">일 KT 위즈파크에서 열린 NC 다이노스와</span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">의 홈 경기</span></span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><font face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">'배우' 정혜인, '대종상영화제 조직위원장' 김용기</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">&nbsp;</span></font><font color=\\\"#000000\\\" face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 14.6667px;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">님</span></span></font><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">이</span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">승리를 기원하는 시구/시타&nbsp;</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">행사를 가졌습니다.</span></span></span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/07/20231107104141.d0e-a273b67d223c.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">#1</span></span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">. 시구/시타</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;전 소감을 말하는 정혜인, 김용기</span></span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/07/20231107104212.ae3-51c6b66ee8fa.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">#2</span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">승리기원 시타</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">를 하는 김용기</span></span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/07/20231107104228.b5a-08936613de95.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#3</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">. 승리기원 시구</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">를 하는 정혜인</span></span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/07/20231107104310.380-7c331095cf42.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">#4</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">승리기원 시구를 하는 정혜인</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/07/20231107104332.92c-7acfb54bf1cb.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#5. 승리기원 시구를 하는 정혜인!</span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/07/20231107104347.97a-0ee444cb2752.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#6. 시구/시타를 마치고 내려오는 정혜인, 김용기!</span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 183778,\n                \"artcTitle\": \"11월 5일 시구/시타자 - '배우' 정혜인, '대종상영화제 조직위원장' 김용기\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"003\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2023/11/07/20231107104807.ebd-34022d5cda44.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1699321500000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1699321500000,\n                \"totalPage\": 10,\n                \"updDttm\": 1699321687000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 221\n            },\n            {\n                \"artcContents\": \"<p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">10월 31</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">일 KT 위즈파크에서 열린 NC 다이노스와</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">의 홈 경기</span></span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><font face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">'가수</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">' 유주</span></span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;</span></span></font><font color=\\\"#000000\\\" face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 14.6667px;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">님</span></span></font><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">이</span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">승리를 기원하는 시구&nbsp;</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">행사를 가졌습니다.</span></span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/02/20231102104436.c01-c4b71d21c644.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#1</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">시구 전 소감을 말하는 유주</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">!</span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/02/20231102104451.371-610839a72137.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">#2</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">승리기원 시구를 하는 유주</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/02/20231102104505.400-7fb6a87c4f1a.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#3</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">. 승리기원 시구를 하는 유주</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/02/20231102104524.3fb-c59eb528c112.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">#4</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">시구를 마치고 내려오는 유주</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 183509,\n                \"artcTitle\": \"10월 31일 시구자 - '가수' 유주\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"003\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2023/11/02/20231102104635.c82-4a394b46b250.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1698888000000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1698888000000,\n                \"totalPage\": 10,\n                \"updDttm\": 1698889595000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 271\n            },\n            {\n                \"artcContents\": \"<p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">10월 30</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">일 KT 위즈파크에서 열린 NC 다이노스와</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">의 홈 경기</span></span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><font face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">'배우' 전종서</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;</span></span></font><font color=\\\"#000000\\\" face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 14.6667px;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">님</span></span></font><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">이</span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">승리를 기원하는 시구&nbsp;</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">행사를 가졌습니다.</span></span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/10/31/20231031131635.011-61e825ce9bc4.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#1</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">시구 전 소감을 말하는 전종서</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">!</span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/10/31/20231031131659.414-8f8e54168e41.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">#2</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">승리기원 시구를 하는 전종서</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/10/31/20231031131712.79f-ebfccb0eae98.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#3</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">. 승리기원 시구를 하는 전종서</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/10/31/20231031131724.3ca-27ae774e421f.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">#4</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">시구를 마치고 내려오는 전종서</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/10/31/20231031131737.c72-ddbc000bbc7f.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#5.시구를 마치고 내려오는 전종서!</span><br></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 183445,\n                \"artcTitle\": \"10월 30일 시구자 - '배우' 전종서\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"003\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2023/10/31/20231031131903.a57-b50163ee1cf4.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1698725700000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1698725700000,\n                \"totalPage\": 10,\n                \"updDttm\": 1698725967000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 425\n            }\n        ],\n        \"searchCount\": 48\n    }\n}"}],"_postman_id":"e93b8889-8cb1-41c9-b62e-93fa5dc1e257"},{"name":"시구자 상세보기","id":"a568a1df-c71a-470a-8f70-7adefdd6557a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/article/wizfirstpitchdetail?artcSeq=186683","urlObject":{"protocol":"http","path":["api","article","wizfirstpitchdetail"],"host":["54","180","228","165"],"query":[{"key":"artcSeq","value":"186683"}],"variable":[]}},"response":[],"_postman_id":"a568a1df-c71a-470a-8f70-7adefdd6557a"},{"name":"Wiz포토 > 경기리스트 키워드 검색","id":"f8630c67-2225-4b31-ae3e-b6ef8c4da478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/article/wizphotolist1page?searchWord=LG&itemCount=5&pageNum=1","urlObject":{"protocol":"http","path":["api","article","wizphotolist1page"],"host":["54","180","228","165"],"query":[{"key":"searchWord","value":"LG"},{"key":"itemCount","value":"5"},{"key":"pageNum","value":"1"}],"variable":[]}},"response":[],"_postman_id":"f8630c67-2225-4b31-ae3e-b6ef8c4da478"},{"name":"Wiz포토 > 훈련리스트 키워드 검색","id":"719a5f6e-c4e0-4e92-8a7e-9166096c59d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/article/wizphotolist2page?searchWord=NC&itemCount=5&pageNum=1","urlObject":{"protocol":"http","path":["api","article","wizphotolist2page"],"host":["54","180","228","165"],"query":[{"key":"searchWord","value":"NC"},{"key":"itemCount","value":"5"},{"key":"pageNum","value":"1"}],"variable":[]}},"response":[],"_postman_id":"719a5f6e-c4e0-4e92-8a7e-9166096c59d3"},{"name":"Wiz포토 > 행사리스트 키워드 검색","id":"1a1da826-af8f-4467-95db-5e748af4047a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/article/wizphotolist3page?searchWord=NC&itemCount=5&pageNum=1","urlObject":{"protocol":"http","path":["api","article","wizphotolist3page"],"host":["54","180","228","165"],"query":[{"key":"searchWord","value":"NC"},{"key":"itemCount","value":"5"},{"key":"pageNum","value":"1"}],"variable":[]}},"response":[],"_postman_id":"1a1da826-af8f-4467-95db-5e748af4047a"},{"name":"Wiz포토 > 경기리스트 날짜 검색","id":"249fff6b-9856-4903-89c3-3cf924435aee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/article/wizphotolist1page?itemCount=5&startDate=2024-09-01&endDate=2024-09-30&pageNum=1","urlObject":{"protocol":"http","path":["api","article","wizphotolist1page"],"host":["54","180","228","165"],"query":[{"disabled":true,"key":"searchWord","value":"LG"},{"key":"itemCount","value":"5"},{"key":"startDate","value":"2024-09-01"},{"key":"endDate","value":"2024-09-30"},{"key":"pageNum","value":"1"}],"variable":[]}},"response":[],"_postman_id":"249fff6b-9856-4903-89c3-3cf924435aee"},{"name":"Wiz포토 > 훈련리스트 날짜 검색","id":"009ca7fd-fd39-410b-9a6c-21b83485626c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/article/wizphotolist1page?itemCount=5&startDate=2024-09-01&endDate=2024-09-30&pageNum=1","urlObject":{"protocol":"http","path":["api","article","wizphotolist1page"],"host":["54","180","228","165"],"query":[{"disabled":true,"key":"searchWord","value":"LG"},{"key":"itemCount","value":"5"},{"key":"startDate","value":"2024-09-01"},{"key":"endDate","value":"2024-09-30"},{"key":"pageNum","value":"1"}],"variable":[]}},"response":[],"_postman_id":"009ca7fd-fd39-410b-9a6c-21b83485626c"},{"name":"Wiz포토 > 행사리스트 날짜 검색","id":"3f3ba955-58d6-4530-83bf-eaf4975c2f1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/article/wizphotolist3page?itemCount=5&startDate=2024-03-01&endDate=2024-03-30&pageNum=1","urlObject":{"protocol":"http","path":["api","article","wizphotolist3page"],"host":["54","180","228","165"],"query":[{"disabled":true,"key":"searchWord","value":"LG"},{"key":"itemCount","value":"5"},{"key":"startDate","value":"2024-03-01"},{"key":"endDate","value":"2024-03-30"},{"key":"pageNum","value":"1"}],"variable":[]}},"response":[],"_postman_id":"3f3ba955-58d6-4530-83bf-eaf4975c2f1c"},{"name":"하이라이트 리스트","id":"62b0f6ee-98aa-474e-9fc2-5b92ebf1f0ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/article/wizhighlightlistpage?searchWord=LG&itemCount=5&pageNum=2","urlObject":{"protocol":"http","path":["api","article","wizhighlightlistpage"],"host":["54","180","228","165"],"query":[{"key":"searchWord","value":"LG"},{"key":"itemCount","value":"5"},{"key":"pageNum","value":"2"}],"variable":[]}},"response":[{"id":"8a49bbb8-092f-47ae-a988-189bb41eeecc","name":"New Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://54.180.228.165/api/article/wizfirstpitchlistpage?searchWord=NC&itemCount=5&pageNum=2","protocol":"http","host":["54","180","228","165"],"path":["api","article","wizfirstpitchlistpage"],"query":[{"key":"searchWord","value":"NC"},{"key":"itemCount","value":"5"},{"key":"pageNum","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Mon, 30 Dec 2024 10:29:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"79869"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"list\": [\n            {\n                \"artcContents\": \"<p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">5월 9</span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">일 KT 위즈</span></span></span></span></span><span style=\\\"color: rgb(0, 0, 0); font-family: inherit; font-size: 11pt; font-style: inherit; font-variant: inherit; margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; line-height: inherit; vertical-align: baseline;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">파크에서 열린 NC 다이노스와</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">의</span></span></span></span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; font-style: inherit; font-variant: inherit; margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; line-height: inherit; vertical-align: baseline; color: rgb(18, 52, 86);\\\">&nbsp;홈 경기</span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><font face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">\\\"보이그룹 이펙스 멤버\\\" 위시, 백승</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">&nbsp;</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">님</span></font><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">이</span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">승리를 기원하는 시구/시타</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">행사를 가졌습니다.</span></span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/10/20240510103549.77d-4e0baf6b4022.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /><span style=\\\"font-size: 10pt;\\\"></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">#1</span></span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">. 시구 전 소감을 말하는 위시, 백승</span></span></span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/10/20240510103614.e4b-50535f124ac4.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">#2</span></span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">승리기원 시타를 하는 백승</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/10/20240510103646.b8d-87a7d3baac05.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#3. 승리기원 시구를 하는 위시</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">!</span></span><br></span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/10/20240510103705.0b8-5565ad04c48b.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#4.&nbsp;</span></span></span></span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">승리기원&nbsp;</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">시구를 하는 위시</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"></span><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/10/20240510103717.ca2-0efb3962540a.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#5.&nbsp;</span></span></span></span><span style=\\\"color: rgb(18, 52, 86); margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline;\\\">승리기원 시타를 하는 백승</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"></span><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/10/20240510103734.f46-8b8e520320b9.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#6. 시구/시타를 마치고 내려오는 위시, 백승</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">!</span></span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 186683,\n                \"artcTitle\": \"5월 9일 시구/시타자 - \\\"보이그룹 이펙스 멤버\\\" 위시, 백승\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"003\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/05/10/20240510103910.1be-4451d3ec15f5.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1715304600000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1715304600000,\n                \"totalPage\": 10,\n                \"updDttm\": 1715305150000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 278\n            },\n            {\n                \"artcContents\": \"<p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">5월 8</span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">일 KT 위즈</span></span></span></span></span><span style=\\\"color: rgb(0, 0, 0); font-family: inherit; font-size: 11pt; font-style: inherit; font-variant: inherit; margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; line-height: inherit; vertical-align: baseline;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-size: 11pt;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">파크에서 열린 NC 다이노스와</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">의</span></span></span></span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; font-style: inherit; font-variant: inherit; margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; line-height: inherit; vertical-align: baseline; color: rgb(18, 52, 86);\\\">&nbsp;홈 경기</span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><font face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">\\\"노을이의 작업실\\\" 차노을, \\\"아버지\\\" 차성진</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">&nbsp;</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">님</span></font><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">이</span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">승리를 기원하는 시구/시타</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">행사를 가졌습니다.</span></span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/09/20240509134022.85b-11de66cbc067.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">#1</span></span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">. 시구 전 소감을 말하는 차노을</span></span></span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/09/20240509134046.8c7-1fa2b3de0c1c.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">#2</span></span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">. 시구 전 소감을 말하는 차노을</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/09/20240509134115.f71-ec04538707e7.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#3. 승리기원 시타를 하는 차성진</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">!</span></span><br></span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"></span><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/09/20240509134129.8ba-4df4be288461.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#4.&nbsp;</span></span></span></span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">승리기원&nbsp;</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">시구를 하는 차노을</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><br></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/09/20240509134146.b94-ee2825f852bf.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#5.&nbsp;</span></span></span></span><span style=\\\"color: rgb(18, 52, 86); margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline;\\\">승리기원 시구를 하는 차노을</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"></span><br></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/09/20240509134203.06d-12c337dc3204.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">#6. 승리기원 시타를 하는 차성진!</span><br></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"></span><br></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2024/05/09/20240509134224.dac-4d9c345630b7.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">#7. 시구/시타를 마치고 내려오는 차노을, 차성진!</span><br></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 186671,\n                \"artcTitle\": \"5월 8일 시구/시타자 - \\\"노을이의 작업실\\\" 차노을, \\\"아버지\\\" 차성진\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"003\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2024/05/09/20240509134612.3d8-686c859b9c89.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1715229600000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1715229600000,\n                \"totalPage\": 10,\n                \"updDttm\": 1715229972000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 235\n            },\n            {\n                \"artcContents\": \"<p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"></span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"></span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">11월 5</span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">일 KT 위즈파크에서 열린 NC 다이노스와</span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">의 홈 경기</span></span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><font face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">'배우' 정혜인, '대종상영화제 조직위원장' 김용기</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">&nbsp;</span></font><font color=\\\"#000000\\\" face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 14.6667px;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">님</span></span></font><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">이</span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">승리를 기원하는 시구/시타&nbsp;</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">행사를 가졌습니다.</span></span></span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/07/20231107104141.d0e-a273b67d223c.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">#1</span></span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">. 시구/시타</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;전 소감을 말하는 정혜인, 김용기</span></span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/07/20231107104212.ae3-51c6b66ee8fa.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">#2</span></span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">승리기원 시타</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">를 하는 김용기</span></span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/07/20231107104228.b5a-08936613de95.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#3</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">. 승리기원 시구</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">를 하는 정혜인</span></span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\">!</span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/07/20231107104310.380-7c331095cf42.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">#4</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">승리기원 시구를 하는 정혜인</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/07/20231107104332.92c-7acfb54bf1cb.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#5. 승리기원 시구를 하는 정혜인!</span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/07/20231107104347.97a-0ee444cb2752.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#6. 시구/시타를 마치고 내려오는 정혜인, 김용기!</span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 183778,\n                \"artcTitle\": \"11월 5일 시구/시타자 - '배우' 정혜인, '대종상영화제 조직위원장' 김용기\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"003\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2023/11/07/20231107104807.ebd-34022d5cda44.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1699321500000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1699321500000,\n                \"totalPage\": 10,\n                \"updDttm\": 1699321687000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 221\n            },\n            {\n                \"artcContents\": \"<p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">10월 31</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">일 KT 위즈파크에서 열린 NC 다이노스와</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">의 홈 경기</span></span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><font face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">'가수</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">' 유주</span></span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;</span></span></font><font color=\\\"#000000\\\" face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 14.6667px;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">님</span></span></font><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">이</span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">승리를 기원하는 시구&nbsp;</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">행사를 가졌습니다.</span></span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/02/20231102104436.c01-c4b71d21c644.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#1</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">시구 전 소감을 말하는 유주</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">!</span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/02/20231102104451.371-610839a72137.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">#2</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">승리기원 시구를 하는 유주</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/02/20231102104505.400-7fb6a87c4f1a.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#3</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">. 승리기원 시구를 하는 유주</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/11/02/20231102104524.3fb-c59eb528c112.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\" /></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">#4</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">시구를 마치고 내려오는 유주</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 183509,\n                \"artcTitle\": \"10월 31일 시구자 - '가수' 유주\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"003\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2023/11/02/20231102104635.c82-4a394b46b250.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1698888000000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1698888000000,\n                \"totalPage\": 10,\n                \"updDttm\": 1698889595000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 271\n            },\n            {\n                \"artcContents\": \"<p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">10월 30</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">일 KT 위즈파크에서 열린 NC 다이노스와</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; vertical-align: baseline; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">의 홈 경기</span></span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><font face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">'배우' 전종서</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">&nbsp;</span></span></font><font color=\\\"#000000\\\" face=\\\"Gulim, 굴림, AppleGothic, sans-serif\\\"><span style=\\\"font-size: 14.6667px;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">님</span></span></font><span style=\\\"font-size: 11pt; color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif;\\\">이</span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">승리를 기원하는 시구&nbsp;</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">행사를 가졌습니다.</span></span></p><p style=\\\"border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/10/31/20231031131635.011-61e825ce9bc4.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#1</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">시구 전 소감을 말하는 전종서</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">!</span></span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/10/31/20231031131659.414-8f8e54168e41.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">#2</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">승리기원 시구를 하는 전종서</span><span style=\\\"font-size: 11pt; font-family: Gulim, 굴림, AppleGothic, sans-serif; color: rgb(18, 52, 86);\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/10/31/20231031131712.79f-ebfccb0eae98.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#3</span></span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">. 승리기원 시구를 하는 전종서</span><span style=\\\"color: rgb(0, 0, 0); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 14.6667px;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/10/31/20231031131724.3ca-27ae774e421f.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">#4</span><span style=\\\"margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 11pt; line-height: inherit; font-family: Gulim, 굴림, AppleGothic, sans-serif; vertical-align: baseline; color: rgb(18, 52, 86);\\\">.&nbsp;</span><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">시구를 마치고 내려오는 전종서</span><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">!</span></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><br></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><img src=\\\"/files/article/2023/10/31/20231031131737.c72-ddbc000bbc7f.jpg\\\" class=\\\"txc-image\\\" style=\\\"clear:none;float:none;\\\"></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"><span style=\\\"color: rgb(18, 52, 86); font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt;\\\"><span style=\\\"font-family: Gulim, 굴림, AppleGothic, sans-serif; font-size: 11pt; color: rgb(18, 52, 86);\\\">#5.시구를 마치고 내려오는 전종서!</span><br></span></p><p style=\\\"font-family: NanumBarunGothic; font-size: 16px; color: rgb(102, 102, 102); border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: 1.8; vertical-align: baseline; text-align: center;\\\"></p>\",\n                \"artcNextSeq\": 0,\n                \"artcPrevSeq\": 0,\n                \"artcSeq\": 183445,\n                \"artcTitle\": \"10월 30일 시구자 - '배우' 전종서\",\n                \"boardCatSeq\": 0,\n                \"boardCode\": \"003\",\n                \"delYn\": \"N\",\n                \"endDttm\": 253402225200000,\n                \"imgFilePath\": \"https://wizzap.ktwiz.co.kr/files/article/2023/10/31/20231031131903.a57-b50163ee1cf4.jpg\",\n                \"maxArticlePerPage\": 0,\n                \"regDttm\": 1698725700000,\n                \"regr\": \"helixtech1\",\n                \"startDttm\": 1698725700000,\n                \"totalPage\": 10,\n                \"updDttm\": 1698725967000,\n                \"updr\": \"helixtech1\",\n                \"useYn\": \"Y\",\n                \"viewCnt\": 425\n            }\n        ],\n        \"searchCount\": 48\n    }\n}"}],"_postman_id":"62b0f6ee-98aa-474e-9fc2-5b92ebf1f0ce"},{"name":"하이라이트 상세보기","id":"7c6395b1-7f32-4a5a-a843-38c0bfc9567e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://54.180.228.165/api/article/wizhighlightdetail?artcSeq=190869","urlObject":{"protocol":"http","path":["api","article","wizhighlightdetail"],"host":["54","180","228","165"],"query":[{"key":"artcSeq","value":"190869"}],"variable":[]}},"response":[],"_postman_id":"7c6395b1-7f32-4a5a-a843-38c0bfc9567e"}],"id":"f7e9a44d-788b-414f-8bf1-eca5af7e29ef","_postman_id":"f7e9a44d-788b-414f-8bf1-eca5af7e29ef","description":""}]}