commit 268f5b9159269dc26c12407d56864cee2ccc944c Author: wlt233 <1486185683@qq.com> Date: Wed Nov 13 14:53:49 2024 +0800 v0.1 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c1805bb --- /dev/null +++ b/.gitignore @@ -0,0 +1,112 @@ + + +captcha.jpg + + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.hypothesis/ +.pytest_cache/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# celery beat schedule file +celerybeat-schedule + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ + +# add +.idea/ \ No newline at end of file diff --git a/conf.ini b/conf.ini new file mode 100644 index 0000000..a37eefc --- /dev/null +++ b/conf.ini @@ -0,0 +1,11 @@ +[conf] +proxy = socks5://localhost:7890 +headless = 1 +interval = 1000 +username = vj.zhzh.dbb.d.udhj.db@gmail.com +password = Nijigasaki27 +cookie = + +[seat] +seats = d1 1층 FLOOR 4구역 8열 2번,d2 1층 4구역 7열 4번 + diff --git a/cookie.py b/cookie.py new file mode 100644 index 0000000..6e81d46 --- /dev/null +++ b/cookie.py @@ -0,0 +1,69 @@ + +import time +import traceback + +from loguru import logger +from selenium import webdriver +from selenium.webdriver.chrome.options import Options +from selenium.webdriver.common.by import By + +from ocr import DdddOcr + +# code by wlt233 | for LoveLive! Series AsiaTour 2024 +# 2024.11.10 | v0.1 +# ref: https://www.ticketlink.co.kr/global/zh/product/51390 + +def get_cookie(username, password, headless): + try: + ocr = DdddOcr(origin_onnx_path="./data/common_old.onnx", show_ad=False) + ocr.set_ranges(2) + + options = Options() + options.headless = headless + driver = webdriver.Chrome(chrome_options=options, + executable_path="./data/chromedriver.exe") + driver.get("https://www.ticketlink.co.kr/global/zh/product/51390") + driver.find_element(by=By.ID,value="loginBtn").click() + time.sleep(3) + + driver.switch_to.window(driver.window_handles[-1]) + driver.find_element(by=By.ID,value="id").send_keys(username) + driver.find_element(by=By.ID,value="pw").send_keys(password) + driver.find_element(by=By.ID,value="loginBtn").click() + time.sleep(3) + + driver.switch_to.window(driver.window_handles[-1]) + driver.get("https://www.ticketlink.co.kr/global/zh/reserve/plan/schedule/1740993756") + + driver.find_element(by=By.ID,value="captcha_img").screenshot("./data/captcha.jpg") + with open("./data/captcha.jpg", "rb") as f: + img = f.read() + result = str(ocr.classification(img)).upper() + logger.info(f"验证码:{result}") + driver.find_element(by=By.ID,value="ipt_captcha").send_keys(result) + driver.find_element(by=By.CLASS_NAME,value="btn_submit").click() + time.sleep(1) + error_cls = driver.execute_script("return document.getElementsByClassName('txt_error')[0].getAttribute('class');") + while not "ng-hide" in error_cls: + driver.execute_script("document.getElementsByClassName('btn_refresh')[2].click();") + time.sleep(1) + driver.find_element(by=By.ID,value="captcha_img").screenshot("./data/captcha.jpg") + with open("./data/captcha.jpg", "rb") as f: + img = f.read() + result = str(ocr.classification(img)).upper() + logger.info(f"验证码:{result}") + driver.find_element(by=By.ID,value="ipt_captcha").send_keys(result) + driver.find_element(by=By.CLASS_NAME,value="btn_submit").click() + time.sleep(1) + error_cls = driver.execute_script("return document.getElementsByClassName('txt_error')[0].getAttribute('class');") + + cookies = driver.execute_script("return document.cookie;") + return cookies + except Exception as e: + logger.error(f"{e} {e.args}\n{traceback.format_exc()}") + return "" + + + +if __name__ == "__main__": + get_cookie("vj.zhzh.dbb.d.udhj.db@gmail.com", "Nijigasaki27", False) \ No newline at end of file diff --git a/data/able_d1.json b/data/able_d1.json new file mode 100644 index 0000000..4465908 --- /dev/null +++ b/data/able_d1.json @@ -0,0 +1 @@ +{"3:2": [{"logicalSeatId": 1537114782, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 734.0}, "se": {"x": 896.0, "y": 744.0}, "sw": {"x": 906.0, "y": 734.0}, "nw": {"x": 906.0, "y": 744.0}}, "position": {"x": 901.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 1\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "1\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00001\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114783, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 734.0}, "se": {"x": 910.0, "y": 744.0}, "sw": {"x": 920.0, "y": 734.0}, "nw": {"x": 920.0, "y": 744.0}}, "position": {"x": 915.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 1\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "1\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00001\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114784, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 734.0}, "se": {"x": 924.0, "y": 744.0}, "sw": {"x": 934.0, "y": 734.0}, "nw": {"x": 934.0, "y": 744.0}}, "position": {"x": 929.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 1\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "1\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00001\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114785, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 734.0}, "se": {"x": 938.0, "y": 744.0}, "sw": {"x": 948.0, "y": 734.0}, "nw": {"x": 948.0, "y": 744.0}}, "position": {"x": 943.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 1\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "1\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00001\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114786, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 748.0}, "se": {"x": 868.0, "y": 758.0}, "sw": {"x": 878.0, "y": 748.0}, "nw": {"x": 878.0, "y": 758.0}}, "position": {"x": 873.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114787, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 748.0}, "se": {"x": 882.0, "y": 758.0}, "sw": {"x": 892.0, "y": 748.0}, "nw": {"x": 892.0, "y": 758.0}}, "position": {"x": 887.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114788, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 748.0}, "se": {"x": 896.0, "y": 758.0}, "sw": {"x": 906.0, "y": 748.0}, "nw": {"x": 906.0, "y": 758.0}}, "position": {"x": 901.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114789, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 748.0}, "se": {"x": 910.0, "y": 758.0}, "sw": {"x": 920.0, "y": 748.0}, "nw": {"x": 920.0, "y": 758.0}}, "position": {"x": 915.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114790, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 748.0}, "se": {"x": 924.0, "y": 758.0}, "sw": {"x": 934.0, "y": 748.0}, "nw": {"x": 934.0, "y": 758.0}}, "position": {"x": 929.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114791, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 748.0}, "se": {"x": 938.0, "y": 758.0}, "sw": {"x": 948.0, "y": 748.0}, "nw": {"x": 948.0, "y": 758.0}}, "position": {"x": 943.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114792, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 762.0}, "se": {"x": 840.0, "y": 772.0}, "sw": {"x": 850.0, "y": 762.0}, "nw": {"x": 850.0, "y": 772.0}}, "position": {"x": 845.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114793, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 762.0}, "se": {"x": 854.0, "y": 772.0}, "sw": {"x": 864.0, "y": 762.0}, "nw": {"x": 864.0, "y": 772.0}}, "position": {"x": 859.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114794, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 762.0}, "se": {"x": 868.0, "y": 772.0}, "sw": {"x": 878.0, "y": 762.0}, "nw": {"x": 878.0, "y": 772.0}}, "position": {"x": 873.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114795, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 762.0}, "se": {"x": 882.0, "y": 772.0}, "sw": {"x": 892.0, "y": 762.0}, "nw": {"x": 892.0, "y": 772.0}}, "position": {"x": 887.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114796, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 762.0}, "se": {"x": 896.0, "y": 772.0}, "sw": {"x": 906.0, "y": 762.0}, "nw": {"x": 906.0, "y": 772.0}}, "position": {"x": 901.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114797, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 762.0}, "se": {"x": 910.0, "y": 772.0}, "sw": {"x": 920.0, "y": 762.0}, "nw": {"x": 920.0, "y": 772.0}}, "position": {"x": 915.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114798, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 762.0}, "se": {"x": 924.0, "y": 772.0}, "sw": {"x": 934.0, "y": 762.0}, "nw": {"x": 934.0, "y": 772.0}}, "position": {"x": 929.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114799, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 762.0}, "se": {"x": 938.0, "y": 772.0}, "sw": {"x": 948.0, "y": 762.0}, "nw": {"x": 948.0, "y": 772.0}}, "position": {"x": 943.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}], "2:3": [{"logicalSeatId": 1537114119, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 813.0}, "se": {"x": 604.0, "y": 813.0}, "sw": {"x": 614.0, "y": 823.0}, "nw": {"x": 604.0, "y": 823.0}}, "position": {"x": 609.0, "y": 818.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1435, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114120, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 827.0}, "se": {"x": 604.0, "y": 827.0}, "sw": {"x": 614.0, "y": 837.0}, "nw": {"x": 604.0, "y": 837.0}}, "position": {"x": 609.0, "y": 832.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1434, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114121, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 841.0}, "se": {"x": 604.0, "y": 841.0}, "sw": {"x": 614.0, "y": 851.0}, "nw": {"x": 604.0, "y": 851.0}}, "position": {"x": 609.0, "y": 846.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1433, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114122, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 855.0}, "se": {"x": 604.0, "y": 855.0}, "sw": {"x": 614.0, "y": 865.0}, "nw": {"x": 604.0, "y": 865.0}}, "position": {"x": 609.0, "y": 860.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1432, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114123, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 869.0}, "se": {"x": 604.0, "y": 869.0}, "sw": {"x": 614.0, "y": 879.0}, "nw": {"x": 604.0, "y": 879.0}}, "position": {"x": 609.0, "y": 874.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1431, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114124, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 883.0}, "se": {"x": 604.0, "y": 883.0}, "sw": {"x": 614.0, "y": 893.0}, "nw": {"x": 604.0, "y": 893.0}}, "position": {"x": 609.0, "y": 888.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1430, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114125, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 897.0}, "se": {"x": 604.0, "y": 897.0}, "sw": {"x": 614.0, "y": 907.0}, "nw": {"x": 604.0, "y": 907.0}}, "position": {"x": 609.0, "y": 902.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1429, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114126, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 911.0}, "se": {"x": 604.0, "y": 911.0}, "sw": {"x": 614.0, "y": 921.0}, "nw": {"x": 604.0, "y": 921.0}}, "position": {"x": 609.0, "y": 916.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1428, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114127, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 925.0}, "se": {"x": 604.0, "y": 925.0}, "sw": {"x": 614.0, "y": 935.0}, "nw": {"x": 604.0, "y": 935.0}}, "position": {"x": 609.0, "y": 930.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1427, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114128, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 939.0}, "se": {"x": 604.0, "y": 939.0}, "sw": {"x": 614.0, "y": 949.0}, "nw": {"x": 604.0, "y": 949.0}}, "position": {"x": 609.0, "y": 944.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1426, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114129, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 953.0}, "se": {"x": 604.0, "y": 953.0}, "sw": {"x": 614.0, "y": 963.0}, "nw": {"x": 604.0, "y": 963.0}}, "position": {"x": 609.0, "y": 958.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1425, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114130, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 967.0}, "se": {"x": 604.0, "y": 967.0}, "sw": {"x": 614.0, "y": 977.0}, "nw": {"x": 604.0, "y": 977.0}}, "position": {"x": 609.0, "y": 972.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1424, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114131, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 981.0}, "se": {"x": 604.0, "y": 981.0}, "sw": {"x": 614.0, "y": 991.0}, "nw": {"x": 604.0, "y": 991.0}}, "position": {"x": 609.0, "y": 986.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1423, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114132, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 995.0}, "se": {"x": 604.0, "y": 995.0}, "sw": {"x": 614.0, "y": 1005.0}, "nw": {"x": 604.0, "y": 1005.0}}, "position": {"x": 609.0, "y": 1000.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1422, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114133, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1009.0}, "se": {"x": 604.0, "y": 1009.0}, "sw": {"x": 614.0, "y": 1019.0}, "nw": {"x": 604.0, "y": 1019.0}}, "position": {"x": 609.0, "y": 1014.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1421, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114141, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 813.0}, "se": {"x": 590.0, "y": 813.0}, "sw": {"x": 600.0, "y": 823.0}, "nw": {"x": 590.0, "y": 823.0}}, "position": {"x": 595.0, "y": 818.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1328, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114142, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 827.0}, "se": {"x": 590.0, "y": 827.0}, "sw": {"x": 600.0, "y": 837.0}, "nw": {"x": 590.0, "y": 837.0}}, "position": {"x": 595.0, "y": 832.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1327, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114143, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 841.0}, "se": {"x": 590.0, "y": 841.0}, "sw": {"x": 600.0, "y": 851.0}, "nw": {"x": 590.0, "y": 851.0}}, "position": {"x": 595.0, "y": 846.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1326, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114144, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 855.0}, "se": {"x": 590.0, "y": 855.0}, "sw": {"x": 600.0, "y": 865.0}, "nw": {"x": 590.0, "y": 865.0}}, "position": {"x": 595.0, "y": 860.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1325, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114145, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 869.0}, "se": {"x": 590.0, "y": 869.0}, "sw": {"x": 600.0, "y": 879.0}, "nw": {"x": 590.0, "y": 879.0}}, "position": {"x": 595.0, "y": 874.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1324, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114146, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 883.0}, "se": {"x": 590.0, "y": 883.0}, "sw": {"x": 600.0, "y": 893.0}, "nw": {"x": 590.0, "y": 893.0}}, "position": {"x": 595.0, "y": 888.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1323, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114147, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 897.0}, "se": {"x": 590.0, "y": 897.0}, "sw": {"x": 600.0, "y": 907.0}, "nw": {"x": 590.0, "y": 907.0}}, "position": {"x": 595.0, "y": 902.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1322, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114148, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 911.0}, "se": {"x": 590.0, "y": 911.0}, "sw": {"x": 600.0, "y": 921.0}, "nw": {"x": 590.0, "y": 921.0}}, "position": {"x": 595.0, "y": 916.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1321, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114149, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 925.0}, "se": {"x": 590.0, "y": 925.0}, "sw": {"x": 600.0, "y": 935.0}, "nw": {"x": 590.0, "y": 935.0}}, "position": {"x": 595.0, "y": 930.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1320, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114150, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 939.0}, "se": {"x": 590.0, "y": 939.0}, "sw": {"x": 600.0, "y": 949.0}, "nw": {"x": 590.0, "y": 949.0}}, "position": {"x": 595.0, "y": 944.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1319, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114151, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 953.0}, "se": {"x": 590.0, "y": 953.0}, "sw": {"x": 600.0, "y": 963.0}, "nw": {"x": 590.0, "y": 963.0}}, "position": {"x": 595.0, "y": 958.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1318, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114152, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 967.0}, "se": {"x": 590.0, "y": 967.0}, "sw": {"x": 600.0, "y": 977.0}, "nw": {"x": 590.0, "y": 977.0}}, "position": {"x": 595.0, "y": 972.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1317, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114153, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 981.0}, "se": {"x": 590.0, "y": 981.0}, "sw": {"x": 600.0, "y": 991.0}, "nw": {"x": 590.0, "y": 991.0}}, "position": {"x": 595.0, "y": 986.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1316, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114154, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 995.0}, "se": {"x": 590.0, "y": 995.0}, "sw": {"x": 600.0, "y": 1005.0}, "nw": {"x": 590.0, "y": 1005.0}}, "position": {"x": 595.0, "y": 1000.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1315, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114155, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1009.0}, "se": {"x": 590.0, "y": 1009.0}, "sw": {"x": 600.0, "y": 1019.0}, "nw": {"x": 590.0, "y": 1019.0}}, "position": {"x": 595.0, "y": 1014.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1314, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}], "3:3": [{"logicalSeatId": 1537114800, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 776.0}, "se": {"x": 812.0, "y": 786.0}, "sw": {"x": 822.0, "y": 776.0}, "nw": {"x": 822.0, "y": 786.0}}, "position": {"x": 817.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114801, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 776.0}, "se": {"x": 826.0, "y": 786.0}, "sw": {"x": 836.0, "y": 776.0}, "nw": {"x": 836.0, "y": 786.0}}, "position": {"x": 831.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114802, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 776.0}, "se": {"x": 840.0, "y": 786.0}, "sw": {"x": 850.0, "y": 776.0}, "nw": {"x": 850.0, "y": 786.0}}, "position": {"x": 845.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114803, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 776.0}, "se": {"x": 854.0, "y": 786.0}, "sw": {"x": 864.0, "y": 776.0}, "nw": {"x": 864.0, "y": 786.0}}, "position": {"x": 859.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114804, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 776.0}, "se": {"x": 868.0, "y": 786.0}, "sw": {"x": 878.0, "y": 776.0}, "nw": {"x": 878.0, "y": 786.0}}, "position": {"x": 873.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114805, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 776.0}, "se": {"x": 882.0, "y": 786.0}, "sw": {"x": 892.0, "y": 776.0}, "nw": {"x": 892.0, "y": 786.0}}, "position": {"x": 887.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114806, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 776.0}, "se": {"x": 896.0, "y": 786.0}, "sw": {"x": 906.0, "y": 776.0}, "nw": {"x": 906.0, "y": 786.0}}, "position": {"x": 901.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114807, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 776.0}, "se": {"x": 910.0, "y": 786.0}, "sw": {"x": 920.0, "y": 776.0}, "nw": {"x": 920.0, "y": 786.0}}, "position": {"x": 915.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114808, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 776.0}, "se": {"x": 924.0, "y": 786.0}, "sw": {"x": 934.0, "y": 776.0}, "nw": {"x": 934.0, "y": 786.0}}, "position": {"x": 929.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114809, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 776.0}, "se": {"x": 938.0, "y": 786.0}, "sw": {"x": 948.0, "y": 776.0}, "nw": {"x": 948.0, "y": 786.0}}, "position": {"x": 943.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114810, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 790.0}, "se": {"x": 812.0, "y": 800.0}, "sw": {"x": 822.0, "y": 790.0}, "nw": {"x": 822.0, "y": 800.0}}, "position": {"x": 817.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114811, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 790.0}, "se": {"x": 826.0, "y": 800.0}, "sw": {"x": 836.0, "y": 790.0}, "nw": {"x": 836.0, "y": 800.0}}, "position": {"x": 831.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114812, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 790.0}, "se": {"x": 840.0, "y": 800.0}, "sw": {"x": 850.0, "y": 790.0}, "nw": {"x": 850.0, "y": 800.0}}, "position": {"x": 845.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114813, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 790.0}, "se": {"x": 854.0, "y": 800.0}, "sw": {"x": 864.0, "y": 790.0}, "nw": {"x": 864.0, "y": 800.0}}, "position": {"x": 859.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114814, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 790.0}, "se": {"x": 868.0, "y": 800.0}, "sw": {"x": 878.0, "y": 790.0}, "nw": {"x": 878.0, "y": 800.0}}, "position": {"x": 873.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114815, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 790.0}, "se": {"x": 882.0, "y": 800.0}, "sw": {"x": 892.0, "y": 790.0}, "nw": {"x": 892.0, "y": 800.0}}, "position": {"x": 887.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114816, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 790.0}, "se": {"x": 896.0, "y": 800.0}, "sw": {"x": 906.0, "y": 790.0}, "nw": {"x": 906.0, "y": 800.0}}, "position": {"x": 901.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114817, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 790.0}, "se": {"x": 910.0, "y": 800.0}, "sw": {"x": 920.0, "y": 790.0}, "nw": {"x": 920.0, "y": 800.0}}, "position": {"x": 915.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114818, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 790.0}, "se": {"x": 924.0, "y": 800.0}, "sw": {"x": 934.0, "y": 790.0}, "nw": {"x": 934.0, "y": 800.0}}, "position": {"x": 929.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114819, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 790.0}, "se": {"x": 938.0, "y": 800.0}, "sw": {"x": 948.0, "y": 790.0}, "nw": {"x": 948.0, "y": 800.0}}, "position": {"x": 943.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114820, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 804.0}, "se": {"x": 812.0, "y": 814.0}, "sw": {"x": 822.0, "y": 804.0}, "nw": {"x": 822.0, "y": 814.0}}, "position": {"x": 817.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114821, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 804.0}, "se": {"x": 826.0, "y": 814.0}, "sw": {"x": 836.0, "y": 804.0}, "nw": {"x": 836.0, "y": 814.0}}, "position": {"x": 831.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114822, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 804.0}, "se": {"x": 840.0, "y": 814.0}, "sw": {"x": 850.0, "y": 804.0}, "nw": {"x": 850.0, "y": 814.0}}, "position": {"x": 845.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114823, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 804.0}, "se": {"x": 854.0, "y": 814.0}, "sw": {"x": 864.0, "y": 804.0}, "nw": {"x": 864.0, "y": 814.0}}, "position": {"x": 859.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114824, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 804.0}, "se": {"x": 868.0, "y": 814.0}, "sw": {"x": 878.0, "y": 804.0}, "nw": {"x": 878.0, "y": 814.0}}, "position": {"x": 873.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114825, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 804.0}, "se": {"x": 882.0, "y": 814.0}, "sw": {"x": 892.0, "y": 804.0}, "nw": {"x": 892.0, "y": 814.0}}, "position": {"x": 887.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114826, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 804.0}, "se": {"x": 896.0, "y": 814.0}, "sw": {"x": 906.0, "y": 804.0}, "nw": {"x": 906.0, "y": 814.0}}, "position": {"x": 901.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114827, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 804.0}, "se": {"x": 910.0, "y": 814.0}, "sw": {"x": 920.0, "y": 804.0}, "nw": {"x": 920.0, "y": 814.0}}, "position": {"x": 915.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114828, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 804.0}, "se": {"x": 924.0, "y": 814.0}, "sw": {"x": 934.0, "y": 804.0}, "nw": {"x": 934.0, "y": 814.0}}, "position": {"x": 929.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114829, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 804.0}, "se": {"x": 938.0, "y": 814.0}, "sw": {"x": 948.0, "y": 804.0}, "nw": {"x": 948.0, "y": 814.0}}, "position": {"x": 943.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114830, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 818.0}, "se": {"x": 812.0, "y": 828.0}, "sw": {"x": 822.0, "y": 818.0}, "nw": {"x": 822.0, "y": 828.0}}, "position": {"x": 817.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114831, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 818.0}, "se": {"x": 826.0, "y": 828.0}, "sw": {"x": 836.0, "y": 818.0}, "nw": {"x": 836.0, "y": 828.0}}, "position": {"x": 831.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114832, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 818.0}, "se": {"x": 840.0, "y": 828.0}, "sw": {"x": 850.0, "y": 818.0}, "nw": {"x": 850.0, "y": 828.0}}, "position": {"x": 845.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114833, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 818.0}, "se": {"x": 854.0, "y": 828.0}, "sw": {"x": 864.0, "y": 818.0}, "nw": {"x": 864.0, "y": 828.0}}, "position": {"x": 859.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114834, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 818.0}, "se": {"x": 868.0, "y": 828.0}, "sw": {"x": 878.0, "y": 818.0}, "nw": {"x": 878.0, "y": 828.0}}, "position": {"x": 873.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114835, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 818.0}, "se": {"x": 882.0, "y": 828.0}, "sw": {"x": 892.0, "y": 818.0}, "nw": {"x": 892.0, "y": 828.0}}, "position": {"x": 887.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114836, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 818.0}, "se": {"x": 896.0, "y": 828.0}, "sw": {"x": 906.0, "y": 818.0}, "nw": {"x": 906.0, "y": 828.0}}, "position": {"x": 901.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114837, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 818.0}, "se": {"x": 910.0, "y": 828.0}, "sw": {"x": 920.0, "y": 818.0}, "nw": {"x": 920.0, "y": 828.0}}, "position": {"x": 915.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114838, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 818.0}, "se": {"x": 924.0, "y": 828.0}, "sw": {"x": 934.0, "y": 818.0}, "nw": {"x": 934.0, "y": 828.0}}, "position": {"x": 929.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114839, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 818.0}, "se": {"x": 938.0, "y": 828.0}, "sw": {"x": 948.0, "y": 818.0}, "nw": {"x": 948.0, "y": 828.0}}, "position": {"x": 943.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114840, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 832.0}, "se": {"x": 812.0, "y": 842.0}, "sw": {"x": 822.0, "y": 832.0}, "nw": {"x": 822.0, "y": 842.0}}, "position": {"x": 817.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114841, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 832.0}, "se": {"x": 826.0, "y": 842.0}, "sw": {"x": 836.0, "y": 832.0}, "nw": {"x": 836.0, "y": 842.0}}, "position": {"x": 831.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114842, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 832.0}, "se": {"x": 840.0, "y": 842.0}, "sw": {"x": 850.0, "y": 832.0}, "nw": {"x": 850.0, "y": 842.0}}, "position": {"x": 845.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114843, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 832.0}, "se": {"x": 854.0, "y": 842.0}, "sw": {"x": 864.0, "y": 832.0}, "nw": {"x": 864.0, "y": 842.0}}, "position": {"x": 859.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114844, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 832.0}, "se": {"x": 868.0, "y": 842.0}, "sw": {"x": 878.0, "y": 832.0}, "nw": {"x": 878.0, "y": 842.0}}, "position": {"x": 873.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114845, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 832.0}, "se": {"x": 882.0, "y": 842.0}, "sw": {"x": 892.0, "y": 832.0}, "nw": {"x": 892.0, "y": 842.0}}, "position": {"x": 887.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114846, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 832.0}, "se": {"x": 896.0, "y": 842.0}, "sw": {"x": 906.0, "y": 832.0}, "nw": {"x": 906.0, "y": 842.0}}, "position": {"x": 901.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114847, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 832.0}, "se": {"x": 910.0, "y": 842.0}, "sw": {"x": 920.0, "y": 832.0}, "nw": {"x": 920.0, "y": 842.0}}, "position": {"x": 915.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114848, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 832.0}, "se": {"x": 924.0, "y": 842.0}, "sw": {"x": 934.0, "y": 832.0}, "nw": {"x": 934.0, "y": 842.0}}, "position": {"x": 929.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114849, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 832.0}, "se": {"x": 938.0, "y": 842.0}, "sw": {"x": 948.0, "y": 832.0}, "nw": {"x": 948.0, "y": 842.0}}, "position": {"x": 943.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114850, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 873.0}, "se": {"x": 812.0, "y": 883.0}, "sw": {"x": 822.0, "y": 873.0}, "nw": {"x": 822.0, "y": 883.0}}, "position": {"x": 817.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114851, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 873.0}, "se": {"x": 826.0, "y": 883.0}, "sw": {"x": 836.0, "y": 873.0}, "nw": {"x": 836.0, "y": 883.0}}, "position": {"x": 831.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114852, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 873.0}, "se": {"x": 840.0, "y": 883.0}, "sw": {"x": 850.0, "y": 873.0}, "nw": {"x": 850.0, "y": 883.0}}, "position": {"x": 845.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114853, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 873.0}, "se": {"x": 854.0, "y": 883.0}, "sw": {"x": 864.0, "y": 873.0}, "nw": {"x": 864.0, "y": 883.0}}, "position": {"x": 859.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114854, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 873.0}, "se": {"x": 868.0, "y": 883.0}, "sw": {"x": 878.0, "y": 873.0}, "nw": {"x": 878.0, "y": 883.0}}, "position": {"x": 873.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114855, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 873.0}, "se": {"x": 882.0, "y": 883.0}, "sw": {"x": 892.0, "y": 873.0}, "nw": {"x": 892.0, "y": 883.0}}, "position": {"x": 887.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114856, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 873.0}, "se": {"x": 896.0, "y": 883.0}, "sw": {"x": 906.0, "y": 873.0}, "nw": {"x": 906.0, "y": 883.0}}, "position": {"x": 901.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114857, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 873.0}, "se": {"x": 910.0, "y": 883.0}, "sw": {"x": 920.0, "y": 873.0}, "nw": {"x": 920.0, "y": 883.0}}, "position": {"x": 915.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114858, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 873.0}, "se": {"x": 924.0, "y": 883.0}, "sw": {"x": 934.0, "y": 873.0}, "nw": {"x": 934.0, "y": 883.0}}, "position": {"x": 929.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114859, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 873.0}, "se": {"x": 938.0, "y": 883.0}, "sw": {"x": 948.0, "y": 873.0}, "nw": {"x": 948.0, "y": 883.0}}, "position": {"x": 943.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114860, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 887.0}, "se": {"x": 812.0, "y": 897.0}, "sw": {"x": 822.0, "y": 887.0}, "nw": {"x": 822.0, "y": 897.0}}, "position": {"x": 817.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114861, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 887.0}, "se": {"x": 826.0, "y": 897.0}, "sw": {"x": 836.0, "y": 887.0}, "nw": {"x": 836.0, "y": 897.0}}, "position": {"x": 831.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114862, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 887.0}, "se": {"x": 840.0, "y": 897.0}, "sw": {"x": 850.0, "y": 887.0}, "nw": {"x": 850.0, "y": 897.0}}, "position": {"x": 845.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114863, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 887.0}, "se": {"x": 854.0, "y": 897.0}, "sw": {"x": 864.0, "y": 887.0}, "nw": {"x": 864.0, "y": 897.0}}, "position": {"x": 859.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114864, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 887.0}, "se": {"x": 868.0, "y": 897.0}, "sw": {"x": 878.0, "y": 887.0}, "nw": {"x": 878.0, "y": 897.0}}, "position": {"x": 873.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114865, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 887.0}, "se": {"x": 882.0, "y": 897.0}, "sw": {"x": 892.0, "y": 887.0}, "nw": {"x": 892.0, "y": 897.0}}, "position": {"x": 887.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114866, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 887.0}, "se": {"x": 896.0, "y": 897.0}, "sw": {"x": 906.0, "y": 887.0}, "nw": {"x": 906.0, "y": 897.0}}, "position": {"x": 901.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114867, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 887.0}, "se": {"x": 910.0, "y": 897.0}, "sw": {"x": 920.0, "y": 887.0}, "nw": {"x": 920.0, "y": 897.0}}, "position": {"x": 915.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114868, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 887.0}, "se": {"x": 924.0, "y": 897.0}, "sw": {"x": 934.0, "y": 887.0}, "nw": {"x": 934.0, "y": 897.0}}, "position": {"x": 929.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114869, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 887.0}, "se": {"x": 938.0, "y": 897.0}, "sw": {"x": 948.0, "y": 887.0}, "nw": {"x": 948.0, "y": 897.0}}, "position": {"x": 943.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114870, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 901.0}, "se": {"x": 812.0, "y": 911.0}, "sw": {"x": 822.0, "y": 901.0}, "nw": {"x": 822.0, "y": 911.0}}, "position": {"x": 817.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114871, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 901.0}, "se": {"x": 826.0, "y": 911.0}, "sw": {"x": 836.0, "y": 901.0}, "nw": {"x": 836.0, "y": 911.0}}, "position": {"x": 831.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114872, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 901.0}, "se": {"x": 840.0, "y": 911.0}, "sw": {"x": 850.0, "y": 901.0}, "nw": {"x": 850.0, "y": 911.0}}, "position": {"x": 845.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114873, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 901.0}, "se": {"x": 854.0, "y": 911.0}, "sw": {"x": 864.0, "y": 901.0}, "nw": {"x": 864.0, "y": 911.0}}, "position": {"x": 859.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114874, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 901.0}, "se": {"x": 868.0, "y": 911.0}, "sw": {"x": 878.0, "y": 901.0}, "nw": {"x": 878.0, "y": 911.0}}, "position": {"x": 873.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114875, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 901.0}, "se": {"x": 882.0, "y": 911.0}, "sw": {"x": 892.0, "y": 901.0}, "nw": {"x": 892.0, "y": 911.0}}, "position": {"x": 887.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114876, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 901.0}, "se": {"x": 896.0, "y": 911.0}, "sw": {"x": 906.0, "y": 901.0}, "nw": {"x": 906.0, "y": 911.0}}, "position": {"x": 901.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114877, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 901.0}, "se": {"x": 910.0, "y": 911.0}, "sw": {"x": 920.0, "y": 901.0}, "nw": {"x": 920.0, "y": 911.0}}, "position": {"x": 915.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114878, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 901.0}, "se": {"x": 924.0, "y": 911.0}, "sw": {"x": 934.0, "y": 901.0}, "nw": {"x": 934.0, "y": 911.0}}, "position": {"x": 929.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114879, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 901.0}, "se": {"x": 938.0, "y": 911.0}, "sw": {"x": 948.0, "y": 901.0}, "nw": {"x": 948.0, "y": 911.0}}, "position": {"x": 943.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114880, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 915.0}, "se": {"x": 812.0, "y": 925.0}, "sw": {"x": 822.0, "y": 915.0}, "nw": {"x": 822.0, "y": 925.0}}, "position": {"x": 817.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114881, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 915.0}, "se": {"x": 826.0, "y": 925.0}, "sw": {"x": 836.0, "y": 915.0}, "nw": {"x": 836.0, "y": 925.0}}, "position": {"x": 831.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114882, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 915.0}, "se": {"x": 840.0, "y": 925.0}, "sw": {"x": 850.0, "y": 915.0}, "nw": {"x": 850.0, "y": 925.0}}, "position": {"x": 845.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114883, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 915.0}, "se": {"x": 854.0, "y": 925.0}, "sw": {"x": 864.0, "y": 915.0}, "nw": {"x": 864.0, "y": 925.0}}, "position": {"x": 859.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114884, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 915.0}, "se": {"x": 868.0, "y": 925.0}, "sw": {"x": 878.0, "y": 915.0}, "nw": {"x": 878.0, "y": 925.0}}, "position": {"x": 873.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114885, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 915.0}, "se": {"x": 882.0, "y": 925.0}, "sw": {"x": 892.0, "y": 915.0}, "nw": {"x": 892.0, "y": 925.0}}, "position": {"x": 887.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114886, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 915.0}, "se": {"x": 896.0, "y": 925.0}, "sw": {"x": 906.0, "y": 915.0}, "nw": {"x": 906.0, "y": 925.0}}, "position": {"x": 901.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114887, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 915.0}, "se": {"x": 910.0, "y": 925.0}, "sw": {"x": 920.0, "y": 915.0}, "nw": {"x": 920.0, "y": 925.0}}, "position": {"x": 915.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114888, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 915.0}, "se": {"x": 924.0, "y": 925.0}, "sw": {"x": 934.0, "y": 915.0}, "nw": {"x": 934.0, "y": 925.0}}, "position": {"x": 929.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114889, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 915.0}, "se": {"x": 938.0, "y": 925.0}, "sw": {"x": 948.0, "y": 915.0}, "nw": {"x": 948.0, "y": 925.0}}, "position": {"x": 943.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114890, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 929.0}, "se": {"x": 812.0, "y": 939.0}, "sw": {"x": 822.0, "y": 929.0}, "nw": {"x": 822.0, "y": 939.0}}, "position": {"x": 817.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114891, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 929.0}, "se": {"x": 826.0, "y": 939.0}, "sw": {"x": 836.0, "y": 929.0}, "nw": {"x": 836.0, "y": 939.0}}, "position": {"x": 831.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114892, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 929.0}, "se": {"x": 840.0, "y": 939.0}, "sw": {"x": 850.0, "y": 929.0}, "nw": {"x": 850.0, "y": 939.0}}, "position": {"x": 845.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114893, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 929.0}, "se": {"x": 854.0, "y": 939.0}, "sw": {"x": 864.0, "y": 929.0}, "nw": {"x": 864.0, "y": 939.0}}, "position": {"x": 859.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114894, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 929.0}, "se": {"x": 868.0, "y": 939.0}, "sw": {"x": 878.0, "y": 929.0}, "nw": {"x": 878.0, "y": 939.0}}, "position": {"x": 873.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114895, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 929.0}, "se": {"x": 882.0, "y": 939.0}, "sw": {"x": 892.0, "y": 929.0}, "nw": {"x": 892.0, "y": 939.0}}, "position": {"x": 887.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114896, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 929.0}, "se": {"x": 896.0, "y": 939.0}, "sw": {"x": 906.0, "y": 929.0}, "nw": {"x": 906.0, "y": 939.0}}, "position": {"x": 901.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114897, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 929.0}, "se": {"x": 910.0, "y": 939.0}, "sw": {"x": 920.0, "y": 929.0}, "nw": {"x": 920.0, "y": 939.0}}, "position": {"x": 915.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114898, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 929.0}, "se": {"x": 924.0, "y": 939.0}, "sw": {"x": 934.0, "y": 929.0}, "nw": {"x": 934.0, "y": 939.0}}, "position": {"x": 929.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114899, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 929.0}, "se": {"x": 938.0, "y": 939.0}, "sw": {"x": 948.0, "y": 929.0}, "nw": {"x": 948.0, "y": 939.0}}, "position": {"x": 943.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114900, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 943.0}, "se": {"x": 812.0, "y": 953.0}, "sw": {"x": 822.0, "y": 943.0}, "nw": {"x": 822.0, "y": 953.0}}, "position": {"x": 817.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114901, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 943.0}, "se": {"x": 826.0, "y": 953.0}, "sw": {"x": 836.0, "y": 943.0}, "nw": {"x": 836.0, "y": 953.0}}, "position": {"x": 831.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114902, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 943.0}, "se": {"x": 840.0, "y": 953.0}, "sw": {"x": 850.0, "y": 943.0}, "nw": {"x": 850.0, "y": 953.0}}, "position": {"x": 845.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114903, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 943.0}, "se": {"x": 854.0, "y": 953.0}, "sw": {"x": 864.0, "y": 943.0}, "nw": {"x": 864.0, "y": 953.0}}, "position": {"x": 859.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114904, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 943.0}, "se": {"x": 868.0, "y": 953.0}, "sw": {"x": 878.0, "y": 943.0}, "nw": {"x": 878.0, "y": 953.0}}, "position": {"x": 873.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114905, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 943.0}, "se": {"x": 882.0, "y": 953.0}, "sw": {"x": 892.0, "y": 943.0}, "nw": {"x": 892.0, "y": 953.0}}, "position": {"x": 887.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114906, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 943.0}, "se": {"x": 896.0, "y": 953.0}, "sw": {"x": 906.0, "y": 943.0}, "nw": {"x": 906.0, "y": 953.0}}, "position": {"x": 901.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114907, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 943.0}, "se": {"x": 910.0, "y": 953.0}, "sw": {"x": 920.0, "y": 943.0}, "nw": {"x": 920.0, "y": 953.0}}, "position": {"x": 915.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114908, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 943.0}, "se": {"x": 924.0, "y": 953.0}, "sw": {"x": 934.0, "y": 943.0}, "nw": {"x": 934.0, "y": 953.0}}, "position": {"x": 929.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114909, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 943.0}, "se": {"x": 938.0, "y": 953.0}, "sw": {"x": 948.0, "y": 943.0}, "nw": {"x": 948.0, "y": 953.0}}, "position": {"x": 943.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114910, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 957.0}, "se": {"x": 812.0, "y": 967.0}, "sw": {"x": 822.0, "y": 957.0}, "nw": {"x": 822.0, "y": 967.0}}, "position": {"x": 817.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114911, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 957.0}, "se": {"x": 826.0, "y": 967.0}, "sw": {"x": 836.0, "y": 957.0}, "nw": {"x": 836.0, "y": 967.0}}, "position": {"x": 831.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114912, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 957.0}, "se": {"x": 840.0, "y": 967.0}, "sw": {"x": 850.0, "y": 957.0}, "nw": {"x": 850.0, "y": 967.0}}, "position": {"x": 845.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114913, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 957.0}, "se": {"x": 854.0, "y": 967.0}, "sw": {"x": 864.0, "y": 957.0}, "nw": {"x": 864.0, "y": 967.0}}, "position": {"x": 859.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114914, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 957.0}, "se": {"x": 868.0, "y": 967.0}, "sw": {"x": 878.0, "y": 957.0}, "nw": {"x": 878.0, "y": 967.0}}, "position": {"x": 873.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114915, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 957.0}, "se": {"x": 882.0, "y": 967.0}, "sw": {"x": 892.0, "y": 957.0}, "nw": {"x": 892.0, "y": 967.0}}, "position": {"x": 887.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114916, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 957.0}, "se": {"x": 896.0, "y": 967.0}, "sw": {"x": 906.0, "y": 957.0}, "nw": {"x": 906.0, "y": 967.0}}, "position": {"x": 901.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114917, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 957.0}, "se": {"x": 910.0, "y": 967.0}, "sw": {"x": 920.0, "y": 957.0}, "nw": {"x": 920.0, "y": 967.0}}, "position": {"x": 915.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114918, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 957.0}, "se": {"x": 924.0, "y": 967.0}, "sw": {"x": 934.0, "y": 957.0}, "nw": {"x": 934.0, "y": 967.0}}, "position": {"x": 929.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114919, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 957.0}, "se": {"x": 938.0, "y": 967.0}, "sw": {"x": 948.0, "y": 957.0}, "nw": {"x": 948.0, "y": 967.0}}, "position": {"x": 943.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114920, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 971.0}, "se": {"x": 812.0, "y": 981.0}, "sw": {"x": 822.0, "y": 971.0}, "nw": {"x": 822.0, "y": 981.0}}, "position": {"x": 817.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114921, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 971.0}, "se": {"x": 826.0, "y": 981.0}, "sw": {"x": 836.0, "y": 971.0}, "nw": {"x": 836.0, "y": 981.0}}, "position": {"x": 831.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114922, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 971.0}, "se": {"x": 840.0, "y": 981.0}, "sw": {"x": 850.0, "y": 971.0}, "nw": {"x": 850.0, "y": 981.0}}, "position": {"x": 845.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114923, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 971.0}, "se": {"x": 854.0, "y": 981.0}, "sw": {"x": 864.0, "y": 971.0}, "nw": {"x": 864.0, "y": 981.0}}, "position": {"x": 859.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114924, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 971.0}, "se": {"x": 868.0, "y": 981.0}, "sw": {"x": 878.0, "y": 971.0}, "nw": {"x": 878.0, "y": 981.0}}, "position": {"x": 873.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114925, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 971.0}, "se": {"x": 882.0, "y": 981.0}, "sw": {"x": 892.0, "y": 971.0}, "nw": {"x": 892.0, "y": 981.0}}, "position": {"x": 887.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114926, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 971.0}, "se": {"x": 896.0, "y": 981.0}, "sw": {"x": 906.0, "y": 971.0}, "nw": {"x": 906.0, "y": 981.0}}, "position": {"x": 901.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114927, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 971.0}, "se": {"x": 910.0, "y": 981.0}, "sw": {"x": 920.0, "y": 971.0}, "nw": {"x": 920.0, "y": 981.0}}, "position": {"x": 915.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114928, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 971.0}, "se": {"x": 924.0, "y": 981.0}, "sw": {"x": 934.0, "y": 971.0}, "nw": {"x": 934.0, "y": 981.0}}, "position": {"x": 929.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114929, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 971.0}, "se": {"x": 938.0, "y": 981.0}, "sw": {"x": 948.0, "y": 971.0}, "nw": {"x": 948.0, "y": 981.0}}, "position": {"x": 943.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}], "2:4": [{"logicalSeatId": 1537113744, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1150.0}, "se": {"x": 604.0, "y": 1150.0}, "sw": {"x": 614.0, "y": 1160.0}, "nw": {"x": 604.0, "y": 1160.0}}, "position": {"x": 609.0, "y": 1155.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1413, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113745, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1164.0}, "se": {"x": 604.0, "y": 1164.0}, "sw": {"x": 614.0, "y": 1174.0}, "nw": {"x": 604.0, "y": 1174.0}}, "position": {"x": 609.0, "y": 1169.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1412, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113746, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1178.0}, "se": {"x": 604.0, "y": 1178.0}, "sw": {"x": 614.0, "y": 1188.0}, "nw": {"x": 604.0, "y": 1188.0}}, "position": {"x": 609.0, "y": 1183.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1411, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113747, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1192.0}, "se": {"x": 604.0, "y": 1192.0}, "sw": {"x": 614.0, "y": 1202.0}, "nw": {"x": 604.0, "y": 1202.0}}, "position": {"x": 609.0, "y": 1197.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1410, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113748, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1206.0}, "se": {"x": 604.0, "y": 1206.0}, "sw": {"x": 614.0, "y": 1216.0}, "nw": {"x": 604.0, "y": 1216.0}}, "position": {"x": 609.0, "y": 1211.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1409, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113749, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1220.0}, "se": {"x": 604.0, "y": 1220.0}, "sw": {"x": 614.0, "y": 1230.0}, "nw": {"x": 604.0, "y": 1230.0}}, "position": {"x": 609.0, "y": 1225.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1408, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113750, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1234.0}, "se": {"x": 604.0, "y": 1234.0}, "sw": {"x": 614.0, "y": 1244.0}, "nw": {"x": 604.0, "y": 1244.0}}, "position": {"x": 609.0, "y": 1239.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1407, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113751, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1248.0}, "se": {"x": 604.0, "y": 1248.0}, "sw": {"x": 614.0, "y": 1258.0}, "nw": {"x": 604.0, "y": 1258.0}}, "position": {"x": 609.0, "y": 1253.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1406, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113752, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1262.0}, "se": {"x": 604.0, "y": 1262.0}, "sw": {"x": 614.0, "y": 1272.0}, "nw": {"x": 604.0, "y": 1272.0}}, "position": {"x": 609.0, "y": 1267.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1405, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113765, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1150.0}, "se": {"x": 590.0, "y": 1150.0}, "sw": {"x": 600.0, "y": 1160.0}, "nw": {"x": 590.0, "y": 1160.0}}, "position": {"x": 595.0, "y": 1155.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1306, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113766, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1164.0}, "se": {"x": 590.0, "y": 1164.0}, "sw": {"x": 600.0, "y": 1174.0}, "nw": {"x": 590.0, "y": 1174.0}}, "position": {"x": 595.0, "y": 1169.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1305, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113767, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1178.0}, "se": {"x": 590.0, "y": 1178.0}, "sw": {"x": 600.0, "y": 1188.0}, "nw": {"x": 590.0, "y": 1188.0}}, "position": {"x": 595.0, "y": 1183.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1304, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113768, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1192.0}, "se": {"x": 590.0, "y": 1192.0}, "sw": {"x": 600.0, "y": 1202.0}, "nw": {"x": 590.0, "y": 1202.0}}, "position": {"x": 595.0, "y": 1197.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1303, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113769, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1206.0}, "se": {"x": 590.0, "y": 1206.0}, "sw": {"x": 600.0, "y": 1216.0}, "nw": {"x": 590.0, "y": 1216.0}}, "position": {"x": 595.0, "y": 1211.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1302, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113770, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1220.0}, "se": {"x": 590.0, "y": 1220.0}, "sw": {"x": 600.0, "y": 1230.0}, "nw": {"x": 590.0, "y": 1230.0}}, "position": {"x": 595.0, "y": 1225.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1301, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113771, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1234.0}, "se": {"x": 590.0, "y": 1234.0}, "sw": {"x": 600.0, "y": 1244.0}, "nw": {"x": 590.0, "y": 1244.0}}, "position": {"x": 595.0, "y": 1239.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1300, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113772, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1248.0}, "se": {"x": 590.0, "y": 1248.0}, "sw": {"x": 600.0, "y": 1258.0}, "nw": {"x": 590.0, "y": 1258.0}}, "position": {"x": 595.0, "y": 1253.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1299, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113773, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1262.0}, "se": {"x": 590.0, "y": 1262.0}, "sw": {"x": 600.0, "y": 1272.0}, "nw": {"x": 590.0, "y": 1272.0}}, "position": {"x": 595.0, "y": 1267.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1298, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113786, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1150.0}, "se": {"x": 576.0, "y": 1150.0}, "sw": {"x": 586.0, "y": 1160.0}, "nw": {"x": 576.0, "y": 1160.0}}, "position": {"x": 581.0, "y": 1155.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1219, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113787, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1164.0}, "se": {"x": 576.0, "y": 1164.0}, "sw": {"x": 586.0, "y": 1174.0}, "nw": {"x": 576.0, "y": 1174.0}}, "position": {"x": 581.0, "y": 1169.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1218, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113788, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1178.0}, "se": {"x": 576.0, "y": 1178.0}, "sw": {"x": 586.0, "y": 1188.0}, "nw": {"x": 576.0, "y": 1188.0}}, "position": {"x": 581.0, "y": 1183.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1217, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113789, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1192.0}, "se": {"x": 576.0, "y": 1192.0}, "sw": {"x": 586.0, "y": 1202.0}, "nw": {"x": 576.0, "y": 1202.0}}, "position": {"x": 581.0, "y": 1197.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1216, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113790, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1206.0}, "se": {"x": 576.0, "y": 1206.0}, "sw": {"x": 586.0, "y": 1216.0}, "nw": {"x": 576.0, "y": 1216.0}}, "position": {"x": 581.0, "y": 1211.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1215, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113791, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1220.0}, "se": {"x": 576.0, "y": 1220.0}, "sw": {"x": 586.0, "y": 1230.0}, "nw": {"x": 576.0, "y": 1230.0}}, "position": {"x": 581.0, "y": 1225.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1214, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113792, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1234.0}, "se": {"x": 576.0, "y": 1234.0}, "sw": {"x": 586.0, "y": 1244.0}, "nw": {"x": 576.0, "y": 1244.0}}, "position": {"x": 581.0, "y": 1239.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1213, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113793, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1248.0}, "se": {"x": 576.0, "y": 1248.0}, "sw": {"x": 586.0, "y": 1258.0}, "nw": {"x": 576.0, "y": 1258.0}}, "position": {"x": 581.0, "y": 1253.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1212, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113794, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1262.0}, "se": {"x": 576.0, "y": 1262.0}, "sw": {"x": 586.0, "y": 1272.0}, "nw": {"x": 576.0, "y": 1272.0}}, "position": {"x": 581.0, "y": 1267.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1211, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113807, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1150.0}, "se": {"x": 562.0, "y": 1150.0}, "sw": {"x": 572.0, "y": 1160.0}, "nw": {"x": 562.0, "y": 1160.0}}, "position": {"x": 567.0, "y": 1155.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113808, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1164.0}, "se": {"x": 562.0, "y": 1164.0}, "sw": {"x": 572.0, "y": 1174.0}, "nw": {"x": 562.0, "y": 1174.0}}, "position": {"x": 567.0, "y": 1169.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113809, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1178.0}, "se": {"x": 562.0, "y": 1178.0}, "sw": {"x": 572.0, "y": 1188.0}, "nw": {"x": 562.0, "y": 1188.0}}, "position": {"x": 567.0, "y": 1183.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113810, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1192.0}, "se": {"x": 562.0, "y": 1192.0}, "sw": {"x": 572.0, "y": 1202.0}, "nw": {"x": 562.0, "y": 1202.0}}, "position": {"x": 567.0, "y": 1197.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113811, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1206.0}, "se": {"x": 562.0, "y": 1206.0}, "sw": {"x": 572.0, "y": 1216.0}, "nw": {"x": 562.0, "y": 1216.0}}, "position": {"x": 567.0, "y": 1211.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113813, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1234.0}, "se": {"x": 562.0, "y": 1234.0}, "sw": {"x": 572.0, "y": 1244.0}, "nw": {"x": 562.0, "y": 1244.0}}, "position": {"x": 567.0, "y": 1239.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113814, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1248.0}, "se": {"x": 562.0, "y": 1248.0}, "sw": {"x": 572.0, "y": 1258.0}, "nw": {"x": 562.0, "y": 1258.0}}, "position": {"x": 567.0, "y": 1253.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113815, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1262.0}, "se": {"x": 562.0, "y": 1262.0}, "sw": {"x": 572.0, "y": 1272.0}, "nw": {"x": 562.0, "y": 1272.0}}, "position": {"x": 567.0, "y": 1267.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114134, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1023.0}, "se": {"x": 604.0, "y": 1023.0}, "sw": {"x": 614.0, "y": 1033.0}, "nw": {"x": 604.0, "y": 1033.0}}, "position": {"x": 609.0, "y": 1028.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1420, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114135, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1037.0}, "se": {"x": 604.0, "y": 1037.0}, "sw": {"x": 614.0, "y": 1047.0}, "nw": {"x": 604.0, "y": 1047.0}}, "position": {"x": 609.0, "y": 1042.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1419, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114136, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1051.0}, "se": {"x": 604.0, "y": 1051.0}, "sw": {"x": 614.0, "y": 1061.0}, "nw": {"x": 604.0, "y": 1061.0}}, "position": {"x": 609.0, "y": 1056.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1418, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114137, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1065.0}, "se": {"x": 604.0, "y": 1065.0}, "sw": {"x": 614.0, "y": 1075.0}, "nw": {"x": 604.0, "y": 1075.0}}, "position": {"x": 609.0, "y": 1070.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1417, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114138, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1079.0}, "se": {"x": 604.0, "y": 1079.0}, "sw": {"x": 614.0, "y": 1089.0}, "nw": {"x": 604.0, "y": 1089.0}}, "position": {"x": 609.0, "y": 1084.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1416, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114139, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1093.0}, "se": {"x": 604.0, "y": 1093.0}, "sw": {"x": 614.0, "y": 1103.0}, "nw": {"x": 604.0, "y": 1103.0}}, "position": {"x": 609.0, "y": 1098.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1415, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400021\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114140, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1107.0}, "se": {"x": 604.0, "y": 1107.0}, "sw": {"x": 614.0, "y": 1117.0}, "nw": {"x": 604.0, "y": 1117.0}}, "position": {"x": 609.0, "y": 1112.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 22\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1414, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "22\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400022\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114156, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1023.0}, "se": {"x": 590.0, "y": 1023.0}, "sw": {"x": 600.0, "y": 1033.0}, "nw": {"x": 590.0, "y": 1033.0}}, "position": {"x": 595.0, "y": 1028.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1313, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114157, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1037.0}, "se": {"x": 590.0, "y": 1037.0}, "sw": {"x": 600.0, "y": 1047.0}, "nw": {"x": 590.0, "y": 1047.0}}, "position": {"x": 595.0, "y": 1042.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1312, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114158, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1051.0}, "se": {"x": 590.0, "y": 1051.0}, "sw": {"x": 600.0, "y": 1061.0}, "nw": {"x": 590.0, "y": 1061.0}}, "position": {"x": 595.0, "y": 1056.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1311, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114159, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1065.0}, "se": {"x": 590.0, "y": 1065.0}, "sw": {"x": 600.0, "y": 1075.0}, "nw": {"x": 590.0, "y": 1075.0}}, "position": {"x": 595.0, "y": 1070.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1310, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114160, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1079.0}, "se": {"x": 590.0, "y": 1079.0}, "sw": {"x": 600.0, "y": 1089.0}, "nw": {"x": 590.0, "y": 1089.0}}, "position": {"x": 595.0, "y": 1084.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1309, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114161, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1093.0}, "se": {"x": 590.0, "y": 1093.0}, "sw": {"x": 600.0, "y": 1103.0}, "nw": {"x": 590.0, "y": 1103.0}}, "position": {"x": 595.0, "y": 1098.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1308, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400021\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537114162, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1107.0}, "se": {"x": 590.0, "y": 1107.0}, "sw": {"x": 600.0, "y": 1117.0}, "nw": {"x": 590.0, "y": 1117.0}}, "position": {"x": 595.0, "y": 1112.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 22\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1307, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "22\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400022\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}], "4:2": [{"logicalSeatId": 1537114930, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 734.0}, "se": {"x": 1031.0, "y": 744.0}, "sw": {"x": 1041.0, "y": 734.0}, "nw": {"x": 1041.0, "y": 744.0}}, "position": {"x": 1036.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114931, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 734.0}, "se": {"x": 1045.0, "y": 744.0}, "sw": {"x": 1055.0, "y": 734.0}, "nw": {"x": 1055.0, "y": 744.0}}, "position": {"x": 1050.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114932, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 734.0}, "se": {"x": 1059.0, "y": 744.0}, "sw": {"x": 1069.0, "y": 734.0}, "nw": {"x": 1069.0, "y": 744.0}}, "position": {"x": 1064.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114933, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 734.0}, "se": {"x": 1073.0, "y": 744.0}, "sw": {"x": 1083.0, "y": 734.0}, "nw": {"x": 1083.0, "y": 744.0}}, "position": {"x": 1078.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114934, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 734.0}, "se": {"x": 1087.0, "y": 744.0}, "sw": {"x": 1097.0, "y": 734.0}, "nw": {"x": 1097.0, "y": 744.0}}, "position": {"x": 1092.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114935, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 734.0}, "se": {"x": 1101.0, "y": 744.0}, "sw": {"x": 1111.0, "y": 734.0}, "nw": {"x": 1111.0, "y": 744.0}}, "position": {"x": 1106.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114936, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 734.0}, "se": {"x": 1115.0, "y": 744.0}, "sw": {"x": 1125.0, "y": 734.0}, "nw": {"x": 1125.0, "y": 744.0}}, "position": {"x": 1120.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114937, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 734.0}, "se": {"x": 1129.0, "y": 744.0}, "sw": {"x": 1139.0, "y": 734.0}, "nw": {"x": 1139.0, "y": 744.0}}, "position": {"x": 1134.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114938, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 734.0}, "se": {"x": 1143.0, "y": 744.0}, "sw": {"x": 1153.0, "y": 734.0}, "nw": {"x": 1153.0, "y": 744.0}}, "position": {"x": 1148.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114939, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 734.0}, "se": {"x": 1157.0, "y": 744.0}, "sw": {"x": 1167.0, "y": 734.0}, "nw": {"x": 1167.0, "y": 744.0}}, "position": {"x": 1162.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114940, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 748.0}, "se": {"x": 1031.0, "y": 758.0}, "sw": {"x": 1041.0, "y": 748.0}, "nw": {"x": 1041.0, "y": 758.0}}, "position": {"x": 1036.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114941, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 748.0}, "se": {"x": 1045.0, "y": 758.0}, "sw": {"x": 1055.0, "y": 748.0}, "nw": {"x": 1055.0, "y": 758.0}}, "position": {"x": 1050.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114942, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 748.0}, "se": {"x": 1059.0, "y": 758.0}, "sw": {"x": 1069.0, "y": 748.0}, "nw": {"x": 1069.0, "y": 758.0}}, "position": {"x": 1064.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114943, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 748.0}, "se": {"x": 1073.0, "y": 758.0}, "sw": {"x": 1083.0, "y": 748.0}, "nw": {"x": 1083.0, "y": 758.0}}, "position": {"x": 1078.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114944, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 748.0}, "se": {"x": 1087.0, "y": 758.0}, "sw": {"x": 1097.0, "y": 748.0}, "nw": {"x": 1097.0, "y": 758.0}}, "position": {"x": 1092.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114945, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 748.0}, "se": {"x": 1101.0, "y": 758.0}, "sw": {"x": 1111.0, "y": 748.0}, "nw": {"x": 1111.0, "y": 758.0}}, "position": {"x": 1106.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114946, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 748.0}, "se": {"x": 1115.0, "y": 758.0}, "sw": {"x": 1125.0, "y": 748.0}, "nw": {"x": 1125.0, "y": 758.0}}, "position": {"x": 1120.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114947, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 748.0}, "se": {"x": 1129.0, "y": 758.0}, "sw": {"x": 1139.0, "y": 748.0}, "nw": {"x": 1139.0, "y": 758.0}}, "position": {"x": 1134.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114948, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 748.0}, "se": {"x": 1143.0, "y": 758.0}, "sw": {"x": 1153.0, "y": 748.0}, "nw": {"x": 1153.0, "y": 758.0}}, "position": {"x": 1148.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114949, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 748.0}, "se": {"x": 1157.0, "y": 758.0}, "sw": {"x": 1167.0, "y": 748.0}, "nw": {"x": 1167.0, "y": 758.0}}, "position": {"x": 1162.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114950, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 762.0}, "se": {"x": 1031.0, "y": 772.0}, "sw": {"x": 1041.0, "y": 762.0}, "nw": {"x": 1041.0, "y": 772.0}}, "position": {"x": 1036.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114951, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 762.0}, "se": {"x": 1045.0, "y": 772.0}, "sw": {"x": 1055.0, "y": 762.0}, "nw": {"x": 1055.0, "y": 772.0}}, "position": {"x": 1050.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114952, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 762.0}, "se": {"x": 1059.0, "y": 772.0}, "sw": {"x": 1069.0, "y": 762.0}, "nw": {"x": 1069.0, "y": 772.0}}, "position": {"x": 1064.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114953, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 762.0}, "se": {"x": 1073.0, "y": 772.0}, "sw": {"x": 1083.0, "y": 762.0}, "nw": {"x": 1083.0, "y": 772.0}}, "position": {"x": 1078.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114954, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 762.0}, "se": {"x": 1087.0, "y": 772.0}, "sw": {"x": 1097.0, "y": 762.0}, "nw": {"x": 1097.0, "y": 772.0}}, "position": {"x": 1092.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114955, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 762.0}, "se": {"x": 1101.0, "y": 772.0}, "sw": {"x": 1111.0, "y": 762.0}, "nw": {"x": 1111.0, "y": 772.0}}, "position": {"x": 1106.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114956, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 762.0}, "se": {"x": 1115.0, "y": 772.0}, "sw": {"x": 1125.0, "y": 762.0}, "nw": {"x": 1125.0, "y": 772.0}}, "position": {"x": 1120.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114957, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 762.0}, "se": {"x": 1129.0, "y": 772.0}, "sw": {"x": 1139.0, "y": 762.0}, "nw": {"x": 1139.0, "y": 772.0}}, "position": {"x": 1134.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114958, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 762.0}, "se": {"x": 1143.0, "y": 772.0}, "sw": {"x": 1153.0, "y": 762.0}, "nw": {"x": 1153.0, "y": 772.0}}, "position": {"x": 1148.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114959, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 762.0}, "se": {"x": 1157.0, "y": 772.0}, "sw": {"x": 1167.0, "y": 762.0}, "nw": {"x": 1167.0, "y": 772.0}}, "position": {"x": 1162.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115090, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 734.0}, "se": {"x": 1253.0, "y": 744.0}, "sw": {"x": 1263.0, "y": 734.0}, "nw": {"x": 1263.0, "y": 744.0}}, "position": {"x": 1258.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115091, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 734.0}, "se": {"x": 1267.0, "y": 744.0}, "sw": {"x": 1277.0, "y": 734.0}, "nw": {"x": 1277.0, "y": 744.0}}, "position": {"x": 1272.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115100, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 748.0}, "se": {"x": 1253.0, "y": 758.0}, "sw": {"x": 1263.0, "y": 748.0}, "nw": {"x": 1263.0, "y": 758.0}}, "position": {"x": 1258.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115101, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 748.0}, "se": {"x": 1267.0, "y": 758.0}, "sw": {"x": 1277.0, "y": 748.0}, "nw": {"x": 1277.0, "y": 758.0}}, "position": {"x": 1272.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115110, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 762.0}, "se": {"x": 1253.0, "y": 772.0}, "sw": {"x": 1263.0, "y": 762.0}, "nw": {"x": 1263.0, "y": 772.0}}, "position": {"x": 1258.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115111, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 762.0}, "se": {"x": 1267.0, "y": 772.0}, "sw": {"x": 1277.0, "y": 762.0}, "nw": {"x": 1277.0, "y": 772.0}}, "position": {"x": 1272.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}], "3:4": [{"logicalSeatId": 1537115398, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 1188.0}, "se": {"x": 812.0, "y": 1198.0}, "sw": {"x": 822.0, "y": 1188.0}, "nw": {"x": 822.0, "y": 1198.0}}, "position": {"x": 817.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115399, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 1188.0}, "se": {"x": 826.0, "y": 1198.0}, "sw": {"x": 836.0, "y": 1188.0}, "nw": {"x": 836.0, "y": 1198.0}}, "position": {"x": 831.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115400, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 1188.0}, "se": {"x": 840.0, "y": 1198.0}, "sw": {"x": 850.0, "y": 1188.0}, "nw": {"x": 850.0, "y": 1198.0}}, "position": {"x": 845.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115401, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 1188.0}, "se": {"x": 854.0, "y": 1198.0}, "sw": {"x": 864.0, "y": 1188.0}, "nw": {"x": 864.0, "y": 1198.0}}, "position": {"x": 859.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115402, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 1188.0}, "se": {"x": 868.0, "y": 1198.0}, "sw": {"x": 878.0, "y": 1188.0}, "nw": {"x": 878.0, "y": 1198.0}}, "position": {"x": 873.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115403, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 1188.0}, "se": {"x": 882.0, "y": 1198.0}, "sw": {"x": 892.0, "y": 1188.0}, "nw": {"x": 892.0, "y": 1198.0}}, "position": {"x": 887.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115404, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 1188.0}, "se": {"x": 896.0, "y": 1198.0}, "sw": {"x": 906.0, "y": 1188.0}, "nw": {"x": 906.0, "y": 1198.0}}, "position": {"x": 901.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115405, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 1188.0}, "se": {"x": 910.0, "y": 1198.0}, "sw": {"x": 920.0, "y": 1188.0}, "nw": {"x": 920.0, "y": 1198.0}}, "position": {"x": 915.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115406, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 1188.0}, "se": {"x": 924.0, "y": 1198.0}, "sw": {"x": 934.0, "y": 1188.0}, "nw": {"x": 934.0, "y": 1198.0}}, "position": {"x": 929.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115407, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 1188.0}, "se": {"x": 938.0, "y": 1198.0}, "sw": {"x": 948.0, "y": 1188.0}, "nw": {"x": 948.0, "y": 1198.0}}, "position": {"x": 943.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115408, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 1202.0}, "se": {"x": 812.0, "y": 1212.0}, "sw": {"x": 822.0, "y": 1202.0}, "nw": {"x": 822.0, "y": 1212.0}}, "position": {"x": 817.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115409, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 1202.0}, "se": {"x": 826.0, "y": 1212.0}, "sw": {"x": 836.0, "y": 1202.0}, "nw": {"x": 836.0, "y": 1212.0}}, "position": {"x": 831.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115410, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 1202.0}, "se": {"x": 840.0, "y": 1212.0}, "sw": {"x": 850.0, "y": 1202.0}, "nw": {"x": 850.0, "y": 1212.0}}, "position": {"x": 845.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115411, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 1202.0}, "se": {"x": 854.0, "y": 1212.0}, "sw": {"x": 864.0, "y": 1202.0}, "nw": {"x": 864.0, "y": 1212.0}}, "position": {"x": 859.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115412, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 1202.0}, "se": {"x": 868.0, "y": 1212.0}, "sw": {"x": 878.0, "y": 1202.0}, "nw": {"x": 878.0, "y": 1212.0}}, "position": {"x": 873.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115413, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 1202.0}, "se": {"x": 882.0, "y": 1212.0}, "sw": {"x": 892.0, "y": 1202.0}, "nw": {"x": 892.0, "y": 1212.0}}, "position": {"x": 887.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115414, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 1202.0}, "se": {"x": 896.0, "y": 1212.0}, "sw": {"x": 906.0, "y": 1202.0}, "nw": {"x": 906.0, "y": 1212.0}}, "position": {"x": 901.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115415, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 1202.0}, "se": {"x": 910.0, "y": 1212.0}, "sw": {"x": 920.0, "y": 1202.0}, "nw": {"x": 920.0, "y": 1212.0}}, "position": {"x": 915.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115416, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 1202.0}, "se": {"x": 924.0, "y": 1212.0}, "sw": {"x": 934.0, "y": 1202.0}, "nw": {"x": 934.0, "y": 1212.0}}, "position": {"x": 929.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115417, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 1202.0}, "se": {"x": 938.0, "y": 1212.0}, "sw": {"x": 948.0, "y": 1202.0}, "nw": {"x": 948.0, "y": 1212.0}}, "position": {"x": 943.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115418, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 1216.0}, "se": {"x": 812.0, "y": 1226.0}, "sw": {"x": 822.0, "y": 1216.0}, "nw": {"x": 822.0, "y": 1226.0}}, "position": {"x": 817.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115419, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 1216.0}, "se": {"x": 826.0, "y": 1226.0}, "sw": {"x": 836.0, "y": 1216.0}, "nw": {"x": 836.0, "y": 1226.0}}, "position": {"x": 831.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115420, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 1216.0}, "se": {"x": 840.0, "y": 1226.0}, "sw": {"x": 850.0, "y": 1216.0}, "nw": {"x": 850.0, "y": 1226.0}}, "position": {"x": 845.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115421, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 1216.0}, "se": {"x": 854.0, "y": 1226.0}, "sw": {"x": 864.0, "y": 1216.0}, "nw": {"x": 864.0, "y": 1226.0}}, "position": {"x": 859.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115422, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 1216.0}, "se": {"x": 868.0, "y": 1226.0}, "sw": {"x": 878.0, "y": 1216.0}, "nw": {"x": 878.0, "y": 1226.0}}, "position": {"x": 873.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115423, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 1216.0}, "se": {"x": 882.0, "y": 1226.0}, "sw": {"x": 892.0, "y": 1216.0}, "nw": {"x": 892.0, "y": 1226.0}}, "position": {"x": 887.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115424, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 1216.0}, "se": {"x": 896.0, "y": 1226.0}, "sw": {"x": 906.0, "y": 1216.0}, "nw": {"x": 906.0, "y": 1226.0}}, "position": {"x": 901.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115425, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 1216.0}, "se": {"x": 910.0, "y": 1226.0}, "sw": {"x": 920.0, "y": 1216.0}, "nw": {"x": 920.0, "y": 1226.0}}, "position": {"x": 915.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115426, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 1216.0}, "se": {"x": 924.0, "y": 1226.0}, "sw": {"x": 934.0, "y": 1216.0}, "nw": {"x": 934.0, "y": 1226.0}}, "position": {"x": 929.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115427, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 1216.0}, "se": {"x": 938.0, "y": 1226.0}, "sw": {"x": 948.0, "y": 1216.0}, "nw": {"x": 948.0, "y": 1226.0}}, "position": {"x": 943.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115428, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 1230.0}, "se": {"x": 812.0, "y": 1240.0}, "sw": {"x": 822.0, "y": 1230.0}, "nw": {"x": 822.0, "y": 1240.0}}, "position": {"x": 817.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115429, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 1230.0}, "se": {"x": 826.0, "y": 1240.0}, "sw": {"x": 836.0, "y": 1230.0}, "nw": {"x": 836.0, "y": 1240.0}}, "position": {"x": 831.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115430, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 1230.0}, "se": {"x": 840.0, "y": 1240.0}, "sw": {"x": 850.0, "y": 1230.0}, "nw": {"x": 850.0, "y": 1240.0}}, "position": {"x": 845.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115431, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 1230.0}, "se": {"x": 854.0, "y": 1240.0}, "sw": {"x": 864.0, "y": 1230.0}, "nw": {"x": 864.0, "y": 1240.0}}, "position": {"x": 859.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115432, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 1230.0}, "se": {"x": 868.0, "y": 1240.0}, "sw": {"x": 878.0, "y": 1230.0}, "nw": {"x": 878.0, "y": 1240.0}}, "position": {"x": 873.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115433, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 1230.0}, "se": {"x": 882.0, "y": 1240.0}, "sw": {"x": 892.0, "y": 1230.0}, "nw": {"x": 892.0, "y": 1240.0}}, "position": {"x": 887.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115434, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 1230.0}, "se": {"x": 896.0, "y": 1240.0}, "sw": {"x": 906.0, "y": 1230.0}, "nw": {"x": 906.0, "y": 1240.0}}, "position": {"x": 901.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115435, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 1230.0}, "se": {"x": 910.0, "y": 1240.0}, "sw": {"x": 920.0, "y": 1230.0}, "nw": {"x": 920.0, "y": 1240.0}}, "position": {"x": 915.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115436, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 1230.0}, "se": {"x": 924.0, "y": 1240.0}, "sw": {"x": 934.0, "y": 1230.0}, "nw": {"x": 934.0, "y": 1240.0}}, "position": {"x": 929.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115437, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 1230.0}, "se": {"x": 938.0, "y": 1240.0}, "sw": {"x": 948.0, "y": 1230.0}, "nw": {"x": 948.0, "y": 1240.0}}, "position": {"x": 943.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115438, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 1244.0}, "se": {"x": 812.0, "y": 1254.0}, "sw": {"x": 822.0, "y": 1244.0}, "nw": {"x": 822.0, "y": 1254.0}}, "position": {"x": 817.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115439, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 1244.0}, "se": {"x": 826.0, "y": 1254.0}, "sw": {"x": 836.0, "y": 1244.0}, "nw": {"x": 836.0, "y": 1254.0}}, "position": {"x": 831.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115440, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 1244.0}, "se": {"x": 840.0, "y": 1254.0}, "sw": {"x": 850.0, "y": 1244.0}, "nw": {"x": 850.0, "y": 1254.0}}, "position": {"x": 845.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115441, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 1244.0}, "se": {"x": 854.0, "y": 1254.0}, "sw": {"x": 864.0, "y": 1244.0}, "nw": {"x": 864.0, "y": 1254.0}}, "position": {"x": 859.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115442, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 1244.0}, "se": {"x": 868.0, "y": 1254.0}, "sw": {"x": 878.0, "y": 1244.0}, "nw": {"x": 878.0, "y": 1254.0}}, "position": {"x": 873.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115443, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 1244.0}, "se": {"x": 882.0, "y": 1254.0}, "sw": {"x": 892.0, "y": 1244.0}, "nw": {"x": 892.0, "y": 1254.0}}, "position": {"x": 887.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115444, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 1244.0}, "se": {"x": 896.0, "y": 1254.0}, "sw": {"x": 906.0, "y": 1244.0}, "nw": {"x": 906.0, "y": 1254.0}}, "position": {"x": 901.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115445, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 1244.0}, "se": {"x": 910.0, "y": 1254.0}, "sw": {"x": 920.0, "y": 1244.0}, "nw": {"x": 920.0, "y": 1254.0}}, "position": {"x": 915.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115446, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 1244.0}, "se": {"x": 924.0, "y": 1254.0}, "sw": {"x": 934.0, "y": 1244.0}, "nw": {"x": 934.0, "y": 1254.0}}, "position": {"x": 929.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115447, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 1244.0}, "se": {"x": 938.0, "y": 1254.0}, "sw": {"x": 948.0, "y": 1244.0}, "nw": {"x": 948.0, "y": 1254.0}}, "position": {"x": 943.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115448, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 1258.0}, "se": {"x": 812.0, "y": 1268.0}, "sw": {"x": 822.0, "y": 1258.0}, "nw": {"x": 822.0, "y": 1268.0}}, "position": {"x": 817.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115449, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 1258.0}, "se": {"x": 826.0, "y": 1268.0}, "sw": {"x": 836.0, "y": 1258.0}, "nw": {"x": 836.0, "y": 1268.0}}, "position": {"x": 831.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115450, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 1258.0}, "se": {"x": 840.0, "y": 1268.0}, "sw": {"x": 850.0, "y": 1258.0}, "nw": {"x": 850.0, "y": 1268.0}}, "position": {"x": 845.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115451, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 1258.0}, "se": {"x": 854.0, "y": 1268.0}, "sw": {"x": 864.0, "y": 1258.0}, "nw": {"x": 864.0, "y": 1268.0}}, "position": {"x": 859.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115452, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 1258.0}, "se": {"x": 868.0, "y": 1268.0}, "sw": {"x": 878.0, "y": 1258.0}, "nw": {"x": 878.0, "y": 1268.0}}, "position": {"x": 873.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115453, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 1258.0}, "se": {"x": 882.0, "y": 1268.0}, "sw": {"x": 892.0, "y": 1258.0}, "nw": {"x": 892.0, "y": 1268.0}}, "position": {"x": 887.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115454, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 1258.0}, "se": {"x": 896.0, "y": 1268.0}, "sw": {"x": 906.0, "y": 1258.0}, "nw": {"x": 906.0, "y": 1268.0}}, "position": {"x": 901.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115455, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 1258.0}, "se": {"x": 910.0, "y": 1268.0}, "sw": {"x": 920.0, "y": 1258.0}, "nw": {"x": 920.0, "y": 1268.0}}, "position": {"x": 915.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115456, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 1258.0}, "se": {"x": 924.0, "y": 1268.0}, "sw": {"x": 934.0, "y": 1258.0}, "nw": {"x": 934.0, "y": 1268.0}}, "position": {"x": 929.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115457, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 1258.0}, "se": {"x": 938.0, "y": 1268.0}, "sw": {"x": 948.0, "y": 1258.0}, "nw": {"x": 948.0, "y": 1268.0}}, "position": {"x": 943.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115458, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 1272.0}, "se": {"x": 812.0, "y": 1282.0}, "sw": {"x": 822.0, "y": 1272.0}, "nw": {"x": 822.0, "y": 1282.0}}, "position": {"x": 817.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115459, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 1272.0}, "se": {"x": 826.0, "y": 1282.0}, "sw": {"x": 836.0, "y": 1272.0}, "nw": {"x": 836.0, "y": 1282.0}}, "position": {"x": 831.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115460, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 1272.0}, "se": {"x": 840.0, "y": 1282.0}, "sw": {"x": 850.0, "y": 1272.0}, "nw": {"x": 850.0, "y": 1282.0}}, "position": {"x": 845.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115461, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 1272.0}, "se": {"x": 854.0, "y": 1282.0}, "sw": {"x": 864.0, "y": 1272.0}, "nw": {"x": 864.0, "y": 1282.0}}, "position": {"x": 859.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115462, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 1272.0}, "se": {"x": 868.0, "y": 1282.0}, "sw": {"x": 878.0, "y": 1272.0}, "nw": {"x": 878.0, "y": 1282.0}}, "position": {"x": 873.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115463, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 1272.0}, "se": {"x": 882.0, "y": 1282.0}, "sw": {"x": 892.0, "y": 1272.0}, "nw": {"x": 892.0, "y": 1282.0}}, "position": {"x": 887.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115464, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 1272.0}, "se": {"x": 896.0, "y": 1282.0}, "sw": {"x": 906.0, "y": 1272.0}, "nw": {"x": 906.0, "y": 1282.0}}, "position": {"x": 901.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115465, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 1272.0}, "se": {"x": 910.0, "y": 1282.0}, "sw": {"x": 920.0, "y": 1272.0}, "nw": {"x": 920.0, "y": 1282.0}}, "position": {"x": 915.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115466, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 1272.0}, "se": {"x": 924.0, "y": 1282.0}, "sw": {"x": 934.0, "y": 1272.0}, "nw": {"x": 934.0, "y": 1282.0}}, "position": {"x": 929.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115467, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 1272.0}, "se": {"x": 938.0, "y": 1282.0}, "sw": {"x": 948.0, "y": 1272.0}, "nw": {"x": 948.0, "y": 1282.0}}, "position": {"x": 943.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}], "5:2": [{"logicalSeatId": 1537115092, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 734.0}, "se": {"x": 1281.0, "y": 744.0}, "sw": {"x": 1291.0, "y": 734.0}, "nw": {"x": 1291.0, "y": 744.0}}, "position": {"x": 1286.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115093, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 734.0}, "se": {"x": 1295.0, "y": 744.0}, "sw": {"x": 1305.0, "y": 734.0}, "nw": {"x": 1305.0, "y": 744.0}}, "position": {"x": 1300.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115094, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 734.0}, "se": {"x": 1309.0, "y": 744.0}, "sw": {"x": 1319.0, "y": 734.0}, "nw": {"x": 1319.0, "y": 744.0}}, "position": {"x": 1314.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115095, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 734.0}, "se": {"x": 1323.0, "y": 744.0}, "sw": {"x": 1333.0, "y": 734.0}, "nw": {"x": 1333.0, "y": 744.0}}, "position": {"x": 1328.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115096, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 734.0}, "se": {"x": 1337.0, "y": 744.0}, "sw": {"x": 1347.0, "y": 734.0}, "nw": {"x": 1347.0, "y": 744.0}}, "position": {"x": 1342.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115097, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 734.0}, "se": {"x": 1351.0, "y": 744.0}, "sw": {"x": 1361.0, "y": 734.0}, "nw": {"x": 1361.0, "y": 744.0}}, "position": {"x": 1356.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115098, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 734.0}, "se": {"x": 1365.0, "y": 744.0}, "sw": {"x": 1375.0, "y": 734.0}, "nw": {"x": 1375.0, "y": 744.0}}, "position": {"x": 1370.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115099, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 734.0}, "se": {"x": 1379.0, "y": 744.0}, "sw": {"x": 1389.0, "y": 734.0}, "nw": {"x": 1389.0, "y": 744.0}}, "position": {"x": 1384.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115102, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 748.0}, "se": {"x": 1281.0, "y": 758.0}, "sw": {"x": 1291.0, "y": 748.0}, "nw": {"x": 1291.0, "y": 758.0}}, "position": {"x": 1286.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115103, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 748.0}, "se": {"x": 1295.0, "y": 758.0}, "sw": {"x": 1305.0, "y": 748.0}, "nw": {"x": 1305.0, "y": 758.0}}, "position": {"x": 1300.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115104, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 748.0}, "se": {"x": 1309.0, "y": 758.0}, "sw": {"x": 1319.0, "y": 748.0}, "nw": {"x": 1319.0, "y": 758.0}}, "position": {"x": 1314.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115105, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 748.0}, "se": {"x": 1323.0, "y": 758.0}, "sw": {"x": 1333.0, "y": 748.0}, "nw": {"x": 1333.0, "y": 758.0}}, "position": {"x": 1328.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115106, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 748.0}, "se": {"x": 1337.0, "y": 758.0}, "sw": {"x": 1347.0, "y": 748.0}, "nw": {"x": 1347.0, "y": 758.0}}, "position": {"x": 1342.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115107, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 748.0}, "se": {"x": 1351.0, "y": 758.0}, "sw": {"x": 1361.0, "y": 748.0}, "nw": {"x": 1361.0, "y": 758.0}}, "position": {"x": 1356.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115108, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 748.0}, "se": {"x": 1365.0, "y": 758.0}, "sw": {"x": 1375.0, "y": 748.0}, "nw": {"x": 1375.0, "y": 758.0}}, "position": {"x": 1370.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115109, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 748.0}, "se": {"x": 1379.0, "y": 758.0}, "sw": {"x": 1389.0, "y": 748.0}, "nw": {"x": 1389.0, "y": 758.0}}, "position": {"x": 1384.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115112, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 762.0}, "se": {"x": 1281.0, "y": 772.0}, "sw": {"x": 1291.0, "y": 762.0}, "nw": {"x": 1291.0, "y": 772.0}}, "position": {"x": 1286.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115113, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 762.0}, "se": {"x": 1295.0, "y": 772.0}, "sw": {"x": 1305.0, "y": 762.0}, "nw": {"x": 1305.0, "y": 772.0}}, "position": {"x": 1300.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115114, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 762.0}, "se": {"x": 1309.0, "y": 772.0}, "sw": {"x": 1319.0, "y": 762.0}, "nw": {"x": 1319.0, "y": 772.0}}, "position": {"x": 1314.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115115, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 762.0}, "se": {"x": 1323.0, "y": 772.0}, "sw": {"x": 1333.0, "y": 762.0}, "nw": {"x": 1333.0, "y": 772.0}}, "position": {"x": 1328.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115116, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 762.0}, "se": {"x": 1337.0, "y": 772.0}, "sw": {"x": 1347.0, "y": 762.0}, "nw": {"x": 1347.0, "y": 772.0}}, "position": {"x": 1342.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115117, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 762.0}, "se": {"x": 1351.0, "y": 772.0}, "sw": {"x": 1361.0, "y": 762.0}, "nw": {"x": 1361.0, "y": 772.0}}, "position": {"x": 1356.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115118, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 762.0}, "se": {"x": 1365.0, "y": 772.0}, "sw": {"x": 1375.0, "y": 762.0}, "nw": {"x": 1375.0, "y": 772.0}}, "position": {"x": 1370.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115119, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 762.0}, "se": {"x": 1379.0, "y": 772.0}, "sw": {"x": 1389.0, "y": 762.0}, "nw": {"x": 1389.0, "y": 772.0}}, "position": {"x": 1384.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115250, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 734.0}, "se": {"x": 1465.0, "y": 744.0}, "sw": {"x": 1475.0, "y": 734.0}, "nw": {"x": 1475.0, "y": 744.0}}, "position": {"x": 1470.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 1\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "1\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00001\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115251, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 734.0}, "se": {"x": 1479.0, "y": 744.0}, "sw": {"x": 1489.0, "y": 734.0}, "nw": {"x": 1489.0, "y": 744.0}}, "position": {"x": 1484.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 1\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "1\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00001\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115252, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 734.0}, "se": {"x": 1493.0, "y": 744.0}, "sw": {"x": 1503.0, "y": 734.0}, "nw": {"x": 1503.0, "y": 744.0}}, "position": {"x": 1498.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 1\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "1\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00001\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115253, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 734.0}, "se": {"x": 1507.0, "y": 744.0}, "sw": {"x": 1517.0, "y": 734.0}, "nw": {"x": 1517.0, "y": 744.0}}, "position": {"x": 1512.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 1\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "1\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00001\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115254, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 748.0}, "se": {"x": 1465.0, "y": 758.0}, "sw": {"x": 1475.0, "y": 748.0}, "nw": {"x": 1475.0, "y": 758.0}}, "position": {"x": 1470.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115255, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 748.0}, "se": {"x": 1479.0, "y": 758.0}, "sw": {"x": 1489.0, "y": 748.0}, "nw": {"x": 1489.0, "y": 758.0}}, "position": {"x": 1484.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115256, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 748.0}, "se": {"x": 1493.0, "y": 758.0}, "sw": {"x": 1503.0, "y": 748.0}, "nw": {"x": 1503.0, "y": 758.0}}, "position": {"x": 1498.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115257, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 748.0}, "se": {"x": 1507.0, "y": 758.0}, "sw": {"x": 1517.0, "y": 748.0}, "nw": {"x": 1517.0, "y": 758.0}}, "position": {"x": 1512.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115258, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 748.0}, "se": {"x": 1521.0, "y": 758.0}, "sw": {"x": 1531.0, "y": 748.0}, "nw": {"x": 1531.0, "y": 758.0}}, "position": {"x": 1526.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115260, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 762.0}, "se": {"x": 1465.0, "y": 772.0}, "sw": {"x": 1475.0, "y": 762.0}, "nw": {"x": 1475.0, "y": 772.0}}, "position": {"x": 1470.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115261, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 762.0}, "se": {"x": 1479.0, "y": 772.0}, "sw": {"x": 1489.0, "y": 762.0}, "nw": {"x": 1489.0, "y": 772.0}}, "position": {"x": 1484.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115262, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 762.0}, "se": {"x": 1493.0, "y": 772.0}, "sw": {"x": 1503.0, "y": 762.0}, "nw": {"x": 1503.0, "y": 772.0}}, "position": {"x": 1498.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115263, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 762.0}, "se": {"x": 1507.0, "y": 772.0}, "sw": {"x": 1517.0, "y": 762.0}, "nw": {"x": 1517.0, "y": 772.0}}, "position": {"x": 1512.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115264, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 762.0}, "se": {"x": 1521.0, "y": 772.0}, "sw": {"x": 1531.0, "y": 762.0}, "nw": {"x": 1531.0, "y": 772.0}}, "position": {"x": 1526.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}], "2:5": [{"logicalSeatId": 1537113443, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1470.0}, "se": {"x": 604.0, "y": 1470.0}, "sw": {"x": 614.0, "y": 1480.0}, "nw": {"x": 604.0, "y": 1480.0}}, "position": {"x": 609.0, "y": 1475.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1392, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113444, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1484.0}, "se": {"x": 604.0, "y": 1484.0}, "sw": {"x": 614.0, "y": 1494.0}, "nw": {"x": 604.0, "y": 1494.0}}, "position": {"x": 609.0, "y": 1489.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1391, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113445, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1498.0}, "se": {"x": 604.0, "y": 1498.0}, "sw": {"x": 614.0, "y": 1508.0}, "nw": {"x": 604.0, "y": 1508.0}}, "position": {"x": 609.0, "y": 1503.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1390, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113446, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1512.0}, "se": {"x": 604.0, "y": 1512.0}, "sw": {"x": 614.0, "y": 1522.0}, "nw": {"x": 604.0, "y": 1522.0}}, "position": {"x": 609.0, "y": 1517.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1389, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113447, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1526.0}, "se": {"x": 604.0, "y": 1526.0}, "sw": {"x": 614.0, "y": 1536.0}, "nw": {"x": 604.0, "y": 1536.0}}, "position": {"x": 609.0, "y": 1531.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1388, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113458, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1470.0}, "se": {"x": 590.0, "y": 1470.0}, "sw": {"x": 600.0, "y": 1480.0}, "nw": {"x": 590.0, "y": 1480.0}}, "position": {"x": 595.0, "y": 1475.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1285, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113459, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1484.0}, "se": {"x": 590.0, "y": 1484.0}, "sw": {"x": 600.0, "y": 1494.0}, "nw": {"x": 590.0, "y": 1494.0}}, "position": {"x": 595.0, "y": 1489.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1284, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113460, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1498.0}, "se": {"x": 590.0, "y": 1498.0}, "sw": {"x": 600.0, "y": 1508.0}, "nw": {"x": 590.0, "y": 1508.0}}, "position": {"x": 595.0, "y": 1503.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1283, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113461, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1512.0}, "se": {"x": 590.0, "y": 1512.0}, "sw": {"x": 600.0, "y": 1522.0}, "nw": {"x": 590.0, "y": 1522.0}}, "position": {"x": 595.0, "y": 1517.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1282, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113462, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1526.0}, "se": {"x": 590.0, "y": 1526.0}, "sw": {"x": 600.0, "y": 1536.0}, "nw": {"x": 590.0, "y": 1536.0}}, "position": {"x": 595.0, "y": 1531.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1281, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113474, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1470.0}, "se": {"x": 576.0, "y": 1470.0}, "sw": {"x": 586.0, "y": 1480.0}, "nw": {"x": 576.0, "y": 1480.0}}, "position": {"x": 581.0, "y": 1475.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1198, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113475, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1484.0}, "se": {"x": 576.0, "y": 1484.0}, "sw": {"x": 586.0, "y": 1494.0}, "nw": {"x": 576.0, "y": 1494.0}}, "position": {"x": 581.0, "y": 1489.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1197, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113476, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1498.0}, "se": {"x": 576.0, "y": 1498.0}, "sw": {"x": 586.0, "y": 1508.0}, "nw": {"x": 576.0, "y": 1508.0}}, "position": {"x": 581.0, "y": 1503.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1196, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113477, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1512.0}, "se": {"x": 576.0, "y": 1512.0}, "sw": {"x": 586.0, "y": 1522.0}, "nw": {"x": 576.0, "y": 1522.0}}, "position": {"x": 581.0, "y": 1517.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1195, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113478, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1526.0}, "se": {"x": 576.0, "y": 1526.0}, "sw": {"x": 586.0, "y": 1536.0}, "nw": {"x": 576.0, "y": 1536.0}}, "position": {"x": 581.0, "y": 1531.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1194, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113492, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1470.0}, "se": {"x": 562.0, "y": 1470.0}, "sw": {"x": 572.0, "y": 1480.0}, "nw": {"x": 562.0, "y": 1480.0}}, "position": {"x": 567.0, "y": 1475.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113493, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1484.0}, "se": {"x": 562.0, "y": 1484.0}, "sw": {"x": 572.0, "y": 1494.0}, "nw": {"x": 562.0, "y": 1494.0}}, "position": {"x": 567.0, "y": 1489.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113494, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1498.0}, "se": {"x": 562.0, "y": 1498.0}, "sw": {"x": 572.0, "y": 1508.0}, "nw": {"x": 562.0, "y": 1508.0}}, "position": {"x": 567.0, "y": 1503.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113495, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1512.0}, "se": {"x": 562.0, "y": 1512.0}, "sw": {"x": 572.0, "y": 1522.0}, "nw": {"x": 562.0, "y": 1522.0}}, "position": {"x": 567.0, "y": 1517.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113496, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1526.0}, "se": {"x": 562.0, "y": 1526.0}, "sw": {"x": 572.0, "y": 1536.0}, "nw": {"x": 562.0, "y": 1536.0}}, "position": {"x": 567.0, "y": 1531.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113753, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1276.0}, "se": {"x": 604.0, "y": 1276.0}, "sw": {"x": 614.0, "y": 1286.0}, "nw": {"x": 604.0, "y": 1286.0}}, "position": {"x": 609.0, "y": 1281.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1404, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113754, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1290.0}, "se": {"x": 604.0, "y": 1290.0}, "sw": {"x": 614.0, "y": 1300.0}, "nw": {"x": 604.0, "y": 1300.0}}, "position": {"x": 609.0, "y": 1295.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1403, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113755, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1304.0}, "se": {"x": 604.0, "y": 1304.0}, "sw": {"x": 614.0, "y": 1314.0}, "nw": {"x": 604.0, "y": 1314.0}}, "position": {"x": 609.0, "y": 1309.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1402, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113756, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1318.0}, "se": {"x": 604.0, "y": 1318.0}, "sw": {"x": 614.0, "y": 1328.0}, "nw": {"x": 604.0, "y": 1328.0}}, "position": {"x": 609.0, "y": 1323.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1401, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113757, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1332.0}, "se": {"x": 604.0, "y": 1332.0}, "sw": {"x": 614.0, "y": 1342.0}, "nw": {"x": 604.0, "y": 1342.0}}, "position": {"x": 609.0, "y": 1337.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1400, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113758, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1346.0}, "se": {"x": 604.0, "y": 1346.0}, "sw": {"x": 614.0, "y": 1356.0}, "nw": {"x": 604.0, "y": 1356.0}}, "position": {"x": 609.0, "y": 1351.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1399, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113759, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1360.0}, "se": {"x": 604.0, "y": 1360.0}, "sw": {"x": 614.0, "y": 1370.0}, "nw": {"x": 604.0, "y": 1370.0}}, "position": {"x": 609.0, "y": 1365.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1398, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113760, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1374.0}, "se": {"x": 604.0, "y": 1374.0}, "sw": {"x": 614.0, "y": 1384.0}, "nw": {"x": 604.0, "y": 1384.0}}, "position": {"x": 609.0, "y": 1379.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1397, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113761, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1388.0}, "se": {"x": 604.0, "y": 1388.0}, "sw": {"x": 614.0, "y": 1398.0}, "nw": {"x": 604.0, "y": 1398.0}}, "position": {"x": 609.0, "y": 1393.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1396, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113762, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1402.0}, "se": {"x": 604.0, "y": 1402.0}, "sw": {"x": 614.0, "y": 1412.0}, "nw": {"x": 604.0, "y": 1412.0}}, "position": {"x": 609.0, "y": 1407.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1395, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113763, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1416.0}, "se": {"x": 604.0, "y": 1416.0}, "sw": {"x": 614.0, "y": 1426.0}, "nw": {"x": 604.0, "y": 1426.0}}, "position": {"x": 609.0, "y": 1421.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1394, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113764, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1430.0}, "se": {"x": 604.0, "y": 1430.0}, "sw": {"x": 614.0, "y": 1440.0}, "nw": {"x": 604.0, "y": 1440.0}}, "position": {"x": 609.0, "y": 1435.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1393, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400021\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113774, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1276.0}, "se": {"x": 590.0, "y": 1276.0}, "sw": {"x": 600.0, "y": 1286.0}, "nw": {"x": 590.0, "y": 1286.0}}, "position": {"x": 595.0, "y": 1281.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1297, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113775, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1290.0}, "se": {"x": 590.0, "y": 1290.0}, "sw": {"x": 600.0, "y": 1300.0}, "nw": {"x": 590.0, "y": 1300.0}}, "position": {"x": 595.0, "y": 1295.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1296, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113776, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1304.0}, "se": {"x": 590.0, "y": 1304.0}, "sw": {"x": 600.0, "y": 1314.0}, "nw": {"x": 590.0, "y": 1314.0}}, "position": {"x": 595.0, "y": 1309.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1295, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113777, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1318.0}, "se": {"x": 590.0, "y": 1318.0}, "sw": {"x": 600.0, "y": 1328.0}, "nw": {"x": 590.0, "y": 1328.0}}, "position": {"x": 595.0, "y": 1323.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1294, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113778, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1332.0}, "se": {"x": 590.0, "y": 1332.0}, "sw": {"x": 600.0, "y": 1342.0}, "nw": {"x": 590.0, "y": 1342.0}}, "position": {"x": 595.0, "y": 1337.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1293, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113779, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1346.0}, "se": {"x": 590.0, "y": 1346.0}, "sw": {"x": 600.0, "y": 1356.0}, "nw": {"x": 590.0, "y": 1356.0}}, "position": {"x": 595.0, "y": 1351.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1292, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113780, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1360.0}, "se": {"x": 590.0, "y": 1360.0}, "sw": {"x": 600.0, "y": 1370.0}, "nw": {"x": 590.0, "y": 1370.0}}, "position": {"x": 595.0, "y": 1365.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1291, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113781, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1374.0}, "se": {"x": 590.0, "y": 1374.0}, "sw": {"x": 600.0, "y": 1384.0}, "nw": {"x": 590.0, "y": 1384.0}}, "position": {"x": 595.0, "y": 1379.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1290, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113782, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1388.0}, "se": {"x": 590.0, "y": 1388.0}, "sw": {"x": 600.0, "y": 1398.0}, "nw": {"x": 590.0, "y": 1398.0}}, "position": {"x": 595.0, "y": 1393.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1289, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113783, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1402.0}, "se": {"x": 590.0, "y": 1402.0}, "sw": {"x": 600.0, "y": 1412.0}, "nw": {"x": 590.0, "y": 1412.0}}, "position": {"x": 595.0, "y": 1407.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1288, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113784, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1416.0}, "se": {"x": 590.0, "y": 1416.0}, "sw": {"x": 600.0, "y": 1426.0}, "nw": {"x": 590.0, "y": 1426.0}}, "position": {"x": 595.0, "y": 1421.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1287, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113785, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1430.0}, "se": {"x": 590.0, "y": 1430.0}, "sw": {"x": 600.0, "y": 1440.0}, "nw": {"x": 590.0, "y": 1440.0}}, "position": {"x": 595.0, "y": 1435.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1286, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400021\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113795, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1276.0}, "se": {"x": 576.0, "y": 1276.0}, "sw": {"x": 586.0, "y": 1286.0}, "nw": {"x": 576.0, "y": 1286.0}}, "position": {"x": 581.0, "y": 1281.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1210, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113796, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1290.0}, "se": {"x": 576.0, "y": 1290.0}, "sw": {"x": 586.0, "y": 1300.0}, "nw": {"x": 576.0, "y": 1300.0}}, "position": {"x": 581.0, "y": 1295.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1209, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113797, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1304.0}, "se": {"x": 576.0, "y": 1304.0}, "sw": {"x": 586.0, "y": 1314.0}, "nw": {"x": 576.0, "y": 1314.0}}, "position": {"x": 581.0, "y": 1309.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1208, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113798, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1318.0}, "se": {"x": 576.0, "y": 1318.0}, "sw": {"x": 586.0, "y": 1328.0}, "nw": {"x": 576.0, "y": 1328.0}}, "position": {"x": 581.0, "y": 1323.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1207, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113799, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1332.0}, "se": {"x": 576.0, "y": 1332.0}, "sw": {"x": 586.0, "y": 1342.0}, "nw": {"x": 576.0, "y": 1342.0}}, "position": {"x": 581.0, "y": 1337.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1206, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113800, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1346.0}, "se": {"x": 576.0, "y": 1346.0}, "sw": {"x": 586.0, "y": 1356.0}, "nw": {"x": 576.0, "y": 1356.0}}, "position": {"x": 581.0, "y": 1351.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1205, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113801, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1360.0}, "se": {"x": 576.0, "y": 1360.0}, "sw": {"x": 586.0, "y": 1370.0}, "nw": {"x": 576.0, "y": 1370.0}}, "position": {"x": 581.0, "y": 1365.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1204, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113802, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1374.0}, "se": {"x": 576.0, "y": 1374.0}, "sw": {"x": 586.0, "y": 1384.0}, "nw": {"x": 576.0, "y": 1384.0}}, "position": {"x": 581.0, "y": 1379.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1203, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113803, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1388.0}, "se": {"x": 576.0, "y": 1388.0}, "sw": {"x": 586.0, "y": 1398.0}, "nw": {"x": 576.0, "y": 1398.0}}, "position": {"x": 581.0, "y": 1393.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1202, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113804, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1402.0}, "se": {"x": 576.0, "y": 1402.0}, "sw": {"x": 586.0, "y": 1412.0}, "nw": {"x": 576.0, "y": 1412.0}}, "position": {"x": 581.0, "y": 1407.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1201, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113805, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1416.0}, "se": {"x": 576.0, "y": 1416.0}, "sw": {"x": 586.0, "y": 1426.0}, "nw": {"x": 576.0, "y": 1426.0}}, "position": {"x": 581.0, "y": 1421.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1200, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113806, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1430.0}, "se": {"x": 576.0, "y": 1430.0}, "sw": {"x": 586.0, "y": 1440.0}, "nw": {"x": 576.0, "y": 1440.0}}, "position": {"x": 581.0, "y": 1435.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1199, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400021\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113816, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1276.0}, "se": {"x": 562.0, "y": 1276.0}, "sw": {"x": 572.0, "y": 1286.0}, "nw": {"x": 562.0, "y": 1286.0}}, "position": {"x": 567.0, "y": 1281.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113817, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1290.0}, "se": {"x": 562.0, "y": 1290.0}, "sw": {"x": 572.0, "y": 1300.0}, "nw": {"x": 562.0, "y": 1300.0}}, "position": {"x": 567.0, "y": 1295.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113818, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1304.0}, "se": {"x": 562.0, "y": 1304.0}, "sw": {"x": 572.0, "y": 1314.0}, "nw": {"x": 562.0, "y": 1314.0}}, "position": {"x": 567.0, "y": 1309.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113819, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1318.0}, "se": {"x": 562.0, "y": 1318.0}, "sw": {"x": 572.0, "y": 1328.0}, "nw": {"x": 562.0, "y": 1328.0}}, "position": {"x": 567.0, "y": 1323.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113820, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1332.0}, "se": {"x": 562.0, "y": 1332.0}, "sw": {"x": 572.0, "y": 1342.0}, "nw": {"x": 562.0, "y": 1342.0}}, "position": {"x": 567.0, "y": 1337.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113821, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1346.0}, "se": {"x": 562.0, "y": 1346.0}, "sw": {"x": 572.0, "y": 1356.0}, "nw": {"x": 562.0, "y": 1356.0}}, "position": {"x": 567.0, "y": 1351.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113822, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1360.0}, "se": {"x": 562.0, "y": 1360.0}, "sw": {"x": 572.0, "y": 1370.0}, "nw": {"x": 562.0, "y": 1370.0}}, "position": {"x": 567.0, "y": 1365.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113823, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1374.0}, "se": {"x": 562.0, "y": 1374.0}, "sw": {"x": 572.0, "y": 1384.0}, "nw": {"x": 562.0, "y": 1384.0}}, "position": {"x": 567.0, "y": 1379.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113824, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1388.0}, "se": {"x": 562.0, "y": 1388.0}, "sw": {"x": 572.0, "y": 1398.0}, "nw": {"x": 562.0, "y": 1398.0}}, "position": {"x": 567.0, "y": 1393.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113825, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1402.0}, "se": {"x": 562.0, "y": 1402.0}, "sw": {"x": 572.0, "y": 1412.0}, "nw": {"x": 562.0, "y": 1412.0}}, "position": {"x": 567.0, "y": 1407.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113826, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1416.0}, "se": {"x": 562.0, "y": 1416.0}, "sw": {"x": 572.0, "y": 1426.0}, "nw": {"x": 562.0, "y": 1426.0}}, "position": {"x": 567.0, "y": 1421.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113827, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1430.0}, "se": {"x": 562.0, "y": 1430.0}, "sw": {"x": 572.0, "y": 1440.0}, "nw": {"x": 562.0, "y": 1440.0}}, "position": {"x": 567.0, "y": 1435.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400021\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}], "4:3": [{"logicalSeatId": 1537114960, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 776.0}, "se": {"x": 1031.0, "y": 786.0}, "sw": {"x": 1041.0, "y": 776.0}, "nw": {"x": 1041.0, "y": 786.0}}, "position": {"x": 1036.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114961, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 776.0}, "se": {"x": 1045.0, "y": 786.0}, "sw": {"x": 1055.0, "y": 776.0}, "nw": {"x": 1055.0, "y": 786.0}}, "position": {"x": 1050.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114962, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 776.0}, "se": {"x": 1059.0, "y": 786.0}, "sw": {"x": 1069.0, "y": 776.0}, "nw": {"x": 1069.0, "y": 786.0}}, "position": {"x": 1064.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114963, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 776.0}, "se": {"x": 1073.0, "y": 786.0}, "sw": {"x": 1083.0, "y": 776.0}, "nw": {"x": 1083.0, "y": 786.0}}, "position": {"x": 1078.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114964, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 776.0}, "se": {"x": 1087.0, "y": 786.0}, "sw": {"x": 1097.0, "y": 776.0}, "nw": {"x": 1097.0, "y": 786.0}}, "position": {"x": 1092.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114965, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 776.0}, "se": {"x": 1101.0, "y": 786.0}, "sw": {"x": 1111.0, "y": 776.0}, "nw": {"x": 1111.0, "y": 786.0}}, "position": {"x": 1106.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114966, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 776.0}, "se": {"x": 1115.0, "y": 786.0}, "sw": {"x": 1125.0, "y": 776.0}, "nw": {"x": 1125.0, "y": 786.0}}, "position": {"x": 1120.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114967, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 776.0}, "se": {"x": 1129.0, "y": 786.0}, "sw": {"x": 1139.0, "y": 776.0}, "nw": {"x": 1139.0, "y": 786.0}}, "position": {"x": 1134.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114968, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 776.0}, "se": {"x": 1143.0, "y": 786.0}, "sw": {"x": 1153.0, "y": 776.0}, "nw": {"x": 1153.0, "y": 786.0}}, "position": {"x": 1148.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114969, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 776.0}, "se": {"x": 1157.0, "y": 786.0}, "sw": {"x": 1167.0, "y": 776.0}, "nw": {"x": 1167.0, "y": 786.0}}, "position": {"x": 1162.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114970, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 790.0}, "se": {"x": 1031.0, "y": 800.0}, "sw": {"x": 1041.0, "y": 790.0}, "nw": {"x": 1041.0, "y": 800.0}}, "position": {"x": 1036.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114971, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 790.0}, "se": {"x": 1045.0, "y": 800.0}, "sw": {"x": 1055.0, "y": 790.0}, "nw": {"x": 1055.0, "y": 800.0}}, "position": {"x": 1050.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114972, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 790.0}, "se": {"x": 1059.0, "y": 800.0}, "sw": {"x": 1069.0, "y": 790.0}, "nw": {"x": 1069.0, "y": 800.0}}, "position": {"x": 1064.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114973, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 790.0}, "se": {"x": 1073.0, "y": 800.0}, "sw": {"x": 1083.0, "y": 790.0}, "nw": {"x": 1083.0, "y": 800.0}}, "position": {"x": 1078.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114974, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 790.0}, "se": {"x": 1087.0, "y": 800.0}, "sw": {"x": 1097.0, "y": 790.0}, "nw": {"x": 1097.0, "y": 800.0}}, "position": {"x": 1092.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114975, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 790.0}, "se": {"x": 1101.0, "y": 800.0}, "sw": {"x": 1111.0, "y": 790.0}, "nw": {"x": 1111.0, "y": 800.0}}, "position": {"x": 1106.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114976, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 790.0}, "se": {"x": 1115.0, "y": 800.0}, "sw": {"x": 1125.0, "y": 790.0}, "nw": {"x": 1125.0, "y": 800.0}}, "position": {"x": 1120.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114977, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 790.0}, "se": {"x": 1129.0, "y": 800.0}, "sw": {"x": 1139.0, "y": 790.0}, "nw": {"x": 1139.0, "y": 800.0}}, "position": {"x": 1134.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114978, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 790.0}, "se": {"x": 1143.0, "y": 800.0}, "sw": {"x": 1153.0, "y": 790.0}, "nw": {"x": 1153.0, "y": 800.0}}, "position": {"x": 1148.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114979, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 790.0}, "se": {"x": 1157.0, "y": 800.0}, "sw": {"x": 1167.0, "y": 790.0}, "nw": {"x": 1167.0, "y": 800.0}}, "position": {"x": 1162.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114980, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 804.0}, "se": {"x": 1031.0, "y": 814.0}, "sw": {"x": 1041.0, "y": 804.0}, "nw": {"x": 1041.0, "y": 814.0}}, "position": {"x": 1036.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114981, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 804.0}, "se": {"x": 1045.0, "y": 814.0}, "sw": {"x": 1055.0, "y": 804.0}, "nw": {"x": 1055.0, "y": 814.0}}, "position": {"x": 1050.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114982, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 804.0}, "se": {"x": 1059.0, "y": 814.0}, "sw": {"x": 1069.0, "y": 804.0}, "nw": {"x": 1069.0, "y": 814.0}}, "position": {"x": 1064.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114983, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 804.0}, "se": {"x": 1073.0, "y": 814.0}, "sw": {"x": 1083.0, "y": 804.0}, "nw": {"x": 1083.0, "y": 814.0}}, "position": {"x": 1078.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114984, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 804.0}, "se": {"x": 1087.0, "y": 814.0}, "sw": {"x": 1097.0, "y": 804.0}, "nw": {"x": 1097.0, "y": 814.0}}, "position": {"x": 1092.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114985, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 804.0}, "se": {"x": 1101.0, "y": 814.0}, "sw": {"x": 1111.0, "y": 804.0}, "nw": {"x": 1111.0, "y": 814.0}}, "position": {"x": 1106.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114986, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 804.0}, "se": {"x": 1115.0, "y": 814.0}, "sw": {"x": 1125.0, "y": 804.0}, "nw": {"x": 1125.0, "y": 814.0}}, "position": {"x": 1120.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114987, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 804.0}, "se": {"x": 1129.0, "y": 814.0}, "sw": {"x": 1139.0, "y": 804.0}, "nw": {"x": 1139.0, "y": 814.0}}, "position": {"x": 1134.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114988, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 804.0}, "se": {"x": 1143.0, "y": 814.0}, "sw": {"x": 1153.0, "y": 804.0}, "nw": {"x": 1153.0, "y": 814.0}}, "position": {"x": 1148.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114989, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 804.0}, "se": {"x": 1157.0, "y": 814.0}, "sw": {"x": 1167.0, "y": 804.0}, "nw": {"x": 1167.0, "y": 814.0}}, "position": {"x": 1162.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114990, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 818.0}, "se": {"x": 1031.0, "y": 828.0}, "sw": {"x": 1041.0, "y": 818.0}, "nw": {"x": 1041.0, "y": 828.0}}, "position": {"x": 1036.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114991, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 818.0}, "se": {"x": 1045.0, "y": 828.0}, "sw": {"x": 1055.0, "y": 818.0}, "nw": {"x": 1055.0, "y": 828.0}}, "position": {"x": 1050.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114992, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 818.0}, "se": {"x": 1059.0, "y": 828.0}, "sw": {"x": 1069.0, "y": 818.0}, "nw": {"x": 1069.0, "y": 828.0}}, "position": {"x": 1064.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114993, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 818.0}, "se": {"x": 1073.0, "y": 828.0}, "sw": {"x": 1083.0, "y": 818.0}, "nw": {"x": 1083.0, "y": 828.0}}, "position": {"x": 1078.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114994, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 818.0}, "se": {"x": 1087.0, "y": 828.0}, "sw": {"x": 1097.0, "y": 818.0}, "nw": {"x": 1097.0, "y": 828.0}}, "position": {"x": 1092.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114995, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 818.0}, "se": {"x": 1101.0, "y": 828.0}, "sw": {"x": 1111.0, "y": 818.0}, "nw": {"x": 1111.0, "y": 828.0}}, "position": {"x": 1106.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114996, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 818.0}, "se": {"x": 1115.0, "y": 828.0}, "sw": {"x": 1125.0, "y": 818.0}, "nw": {"x": 1125.0, "y": 828.0}}, "position": {"x": 1120.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114997, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 818.0}, "se": {"x": 1129.0, "y": 828.0}, "sw": {"x": 1139.0, "y": 818.0}, "nw": {"x": 1139.0, "y": 828.0}}, "position": {"x": 1134.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114998, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 818.0}, "se": {"x": 1143.0, "y": 828.0}, "sw": {"x": 1153.0, "y": 818.0}, "nw": {"x": 1153.0, "y": 828.0}}, "position": {"x": 1148.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537114999, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 818.0}, "se": {"x": 1157.0, "y": 828.0}, "sw": {"x": 1167.0, "y": 818.0}, "nw": {"x": 1167.0, "y": 828.0}}, "position": {"x": 1162.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115000, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 832.0}, "se": {"x": 1031.0, "y": 842.0}, "sw": {"x": 1041.0, "y": 832.0}, "nw": {"x": 1041.0, "y": 842.0}}, "position": {"x": 1036.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115001, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 832.0}, "se": {"x": 1045.0, "y": 842.0}, "sw": {"x": 1055.0, "y": 832.0}, "nw": {"x": 1055.0, "y": 842.0}}, "position": {"x": 1050.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115002, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 832.0}, "se": {"x": 1059.0, "y": 842.0}, "sw": {"x": 1069.0, "y": 832.0}, "nw": {"x": 1069.0, "y": 842.0}}, "position": {"x": 1064.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115003, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 832.0}, "se": {"x": 1073.0, "y": 842.0}, "sw": {"x": 1083.0, "y": 832.0}, "nw": {"x": 1083.0, "y": 842.0}}, "position": {"x": 1078.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115004, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 832.0}, "se": {"x": 1087.0, "y": 842.0}, "sw": {"x": 1097.0, "y": 832.0}, "nw": {"x": 1097.0, "y": 842.0}}, "position": {"x": 1092.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115005, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 832.0}, "se": {"x": 1101.0, "y": 842.0}, "sw": {"x": 1111.0, "y": 832.0}, "nw": {"x": 1111.0, "y": 842.0}}, "position": {"x": 1106.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115006, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 832.0}, "se": {"x": 1115.0, "y": 842.0}, "sw": {"x": 1125.0, "y": 832.0}, "nw": {"x": 1125.0, "y": 842.0}}, "position": {"x": 1120.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115007, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 832.0}, "se": {"x": 1129.0, "y": 842.0}, "sw": {"x": 1139.0, "y": 832.0}, "nw": {"x": 1139.0, "y": 842.0}}, "position": {"x": 1134.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115008, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 832.0}, "se": {"x": 1143.0, "y": 842.0}, "sw": {"x": 1153.0, "y": 832.0}, "nw": {"x": 1153.0, "y": 842.0}}, "position": {"x": 1148.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115009, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 832.0}, "se": {"x": 1157.0, "y": 842.0}, "sw": {"x": 1167.0, "y": 832.0}, "nw": {"x": 1167.0, "y": 842.0}}, "position": {"x": 1162.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115010, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 873.0}, "se": {"x": 1031.0, "y": 883.0}, "sw": {"x": 1041.0, "y": 873.0}, "nw": {"x": 1041.0, "y": 883.0}}, "position": {"x": 1036.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115011, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 873.0}, "se": {"x": 1045.0, "y": 883.0}, "sw": {"x": 1055.0, "y": 873.0}, "nw": {"x": 1055.0, "y": 883.0}}, "position": {"x": 1050.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115012, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 873.0}, "se": {"x": 1059.0, "y": 883.0}, "sw": {"x": 1069.0, "y": 873.0}, "nw": {"x": 1069.0, "y": 883.0}}, "position": {"x": 1064.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115013, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 873.0}, "se": {"x": 1073.0, "y": 883.0}, "sw": {"x": 1083.0, "y": 873.0}, "nw": {"x": 1083.0, "y": 883.0}}, "position": {"x": 1078.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115014, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 873.0}, "se": {"x": 1087.0, "y": 883.0}, "sw": {"x": 1097.0, "y": 873.0}, "nw": {"x": 1097.0, "y": 883.0}}, "position": {"x": 1092.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115015, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 873.0}, "se": {"x": 1101.0, "y": 883.0}, "sw": {"x": 1111.0, "y": 873.0}, "nw": {"x": 1111.0, "y": 883.0}}, "position": {"x": 1106.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115016, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 873.0}, "se": {"x": 1115.0, "y": 883.0}, "sw": {"x": 1125.0, "y": 873.0}, "nw": {"x": 1125.0, "y": 883.0}}, "position": {"x": 1120.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115017, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 873.0}, "se": {"x": 1129.0, "y": 883.0}, "sw": {"x": 1139.0, "y": 873.0}, "nw": {"x": 1139.0, "y": 883.0}}, "position": {"x": 1134.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115018, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 873.0}, "se": {"x": 1143.0, "y": 883.0}, "sw": {"x": 1153.0, "y": 873.0}, "nw": {"x": 1153.0, "y": 883.0}}, "position": {"x": 1148.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115019, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 873.0}, "se": {"x": 1157.0, "y": 883.0}, "sw": {"x": 1167.0, "y": 873.0}, "nw": {"x": 1167.0, "y": 883.0}}, "position": {"x": 1162.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115020, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 887.0}, "se": {"x": 1031.0, "y": 897.0}, "sw": {"x": 1041.0, "y": 887.0}, "nw": {"x": 1041.0, "y": 897.0}}, "position": {"x": 1036.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115021, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 887.0}, "se": {"x": 1045.0, "y": 897.0}, "sw": {"x": 1055.0, "y": 887.0}, "nw": {"x": 1055.0, "y": 897.0}}, "position": {"x": 1050.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115022, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 887.0}, "se": {"x": 1059.0, "y": 897.0}, "sw": {"x": 1069.0, "y": 887.0}, "nw": {"x": 1069.0, "y": 897.0}}, "position": {"x": 1064.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115023, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 887.0}, "se": {"x": 1073.0, "y": 897.0}, "sw": {"x": 1083.0, "y": 887.0}, "nw": {"x": 1083.0, "y": 897.0}}, "position": {"x": 1078.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115024, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 887.0}, "se": {"x": 1087.0, "y": 897.0}, "sw": {"x": 1097.0, "y": 887.0}, "nw": {"x": 1097.0, "y": 897.0}}, "position": {"x": 1092.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115025, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 887.0}, "se": {"x": 1101.0, "y": 897.0}, "sw": {"x": 1111.0, "y": 887.0}, "nw": {"x": 1111.0, "y": 897.0}}, "position": {"x": 1106.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115026, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 887.0}, "se": {"x": 1115.0, "y": 897.0}, "sw": {"x": 1125.0, "y": 887.0}, "nw": {"x": 1125.0, "y": 897.0}}, "position": {"x": 1120.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115027, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 887.0}, "se": {"x": 1129.0, "y": 897.0}, "sw": {"x": 1139.0, "y": 887.0}, "nw": {"x": 1139.0, "y": 897.0}}, "position": {"x": 1134.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115028, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 887.0}, "se": {"x": 1143.0, "y": 897.0}, "sw": {"x": 1153.0, "y": 887.0}, "nw": {"x": 1153.0, "y": 897.0}}, "position": {"x": 1148.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115029, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 887.0}, "se": {"x": 1157.0, "y": 897.0}, "sw": {"x": 1167.0, "y": 887.0}, "nw": {"x": 1167.0, "y": 897.0}}, "position": {"x": 1162.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115030, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 901.0}, "se": {"x": 1031.0, "y": 911.0}, "sw": {"x": 1041.0, "y": 901.0}, "nw": {"x": 1041.0, "y": 911.0}}, "position": {"x": 1036.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115031, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 901.0}, "se": {"x": 1045.0, "y": 911.0}, "sw": {"x": 1055.0, "y": 901.0}, "nw": {"x": 1055.0, "y": 911.0}}, "position": {"x": 1050.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115032, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 901.0}, "se": {"x": 1059.0, "y": 911.0}, "sw": {"x": 1069.0, "y": 901.0}, "nw": {"x": 1069.0, "y": 911.0}}, "position": {"x": 1064.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115033, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 901.0}, "se": {"x": 1073.0, "y": 911.0}, "sw": {"x": 1083.0, "y": 901.0}, "nw": {"x": 1083.0, "y": 911.0}}, "position": {"x": 1078.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115034, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 901.0}, "se": {"x": 1087.0, "y": 911.0}, "sw": {"x": 1097.0, "y": 901.0}, "nw": {"x": 1097.0, "y": 911.0}}, "position": {"x": 1092.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115035, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 901.0}, "se": {"x": 1101.0, "y": 911.0}, "sw": {"x": 1111.0, "y": 901.0}, "nw": {"x": 1111.0, "y": 911.0}}, "position": {"x": 1106.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115036, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 901.0}, "se": {"x": 1115.0, "y": 911.0}, "sw": {"x": 1125.0, "y": 901.0}, "nw": {"x": 1125.0, "y": 911.0}}, "position": {"x": 1120.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115037, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 901.0}, "se": {"x": 1129.0, "y": 911.0}, "sw": {"x": 1139.0, "y": 901.0}, "nw": {"x": 1139.0, "y": 911.0}}, "position": {"x": 1134.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115038, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 901.0}, "se": {"x": 1143.0, "y": 911.0}, "sw": {"x": 1153.0, "y": 901.0}, "nw": {"x": 1153.0, "y": 911.0}}, "position": {"x": 1148.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115039, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 901.0}, "se": {"x": 1157.0, "y": 911.0}, "sw": {"x": 1167.0, "y": 901.0}, "nw": {"x": 1167.0, "y": 911.0}}, "position": {"x": 1162.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115040, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 915.0}, "se": {"x": 1031.0, "y": 925.0}, "sw": {"x": 1041.0, "y": 915.0}, "nw": {"x": 1041.0, "y": 925.0}}, "position": {"x": 1036.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115041, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 915.0}, "se": {"x": 1045.0, "y": 925.0}, "sw": {"x": 1055.0, "y": 915.0}, "nw": {"x": 1055.0, "y": 925.0}}, "position": {"x": 1050.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115042, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 915.0}, "se": {"x": 1059.0, "y": 925.0}, "sw": {"x": 1069.0, "y": 915.0}, "nw": {"x": 1069.0, "y": 925.0}}, "position": {"x": 1064.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115043, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 915.0}, "se": {"x": 1073.0, "y": 925.0}, "sw": {"x": 1083.0, "y": 915.0}, "nw": {"x": 1083.0, "y": 925.0}}, "position": {"x": 1078.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115044, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 915.0}, "se": {"x": 1087.0, "y": 925.0}, "sw": {"x": 1097.0, "y": 915.0}, "nw": {"x": 1097.0, "y": 925.0}}, "position": {"x": 1092.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115045, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 915.0}, "se": {"x": 1101.0, "y": 925.0}, "sw": {"x": 1111.0, "y": 915.0}, "nw": {"x": 1111.0, "y": 925.0}}, "position": {"x": 1106.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115046, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 915.0}, "se": {"x": 1115.0, "y": 925.0}, "sw": {"x": 1125.0, "y": 915.0}, "nw": {"x": 1125.0, "y": 925.0}}, "position": {"x": 1120.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115047, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 915.0}, "se": {"x": 1129.0, "y": 925.0}, "sw": {"x": 1139.0, "y": 915.0}, "nw": {"x": 1139.0, "y": 925.0}}, "position": {"x": 1134.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115048, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 915.0}, "se": {"x": 1143.0, "y": 925.0}, "sw": {"x": 1153.0, "y": 915.0}, "nw": {"x": 1153.0, "y": 925.0}}, "position": {"x": 1148.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115049, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 915.0}, "se": {"x": 1157.0, "y": 925.0}, "sw": {"x": 1167.0, "y": 915.0}, "nw": {"x": 1167.0, "y": 925.0}}, "position": {"x": 1162.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115050, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 929.0}, "se": {"x": 1031.0, "y": 939.0}, "sw": {"x": 1041.0, "y": 929.0}, "nw": {"x": 1041.0, "y": 939.0}}, "position": {"x": 1036.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115051, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 929.0}, "se": {"x": 1045.0, "y": 939.0}, "sw": {"x": 1055.0, "y": 929.0}, "nw": {"x": 1055.0, "y": 939.0}}, "position": {"x": 1050.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115052, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 929.0}, "se": {"x": 1059.0, "y": 939.0}, "sw": {"x": 1069.0, "y": 929.0}, "nw": {"x": 1069.0, "y": 939.0}}, "position": {"x": 1064.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115053, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 929.0}, "se": {"x": 1073.0, "y": 939.0}, "sw": {"x": 1083.0, "y": 929.0}, "nw": {"x": 1083.0, "y": 939.0}}, "position": {"x": 1078.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115054, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 929.0}, "se": {"x": 1087.0, "y": 939.0}, "sw": {"x": 1097.0, "y": 929.0}, "nw": {"x": 1097.0, "y": 939.0}}, "position": {"x": 1092.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115055, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 929.0}, "se": {"x": 1101.0, "y": 939.0}, "sw": {"x": 1111.0, "y": 929.0}, "nw": {"x": 1111.0, "y": 939.0}}, "position": {"x": 1106.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115056, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 929.0}, "se": {"x": 1115.0, "y": 939.0}, "sw": {"x": 1125.0, "y": 929.0}, "nw": {"x": 1125.0, "y": 939.0}}, "position": {"x": 1120.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115057, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 929.0}, "se": {"x": 1129.0, "y": 939.0}, "sw": {"x": 1139.0, "y": 929.0}, "nw": {"x": 1139.0, "y": 939.0}}, "position": {"x": 1134.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115058, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 929.0}, "se": {"x": 1143.0, "y": 939.0}, "sw": {"x": 1153.0, "y": 929.0}, "nw": {"x": 1153.0, "y": 939.0}}, "position": {"x": 1148.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115059, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 929.0}, "se": {"x": 1157.0, "y": 939.0}, "sw": {"x": 1167.0, "y": 929.0}, "nw": {"x": 1167.0, "y": 939.0}}, "position": {"x": 1162.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115060, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 943.0}, "se": {"x": 1031.0, "y": 953.0}, "sw": {"x": 1041.0, "y": 943.0}, "nw": {"x": 1041.0, "y": 953.0}}, "position": {"x": 1036.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115061, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 943.0}, "se": {"x": 1045.0, "y": 953.0}, "sw": {"x": 1055.0, "y": 943.0}, "nw": {"x": 1055.0, "y": 953.0}}, "position": {"x": 1050.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115062, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 943.0}, "se": {"x": 1059.0, "y": 953.0}, "sw": {"x": 1069.0, "y": 943.0}, "nw": {"x": 1069.0, "y": 953.0}}, "position": {"x": 1064.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115063, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 943.0}, "se": {"x": 1073.0, "y": 953.0}, "sw": {"x": 1083.0, "y": 943.0}, "nw": {"x": 1083.0, "y": 953.0}}, "position": {"x": 1078.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115064, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 943.0}, "se": {"x": 1087.0, "y": 953.0}, "sw": {"x": 1097.0, "y": 943.0}, "nw": {"x": 1097.0, "y": 953.0}}, "position": {"x": 1092.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115065, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 943.0}, "se": {"x": 1101.0, "y": 953.0}, "sw": {"x": 1111.0, "y": 943.0}, "nw": {"x": 1111.0, "y": 953.0}}, "position": {"x": 1106.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115066, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 943.0}, "se": {"x": 1115.0, "y": 953.0}, "sw": {"x": 1125.0, "y": 943.0}, "nw": {"x": 1125.0, "y": 953.0}}, "position": {"x": 1120.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115067, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 943.0}, "se": {"x": 1129.0, "y": 953.0}, "sw": {"x": 1139.0, "y": 943.0}, "nw": {"x": 1139.0, "y": 953.0}}, "position": {"x": 1134.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115068, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 943.0}, "se": {"x": 1143.0, "y": 953.0}, "sw": {"x": 1153.0, "y": 943.0}, "nw": {"x": 1153.0, "y": 953.0}}, "position": {"x": 1148.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115069, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 943.0}, "se": {"x": 1157.0, "y": 953.0}, "sw": {"x": 1167.0, "y": 943.0}, "nw": {"x": 1167.0, "y": 953.0}}, "position": {"x": 1162.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115070, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 957.0}, "se": {"x": 1031.0, "y": 967.0}, "sw": {"x": 1041.0, "y": 957.0}, "nw": {"x": 1041.0, "y": 967.0}}, "position": {"x": 1036.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115071, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 957.0}, "se": {"x": 1045.0, "y": 967.0}, "sw": {"x": 1055.0, "y": 957.0}, "nw": {"x": 1055.0, "y": 967.0}}, "position": {"x": 1050.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115072, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 957.0}, "se": {"x": 1059.0, "y": 967.0}, "sw": {"x": 1069.0, "y": 957.0}, "nw": {"x": 1069.0, "y": 967.0}}, "position": {"x": 1064.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115073, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 957.0}, "se": {"x": 1073.0, "y": 967.0}, "sw": {"x": 1083.0, "y": 957.0}, "nw": {"x": 1083.0, "y": 967.0}}, "position": {"x": 1078.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115074, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 957.0}, "se": {"x": 1087.0, "y": 967.0}, "sw": {"x": 1097.0, "y": 957.0}, "nw": {"x": 1097.0, "y": 967.0}}, "position": {"x": 1092.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115075, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 957.0}, "se": {"x": 1101.0, "y": 967.0}, "sw": {"x": 1111.0, "y": 957.0}, "nw": {"x": 1111.0, "y": 967.0}}, "position": {"x": 1106.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115076, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 957.0}, "se": {"x": 1115.0, "y": 967.0}, "sw": {"x": 1125.0, "y": 957.0}, "nw": {"x": 1125.0, "y": 967.0}}, "position": {"x": 1120.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115077, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 957.0}, "se": {"x": 1129.0, "y": 967.0}, "sw": {"x": 1139.0, "y": 957.0}, "nw": {"x": 1139.0, "y": 967.0}}, "position": {"x": 1134.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115078, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 957.0}, "se": {"x": 1143.0, "y": 967.0}, "sw": {"x": 1153.0, "y": 957.0}, "nw": {"x": 1153.0, "y": 967.0}}, "position": {"x": 1148.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115079, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 957.0}, "se": {"x": 1157.0, "y": 967.0}, "sw": {"x": 1167.0, "y": 957.0}, "nw": {"x": 1167.0, "y": 967.0}}, "position": {"x": 1162.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115080, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 971.0}, "se": {"x": 1031.0, "y": 981.0}, "sw": {"x": 1041.0, "y": 971.0}, "nw": {"x": 1041.0, "y": 981.0}}, "position": {"x": 1036.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115081, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 971.0}, "se": {"x": 1045.0, "y": 981.0}, "sw": {"x": 1055.0, "y": 971.0}, "nw": {"x": 1055.0, "y": 981.0}}, "position": {"x": 1050.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115082, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 971.0}, "se": {"x": 1059.0, "y": 981.0}, "sw": {"x": 1069.0, "y": 971.0}, "nw": {"x": 1069.0, "y": 981.0}}, "position": {"x": 1064.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115083, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 971.0}, "se": {"x": 1073.0, "y": 981.0}, "sw": {"x": 1083.0, "y": 971.0}, "nw": {"x": 1083.0, "y": 981.0}}, "position": {"x": 1078.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115084, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 971.0}, "se": {"x": 1087.0, "y": 981.0}, "sw": {"x": 1097.0, "y": 971.0}, "nw": {"x": 1097.0, "y": 981.0}}, "position": {"x": 1092.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115085, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 971.0}, "se": {"x": 1101.0, "y": 981.0}, "sw": {"x": 1111.0, "y": 971.0}, "nw": {"x": 1111.0, "y": 981.0}}, "position": {"x": 1106.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115086, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 971.0}, "se": {"x": 1115.0, "y": 981.0}, "sw": {"x": 1125.0, "y": 971.0}, "nw": {"x": 1125.0, "y": 981.0}}, "position": {"x": 1120.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115087, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 971.0}, "se": {"x": 1129.0, "y": 981.0}, "sw": {"x": 1139.0, "y": 971.0}, "nw": {"x": 1139.0, "y": 981.0}}, "position": {"x": 1134.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115088, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 971.0}, "se": {"x": 1143.0, "y": 981.0}, "sw": {"x": 1153.0, "y": 971.0}, "nw": {"x": 1153.0, "y": 981.0}}, "position": {"x": 1148.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115089, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 971.0}, "se": {"x": 1157.0, "y": 981.0}, "sw": {"x": 1167.0, "y": 971.0}, "nw": {"x": 1167.0, "y": 981.0}}, "position": {"x": 1162.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115120, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 776.0}, "se": {"x": 1253.0, "y": 786.0}, "sw": {"x": 1263.0, "y": 776.0}, "nw": {"x": 1263.0, "y": 786.0}}, "position": {"x": 1258.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115121, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 776.0}, "se": {"x": 1267.0, "y": 786.0}, "sw": {"x": 1277.0, "y": 776.0}, "nw": {"x": 1277.0, "y": 786.0}}, "position": {"x": 1272.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115130, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 790.0}, "se": {"x": 1253.0, "y": 800.0}, "sw": {"x": 1263.0, "y": 790.0}, "nw": {"x": 1263.0, "y": 800.0}}, "position": {"x": 1258.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115131, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 790.0}, "se": {"x": 1267.0, "y": 800.0}, "sw": {"x": 1277.0, "y": 790.0}, "nw": {"x": 1277.0, "y": 800.0}}, "position": {"x": 1272.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115140, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 804.0}, "se": {"x": 1253.0, "y": 814.0}, "sw": {"x": 1263.0, "y": 804.0}, "nw": {"x": 1263.0, "y": 814.0}}, "position": {"x": 1258.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115141, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 804.0}, "se": {"x": 1267.0, "y": 814.0}, "sw": {"x": 1277.0, "y": 804.0}, "nw": {"x": 1277.0, "y": 814.0}}, "position": {"x": 1272.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115150, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 818.0}, "se": {"x": 1253.0, "y": 828.0}, "sw": {"x": 1263.0, "y": 818.0}, "nw": {"x": 1263.0, "y": 828.0}}, "position": {"x": 1258.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115151, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 818.0}, "se": {"x": 1267.0, "y": 828.0}, "sw": {"x": 1277.0, "y": 818.0}, "nw": {"x": 1277.0, "y": 828.0}}, "position": {"x": 1272.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115160, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 832.0}, "se": {"x": 1253.0, "y": 842.0}, "sw": {"x": 1263.0, "y": 832.0}, "nw": {"x": 1263.0, "y": 842.0}}, "position": {"x": 1258.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115161, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 832.0}, "se": {"x": 1267.0, "y": 842.0}, "sw": {"x": 1277.0, "y": 832.0}, "nw": {"x": 1277.0, "y": 842.0}}, "position": {"x": 1272.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115170, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 873.0}, "se": {"x": 1253.0, "y": 883.0}, "sw": {"x": 1263.0, "y": 873.0}, "nw": {"x": 1263.0, "y": 883.0}}, "position": {"x": 1258.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115171, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 873.0}, "se": {"x": 1267.0, "y": 883.0}, "sw": {"x": 1277.0, "y": 873.0}, "nw": {"x": 1277.0, "y": 883.0}}, "position": {"x": 1272.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115180, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 887.0}, "se": {"x": 1253.0, "y": 897.0}, "sw": {"x": 1263.0, "y": 887.0}, "nw": {"x": 1263.0, "y": 897.0}}, "position": {"x": 1258.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 10\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "10\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00010\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115181, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 887.0}, "se": {"x": 1267.0, "y": 897.0}, "sw": {"x": 1277.0, "y": 887.0}, "nw": {"x": 1277.0, "y": 897.0}}, "position": {"x": 1272.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 10\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "10\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00010\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115190, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 901.0}, "se": {"x": 1253.0, "y": 911.0}, "sw": {"x": 1263.0, "y": 901.0}, "nw": {"x": 1263.0, "y": 911.0}}, "position": {"x": 1258.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115191, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 901.0}, "se": {"x": 1267.0, "y": 911.0}, "sw": {"x": 1277.0, "y": 901.0}, "nw": {"x": 1277.0, "y": 911.0}}, "position": {"x": 1272.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115200, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 915.0}, "se": {"x": 1253.0, "y": 925.0}, "sw": {"x": 1263.0, "y": 915.0}, "nw": {"x": 1263.0, "y": 925.0}}, "position": {"x": 1258.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115201, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 915.0}, "se": {"x": 1267.0, "y": 925.0}, "sw": {"x": 1277.0, "y": 915.0}, "nw": {"x": 1277.0, "y": 925.0}}, "position": {"x": 1272.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115210, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 929.0}, "se": {"x": 1253.0, "y": 939.0}, "sw": {"x": 1263.0, "y": 929.0}, "nw": {"x": 1263.0, "y": 939.0}}, "position": {"x": 1258.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115211, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 929.0}, "se": {"x": 1267.0, "y": 939.0}, "sw": {"x": 1277.0, "y": 929.0}, "nw": {"x": 1277.0, "y": 939.0}}, "position": {"x": 1272.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115220, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 943.0}, "se": {"x": 1253.0, "y": 953.0}, "sw": {"x": 1263.0, "y": 943.0}, "nw": {"x": 1263.0, "y": 953.0}}, "position": {"x": 1258.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115221, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 943.0}, "se": {"x": 1267.0, "y": 953.0}, "sw": {"x": 1277.0, "y": 943.0}, "nw": {"x": 1277.0, "y": 953.0}}, "position": {"x": 1272.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115230, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 957.0}, "se": {"x": 1253.0, "y": 967.0}, "sw": {"x": 1263.0, "y": 957.0}, "nw": {"x": 1263.0, "y": 967.0}}, "position": {"x": 1258.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115231, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 957.0}, "se": {"x": 1267.0, "y": 967.0}, "sw": {"x": 1277.0, "y": 957.0}, "nw": {"x": 1277.0, "y": 967.0}}, "position": {"x": 1272.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115240, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 971.0}, "se": {"x": 1253.0, "y": 981.0}, "sw": {"x": 1263.0, "y": 971.0}, "nw": {"x": 1263.0, "y": 981.0}}, "position": {"x": 1258.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115241, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 971.0}, "se": {"x": 1267.0, "y": 981.0}, "sw": {"x": 1277.0, "y": 971.0}, "nw": {"x": 1277.0, "y": 981.0}}, "position": {"x": 1272.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}], "3:5": [{"logicalSeatId": 1537115468, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 1286.0}, "se": {"x": 812.0, "y": 1296.0}, "sw": {"x": 822.0, "y": 1286.0}, "nw": {"x": 822.0, "y": 1296.0}}, "position": {"x": 817.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115469, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 1286.0}, "se": {"x": 826.0, "y": 1296.0}, "sw": {"x": 836.0, "y": 1286.0}, "nw": {"x": 836.0, "y": 1296.0}}, "position": {"x": 831.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115470, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 1286.0}, "se": {"x": 840.0, "y": 1296.0}, "sw": {"x": 850.0, "y": 1286.0}, "nw": {"x": 850.0, "y": 1296.0}}, "position": {"x": 845.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115471, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 1286.0}, "se": {"x": 854.0, "y": 1296.0}, "sw": {"x": 864.0, "y": 1286.0}, "nw": {"x": 864.0, "y": 1296.0}}, "position": {"x": 859.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115472, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 1286.0}, "se": {"x": 868.0, "y": 1296.0}, "sw": {"x": 878.0, "y": 1286.0}, "nw": {"x": 878.0, "y": 1296.0}}, "position": {"x": 873.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115473, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 1286.0}, "se": {"x": 882.0, "y": 1296.0}, "sw": {"x": 892.0, "y": 1286.0}, "nw": {"x": 892.0, "y": 1296.0}}, "position": {"x": 887.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115474, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 1286.0}, "se": {"x": 896.0, "y": 1296.0}, "sw": {"x": 906.0, "y": 1286.0}, "nw": {"x": 906.0, "y": 1296.0}}, "position": {"x": 901.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115475, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 1286.0}, "se": {"x": 910.0, "y": 1296.0}, "sw": {"x": 920.0, "y": 1286.0}, "nw": {"x": 920.0, "y": 1296.0}}, "position": {"x": 915.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115476, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 1286.0}, "se": {"x": 924.0, "y": 1296.0}, "sw": {"x": 934.0, "y": 1286.0}, "nw": {"x": 934.0, "y": 1296.0}}, "position": {"x": 929.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115477, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 1286.0}, "se": {"x": 938.0, "y": 1296.0}, "sw": {"x": 948.0, "y": 1286.0}, "nw": {"x": 948.0, "y": 1296.0}}, "position": {"x": 943.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}], "5:3": [{"logicalSeatId": 1537115122, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 776.0}, "se": {"x": 1281.0, "y": 786.0}, "sw": {"x": 1291.0, "y": 776.0}, "nw": {"x": 1291.0, "y": 786.0}}, "position": {"x": 1286.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115123, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 776.0}, "se": {"x": 1295.0, "y": 786.0}, "sw": {"x": 1305.0, "y": 776.0}, "nw": {"x": 1305.0, "y": 786.0}}, "position": {"x": 1300.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115124, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 776.0}, "se": {"x": 1309.0, "y": 786.0}, "sw": {"x": 1319.0, "y": 776.0}, "nw": {"x": 1319.0, "y": 786.0}}, "position": {"x": 1314.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115125, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 776.0}, "se": {"x": 1323.0, "y": 786.0}, "sw": {"x": 1333.0, "y": 776.0}, "nw": {"x": 1333.0, "y": 786.0}}, "position": {"x": 1328.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115126, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 776.0}, "se": {"x": 1337.0, "y": 786.0}, "sw": {"x": 1347.0, "y": 776.0}, "nw": {"x": 1347.0, "y": 786.0}}, "position": {"x": 1342.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115127, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 776.0}, "se": {"x": 1351.0, "y": 786.0}, "sw": {"x": 1361.0, "y": 776.0}, "nw": {"x": 1361.0, "y": 786.0}}, "position": {"x": 1356.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115128, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 776.0}, "se": {"x": 1365.0, "y": 786.0}, "sw": {"x": 1375.0, "y": 776.0}, "nw": {"x": 1375.0, "y": 786.0}}, "position": {"x": 1370.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115129, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 776.0}, "se": {"x": 1379.0, "y": 786.0}, "sw": {"x": 1389.0, "y": 776.0}, "nw": {"x": 1389.0, "y": 786.0}}, "position": {"x": 1384.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115132, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 790.0}, "se": {"x": 1281.0, "y": 800.0}, "sw": {"x": 1291.0, "y": 790.0}, "nw": {"x": 1291.0, "y": 800.0}}, "position": {"x": 1286.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115133, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 790.0}, "se": {"x": 1295.0, "y": 800.0}, "sw": {"x": 1305.0, "y": 790.0}, "nw": {"x": 1305.0, "y": 800.0}}, "position": {"x": 1300.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115134, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 790.0}, "se": {"x": 1309.0, "y": 800.0}, "sw": {"x": 1319.0, "y": 790.0}, "nw": {"x": 1319.0, "y": 800.0}}, "position": {"x": 1314.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115135, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 790.0}, "se": {"x": 1323.0, "y": 800.0}, "sw": {"x": 1333.0, "y": 790.0}, "nw": {"x": 1333.0, "y": 800.0}}, "position": {"x": 1328.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115136, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 790.0}, "se": {"x": 1337.0, "y": 800.0}, "sw": {"x": 1347.0, "y": 790.0}, "nw": {"x": 1347.0, "y": 800.0}}, "position": {"x": 1342.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115137, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 790.0}, "se": {"x": 1351.0, "y": 800.0}, "sw": {"x": 1361.0, "y": 790.0}, "nw": {"x": 1361.0, "y": 800.0}}, "position": {"x": 1356.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115138, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 790.0}, "se": {"x": 1365.0, "y": 800.0}, "sw": {"x": 1375.0, "y": 790.0}, "nw": {"x": 1375.0, "y": 800.0}}, "position": {"x": 1370.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115139, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 790.0}, "se": {"x": 1379.0, "y": 800.0}, "sw": {"x": 1389.0, "y": 790.0}, "nw": {"x": 1389.0, "y": 800.0}}, "position": {"x": 1384.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115142, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 804.0}, "se": {"x": 1281.0, "y": 814.0}, "sw": {"x": 1291.0, "y": 804.0}, "nw": {"x": 1291.0, "y": 814.0}}, "position": {"x": 1286.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115143, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 804.0}, "se": {"x": 1295.0, "y": 814.0}, "sw": {"x": 1305.0, "y": 804.0}, "nw": {"x": 1305.0, "y": 814.0}}, "position": {"x": 1300.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115144, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 804.0}, "se": {"x": 1309.0, "y": 814.0}, "sw": {"x": 1319.0, "y": 804.0}, "nw": {"x": 1319.0, "y": 814.0}}, "position": {"x": 1314.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115145, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 804.0}, "se": {"x": 1323.0, "y": 814.0}, "sw": {"x": 1333.0, "y": 804.0}, "nw": {"x": 1333.0, "y": 814.0}}, "position": {"x": 1328.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115146, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 804.0}, "se": {"x": 1337.0, "y": 814.0}, "sw": {"x": 1347.0, "y": 804.0}, "nw": {"x": 1347.0, "y": 814.0}}, "position": {"x": 1342.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115147, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 804.0}, "se": {"x": 1351.0, "y": 814.0}, "sw": {"x": 1361.0, "y": 804.0}, "nw": {"x": 1361.0, "y": 814.0}}, "position": {"x": 1356.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115148, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 804.0}, "se": {"x": 1365.0, "y": 814.0}, "sw": {"x": 1375.0, "y": 804.0}, "nw": {"x": 1375.0, "y": 814.0}}, "position": {"x": 1370.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115149, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 804.0}, "se": {"x": 1379.0, "y": 814.0}, "sw": {"x": 1389.0, "y": 804.0}, "nw": {"x": 1389.0, "y": 814.0}}, "position": {"x": 1384.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115152, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 818.0}, "se": {"x": 1281.0, "y": 828.0}, "sw": {"x": 1291.0, "y": 818.0}, "nw": {"x": 1291.0, "y": 828.0}}, "position": {"x": 1286.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115153, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 818.0}, "se": {"x": 1295.0, "y": 828.0}, "sw": {"x": 1305.0, "y": 818.0}, "nw": {"x": 1305.0, "y": 828.0}}, "position": {"x": 1300.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115154, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 818.0}, "se": {"x": 1309.0, "y": 828.0}, "sw": {"x": 1319.0, "y": 818.0}, "nw": {"x": 1319.0, "y": 828.0}}, "position": {"x": 1314.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115155, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 818.0}, "se": {"x": 1323.0, "y": 828.0}, "sw": {"x": 1333.0, "y": 818.0}, "nw": {"x": 1333.0, "y": 828.0}}, "position": {"x": 1328.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115156, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 818.0}, "se": {"x": 1337.0, "y": 828.0}, "sw": {"x": 1347.0, "y": 818.0}, "nw": {"x": 1347.0, "y": 828.0}}, "position": {"x": 1342.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115157, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 818.0}, "se": {"x": 1351.0, "y": 828.0}, "sw": {"x": 1361.0, "y": 818.0}, "nw": {"x": 1361.0, "y": 828.0}}, "position": {"x": 1356.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115158, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 818.0}, "se": {"x": 1365.0, "y": 828.0}, "sw": {"x": 1375.0, "y": 818.0}, "nw": {"x": 1375.0, "y": 828.0}}, "position": {"x": 1370.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115159, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 818.0}, "se": {"x": 1379.0, "y": 828.0}, "sw": {"x": 1389.0, "y": 818.0}, "nw": {"x": 1389.0, "y": 828.0}}, "position": {"x": 1384.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115162, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 832.0}, "se": {"x": 1281.0, "y": 842.0}, "sw": {"x": 1291.0, "y": 832.0}, "nw": {"x": 1291.0, "y": 842.0}}, "position": {"x": 1286.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115163, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 832.0}, "se": {"x": 1295.0, "y": 842.0}, "sw": {"x": 1305.0, "y": 832.0}, "nw": {"x": 1305.0, "y": 842.0}}, "position": {"x": 1300.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115164, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 832.0}, "se": {"x": 1309.0, "y": 842.0}, "sw": {"x": 1319.0, "y": 832.0}, "nw": {"x": 1319.0, "y": 842.0}}, "position": {"x": 1314.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115165, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 832.0}, "se": {"x": 1323.0, "y": 842.0}, "sw": {"x": 1333.0, "y": 832.0}, "nw": {"x": 1333.0, "y": 842.0}}, "position": {"x": 1328.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115166, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 832.0}, "se": {"x": 1337.0, "y": 842.0}, "sw": {"x": 1347.0, "y": 832.0}, "nw": {"x": 1347.0, "y": 842.0}}, "position": {"x": 1342.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115167, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 832.0}, "se": {"x": 1351.0, "y": 842.0}, "sw": {"x": 1361.0, "y": 832.0}, "nw": {"x": 1361.0, "y": 842.0}}, "position": {"x": 1356.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115168, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 832.0}, "se": {"x": 1365.0, "y": 842.0}, "sw": {"x": 1375.0, "y": 832.0}, "nw": {"x": 1375.0, "y": 842.0}}, "position": {"x": 1370.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115169, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 832.0}, "se": {"x": 1379.0, "y": 842.0}, "sw": {"x": 1389.0, "y": 832.0}, "nw": {"x": 1389.0, "y": 842.0}}, "position": {"x": 1384.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115172, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 873.0}, "se": {"x": 1281.0, "y": 883.0}, "sw": {"x": 1291.0, "y": 873.0}, "nw": {"x": 1291.0, "y": 883.0}}, "position": {"x": 1286.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115173, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 873.0}, "se": {"x": 1295.0, "y": 883.0}, "sw": {"x": 1305.0, "y": 873.0}, "nw": {"x": 1305.0, "y": 883.0}}, "position": {"x": 1300.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115174, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 873.0}, "se": {"x": 1309.0, "y": 883.0}, "sw": {"x": 1319.0, "y": 873.0}, "nw": {"x": 1319.0, "y": 883.0}}, "position": {"x": 1314.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115175, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 873.0}, "se": {"x": 1323.0, "y": 883.0}, "sw": {"x": 1333.0, "y": 873.0}, "nw": {"x": 1333.0, "y": 883.0}}, "position": {"x": 1328.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115176, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 873.0}, "se": {"x": 1337.0, "y": 883.0}, "sw": {"x": 1347.0, "y": 873.0}, "nw": {"x": 1347.0, "y": 883.0}}, "position": {"x": 1342.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115177, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 873.0}, "se": {"x": 1351.0, "y": 883.0}, "sw": {"x": 1361.0, "y": 873.0}, "nw": {"x": 1361.0, "y": 883.0}}, "position": {"x": 1356.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115178, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 873.0}, "se": {"x": 1365.0, "y": 883.0}, "sw": {"x": 1375.0, "y": 873.0}, "nw": {"x": 1375.0, "y": 883.0}}, "position": {"x": 1370.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115179, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 873.0}, "se": {"x": 1379.0, "y": 883.0}, "sw": {"x": 1389.0, "y": 873.0}, "nw": {"x": 1389.0, "y": 883.0}}, "position": {"x": 1384.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115182, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 887.0}, "se": {"x": 1281.0, "y": 897.0}, "sw": {"x": 1291.0, "y": 887.0}, "nw": {"x": 1291.0, "y": 897.0}}, "position": {"x": 1286.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 10\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "10\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00010\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115183, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 887.0}, "se": {"x": 1295.0, "y": 897.0}, "sw": {"x": 1305.0, "y": 887.0}, "nw": {"x": 1305.0, "y": 897.0}}, "position": {"x": 1300.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 10\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "10\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00010\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115184, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 887.0}, "se": {"x": 1309.0, "y": 897.0}, "sw": {"x": 1319.0, "y": 887.0}, "nw": {"x": 1319.0, "y": 897.0}}, "position": {"x": 1314.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 10\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "10\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00010\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115185, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 887.0}, "se": {"x": 1323.0, "y": 897.0}, "sw": {"x": 1333.0, "y": 887.0}, "nw": {"x": 1333.0, "y": 897.0}}, "position": {"x": 1328.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 10\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "10\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00010\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115192, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 901.0}, "se": {"x": 1281.0, "y": 911.0}, "sw": {"x": 1291.0, "y": 901.0}, "nw": {"x": 1291.0, "y": 911.0}}, "position": {"x": 1286.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115193, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 901.0}, "se": {"x": 1295.0, "y": 911.0}, "sw": {"x": 1305.0, "y": 901.0}, "nw": {"x": 1305.0, "y": 911.0}}, "position": {"x": 1300.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115194, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 901.0}, "se": {"x": 1309.0, "y": 911.0}, "sw": {"x": 1319.0, "y": 901.0}, "nw": {"x": 1319.0, "y": 911.0}}, "position": {"x": 1314.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115195, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 901.0}, "se": {"x": 1323.0, "y": 911.0}, "sw": {"x": 1333.0, "y": 901.0}, "nw": {"x": 1333.0, "y": 911.0}}, "position": {"x": 1328.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115196, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 901.0}, "se": {"x": 1337.0, "y": 911.0}, "sw": {"x": 1347.0, "y": 901.0}, "nw": {"x": 1347.0, "y": 911.0}}, "position": {"x": 1342.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115197, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 901.0}, "se": {"x": 1351.0, "y": 911.0}, "sw": {"x": 1361.0, "y": 901.0}, "nw": {"x": 1361.0, "y": 911.0}}, "position": {"x": 1356.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115198, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 901.0}, "se": {"x": 1365.0, "y": 911.0}, "sw": {"x": 1375.0, "y": 901.0}, "nw": {"x": 1375.0, "y": 911.0}}, "position": {"x": 1370.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115199, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 901.0}, "se": {"x": 1379.0, "y": 911.0}, "sw": {"x": 1389.0, "y": 901.0}, "nw": {"x": 1389.0, "y": 911.0}}, "position": {"x": 1384.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115202, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 915.0}, "se": {"x": 1281.0, "y": 925.0}, "sw": {"x": 1291.0, "y": 915.0}, "nw": {"x": 1291.0, "y": 925.0}}, "position": {"x": 1286.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115203, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 915.0}, "se": {"x": 1295.0, "y": 925.0}, "sw": {"x": 1305.0, "y": 915.0}, "nw": {"x": 1305.0, "y": 925.0}}, "position": {"x": 1300.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115204, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 915.0}, "se": {"x": 1309.0, "y": 925.0}, "sw": {"x": 1319.0, "y": 915.0}, "nw": {"x": 1319.0, "y": 925.0}}, "position": {"x": 1314.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115205, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 915.0}, "se": {"x": 1323.0, "y": 925.0}, "sw": {"x": 1333.0, "y": 915.0}, "nw": {"x": 1333.0, "y": 925.0}}, "position": {"x": 1328.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115206, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 915.0}, "se": {"x": 1337.0, "y": 925.0}, "sw": {"x": 1347.0, "y": 915.0}, "nw": {"x": 1347.0, "y": 925.0}}, "position": {"x": 1342.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115207, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 915.0}, "se": {"x": 1351.0, "y": 925.0}, "sw": {"x": 1361.0, "y": 915.0}, "nw": {"x": 1361.0, "y": 925.0}}, "position": {"x": 1356.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115208, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 915.0}, "se": {"x": 1365.0, "y": 925.0}, "sw": {"x": 1375.0, "y": 915.0}, "nw": {"x": 1375.0, "y": 925.0}}, "position": {"x": 1370.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115209, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 915.0}, "se": {"x": 1379.0, "y": 925.0}, "sw": {"x": 1389.0, "y": 915.0}, "nw": {"x": 1389.0, "y": 925.0}}, "position": {"x": 1384.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115212, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 929.0}, "se": {"x": 1281.0, "y": 939.0}, "sw": {"x": 1291.0, "y": 929.0}, "nw": {"x": 1291.0, "y": 939.0}}, "position": {"x": 1286.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115213, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 929.0}, "se": {"x": 1295.0, "y": 939.0}, "sw": {"x": 1305.0, "y": 929.0}, "nw": {"x": 1305.0, "y": 939.0}}, "position": {"x": 1300.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115214, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 929.0}, "se": {"x": 1309.0, "y": 939.0}, "sw": {"x": 1319.0, "y": 929.0}, "nw": {"x": 1319.0, "y": 939.0}}, "position": {"x": 1314.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115215, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 929.0}, "se": {"x": 1323.0, "y": 939.0}, "sw": {"x": 1333.0, "y": 929.0}, "nw": {"x": 1333.0, "y": 939.0}}, "position": {"x": 1328.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115216, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 929.0}, "se": {"x": 1337.0, "y": 939.0}, "sw": {"x": 1347.0, "y": 929.0}, "nw": {"x": 1347.0, "y": 939.0}}, "position": {"x": 1342.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115217, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 929.0}, "se": {"x": 1351.0, "y": 939.0}, "sw": {"x": 1361.0, "y": 929.0}, "nw": {"x": 1361.0, "y": 939.0}}, "position": {"x": 1356.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115218, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 929.0}, "se": {"x": 1365.0, "y": 939.0}, "sw": {"x": 1375.0, "y": 929.0}, "nw": {"x": 1375.0, "y": 939.0}}, "position": {"x": 1370.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115219, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 929.0}, "se": {"x": 1379.0, "y": 939.0}, "sw": {"x": 1389.0, "y": 929.0}, "nw": {"x": 1389.0, "y": 939.0}}, "position": {"x": 1384.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115222, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 943.0}, "se": {"x": 1281.0, "y": 953.0}, "sw": {"x": 1291.0, "y": 943.0}, "nw": {"x": 1291.0, "y": 953.0}}, "position": {"x": 1286.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115223, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 943.0}, "se": {"x": 1295.0, "y": 953.0}, "sw": {"x": 1305.0, "y": 943.0}, "nw": {"x": 1305.0, "y": 953.0}}, "position": {"x": 1300.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115224, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 943.0}, "se": {"x": 1309.0, "y": 953.0}, "sw": {"x": 1319.0, "y": 943.0}, "nw": {"x": 1319.0, "y": 953.0}}, "position": {"x": 1314.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115225, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 943.0}, "se": {"x": 1323.0, "y": 953.0}, "sw": {"x": 1333.0, "y": 943.0}, "nw": {"x": 1333.0, "y": 953.0}}, "position": {"x": 1328.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115226, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 943.0}, "se": {"x": 1337.0, "y": 953.0}, "sw": {"x": 1347.0, "y": 943.0}, "nw": {"x": 1347.0, "y": 953.0}}, "position": {"x": 1342.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115227, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 943.0}, "se": {"x": 1351.0, "y": 953.0}, "sw": {"x": 1361.0, "y": 943.0}, "nw": {"x": 1361.0, "y": 953.0}}, "position": {"x": 1356.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115228, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 943.0}, "se": {"x": 1365.0, "y": 953.0}, "sw": {"x": 1375.0, "y": 943.0}, "nw": {"x": 1375.0, "y": 953.0}}, "position": {"x": 1370.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115229, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 943.0}, "se": {"x": 1379.0, "y": 953.0}, "sw": {"x": 1389.0, "y": 943.0}, "nw": {"x": 1389.0, "y": 953.0}}, "position": {"x": 1384.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115232, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 957.0}, "se": {"x": 1281.0, "y": 967.0}, "sw": {"x": 1291.0, "y": 957.0}, "nw": {"x": 1291.0, "y": 967.0}}, "position": {"x": 1286.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115233, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 957.0}, "se": {"x": 1295.0, "y": 967.0}, "sw": {"x": 1305.0, "y": 957.0}, "nw": {"x": 1305.0, "y": 967.0}}, "position": {"x": 1300.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115234, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 957.0}, "se": {"x": 1309.0, "y": 967.0}, "sw": {"x": 1319.0, "y": 957.0}, "nw": {"x": 1319.0, "y": 967.0}}, "position": {"x": 1314.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115235, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 957.0}, "se": {"x": 1323.0, "y": 967.0}, "sw": {"x": 1333.0, "y": 957.0}, "nw": {"x": 1333.0, "y": 967.0}}, "position": {"x": 1328.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115236, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 957.0}, "se": {"x": 1337.0, "y": 967.0}, "sw": {"x": 1347.0, "y": 957.0}, "nw": {"x": 1347.0, "y": 967.0}}, "position": {"x": 1342.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115237, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 957.0}, "se": {"x": 1351.0, "y": 967.0}, "sw": {"x": 1361.0, "y": 957.0}, "nw": {"x": 1361.0, "y": 967.0}}, "position": {"x": 1356.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115238, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 957.0}, "se": {"x": 1365.0, "y": 967.0}, "sw": {"x": 1375.0, "y": 957.0}, "nw": {"x": 1375.0, "y": 967.0}}, "position": {"x": 1370.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115239, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 957.0}, "se": {"x": 1379.0, "y": 967.0}, "sw": {"x": 1389.0, "y": 957.0}, "nw": {"x": 1389.0, "y": 967.0}}, "position": {"x": 1384.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115242, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 971.0}, "se": {"x": 1281.0, "y": 981.0}, "sw": {"x": 1291.0, "y": 971.0}, "nw": {"x": 1291.0, "y": 981.0}}, "position": {"x": 1286.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115243, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 971.0}, "se": {"x": 1295.0, "y": 981.0}, "sw": {"x": 1305.0, "y": 971.0}, "nw": {"x": 1305.0, "y": 981.0}}, "position": {"x": 1300.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115244, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 971.0}, "se": {"x": 1309.0, "y": 981.0}, "sw": {"x": 1319.0, "y": 971.0}, "nw": {"x": 1319.0, "y": 981.0}}, "position": {"x": 1314.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115245, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 971.0}, "se": {"x": 1323.0, "y": 981.0}, "sw": {"x": 1333.0, "y": 971.0}, "nw": {"x": 1333.0, "y": 981.0}}, "position": {"x": 1328.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115246, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 971.0}, "se": {"x": 1337.0, "y": 981.0}, "sw": {"x": 1347.0, "y": 971.0}, "nw": {"x": 1347.0, "y": 981.0}}, "position": {"x": 1342.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115247, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 971.0}, "se": {"x": 1351.0, "y": 981.0}, "sw": {"x": 1361.0, "y": 971.0}, "nw": {"x": 1361.0, "y": 981.0}}, "position": {"x": 1356.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115248, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 971.0}, "se": {"x": 1365.0, "y": 981.0}, "sw": {"x": 1375.0, "y": 971.0}, "nw": {"x": 1375.0, "y": 981.0}}, "position": {"x": 1370.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115268, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 776.0}, "se": {"x": 1465.0, "y": 786.0}, "sw": {"x": 1475.0, "y": 776.0}, "nw": {"x": 1475.0, "y": 786.0}}, "position": {"x": 1470.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115269, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 776.0}, "se": {"x": 1479.0, "y": 786.0}, "sw": {"x": 1489.0, "y": 776.0}, "nw": {"x": 1489.0, "y": 786.0}}, "position": {"x": 1484.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115270, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 776.0}, "se": {"x": 1493.0, "y": 786.0}, "sw": {"x": 1503.0, "y": 776.0}, "nw": {"x": 1503.0, "y": 786.0}}, "position": {"x": 1498.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115271, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 776.0}, "se": {"x": 1507.0, "y": 786.0}, "sw": {"x": 1517.0, "y": 776.0}, "nw": {"x": 1517.0, "y": 786.0}}, "position": {"x": 1512.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115272, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 776.0}, "se": {"x": 1521.0, "y": 786.0}, "sw": {"x": 1531.0, "y": 776.0}, "nw": {"x": 1531.0, "y": 786.0}}, "position": {"x": 1526.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115278, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 790.0}, "se": {"x": 1465.0, "y": 800.0}, "sw": {"x": 1475.0, "y": 790.0}, "nw": {"x": 1475.0, "y": 800.0}}, "position": {"x": 1470.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115279, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 790.0}, "se": {"x": 1479.0, "y": 800.0}, "sw": {"x": 1489.0, "y": 790.0}, "nw": {"x": 1489.0, "y": 800.0}}, "position": {"x": 1484.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115280, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 790.0}, "se": {"x": 1493.0, "y": 800.0}, "sw": {"x": 1503.0, "y": 790.0}, "nw": {"x": 1503.0, "y": 800.0}}, "position": {"x": 1498.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115281, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 790.0}, "se": {"x": 1507.0, "y": 800.0}, "sw": {"x": 1517.0, "y": 790.0}, "nw": {"x": 1517.0, "y": 800.0}}, "position": {"x": 1512.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115282, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 790.0}, "se": {"x": 1521.0, "y": 800.0}, "sw": {"x": 1531.0, "y": 790.0}, "nw": {"x": 1531.0, "y": 800.0}}, "position": {"x": 1526.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115288, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 804.0}, "se": {"x": 1465.0, "y": 814.0}, "sw": {"x": 1475.0, "y": 804.0}, "nw": {"x": 1475.0, "y": 814.0}}, "position": {"x": 1470.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115289, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 804.0}, "se": {"x": 1479.0, "y": 814.0}, "sw": {"x": 1489.0, "y": 804.0}, "nw": {"x": 1489.0, "y": 814.0}}, "position": {"x": 1484.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115290, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 804.0}, "se": {"x": 1493.0, "y": 814.0}, "sw": {"x": 1503.0, "y": 804.0}, "nw": {"x": 1503.0, "y": 814.0}}, "position": {"x": 1498.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115291, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 804.0}, "se": {"x": 1507.0, "y": 814.0}, "sw": {"x": 1517.0, "y": 804.0}, "nw": {"x": 1517.0, "y": 814.0}}, "position": {"x": 1512.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115292, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 804.0}, "se": {"x": 1521.0, "y": 814.0}, "sw": {"x": 1531.0, "y": 804.0}, "nw": {"x": 1531.0, "y": 814.0}}, "position": {"x": 1526.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115298, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 818.0}, "se": {"x": 1465.0, "y": 828.0}, "sw": {"x": 1475.0, "y": 818.0}, "nw": {"x": 1475.0, "y": 828.0}}, "position": {"x": 1470.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115299, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 818.0}, "se": {"x": 1479.0, "y": 828.0}, "sw": {"x": 1489.0, "y": 818.0}, "nw": {"x": 1489.0, "y": 828.0}}, "position": {"x": 1484.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115300, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 818.0}, "se": {"x": 1493.0, "y": 828.0}, "sw": {"x": 1503.0, "y": 818.0}, "nw": {"x": 1503.0, "y": 828.0}}, "position": {"x": 1498.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115301, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 818.0}, "se": {"x": 1507.0, "y": 828.0}, "sw": {"x": 1517.0, "y": 818.0}, "nw": {"x": 1517.0, "y": 828.0}}, "position": {"x": 1512.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115302, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 818.0}, "se": {"x": 1521.0, "y": 828.0}, "sw": {"x": 1531.0, "y": 818.0}, "nw": {"x": 1531.0, "y": 828.0}}, "position": {"x": 1526.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115308, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 832.0}, "se": {"x": 1465.0, "y": 842.0}, "sw": {"x": 1475.0, "y": 832.0}, "nw": {"x": 1475.0, "y": 842.0}}, "position": {"x": 1470.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115309, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 832.0}, "se": {"x": 1479.0, "y": 842.0}, "sw": {"x": 1489.0, "y": 832.0}, "nw": {"x": 1489.0, "y": 842.0}}, "position": {"x": 1484.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115310, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 832.0}, "se": {"x": 1493.0, "y": 842.0}, "sw": {"x": 1503.0, "y": 832.0}, "nw": {"x": 1503.0, "y": 842.0}}, "position": {"x": 1498.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115311, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 832.0}, "se": {"x": 1507.0, "y": 842.0}, "sw": {"x": 1517.0, "y": 832.0}, "nw": {"x": 1517.0, "y": 842.0}}, "position": {"x": 1512.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115312, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 832.0}, "se": {"x": 1521.0, "y": 842.0}, "sw": {"x": 1531.0, "y": 832.0}, "nw": {"x": 1531.0, "y": 842.0}}, "position": {"x": 1526.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115318, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 873.0}, "se": {"x": 1465.0, "y": 883.0}, "sw": {"x": 1475.0, "y": 873.0}, "nw": {"x": 1475.0, "y": 883.0}}, "position": {"x": 1470.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115319, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 873.0}, "se": {"x": 1479.0, "y": 883.0}, "sw": {"x": 1489.0, "y": 873.0}, "nw": {"x": 1489.0, "y": 883.0}}, "position": {"x": 1484.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115320, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 873.0}, "se": {"x": 1493.0, "y": 883.0}, "sw": {"x": 1503.0, "y": 873.0}, "nw": {"x": 1503.0, "y": 883.0}}, "position": {"x": 1498.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115321, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 873.0}, "se": {"x": 1507.0, "y": 883.0}, "sw": {"x": 1517.0, "y": 873.0}, "nw": {"x": 1517.0, "y": 883.0}}, "position": {"x": 1512.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115322, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 873.0}, "se": {"x": 1521.0, "y": 883.0}, "sw": {"x": 1531.0, "y": 873.0}, "nw": {"x": 1531.0, "y": 883.0}}, "position": {"x": 1526.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115328, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 887.0}, "se": {"x": 1465.0, "y": 897.0}, "sw": {"x": 1475.0, "y": 887.0}, "nw": {"x": 1475.0, "y": 897.0}}, "position": {"x": 1470.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115329, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 887.0}, "se": {"x": 1479.0, "y": 897.0}, "sw": {"x": 1489.0, "y": 887.0}, "nw": {"x": 1489.0, "y": 897.0}}, "position": {"x": 1484.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115330, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 887.0}, "se": {"x": 1493.0, "y": 897.0}, "sw": {"x": 1503.0, "y": 887.0}, "nw": {"x": 1503.0, "y": 897.0}}, "position": {"x": 1498.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115331, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 887.0}, "se": {"x": 1507.0, "y": 897.0}, "sw": {"x": 1517.0, "y": 887.0}, "nw": {"x": 1517.0, "y": 897.0}}, "position": {"x": 1512.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115332, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 887.0}, "se": {"x": 1521.0, "y": 897.0}, "sw": {"x": 1531.0, "y": 887.0}, "nw": {"x": 1531.0, "y": 897.0}}, "position": {"x": 1526.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115338, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 901.0}, "se": {"x": 1465.0, "y": 911.0}, "sw": {"x": 1475.0, "y": 901.0}, "nw": {"x": 1475.0, "y": 911.0}}, "position": {"x": 1470.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115339, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 901.0}, "se": {"x": 1479.0, "y": 911.0}, "sw": {"x": 1489.0, "y": 901.0}, "nw": {"x": 1489.0, "y": 911.0}}, "position": {"x": 1484.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115340, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 901.0}, "se": {"x": 1493.0, "y": 911.0}, "sw": {"x": 1503.0, "y": 901.0}, "nw": {"x": 1503.0, "y": 911.0}}, "position": {"x": 1498.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115341, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 901.0}, "se": {"x": 1507.0, "y": 911.0}, "sw": {"x": 1517.0, "y": 901.0}, "nw": {"x": 1517.0, "y": 911.0}}, "position": {"x": 1512.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115342, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 901.0}, "se": {"x": 1521.0, "y": 911.0}, "sw": {"x": 1531.0, "y": 901.0}, "nw": {"x": 1531.0, "y": 911.0}}, "position": {"x": 1526.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115348, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 915.0}, "se": {"x": 1465.0, "y": 925.0}, "sw": {"x": 1475.0, "y": 915.0}, "nw": {"x": 1475.0, "y": 925.0}}, "position": {"x": 1470.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115349, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 915.0}, "se": {"x": 1479.0, "y": 925.0}, "sw": {"x": 1489.0, "y": 915.0}, "nw": {"x": 1489.0, "y": 925.0}}, "position": {"x": 1484.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115350, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 915.0}, "se": {"x": 1493.0, "y": 925.0}, "sw": {"x": 1503.0, "y": 915.0}, "nw": {"x": 1503.0, "y": 925.0}}, "position": {"x": 1498.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115351, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 915.0}, "se": {"x": 1507.0, "y": 925.0}, "sw": {"x": 1517.0, "y": 915.0}, "nw": {"x": 1517.0, "y": 925.0}}, "position": {"x": 1512.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115352, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 915.0}, "se": {"x": 1521.0, "y": 925.0}, "sw": {"x": 1531.0, "y": 915.0}, "nw": {"x": 1531.0, "y": 925.0}}, "position": {"x": 1526.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115358, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 929.0}, "se": {"x": 1465.0, "y": 939.0}, "sw": {"x": 1475.0, "y": 929.0}, "nw": {"x": 1475.0, "y": 939.0}}, "position": {"x": 1470.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115359, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 929.0}, "se": {"x": 1479.0, "y": 939.0}, "sw": {"x": 1489.0, "y": 929.0}, "nw": {"x": 1489.0, "y": 939.0}}, "position": {"x": 1484.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115360, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 929.0}, "se": {"x": 1493.0, "y": 939.0}, "sw": {"x": 1503.0, "y": 929.0}, "nw": {"x": 1503.0, "y": 939.0}}, "position": {"x": 1498.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115361, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 929.0}, "se": {"x": 1507.0, "y": 939.0}, "sw": {"x": 1517.0, "y": 929.0}, "nw": {"x": 1517.0, "y": 939.0}}, "position": {"x": 1512.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115362, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 929.0}, "se": {"x": 1521.0, "y": 939.0}, "sw": {"x": 1531.0, "y": 929.0}, "nw": {"x": 1531.0, "y": 939.0}}, "position": {"x": 1526.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115368, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 943.0}, "se": {"x": 1465.0, "y": 953.0}, "sw": {"x": 1475.0, "y": 943.0}, "nw": {"x": 1475.0, "y": 953.0}}, "position": {"x": 1470.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115369, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 943.0}, "se": {"x": 1479.0, "y": 953.0}, "sw": {"x": 1489.0, "y": 943.0}, "nw": {"x": 1489.0, "y": 953.0}}, "position": {"x": 1484.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115370, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 943.0}, "se": {"x": 1493.0, "y": 953.0}, "sw": {"x": 1503.0, "y": 943.0}, "nw": {"x": 1503.0, "y": 953.0}}, "position": {"x": 1498.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115371, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 943.0}, "se": {"x": 1507.0, "y": 953.0}, "sw": {"x": 1517.0, "y": 943.0}, "nw": {"x": 1517.0, "y": 953.0}}, "position": {"x": 1512.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115372, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 943.0}, "se": {"x": 1521.0, "y": 953.0}, "sw": {"x": 1531.0, "y": 943.0}, "nw": {"x": 1531.0, "y": 953.0}}, "position": {"x": 1526.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115378, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 957.0}, "se": {"x": 1465.0, "y": 967.0}, "sw": {"x": 1475.0, "y": 957.0}, "nw": {"x": 1475.0, "y": 967.0}}, "position": {"x": 1470.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115379, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 957.0}, "se": {"x": 1479.0, "y": 967.0}, "sw": {"x": 1489.0, "y": 957.0}, "nw": {"x": 1489.0, "y": 967.0}}, "position": {"x": 1484.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115380, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 957.0}, "se": {"x": 1493.0, "y": 967.0}, "sw": {"x": 1503.0, "y": 957.0}, "nw": {"x": 1503.0, "y": 967.0}}, "position": {"x": 1498.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115381, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 957.0}, "se": {"x": 1507.0, "y": 967.0}, "sw": {"x": 1517.0, "y": 957.0}, "nw": {"x": 1517.0, "y": 967.0}}, "position": {"x": 1512.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115382, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 957.0}, "se": {"x": 1521.0, "y": 967.0}, "sw": {"x": 1531.0, "y": 957.0}, "nw": {"x": 1531.0, "y": 967.0}}, "position": {"x": 1526.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115388, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 971.0}, "se": {"x": 1465.0, "y": 981.0}, "sw": {"x": 1475.0, "y": 971.0}, "nw": {"x": 1475.0, "y": 981.0}}, "position": {"x": 1470.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115389, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 971.0}, "se": {"x": 1479.0, "y": 981.0}, "sw": {"x": 1489.0, "y": 971.0}, "nw": {"x": 1489.0, "y": 981.0}}, "position": {"x": 1484.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115390, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 971.0}, "se": {"x": 1493.0, "y": 981.0}, "sw": {"x": 1503.0, "y": 971.0}, "nw": {"x": 1503.0, "y": 981.0}}, "position": {"x": 1498.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115391, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 971.0}, "se": {"x": 1507.0, "y": 981.0}, "sw": {"x": 1517.0, "y": 971.0}, "nw": {"x": 1517.0, "y": 981.0}}, "position": {"x": 1512.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115392, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 971.0}, "se": {"x": 1521.0, "y": 981.0}, "sw": {"x": 1531.0, "y": 971.0}, "nw": {"x": 1531.0, "y": 981.0}}, "position": {"x": 1526.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}], "2:6": [{"logicalSeatId": 1537113148, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1719.0}, "se": {"x": 732.0, "y": 1729.0}, "sw": {"x": 742.0, "y": 1719.0}, "nw": {"x": 742.0, "y": 1729.0}}, "position": {"x": 737.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158689, "gate": "", "blockId": null, "orderNum": 1607, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113149, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1719.0}, "se": {"x": 746.0, "y": 1729.0}, "sw": {"x": 756.0, "y": 1719.0}, "nw": {"x": 756.0, "y": 1729.0}}, "position": {"x": 751.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158690, "gate": "", "blockId": null, "orderNum": 1622, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113150, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1719.0}, "se": {"x": 760.0, "y": 1729.0}, "sw": {"x": 770.0, "y": 1719.0}, "nw": {"x": 770.0, "y": 1729.0}}, "position": {"x": 765.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158691, "gate": "", "blockId": null, "orderNum": 1638, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113158, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1733.0}, "se": {"x": 704.0, "y": 1743.0}, "sw": {"x": 714.0, "y": 1733.0}, "nw": {"x": 714.0, "y": 1743.0}}, "position": {"x": 709.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158661, "gate": "", "blockId": null, "orderNum": 1485, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113159, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1733.0}, "se": {"x": 732.0, "y": 1743.0}, "sw": {"x": 742.0, "y": 1733.0}, "nw": {"x": 742.0, "y": 1743.0}}, "position": {"x": 737.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158689, "gate": "", "blockId": null, "orderNum": 1606, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113160, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1733.0}, "se": {"x": 746.0, "y": 1743.0}, "sw": {"x": 756.0, "y": 1733.0}, "nw": {"x": 756.0, "y": 1743.0}}, "position": {"x": 751.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158690, "gate": "", "blockId": null, "orderNum": 1621, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113161, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1733.0}, "se": {"x": 760.0, "y": 1743.0}, "sw": {"x": 770.0, "y": 1733.0}, "nw": {"x": 770.0, "y": 1743.0}}, "position": {"x": 765.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158691, "gate": "", "blockId": null, "orderNum": 1637, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113169, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1747.0}, "se": {"x": 676.0, "y": 1757.0}, "sw": {"x": 686.0, "y": 1747.0}, "nw": {"x": 686.0, "y": 1757.0}}, "position": {"x": 681.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158686, "gate": "", "blockId": null, "orderNum": 1269, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113170, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1747.0}, "se": {"x": 690.0, "y": 1757.0}, "sw": {"x": 700.0, "y": 1747.0}, "nw": {"x": 700.0, "y": 1757.0}}, "position": {"x": 695.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158673, "gate": "", "blockId": null, "orderNum": 1377, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113171, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1747.0}, "se": {"x": 718.0, "y": 1757.0}, "sw": {"x": 728.0, "y": 1747.0}, "nw": {"x": 728.0, "y": 1757.0}}, "position": {"x": 723.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158688, "gate": "", "blockId": null, "orderNum": 1592, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113172, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1747.0}, "se": {"x": 732.0, "y": 1757.0}, "sw": {"x": 742.0, "y": 1747.0}, "nw": {"x": 742.0, "y": 1757.0}}, "position": {"x": 737.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158689, "gate": "", "blockId": null, "orderNum": 1605, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113173, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1747.0}, "se": {"x": 746.0, "y": 1757.0}, "sw": {"x": 756.0, "y": 1747.0}, "nw": {"x": 756.0, "y": 1757.0}}, "position": {"x": 751.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158690, "gate": "", "blockId": null, "orderNum": 1620, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113174, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1747.0}, "se": {"x": 760.0, "y": 1757.0}, "sw": {"x": 770.0, "y": 1747.0}, "nw": {"x": 770.0, "y": 1757.0}}, "position": {"x": 765.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158691, "gate": "", "blockId": null, "orderNum": 1636, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113182, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1761.0}, "se": {"x": 662.0, "y": 1771.0}, "sw": {"x": 672.0, "y": 1761.0}, "nw": {"x": 672.0, "y": 1771.0}}, "position": {"x": 667.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158685, "gate": "", "blockId": null, "orderNum": 1180, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113183, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1761.0}, "se": {"x": 676.0, "y": 1771.0}, "sw": {"x": 686.0, "y": 1761.0}, "nw": {"x": 686.0, "y": 1771.0}}, "position": {"x": 681.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158686, "gate": "", "blockId": null, "orderNum": 1268, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113184, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1761.0}, "se": {"x": 704.0, "y": 1771.0}, "sw": {"x": 714.0, "y": 1761.0}, "nw": {"x": 714.0, "y": 1771.0}}, "position": {"x": 709.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158687, "gate": "", "blockId": null, "orderNum": 1484, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113185, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1761.0}, "se": {"x": 718.0, "y": 1771.0}, "sw": {"x": 728.0, "y": 1761.0}, "nw": {"x": 728.0, "y": 1771.0}}, "position": {"x": 723.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158688, "gate": "", "blockId": null, "orderNum": 1591, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113186, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1761.0}, "se": {"x": 732.0, "y": 1771.0}, "sw": {"x": 742.0, "y": 1761.0}, "nw": {"x": 742.0, "y": 1771.0}}, "position": {"x": 737.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158689, "gate": "", "blockId": null, "orderNum": 1604, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113187, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1761.0}, "se": {"x": 746.0, "y": 1771.0}, "sw": {"x": 756.0, "y": 1761.0}, "nw": {"x": 756.0, "y": 1771.0}}, "position": {"x": 751.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158690, "gate": "", "blockId": null, "orderNum": 1619, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113188, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1761.0}, "se": {"x": 760.0, "y": 1771.0}, "sw": {"x": 770.0, "y": 1761.0}, "nw": {"x": 770.0, "y": 1771.0}}, "position": {"x": 765.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158691, "gate": "", "blockId": null, "orderNum": 1635, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113448, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1540.0}, "se": {"x": 604.0, "y": 1540.0}, "sw": {"x": 614.0, "y": 1550.0}, "nw": {"x": 604.0, "y": 1550.0}}, "position": {"x": 609.0, "y": 1545.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1387, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113449, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1554.0}, "se": {"x": 604.0, "y": 1554.0}, "sw": {"x": 614.0, "y": 1564.0}, "nw": {"x": 604.0, "y": 1564.0}}, "position": {"x": 609.0, "y": 1559.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1386, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113450, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1568.0}, "se": {"x": 604.0, "y": 1568.0}, "sw": {"x": 614.0, "y": 1578.0}, "nw": {"x": 604.0, "y": 1578.0}}, "position": {"x": 609.0, "y": 1573.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1385, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113451, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1582.0}, "se": {"x": 604.0, "y": 1582.0}, "sw": {"x": 614.0, "y": 1592.0}, "nw": {"x": 604.0, "y": 1592.0}}, "position": {"x": 609.0, "y": 1587.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1384, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113452, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1596.0}, "se": {"x": 604.0, "y": 1596.0}, "sw": {"x": 614.0, "y": 1606.0}, "nw": {"x": 604.0, "y": 1606.0}}, "position": {"x": 609.0, "y": 1601.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1383, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113453, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1610.0}, "se": {"x": 604.0, "y": 1610.0}, "sw": {"x": 614.0, "y": 1620.0}, "nw": {"x": 604.0, "y": 1620.0}}, "position": {"x": 609.0, "y": 1615.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1382, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113454, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1624.0}, "se": {"x": 604.0, "y": 1624.0}, "sw": {"x": 614.0, "y": 1634.0}, "nw": {"x": 604.0, "y": 1634.0}}, "position": {"x": 609.0, "y": 1629.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1381, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113455, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1638.0}, "se": {"x": 604.0, "y": 1638.0}, "sw": {"x": 614.0, "y": 1648.0}, "nw": {"x": 604.0, "y": 1648.0}}, "position": {"x": 609.0, "y": 1643.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1380, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113456, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1652.0}, "se": {"x": 604.0, "y": 1652.0}, "sw": {"x": 614.0, "y": 1662.0}, "nw": {"x": 604.0, "y": 1662.0}}, "position": {"x": 609.0, "y": 1657.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1379, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113457, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1666.0}, "se": {"x": 604.0, "y": 1666.0}, "sw": {"x": 614.0, "y": 1676.0}, "nw": {"x": 604.0, "y": 1676.0}}, "position": {"x": 609.0, "y": 1671.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1378, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113463, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1540.0}, "se": {"x": 590.0, "y": 1540.0}, "sw": {"x": 600.0, "y": 1550.0}, "nw": {"x": 590.0, "y": 1550.0}}, "position": {"x": 595.0, "y": 1545.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1280, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113464, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1554.0}, "se": {"x": 590.0, "y": 1554.0}, "sw": {"x": 600.0, "y": 1564.0}, "nw": {"x": 590.0, "y": 1564.0}}, "position": {"x": 595.0, "y": 1559.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1279, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113465, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1568.0}, "se": {"x": 590.0, "y": 1568.0}, "sw": {"x": 600.0, "y": 1578.0}, "nw": {"x": 590.0, "y": 1578.0}}, "position": {"x": 595.0, "y": 1573.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1278, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113466, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1582.0}, "se": {"x": 590.0, "y": 1582.0}, "sw": {"x": 600.0, "y": 1592.0}, "nw": {"x": 590.0, "y": 1592.0}}, "position": {"x": 595.0, "y": 1587.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1277, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113467, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1596.0}, "se": {"x": 590.0, "y": 1596.0}, "sw": {"x": 600.0, "y": 1606.0}, "nw": {"x": 590.0, "y": 1606.0}}, "position": {"x": 595.0, "y": 1601.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1276, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113468, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1610.0}, "se": {"x": 590.0, "y": 1610.0}, "sw": {"x": 600.0, "y": 1620.0}, "nw": {"x": 590.0, "y": 1620.0}}, "position": {"x": 595.0, "y": 1615.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1275, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113469, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1624.0}, "se": {"x": 590.0, "y": 1624.0}, "sw": {"x": 600.0, "y": 1634.0}, "nw": {"x": 590.0, "y": 1634.0}}, "position": {"x": 595.0, "y": 1629.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1274, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113470, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1638.0}, "se": {"x": 590.0, "y": 1638.0}, "sw": {"x": 600.0, "y": 1648.0}, "nw": {"x": 590.0, "y": 1648.0}}, "position": {"x": 595.0, "y": 1643.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1273, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113471, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1652.0}, "se": {"x": 590.0, "y": 1652.0}, "sw": {"x": 600.0, "y": 1662.0}, "nw": {"x": 590.0, "y": 1662.0}}, "position": {"x": 595.0, "y": 1657.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1272, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113472, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1666.0}, "se": {"x": 590.0, "y": 1666.0}, "sw": {"x": 600.0, "y": 1676.0}, "nw": {"x": 590.0, "y": 1676.0}}, "position": {"x": 595.0, "y": 1671.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1271, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113473, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1694.0}, "se": {"x": 590.0, "y": 1694.0}, "sw": {"x": 600.0, "y": 1704.0}, "nw": {"x": 590.0, "y": 1704.0}}, "position": {"x": 595.0, "y": 1699.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158976, "gate": "", "blockId": null, "orderNum": 1270, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113479, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1540.0}, "se": {"x": 576.0, "y": 1540.0}, "sw": {"x": 586.0, "y": 1550.0}, "nw": {"x": 576.0, "y": 1550.0}}, "position": {"x": 581.0, "y": 1545.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1193, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113480, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1554.0}, "se": {"x": 576.0, "y": 1554.0}, "sw": {"x": 586.0, "y": 1564.0}, "nw": {"x": 576.0, "y": 1564.0}}, "position": {"x": 581.0, "y": 1559.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1192, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113481, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1568.0}, "se": {"x": 576.0, "y": 1568.0}, "sw": {"x": 586.0, "y": 1578.0}, "nw": {"x": 576.0, "y": 1578.0}}, "position": {"x": 581.0, "y": 1573.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1191, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113482, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1582.0}, "se": {"x": 576.0, "y": 1582.0}, "sw": {"x": 586.0, "y": 1592.0}, "nw": {"x": 576.0, "y": 1592.0}}, "position": {"x": 581.0, "y": 1587.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1190, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113483, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1596.0}, "se": {"x": 576.0, "y": 1596.0}, "sw": {"x": 586.0, "y": 1606.0}, "nw": {"x": 576.0, "y": 1606.0}}, "position": {"x": 581.0, "y": 1601.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1189, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113484, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1610.0}, "se": {"x": 576.0, "y": 1610.0}, "sw": {"x": 586.0, "y": 1620.0}, "nw": {"x": 576.0, "y": 1620.0}}, "position": {"x": 581.0, "y": 1615.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1188, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113485, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1624.0}, "se": {"x": 576.0, "y": 1624.0}, "sw": {"x": 586.0, "y": 1634.0}, "nw": {"x": 576.0, "y": 1634.0}}, "position": {"x": 581.0, "y": 1629.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1187, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113486, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1638.0}, "se": {"x": 576.0, "y": 1638.0}, "sw": {"x": 586.0, "y": 1648.0}, "nw": {"x": 576.0, "y": 1648.0}}, "position": {"x": 581.0, "y": 1643.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1186, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113487, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1652.0}, "se": {"x": 576.0, "y": 1652.0}, "sw": {"x": 586.0, "y": 1662.0}, "nw": {"x": 576.0, "y": 1662.0}}, "position": {"x": 581.0, "y": 1657.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1185, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113488, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1666.0}, "se": {"x": 576.0, "y": 1666.0}, "sw": {"x": 586.0, "y": 1676.0}, "nw": {"x": 576.0, "y": 1676.0}}, "position": {"x": 581.0, "y": 1671.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1184, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113489, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1680.0}, "se": {"x": 576.0, "y": 1680.0}, "sw": {"x": 586.0, "y": 1690.0}, "nw": {"x": 576.0, "y": 1690.0}}, "position": {"x": 581.0, "y": 1685.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1183, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113490, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1708.0}, "se": {"x": 576.0, "y": 1708.0}, "sw": {"x": 586.0, "y": 1718.0}, "nw": {"x": 576.0, "y": 1718.0}}, "position": {"x": 581.0, "y": 1713.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158994, "gate": "", "blockId": null, "orderNum": 1182, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113491, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1722.0}, "se": {"x": 576.0, "y": 1722.0}, "sw": {"x": 586.0, "y": 1732.0}, "nw": {"x": 576.0, "y": 1732.0}}, "position": {"x": 581.0, "y": 1727.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158994, "gate": "", "blockId": null, "orderNum": 1181, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113497, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1540.0}, "se": {"x": 562.0, "y": 1540.0}, "sw": {"x": 572.0, "y": 1550.0}, "nw": {"x": 562.0, "y": 1550.0}}, "position": {"x": 567.0, "y": 1545.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113498, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1554.0}, "se": {"x": 562.0, "y": 1554.0}, "sw": {"x": 572.0, "y": 1564.0}, "nw": {"x": 562.0, "y": 1564.0}}, "position": {"x": 567.0, "y": 1559.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113499, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1568.0}, "se": {"x": 562.0, "y": 1568.0}, "sw": {"x": 572.0, "y": 1578.0}, "nw": {"x": 562.0, "y": 1578.0}}, "position": {"x": 567.0, "y": 1573.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113500, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1582.0}, "se": {"x": 562.0, "y": 1582.0}, "sw": {"x": 572.0, "y": 1592.0}, "nw": {"x": 562.0, "y": 1592.0}}, "position": {"x": 567.0, "y": 1587.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113501, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1596.0}, "se": {"x": 562.0, "y": 1596.0}, "sw": {"x": 572.0, "y": 1606.0}, "nw": {"x": 562.0, "y": 1606.0}}, "position": {"x": 567.0, "y": 1601.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113502, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1610.0}, "se": {"x": 562.0, "y": 1610.0}, "sw": {"x": 572.0, "y": 1620.0}, "nw": {"x": 562.0, "y": 1620.0}}, "position": {"x": 567.0, "y": 1615.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113503, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1624.0}, "se": {"x": 562.0, "y": 1624.0}, "sw": {"x": 572.0, "y": 1634.0}, "nw": {"x": 562.0, "y": 1634.0}}, "position": {"x": 567.0, "y": 1629.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113504, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1638.0}, "se": {"x": 562.0, "y": 1638.0}, "sw": {"x": 572.0, "y": 1648.0}, "nw": {"x": 562.0, "y": 1648.0}}, "position": {"x": 567.0, "y": 1643.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113505, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1652.0}, "se": {"x": 562.0, "y": 1652.0}, "sw": {"x": 572.0, "y": 1662.0}, "nw": {"x": 562.0, "y": 1662.0}}, "position": {"x": 567.0, "y": 1657.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113506, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1666.0}, "se": {"x": 562.0, "y": 1666.0}, "sw": {"x": 572.0, "y": 1676.0}, "nw": {"x": 562.0, "y": 1676.0}}, "position": {"x": 567.0, "y": 1671.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113507, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1680.0}, "se": {"x": 562.0, "y": 1680.0}, "sw": {"x": 572.0, "y": 1690.0}, "nw": {"x": 562.0, "y": 1690.0}}, "position": {"x": 567.0, "y": 1685.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113508, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1694.0}, "se": {"x": 562.0, "y": 1694.0}, "sw": {"x": 572.0, "y": 1704.0}, "nw": {"x": 562.0, "y": 1704.0}}, "position": {"x": 567.0, "y": 1699.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113509, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1722.0}, "se": {"x": 562.0, "y": 1722.0}, "sw": {"x": 572.0, "y": 1732.0}, "nw": {"x": 562.0, "y": 1732.0}}, "position": {"x": 567.0, "y": 1727.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113510, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1736.0}, "se": {"x": 562.0, "y": 1736.0}, "sw": {"x": 572.0, "y": 1746.0}, "nw": {"x": 562.0, "y": 1746.0}}, "position": {"x": 567.0, "y": 1741.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}], "4:4": [{"logicalSeatId": 1537115518, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 1189.0}, "se": {"x": 1031.0, "y": 1199.0}, "sw": {"x": 1041.0, "y": 1189.0}, "nw": {"x": 1041.0, "y": 1199.0}}, "position": {"x": 1036.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115519, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 1189.0}, "se": {"x": 1045.0, "y": 1199.0}, "sw": {"x": 1055.0, "y": 1189.0}, "nw": {"x": 1055.0, "y": 1199.0}}, "position": {"x": 1050.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115520, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 1189.0}, "se": {"x": 1059.0, "y": 1199.0}, "sw": {"x": 1069.0, "y": 1189.0}, "nw": {"x": 1069.0, "y": 1199.0}}, "position": {"x": 1064.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115521, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 1189.0}, "se": {"x": 1073.0, "y": 1199.0}, "sw": {"x": 1083.0, "y": 1189.0}, "nw": {"x": 1083.0, "y": 1199.0}}, "position": {"x": 1078.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115522, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 1189.0}, "se": {"x": 1087.0, "y": 1199.0}, "sw": {"x": 1097.0, "y": 1189.0}, "nw": {"x": 1097.0, "y": 1199.0}}, "position": {"x": 1092.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115523, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 1189.0}, "se": {"x": 1101.0, "y": 1199.0}, "sw": {"x": 1111.0, "y": 1189.0}, "nw": {"x": 1111.0, "y": 1199.0}}, "position": {"x": 1106.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115524, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 1189.0}, "se": {"x": 1115.0, "y": 1199.0}, "sw": {"x": 1125.0, "y": 1189.0}, "nw": {"x": 1125.0, "y": 1199.0}}, "position": {"x": 1120.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115525, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 1189.0}, "se": {"x": 1129.0, "y": 1199.0}, "sw": {"x": 1139.0, "y": 1189.0}, "nw": {"x": 1139.0, "y": 1199.0}}, "position": {"x": 1134.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115526, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 1189.0}, "se": {"x": 1143.0, "y": 1199.0}, "sw": {"x": 1153.0, "y": 1189.0}, "nw": {"x": 1153.0, "y": 1199.0}}, "position": {"x": 1148.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115527, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 1189.0}, "se": {"x": 1157.0, "y": 1199.0}, "sw": {"x": 1167.0, "y": 1189.0}, "nw": {"x": 1167.0, "y": 1199.0}}, "position": {"x": 1162.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115528, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 1203.0}, "se": {"x": 1031.0, "y": 1213.0}, "sw": {"x": 1041.0, "y": 1203.0}, "nw": {"x": 1041.0, "y": 1213.0}}, "position": {"x": 1036.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115529, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 1203.0}, "se": {"x": 1045.0, "y": 1213.0}, "sw": {"x": 1055.0, "y": 1203.0}, "nw": {"x": 1055.0, "y": 1213.0}}, "position": {"x": 1050.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115530, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 1203.0}, "se": {"x": 1059.0, "y": 1213.0}, "sw": {"x": 1069.0, "y": 1203.0}, "nw": {"x": 1069.0, "y": 1213.0}}, "position": {"x": 1064.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115531, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 1203.0}, "se": {"x": 1073.0, "y": 1213.0}, "sw": {"x": 1083.0, "y": 1203.0}, "nw": {"x": 1083.0, "y": 1213.0}}, "position": {"x": 1078.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115532, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 1203.0}, "se": {"x": 1087.0, "y": 1213.0}, "sw": {"x": 1097.0, "y": 1203.0}, "nw": {"x": 1097.0, "y": 1213.0}}, "position": {"x": 1092.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115533, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 1203.0}, "se": {"x": 1101.0, "y": 1213.0}, "sw": {"x": 1111.0, "y": 1203.0}, "nw": {"x": 1111.0, "y": 1213.0}}, "position": {"x": 1106.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115534, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 1203.0}, "se": {"x": 1115.0, "y": 1213.0}, "sw": {"x": 1125.0, "y": 1203.0}, "nw": {"x": 1125.0, "y": 1213.0}}, "position": {"x": 1120.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115535, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 1203.0}, "se": {"x": 1129.0, "y": 1213.0}, "sw": {"x": 1139.0, "y": 1203.0}, "nw": {"x": 1139.0, "y": 1213.0}}, "position": {"x": 1134.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115536, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 1203.0}, "se": {"x": 1143.0, "y": 1213.0}, "sw": {"x": 1153.0, "y": 1203.0}, "nw": {"x": 1153.0, "y": 1213.0}}, "position": {"x": 1148.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115537, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 1203.0}, "se": {"x": 1157.0, "y": 1213.0}, "sw": {"x": 1167.0, "y": 1203.0}, "nw": {"x": 1167.0, "y": 1213.0}}, "position": {"x": 1162.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115538, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 1217.0}, "se": {"x": 1031.0, "y": 1227.0}, "sw": {"x": 1041.0, "y": 1217.0}, "nw": {"x": 1041.0, "y": 1227.0}}, "position": {"x": 1036.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115539, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 1217.0}, "se": {"x": 1045.0, "y": 1227.0}, "sw": {"x": 1055.0, "y": 1217.0}, "nw": {"x": 1055.0, "y": 1227.0}}, "position": {"x": 1050.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115540, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 1217.0}, "se": {"x": 1059.0, "y": 1227.0}, "sw": {"x": 1069.0, "y": 1217.0}, "nw": {"x": 1069.0, "y": 1227.0}}, "position": {"x": 1064.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115541, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 1217.0}, "se": {"x": 1073.0, "y": 1227.0}, "sw": {"x": 1083.0, "y": 1217.0}, "nw": {"x": 1083.0, "y": 1227.0}}, "position": {"x": 1078.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115542, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 1217.0}, "se": {"x": 1087.0, "y": 1227.0}, "sw": {"x": 1097.0, "y": 1217.0}, "nw": {"x": 1097.0, "y": 1227.0}}, "position": {"x": 1092.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115543, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 1217.0}, "se": {"x": 1101.0, "y": 1227.0}, "sw": {"x": 1111.0, "y": 1217.0}, "nw": {"x": 1111.0, "y": 1227.0}}, "position": {"x": 1106.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115544, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 1217.0}, "se": {"x": 1115.0, "y": 1227.0}, "sw": {"x": 1125.0, "y": 1217.0}, "nw": {"x": 1125.0, "y": 1227.0}}, "position": {"x": 1120.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115545, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 1217.0}, "se": {"x": 1129.0, "y": 1227.0}, "sw": {"x": 1139.0, "y": 1217.0}, "nw": {"x": 1139.0, "y": 1227.0}}, "position": {"x": 1134.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115546, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 1217.0}, "se": {"x": 1143.0, "y": 1227.0}, "sw": {"x": 1153.0, "y": 1217.0}, "nw": {"x": 1153.0, "y": 1227.0}}, "position": {"x": 1148.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115547, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 1217.0}, "se": {"x": 1157.0, "y": 1227.0}, "sw": {"x": 1167.0, "y": 1217.0}, "nw": {"x": 1167.0, "y": 1227.0}}, "position": {"x": 1162.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115548, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 1231.0}, "se": {"x": 1031.0, "y": 1241.0}, "sw": {"x": 1041.0, "y": 1231.0}, "nw": {"x": 1041.0, "y": 1241.0}}, "position": {"x": 1036.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115549, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 1231.0}, "se": {"x": 1045.0, "y": 1241.0}, "sw": {"x": 1055.0, "y": 1231.0}, "nw": {"x": 1055.0, "y": 1241.0}}, "position": {"x": 1050.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115550, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 1231.0}, "se": {"x": 1059.0, "y": 1241.0}, "sw": {"x": 1069.0, "y": 1231.0}, "nw": {"x": 1069.0, "y": 1241.0}}, "position": {"x": 1064.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115551, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 1231.0}, "se": {"x": 1073.0, "y": 1241.0}, "sw": {"x": 1083.0, "y": 1231.0}, "nw": {"x": 1083.0, "y": 1241.0}}, "position": {"x": 1078.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115552, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 1231.0}, "se": {"x": 1087.0, "y": 1241.0}, "sw": {"x": 1097.0, "y": 1231.0}, "nw": {"x": 1097.0, "y": 1241.0}}, "position": {"x": 1092.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115553, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 1231.0}, "se": {"x": 1101.0, "y": 1241.0}, "sw": {"x": 1111.0, "y": 1231.0}, "nw": {"x": 1111.0, "y": 1241.0}}, "position": {"x": 1106.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115554, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 1231.0}, "se": {"x": 1115.0, "y": 1241.0}, "sw": {"x": 1125.0, "y": 1231.0}, "nw": {"x": 1125.0, "y": 1241.0}}, "position": {"x": 1120.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115555, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 1231.0}, "se": {"x": 1129.0, "y": 1241.0}, "sw": {"x": 1139.0, "y": 1231.0}, "nw": {"x": 1139.0, "y": 1241.0}}, "position": {"x": 1134.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115556, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 1231.0}, "se": {"x": 1143.0, "y": 1241.0}, "sw": {"x": 1153.0, "y": 1231.0}, "nw": {"x": 1153.0, "y": 1241.0}}, "position": {"x": 1148.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115557, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 1231.0}, "se": {"x": 1157.0, "y": 1241.0}, "sw": {"x": 1167.0, "y": 1231.0}, "nw": {"x": 1167.0, "y": 1241.0}}, "position": {"x": 1162.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115558, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 1245.0}, "se": {"x": 1031.0, "y": 1255.0}, "sw": {"x": 1041.0, "y": 1245.0}, "nw": {"x": 1041.0, "y": 1255.0}}, "position": {"x": 1036.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115559, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 1245.0}, "se": {"x": 1045.0, "y": 1255.0}, "sw": {"x": 1055.0, "y": 1245.0}, "nw": {"x": 1055.0, "y": 1255.0}}, "position": {"x": 1050.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115560, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 1245.0}, "se": {"x": 1059.0, "y": 1255.0}, "sw": {"x": 1069.0, "y": 1245.0}, "nw": {"x": 1069.0, "y": 1255.0}}, "position": {"x": 1064.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115561, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 1245.0}, "se": {"x": 1073.0, "y": 1255.0}, "sw": {"x": 1083.0, "y": 1245.0}, "nw": {"x": 1083.0, "y": 1255.0}}, "position": {"x": 1078.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115562, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 1245.0}, "se": {"x": 1087.0, "y": 1255.0}, "sw": {"x": 1097.0, "y": 1245.0}, "nw": {"x": 1097.0, "y": 1255.0}}, "position": {"x": 1092.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115563, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 1245.0}, "se": {"x": 1101.0, "y": 1255.0}, "sw": {"x": 1111.0, "y": 1245.0}, "nw": {"x": 1111.0, "y": 1255.0}}, "position": {"x": 1106.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115564, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 1245.0}, "se": {"x": 1115.0, "y": 1255.0}, "sw": {"x": 1125.0, "y": 1245.0}, "nw": {"x": 1125.0, "y": 1255.0}}, "position": {"x": 1120.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115565, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 1245.0}, "se": {"x": 1129.0, "y": 1255.0}, "sw": {"x": 1139.0, "y": 1245.0}, "nw": {"x": 1139.0, "y": 1255.0}}, "position": {"x": 1134.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115566, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 1245.0}, "se": {"x": 1143.0, "y": 1255.0}, "sw": {"x": 1153.0, "y": 1245.0}, "nw": {"x": 1153.0, "y": 1255.0}}, "position": {"x": 1148.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115567, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 1245.0}, "se": {"x": 1157.0, "y": 1255.0}, "sw": {"x": 1167.0, "y": 1245.0}, "nw": {"x": 1167.0, "y": 1255.0}}, "position": {"x": 1162.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115568, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 1259.0}, "se": {"x": 1031.0, "y": 1269.0}, "sw": {"x": 1041.0, "y": 1259.0}, "nw": {"x": 1041.0, "y": 1269.0}}, "position": {"x": 1036.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115569, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 1259.0}, "se": {"x": 1045.0, "y": 1269.0}, "sw": {"x": 1055.0, "y": 1259.0}, "nw": {"x": 1055.0, "y": 1269.0}}, "position": {"x": 1050.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115570, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 1259.0}, "se": {"x": 1059.0, "y": 1269.0}, "sw": {"x": 1069.0, "y": 1259.0}, "nw": {"x": 1069.0, "y": 1269.0}}, "position": {"x": 1064.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115571, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 1259.0}, "se": {"x": 1073.0, "y": 1269.0}, "sw": {"x": 1083.0, "y": 1259.0}, "nw": {"x": 1083.0, "y": 1269.0}}, "position": {"x": 1078.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115572, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 1259.0}, "se": {"x": 1087.0, "y": 1269.0}, "sw": {"x": 1097.0, "y": 1259.0}, "nw": {"x": 1097.0, "y": 1269.0}}, "position": {"x": 1092.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115573, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 1259.0}, "se": {"x": 1101.0, "y": 1269.0}, "sw": {"x": 1111.0, "y": 1259.0}, "nw": {"x": 1111.0, "y": 1269.0}}, "position": {"x": 1106.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115574, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 1259.0}, "se": {"x": 1115.0, "y": 1269.0}, "sw": {"x": 1125.0, "y": 1259.0}, "nw": {"x": 1125.0, "y": 1269.0}}, "position": {"x": 1120.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115575, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 1259.0}, "se": {"x": 1129.0, "y": 1269.0}, "sw": {"x": 1139.0, "y": 1259.0}, "nw": {"x": 1139.0, "y": 1269.0}}, "position": {"x": 1134.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115576, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 1259.0}, "se": {"x": 1143.0, "y": 1269.0}, "sw": {"x": 1153.0, "y": 1259.0}, "nw": {"x": 1153.0, "y": 1269.0}}, "position": {"x": 1148.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115577, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 1259.0}, "se": {"x": 1157.0, "y": 1269.0}, "sw": {"x": 1167.0, "y": 1259.0}, "nw": {"x": 1167.0, "y": 1269.0}}, "position": {"x": 1162.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115578, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 1273.0}, "se": {"x": 1031.0, "y": 1283.0}, "sw": {"x": 1041.0, "y": 1273.0}, "nw": {"x": 1041.0, "y": 1283.0}}, "position": {"x": 1036.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115579, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 1273.0}, "se": {"x": 1045.0, "y": 1283.0}, "sw": {"x": 1055.0, "y": 1273.0}, "nw": {"x": 1055.0, "y": 1283.0}}, "position": {"x": 1050.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115580, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 1273.0}, "se": {"x": 1059.0, "y": 1283.0}, "sw": {"x": 1069.0, "y": 1273.0}, "nw": {"x": 1069.0, "y": 1283.0}}, "position": {"x": 1064.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115581, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 1273.0}, "se": {"x": 1073.0, "y": 1283.0}, "sw": {"x": 1083.0, "y": 1273.0}, "nw": {"x": 1083.0, "y": 1283.0}}, "position": {"x": 1078.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115582, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 1273.0}, "se": {"x": 1087.0, "y": 1283.0}, "sw": {"x": 1097.0, "y": 1273.0}, "nw": {"x": 1097.0, "y": 1283.0}}, "position": {"x": 1092.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115583, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 1273.0}, "se": {"x": 1101.0, "y": 1283.0}, "sw": {"x": 1111.0, "y": 1273.0}, "nw": {"x": 1111.0, "y": 1283.0}}, "position": {"x": 1106.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115584, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 1273.0}, "se": {"x": 1115.0, "y": 1283.0}, "sw": {"x": 1125.0, "y": 1273.0}, "nw": {"x": 1125.0, "y": 1283.0}}, "position": {"x": 1120.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115585, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 1273.0}, "se": {"x": 1129.0, "y": 1283.0}, "sw": {"x": 1139.0, "y": 1273.0}, "nw": {"x": 1139.0, "y": 1283.0}}, "position": {"x": 1134.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115586, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 1273.0}, "se": {"x": 1143.0, "y": 1283.0}, "sw": {"x": 1153.0, "y": 1273.0}, "nw": {"x": 1153.0, "y": 1283.0}}, "position": {"x": 1148.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115587, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 1273.0}, "se": {"x": 1157.0, "y": 1283.0}, "sw": {"x": 1167.0, "y": 1273.0}, "nw": {"x": 1167.0, "y": 1283.0}}, "position": {"x": 1162.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115638, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 1189.0}, "se": {"x": 1253.0, "y": 1199.0}, "sw": {"x": 1263.0, "y": 1189.0}, "nw": {"x": 1263.0, "y": 1199.0}}, "position": {"x": 1258.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115639, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 1189.0}, "se": {"x": 1267.0, "y": 1199.0}, "sw": {"x": 1277.0, "y": 1189.0}, "nw": {"x": 1277.0, "y": 1199.0}}, "position": {"x": 1272.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115648, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 1203.0}, "se": {"x": 1253.0, "y": 1213.0}, "sw": {"x": 1263.0, "y": 1203.0}, "nw": {"x": 1263.0, "y": 1213.0}}, "position": {"x": 1258.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115649, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 1203.0}, "se": {"x": 1267.0, "y": 1213.0}, "sw": {"x": 1277.0, "y": 1203.0}, "nw": {"x": 1277.0, "y": 1213.0}}, "position": {"x": 1272.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115658, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 1217.0}, "se": {"x": 1253.0, "y": 1227.0}, "sw": {"x": 1263.0, "y": 1217.0}, "nw": {"x": 1263.0, "y": 1227.0}}, "position": {"x": 1258.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115659, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 1217.0}, "se": {"x": 1267.0, "y": 1227.0}, "sw": {"x": 1277.0, "y": 1217.0}, "nw": {"x": 1277.0, "y": 1227.0}}, "position": {"x": 1272.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115668, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 1231.0}, "se": {"x": 1253.0, "y": 1241.0}, "sw": {"x": 1263.0, "y": 1231.0}, "nw": {"x": 1263.0, "y": 1241.0}}, "position": {"x": 1258.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115669, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 1231.0}, "se": {"x": 1267.0, "y": 1241.0}, "sw": {"x": 1277.0, "y": 1231.0}, "nw": {"x": 1277.0, "y": 1241.0}}, "position": {"x": 1272.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115678, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 1245.0}, "se": {"x": 1253.0, "y": 1255.0}, "sw": {"x": 1263.0, "y": 1245.0}, "nw": {"x": 1263.0, "y": 1255.0}}, "position": {"x": 1258.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115679, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 1245.0}, "se": {"x": 1267.0, "y": 1255.0}, "sw": {"x": 1277.0, "y": 1245.0}, "nw": {"x": 1277.0, "y": 1255.0}}, "position": {"x": 1272.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115688, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 1259.0}, "se": {"x": 1253.0, "y": 1269.0}, "sw": {"x": 1263.0, "y": 1259.0}, "nw": {"x": 1263.0, "y": 1269.0}}, "position": {"x": 1258.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115689, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 1259.0}, "se": {"x": 1267.0, "y": 1269.0}, "sw": {"x": 1277.0, "y": 1259.0}, "nw": {"x": 1277.0, "y": 1269.0}}, "position": {"x": 1272.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115698, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 1273.0}, "se": {"x": 1253.0, "y": 1283.0}, "sw": {"x": 1263.0, "y": 1273.0}, "nw": {"x": 1263.0, "y": 1283.0}}, "position": {"x": 1258.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115699, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 1273.0}, "se": {"x": 1267.0, "y": 1283.0}, "sw": {"x": 1277.0, "y": 1273.0}, "nw": {"x": 1277.0, "y": 1283.0}}, "position": {"x": 1272.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}], "6:2": [{"logicalSeatId": 1537115259, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 748.0}, "se": {"x": 1535.0, "y": 758.0}, "sw": {"x": 1545.0, "y": 748.0}, "nw": {"x": 1545.0, "y": 758.0}}, "position": {"x": 1540.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115265, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 762.0}, "se": {"x": 1535.0, "y": 772.0}, "sw": {"x": 1545.0, "y": 762.0}, "nw": {"x": 1545.0, "y": 772.0}}, "position": {"x": 1540.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115266, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 762.0}, "se": {"x": 1549.0, "y": 772.0}, "sw": {"x": 1559.0, "y": 762.0}, "nw": {"x": 1559.0, "y": 772.0}}, "position": {"x": 1554.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115267, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 762.0}, "se": {"x": 1563.0, "y": 772.0}, "sw": {"x": 1573.0, "y": 762.0}, "nw": {"x": 1573.0, "y": 772.0}}, "position": {"x": 1568.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}], "3:6": [{"logicalSeatId": 1537112653, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1719.0}, "se": {"x": 912.0, "y": 1729.0}, "sw": {"x": 922.0, "y": 1719.0}, "nw": {"x": 922.0, "y": 1729.0}}, "position": {"x": 917.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158270, "gate": "", "blockId": null, "orderNum": 2351, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112654, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1719.0}, "se": {"x": 926.0, "y": 1729.0}, "sw": {"x": 936.0, "y": 1719.0}, "nw": {"x": 936.0, "y": 1729.0}}, "position": {"x": 931.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158271, "gate": "", "blockId": null, "orderNum": 2431, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112655, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1719.0}, "se": {"x": 940.0, "y": 1729.0}, "sw": {"x": 950.0, "y": 1719.0}, "nw": {"x": 950.0, "y": 1729.0}}, "position": {"x": 945.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158272, "gate": "", "blockId": null, "orderNum": 2511, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112656, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1719.0}, "se": {"x": 954.0, "y": 1729.0}, "sw": {"x": 964.0, "y": 1719.0}, "nw": {"x": 964.0, "y": 1729.0}}, "position": {"x": 959.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158273, "gate": "", "blockId": null, "orderNum": 2591, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112657, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1719.0}, "se": {"x": 968.0, "y": 1729.0}, "sw": {"x": 978.0, "y": 1719.0}, "nw": {"x": 978.0, "y": 1729.0}}, "position": {"x": 973.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158274, "gate": "", "blockId": null, "orderNum": 2671, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112658, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1719.0}, "se": {"x": 982.0, "y": 1729.0}, "sw": {"x": 992.0, "y": 1719.0}, "nw": {"x": 992.0, "y": 1729.0}}, "position": {"x": 987.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158275, "gate": "", "blockId": null, "orderNum": 2751, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112659, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1719.0}, "se": {"x": 996.0, "y": 1729.0}, "sw": {"x": 1006.0, "y": 1719.0}, "nw": {"x": 1006.0, "y": 1729.0}}, "position": {"x": 1001.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158276, "gate": "", "blockId": null, "orderNum": 2831, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112660, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1719.0}, "se": {"x": 1010.0, "y": 1729.0}, "sw": {"x": 1020.0, "y": 1719.0}, "nw": {"x": 1020.0, "y": 1729.0}}, "position": {"x": 1015.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158277, "gate": "", "blockId": null, "orderNum": 2911, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112691, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1733.0}, "se": {"x": 912.0, "y": 1743.0}, "sw": {"x": 922.0, "y": 1733.0}, "nw": {"x": 922.0, "y": 1743.0}}, "position": {"x": 917.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158270, "gate": "", "blockId": null, "orderNum": 2350, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112692, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1733.0}, "se": {"x": 926.0, "y": 1743.0}, "sw": {"x": 936.0, "y": 1733.0}, "nw": {"x": 936.0, "y": 1743.0}}, "position": {"x": 931.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158271, "gate": "", "blockId": null, "orderNum": 2430, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112693, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1733.0}, "se": {"x": 940.0, "y": 1743.0}, "sw": {"x": 950.0, "y": 1733.0}, "nw": {"x": 950.0, "y": 1743.0}}, "position": {"x": 945.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158272, "gate": "", "blockId": null, "orderNum": 2510, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112694, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1733.0}, "se": {"x": 954.0, "y": 1743.0}, "sw": {"x": 964.0, "y": 1733.0}, "nw": {"x": 964.0, "y": 1743.0}}, "position": {"x": 959.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158273, "gate": "", "blockId": null, "orderNum": 2590, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112695, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1733.0}, "se": {"x": 968.0, "y": 1743.0}, "sw": {"x": 978.0, "y": 1733.0}, "nw": {"x": 978.0, "y": 1743.0}}, "position": {"x": 973.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158274, "gate": "", "blockId": null, "orderNum": 2670, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112696, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1733.0}, "se": {"x": 982.0, "y": 1743.0}, "sw": {"x": 992.0, "y": 1733.0}, "nw": {"x": 992.0, "y": 1743.0}}, "position": {"x": 987.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158275, "gate": "", "blockId": null, "orderNum": 2750, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112697, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1733.0}, "se": {"x": 996.0, "y": 1743.0}, "sw": {"x": 1006.0, "y": 1733.0}, "nw": {"x": 1006.0, "y": 1743.0}}, "position": {"x": 1001.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158276, "gate": "", "blockId": null, "orderNum": 2830, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112698, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1733.0}, "se": {"x": 1010.0, "y": 1743.0}, "sw": {"x": 1020.0, "y": 1733.0}, "nw": {"x": 1020.0, "y": 1743.0}}, "position": {"x": 1015.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158277, "gate": "", "blockId": null, "orderNum": 2910, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112729, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1747.0}, "se": {"x": 912.0, "y": 1757.0}, "sw": {"x": 922.0, "y": 1747.0}, "nw": {"x": 922.0, "y": 1757.0}}, "position": {"x": 917.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158270, "gate": "", "blockId": null, "orderNum": 2349, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112730, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1747.0}, "se": {"x": 926.0, "y": 1757.0}, "sw": {"x": 936.0, "y": 1747.0}, "nw": {"x": 936.0, "y": 1757.0}}, "position": {"x": 931.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158271, "gate": "", "blockId": null, "orderNum": 2429, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112731, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1747.0}, "se": {"x": 940.0, "y": 1757.0}, "sw": {"x": 950.0, "y": 1747.0}, "nw": {"x": 950.0, "y": 1757.0}}, "position": {"x": 945.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158272, "gate": "", "blockId": null, "orderNum": 2509, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112732, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1747.0}, "se": {"x": 954.0, "y": 1757.0}, "sw": {"x": 964.0, "y": 1747.0}, "nw": {"x": 964.0, "y": 1757.0}}, "position": {"x": 959.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158273, "gate": "", "blockId": null, "orderNum": 2589, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112733, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1747.0}, "se": {"x": 968.0, "y": 1757.0}, "sw": {"x": 978.0, "y": 1747.0}, "nw": {"x": 978.0, "y": 1757.0}}, "position": {"x": 973.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158274, "gate": "", "blockId": null, "orderNum": 2669, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112734, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1747.0}, "se": {"x": 982.0, "y": 1757.0}, "sw": {"x": 992.0, "y": 1747.0}, "nw": {"x": 992.0, "y": 1757.0}}, "position": {"x": 987.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158275, "gate": "", "blockId": null, "orderNum": 2749, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112735, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1747.0}, "se": {"x": 996.0, "y": 1757.0}, "sw": {"x": 1006.0, "y": 1747.0}, "nw": {"x": 1006.0, "y": 1757.0}}, "position": {"x": 1001.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158276, "gate": "", "blockId": null, "orderNum": 2829, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112736, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1747.0}, "se": {"x": 1010.0, "y": 1757.0}, "sw": {"x": 1020.0, "y": 1747.0}, "nw": {"x": 1020.0, "y": 1757.0}}, "position": {"x": 1015.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158277, "gate": "", "blockId": null, "orderNum": 2909, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112767, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1761.0}, "se": {"x": 912.0, "y": 1771.0}, "sw": {"x": 922.0, "y": 1761.0}, "nw": {"x": 922.0, "y": 1771.0}}, "position": {"x": 917.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158270, "gate": "", "blockId": null, "orderNum": 2348, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112768, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1761.0}, "se": {"x": 926.0, "y": 1771.0}, "sw": {"x": 936.0, "y": 1761.0}, "nw": {"x": 936.0, "y": 1771.0}}, "position": {"x": 931.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158271, "gate": "", "blockId": null, "orderNum": 2428, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112769, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1761.0}, "se": {"x": 940.0, "y": 1771.0}, "sw": {"x": 950.0, "y": 1761.0}, "nw": {"x": 950.0, "y": 1771.0}}, "position": {"x": 945.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158272, "gate": "", "blockId": null, "orderNum": 2508, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112770, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1761.0}, "se": {"x": 954.0, "y": 1771.0}, "sw": {"x": 964.0, "y": 1761.0}, "nw": {"x": 964.0, "y": 1771.0}}, "position": {"x": 959.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158273, "gate": "", "blockId": null, "orderNum": 2588, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112771, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1761.0}, "se": {"x": 968.0, "y": 1771.0}, "sw": {"x": 978.0, "y": 1761.0}, "nw": {"x": 978.0, "y": 1771.0}}, "position": {"x": 973.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158274, "gate": "", "blockId": null, "orderNum": 2668, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112772, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1761.0}, "se": {"x": 982.0, "y": 1771.0}, "sw": {"x": 992.0, "y": 1761.0}, "nw": {"x": 992.0, "y": 1771.0}}, "position": {"x": 987.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158275, "gate": "", "blockId": null, "orderNum": 2748, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112773, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1761.0}, "se": {"x": 996.0, "y": 1771.0}, "sw": {"x": 1006.0, "y": 1761.0}, "nw": {"x": 1006.0, "y": 1771.0}}, "position": {"x": 1001.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158276, "gate": "", "blockId": null, "orderNum": 2828, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112774, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1761.0}, "se": {"x": 1010.0, "y": 1771.0}, "sw": {"x": 1020.0, "y": 1761.0}, "nw": {"x": 1020.0, "y": 1771.0}}, "position": {"x": 1015.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158277, "gate": "", "blockId": null, "orderNum": 2908, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113151, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1719.0}, "se": {"x": 774.0, "y": 1729.0}, "sw": {"x": 784.0, "y": 1719.0}, "nw": {"x": 784.0, "y": 1729.0}}, "position": {"x": 779.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158692, "gate": "", "blockId": null, "orderNum": 1654, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113152, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1719.0}, "se": {"x": 788.0, "y": 1729.0}, "sw": {"x": 798.0, "y": 1719.0}, "nw": {"x": 798.0, "y": 1729.0}}, "position": {"x": 793.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158693, "gate": "", "blockId": null, "orderNum": 1670, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113153, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1719.0}, "se": {"x": 802.0, "y": 1729.0}, "sw": {"x": 812.0, "y": 1719.0}, "nw": {"x": 812.0, "y": 1729.0}}, "position": {"x": 807.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158694, "gate": "", "blockId": null, "orderNum": 1675, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113154, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1719.0}, "se": {"x": 816.0, "y": 1729.0}, "sw": {"x": 826.0, "y": 1719.0}, "nw": {"x": 826.0, "y": 1729.0}}, "position": {"x": 821.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158695, "gate": "", "blockId": null, "orderNum": 1680, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113155, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1719.0}, "se": {"x": 830.0, "y": 1729.0}, "sw": {"x": 840.0, "y": 1719.0}, "nw": {"x": 840.0, "y": 1729.0}}, "position": {"x": 835.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158696, "gate": "", "blockId": null, "orderNum": 1685, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113156, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1719.0}, "se": {"x": 844.0, "y": 1729.0}, "sw": {"x": 854.0, "y": 1719.0}, "nw": {"x": 854.0, "y": 1729.0}}, "position": {"x": 849.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158697, "gate": "", "blockId": null, "orderNum": 1690, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113157, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1719.0}, "se": {"x": 858.0, "y": 1729.0}, "sw": {"x": 868.0, "y": 1719.0}, "nw": {"x": 868.0, "y": 1729.0}}, "position": {"x": 863.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158698, "gate": "", "blockId": null, "orderNum": 1759, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113162, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1733.0}, "se": {"x": 774.0, "y": 1743.0}, "sw": {"x": 784.0, "y": 1733.0}, "nw": {"x": 784.0, "y": 1743.0}}, "position": {"x": 779.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158692, "gate": "", "blockId": null, "orderNum": 1653, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113163, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1733.0}, "se": {"x": 788.0, "y": 1743.0}, "sw": {"x": 798.0, "y": 1733.0}, "nw": {"x": 798.0, "y": 1743.0}}, "position": {"x": 793.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158693, "gate": "", "blockId": null, "orderNum": 1669, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113164, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1733.0}, "se": {"x": 802.0, "y": 1743.0}, "sw": {"x": 812.0, "y": 1733.0}, "nw": {"x": 812.0, "y": 1743.0}}, "position": {"x": 807.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158694, "gate": "", "blockId": null, "orderNum": 1674, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113165, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1733.0}, "se": {"x": 816.0, "y": 1743.0}, "sw": {"x": 826.0, "y": 1733.0}, "nw": {"x": 826.0, "y": 1743.0}}, "position": {"x": 821.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158695, "gate": "", "blockId": null, "orderNum": 1679, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113166, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1733.0}, "se": {"x": 830.0, "y": 1743.0}, "sw": {"x": 840.0, "y": 1733.0}, "nw": {"x": 840.0, "y": 1743.0}}, "position": {"x": 835.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158696, "gate": "", "blockId": null, "orderNum": 1684, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113167, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1733.0}, "se": {"x": 844.0, "y": 1743.0}, "sw": {"x": 854.0, "y": 1733.0}, "nw": {"x": 854.0, "y": 1743.0}}, "position": {"x": 849.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158697, "gate": "", "blockId": null, "orderNum": 1689, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113168, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1733.0}, "se": {"x": 858.0, "y": 1743.0}, "sw": {"x": 868.0, "y": 1733.0}, "nw": {"x": 868.0, "y": 1743.0}}, "position": {"x": 863.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158698, "gate": "", "blockId": null, "orderNum": 1758, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113175, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1747.0}, "se": {"x": 774.0, "y": 1757.0}, "sw": {"x": 784.0, "y": 1747.0}, "nw": {"x": 784.0, "y": 1757.0}}, "position": {"x": 779.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158692, "gate": "", "blockId": null, "orderNum": 1652, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113176, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1747.0}, "se": {"x": 788.0, "y": 1757.0}, "sw": {"x": 798.0, "y": 1747.0}, "nw": {"x": 798.0, "y": 1757.0}}, "position": {"x": 793.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158693, "gate": "", "blockId": null, "orderNum": 1668, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113177, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1747.0}, "se": {"x": 802.0, "y": 1757.0}, "sw": {"x": 812.0, "y": 1747.0}, "nw": {"x": 812.0, "y": 1757.0}}, "position": {"x": 807.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158694, "gate": "", "blockId": null, "orderNum": 1673, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113178, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1747.0}, "se": {"x": 816.0, "y": 1757.0}, "sw": {"x": 826.0, "y": 1747.0}, "nw": {"x": 826.0, "y": 1757.0}}, "position": {"x": 821.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158695, "gate": "", "blockId": null, "orderNum": 1678, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113179, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1747.0}, "se": {"x": 830.0, "y": 1757.0}, "sw": {"x": 840.0, "y": 1747.0}, "nw": {"x": 840.0, "y": 1757.0}}, "position": {"x": 835.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158696, "gate": "", "blockId": null, "orderNum": 1683, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400011\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113180, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1747.0}, "se": {"x": 844.0, "y": 1757.0}, "sw": {"x": 854.0, "y": 1747.0}, "nw": {"x": 854.0, "y": 1757.0}}, "position": {"x": 849.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158697, "gate": "", "blockId": null, "orderNum": 1688, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400012\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113181, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1747.0}, "se": {"x": 858.0, "y": 1757.0}, "sw": {"x": 868.0, "y": 1747.0}, "nw": {"x": 868.0, "y": 1757.0}}, "position": {"x": 863.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158698, "gate": "", "blockId": null, "orderNum": 1757, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400013\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113189, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1761.0}, "se": {"x": 774.0, "y": 1771.0}, "sw": {"x": 784.0, "y": 1761.0}, "nw": {"x": 784.0, "y": 1771.0}}, "position": {"x": 779.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158692, "gate": "", "blockId": null, "orderNum": 1651, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113190, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1761.0}, "se": {"x": 788.0, "y": 1771.0}, "sw": {"x": 798.0, "y": 1761.0}, "nw": {"x": 798.0, "y": 1771.0}}, "position": {"x": 793.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158693, "gate": "", "blockId": null, "orderNum": 1667, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113191, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1761.0}, "se": {"x": 802.0, "y": 1771.0}, "sw": {"x": 812.0, "y": 1761.0}, "nw": {"x": 812.0, "y": 1771.0}}, "position": {"x": 807.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158694, "gate": "", "blockId": null, "orderNum": 1672, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113192, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1761.0}, "se": {"x": 816.0, "y": 1771.0}, "sw": {"x": 826.0, "y": 1761.0}, "nw": {"x": 826.0, "y": 1771.0}}, "position": {"x": 821.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158695, "gate": "", "blockId": null, "orderNum": 1677, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400011\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113193, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1761.0}, "se": {"x": 830.0, "y": 1771.0}, "sw": {"x": 840.0, "y": 1761.0}, "nw": {"x": 840.0, "y": 1771.0}}, "position": {"x": 835.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158696, "gate": "", "blockId": null, "orderNum": 1682, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400012\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113194, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1761.0}, "se": {"x": 844.0, "y": 1771.0}, "sw": {"x": 854.0, "y": 1761.0}, "nw": {"x": 854.0, "y": 1771.0}}, "position": {"x": 849.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158697, "gate": "", "blockId": null, "orderNum": 1687, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400013\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113195, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1761.0}, "se": {"x": 858.0, "y": 1771.0}, "sw": {"x": 868.0, "y": 1761.0}, "nw": {"x": 868.0, "y": 1771.0}}, "position": {"x": 863.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158698, "gate": "", "blockId": null, "orderNum": 1756, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400014\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}], "5:4": [{"logicalSeatId": 1537115640, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 1189.0}, "se": {"x": 1281.0, "y": 1199.0}, "sw": {"x": 1291.0, "y": 1189.0}, "nw": {"x": 1291.0, "y": 1199.0}}, "position": {"x": 1286.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115641, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 1189.0}, "se": {"x": 1295.0, "y": 1199.0}, "sw": {"x": 1305.0, "y": 1189.0}, "nw": {"x": 1305.0, "y": 1199.0}}, "position": {"x": 1300.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115642, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 1189.0}, "se": {"x": 1309.0, "y": 1199.0}, "sw": {"x": 1319.0, "y": 1189.0}, "nw": {"x": 1319.0, "y": 1199.0}}, "position": {"x": 1314.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115643, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 1189.0}, "se": {"x": 1323.0, "y": 1199.0}, "sw": {"x": 1333.0, "y": 1189.0}, "nw": {"x": 1333.0, "y": 1199.0}}, "position": {"x": 1328.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115644, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 1189.0}, "se": {"x": 1337.0, "y": 1199.0}, "sw": {"x": 1347.0, "y": 1189.0}, "nw": {"x": 1347.0, "y": 1199.0}}, "position": {"x": 1342.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115645, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 1189.0}, "se": {"x": 1351.0, "y": 1199.0}, "sw": {"x": 1361.0, "y": 1189.0}, "nw": {"x": 1361.0, "y": 1199.0}}, "position": {"x": 1356.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115646, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 1189.0}, "se": {"x": 1365.0, "y": 1199.0}, "sw": {"x": 1375.0, "y": 1189.0}, "nw": {"x": 1375.0, "y": 1199.0}}, "position": {"x": 1370.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115647, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 1189.0}, "se": {"x": 1379.0, "y": 1199.0}, "sw": {"x": 1389.0, "y": 1189.0}, "nw": {"x": 1389.0, "y": 1199.0}}, "position": {"x": 1384.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115650, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 1203.0}, "se": {"x": 1281.0, "y": 1213.0}, "sw": {"x": 1291.0, "y": 1203.0}, "nw": {"x": 1291.0, "y": 1213.0}}, "position": {"x": 1286.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115651, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 1203.0}, "se": {"x": 1295.0, "y": 1213.0}, "sw": {"x": 1305.0, "y": 1203.0}, "nw": {"x": 1305.0, "y": 1213.0}}, "position": {"x": 1300.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115652, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 1203.0}, "se": {"x": 1309.0, "y": 1213.0}, "sw": {"x": 1319.0, "y": 1203.0}, "nw": {"x": 1319.0, "y": 1213.0}}, "position": {"x": 1314.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115653, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 1203.0}, "se": {"x": 1323.0, "y": 1213.0}, "sw": {"x": 1333.0, "y": 1203.0}, "nw": {"x": 1333.0, "y": 1213.0}}, "position": {"x": 1328.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115654, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 1203.0}, "se": {"x": 1337.0, "y": 1213.0}, "sw": {"x": 1347.0, "y": 1203.0}, "nw": {"x": 1347.0, "y": 1213.0}}, "position": {"x": 1342.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115655, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 1203.0}, "se": {"x": 1351.0, "y": 1213.0}, "sw": {"x": 1361.0, "y": 1203.0}, "nw": {"x": 1361.0, "y": 1213.0}}, "position": {"x": 1356.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115656, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 1203.0}, "se": {"x": 1365.0, "y": 1213.0}, "sw": {"x": 1375.0, "y": 1203.0}, "nw": {"x": 1375.0, "y": 1213.0}}, "position": {"x": 1370.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115657, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 1203.0}, "se": {"x": 1379.0, "y": 1213.0}, "sw": {"x": 1389.0, "y": 1203.0}, "nw": {"x": 1389.0, "y": 1213.0}}, "position": {"x": 1384.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115660, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 1217.0}, "se": {"x": 1281.0, "y": 1227.0}, "sw": {"x": 1291.0, "y": 1217.0}, "nw": {"x": 1291.0, "y": 1227.0}}, "position": {"x": 1286.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115661, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 1217.0}, "se": {"x": 1295.0, "y": 1227.0}, "sw": {"x": 1305.0, "y": 1217.0}, "nw": {"x": 1305.0, "y": 1227.0}}, "position": {"x": 1300.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115662, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 1217.0}, "se": {"x": 1309.0, "y": 1227.0}, "sw": {"x": 1319.0, "y": 1217.0}, "nw": {"x": 1319.0, "y": 1227.0}}, "position": {"x": 1314.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115663, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 1217.0}, "se": {"x": 1323.0, "y": 1227.0}, "sw": {"x": 1333.0, "y": 1217.0}, "nw": {"x": 1333.0, "y": 1227.0}}, "position": {"x": 1328.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115664, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 1217.0}, "se": {"x": 1337.0, "y": 1227.0}, "sw": {"x": 1347.0, "y": 1217.0}, "nw": {"x": 1347.0, "y": 1227.0}}, "position": {"x": 1342.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115665, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 1217.0}, "se": {"x": 1351.0, "y": 1227.0}, "sw": {"x": 1361.0, "y": 1217.0}, "nw": {"x": 1361.0, "y": 1227.0}}, "position": {"x": 1356.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115666, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 1217.0}, "se": {"x": 1365.0, "y": 1227.0}, "sw": {"x": 1375.0, "y": 1217.0}, "nw": {"x": 1375.0, "y": 1227.0}}, "position": {"x": 1370.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115667, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 1217.0}, "se": {"x": 1379.0, "y": 1227.0}, "sw": {"x": 1389.0, "y": 1217.0}, "nw": {"x": 1389.0, "y": 1227.0}}, "position": {"x": 1384.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115670, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 1231.0}, "se": {"x": 1281.0, "y": 1241.0}, "sw": {"x": 1291.0, "y": 1231.0}, "nw": {"x": 1291.0, "y": 1241.0}}, "position": {"x": 1286.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115671, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 1231.0}, "se": {"x": 1295.0, "y": 1241.0}, "sw": {"x": 1305.0, "y": 1231.0}, "nw": {"x": 1305.0, "y": 1241.0}}, "position": {"x": 1300.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115672, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 1231.0}, "se": {"x": 1309.0, "y": 1241.0}, "sw": {"x": 1319.0, "y": 1231.0}, "nw": {"x": 1319.0, "y": 1241.0}}, "position": {"x": 1314.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115673, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 1231.0}, "se": {"x": 1323.0, "y": 1241.0}, "sw": {"x": 1333.0, "y": 1231.0}, "nw": {"x": 1333.0, "y": 1241.0}}, "position": {"x": 1328.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115674, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 1231.0}, "se": {"x": 1337.0, "y": 1241.0}, "sw": {"x": 1347.0, "y": 1231.0}, "nw": {"x": 1347.0, "y": 1241.0}}, "position": {"x": 1342.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115675, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 1231.0}, "se": {"x": 1351.0, "y": 1241.0}, "sw": {"x": 1361.0, "y": 1231.0}, "nw": {"x": 1361.0, "y": 1241.0}}, "position": {"x": 1356.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115676, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 1231.0}, "se": {"x": 1365.0, "y": 1241.0}, "sw": {"x": 1375.0, "y": 1231.0}, "nw": {"x": 1375.0, "y": 1241.0}}, "position": {"x": 1370.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115677, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 1231.0}, "se": {"x": 1379.0, "y": 1241.0}, "sw": {"x": 1389.0, "y": 1231.0}, "nw": {"x": 1389.0, "y": 1241.0}}, "position": {"x": 1384.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115680, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 1245.0}, "se": {"x": 1281.0, "y": 1255.0}, "sw": {"x": 1291.0, "y": 1245.0}, "nw": {"x": 1291.0, "y": 1255.0}}, "position": {"x": 1286.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115681, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 1245.0}, "se": {"x": 1295.0, "y": 1255.0}, "sw": {"x": 1305.0, "y": 1245.0}, "nw": {"x": 1305.0, "y": 1255.0}}, "position": {"x": 1300.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115682, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 1245.0}, "se": {"x": 1309.0, "y": 1255.0}, "sw": {"x": 1319.0, "y": 1245.0}, "nw": {"x": 1319.0, "y": 1255.0}}, "position": {"x": 1314.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115683, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 1245.0}, "se": {"x": 1323.0, "y": 1255.0}, "sw": {"x": 1333.0, "y": 1245.0}, "nw": {"x": 1333.0, "y": 1255.0}}, "position": {"x": 1328.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115684, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 1245.0}, "se": {"x": 1337.0, "y": 1255.0}, "sw": {"x": 1347.0, "y": 1245.0}, "nw": {"x": 1347.0, "y": 1255.0}}, "position": {"x": 1342.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115685, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 1245.0}, "se": {"x": 1351.0, "y": 1255.0}, "sw": {"x": 1361.0, "y": 1245.0}, "nw": {"x": 1361.0, "y": 1255.0}}, "position": {"x": 1356.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115686, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 1245.0}, "se": {"x": 1365.0, "y": 1255.0}, "sw": {"x": 1375.0, "y": 1245.0}, "nw": {"x": 1375.0, "y": 1255.0}}, "position": {"x": 1370.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115687, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 1245.0}, "se": {"x": 1379.0, "y": 1255.0}, "sw": {"x": 1389.0, "y": 1245.0}, "nw": {"x": 1389.0, "y": 1255.0}}, "position": {"x": 1384.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115690, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 1259.0}, "se": {"x": 1281.0, "y": 1269.0}, "sw": {"x": 1291.0, "y": 1259.0}, "nw": {"x": 1291.0, "y": 1269.0}}, "position": {"x": 1286.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115691, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 1259.0}, "se": {"x": 1295.0, "y": 1269.0}, "sw": {"x": 1305.0, "y": 1259.0}, "nw": {"x": 1305.0, "y": 1269.0}}, "position": {"x": 1300.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115692, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 1259.0}, "se": {"x": 1309.0, "y": 1269.0}, "sw": {"x": 1319.0, "y": 1259.0}, "nw": {"x": 1319.0, "y": 1269.0}}, "position": {"x": 1314.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115693, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 1259.0}, "se": {"x": 1323.0, "y": 1269.0}, "sw": {"x": 1333.0, "y": 1259.0}, "nw": {"x": 1333.0, "y": 1269.0}}, "position": {"x": 1328.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115694, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 1259.0}, "se": {"x": 1337.0, "y": 1269.0}, "sw": {"x": 1347.0, "y": 1259.0}, "nw": {"x": 1347.0, "y": 1269.0}}, "position": {"x": 1342.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115695, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 1259.0}, "se": {"x": 1351.0, "y": 1269.0}, "sw": {"x": 1361.0, "y": 1259.0}, "nw": {"x": 1361.0, "y": 1269.0}}, "position": {"x": 1356.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115696, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 1259.0}, "se": {"x": 1365.0, "y": 1269.0}, "sw": {"x": 1375.0, "y": 1259.0}, "nw": {"x": 1375.0, "y": 1269.0}}, "position": {"x": 1370.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115697, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 1259.0}, "se": {"x": 1379.0, "y": 1269.0}, "sw": {"x": 1389.0, "y": 1259.0}, "nw": {"x": 1389.0, "y": 1269.0}}, "position": {"x": 1384.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115700, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 1273.0}, "se": {"x": 1281.0, "y": 1283.0}, "sw": {"x": 1291.0, "y": 1273.0}, "nw": {"x": 1291.0, "y": 1283.0}}, "position": {"x": 1286.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115701, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 1273.0}, "se": {"x": 1295.0, "y": 1283.0}, "sw": {"x": 1305.0, "y": 1273.0}, "nw": {"x": 1305.0, "y": 1283.0}}, "position": {"x": 1300.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115702, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 1273.0}, "se": {"x": 1309.0, "y": 1283.0}, "sw": {"x": 1319.0, "y": 1273.0}, "nw": {"x": 1319.0, "y": 1283.0}}, "position": {"x": 1314.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115703, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 1273.0}, "se": {"x": 1323.0, "y": 1283.0}, "sw": {"x": 1333.0, "y": 1273.0}, "nw": {"x": 1333.0, "y": 1283.0}}, "position": {"x": 1328.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115704, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 1273.0}, "se": {"x": 1337.0, "y": 1283.0}, "sw": {"x": 1347.0, "y": 1273.0}, "nw": {"x": 1347.0, "y": 1283.0}}, "position": {"x": 1342.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115705, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 1273.0}, "se": {"x": 1351.0, "y": 1283.0}, "sw": {"x": 1361.0, "y": 1273.0}, "nw": {"x": 1361.0, "y": 1283.0}}, "position": {"x": 1356.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115706, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 1273.0}, "se": {"x": 1365.0, "y": 1283.0}, "sw": {"x": 1375.0, "y": 1273.0}, "nw": {"x": 1375.0, "y": 1283.0}}, "position": {"x": 1370.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115707, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 1273.0}, "se": {"x": 1379.0, "y": 1283.0}, "sw": {"x": 1389.0, "y": 1273.0}, "nw": {"x": 1389.0, "y": 1283.0}}, "position": {"x": 1384.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115758, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1189.0}, "se": {"x": 1465.0, "y": 1199.0}, "sw": {"x": 1475.0, "y": 1189.0}, "nw": {"x": 1475.0, "y": 1199.0}}, "position": {"x": 1470.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115759, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1189.0}, "se": {"x": 1479.0, "y": 1199.0}, "sw": {"x": 1489.0, "y": 1189.0}, "nw": {"x": 1489.0, "y": 1199.0}}, "position": {"x": 1484.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115760, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 1189.0}, "se": {"x": 1493.0, "y": 1199.0}, "sw": {"x": 1503.0, "y": 1189.0}, "nw": {"x": 1503.0, "y": 1199.0}}, "position": {"x": 1498.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115761, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 1189.0}, "se": {"x": 1507.0, "y": 1199.0}, "sw": {"x": 1517.0, "y": 1189.0}, "nw": {"x": 1517.0, "y": 1199.0}}, "position": {"x": 1512.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115762, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 1189.0}, "se": {"x": 1521.0, "y": 1199.0}, "sw": {"x": 1531.0, "y": 1189.0}, "nw": {"x": 1531.0, "y": 1199.0}}, "position": {"x": 1526.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115768, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1203.0}, "se": {"x": 1465.0, "y": 1213.0}, "sw": {"x": 1475.0, "y": 1203.0}, "nw": {"x": 1475.0, "y": 1213.0}}, "position": {"x": 1470.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115769, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1203.0}, "se": {"x": 1479.0, "y": 1213.0}, "sw": {"x": 1489.0, "y": 1203.0}, "nw": {"x": 1489.0, "y": 1213.0}}, "position": {"x": 1484.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115770, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 1203.0}, "se": {"x": 1493.0, "y": 1213.0}, "sw": {"x": 1503.0, "y": 1203.0}, "nw": {"x": 1503.0, "y": 1213.0}}, "position": {"x": 1498.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115771, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 1203.0}, "se": {"x": 1507.0, "y": 1213.0}, "sw": {"x": 1517.0, "y": 1203.0}, "nw": {"x": 1517.0, "y": 1213.0}}, "position": {"x": 1512.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115772, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 1203.0}, "se": {"x": 1521.0, "y": 1213.0}, "sw": {"x": 1531.0, "y": 1203.0}, "nw": {"x": 1531.0, "y": 1213.0}}, "position": {"x": 1526.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115778, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1217.0}, "se": {"x": 1465.0, "y": 1227.0}, "sw": {"x": 1475.0, "y": 1217.0}, "nw": {"x": 1475.0, "y": 1227.0}}, "position": {"x": 1470.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115779, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1217.0}, "se": {"x": 1479.0, "y": 1227.0}, "sw": {"x": 1489.0, "y": 1217.0}, "nw": {"x": 1489.0, "y": 1227.0}}, "position": {"x": 1484.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115780, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 1217.0}, "se": {"x": 1493.0, "y": 1227.0}, "sw": {"x": 1503.0, "y": 1217.0}, "nw": {"x": 1503.0, "y": 1227.0}}, "position": {"x": 1498.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115781, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 1217.0}, "se": {"x": 1507.0, "y": 1227.0}, "sw": {"x": 1517.0, "y": 1217.0}, "nw": {"x": 1517.0, "y": 1227.0}}, "position": {"x": 1512.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115782, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 1217.0}, "se": {"x": 1521.0, "y": 1227.0}, "sw": {"x": 1531.0, "y": 1217.0}, "nw": {"x": 1531.0, "y": 1227.0}}, "position": {"x": 1526.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115788, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1231.0}, "se": {"x": 1465.0, "y": 1241.0}, "sw": {"x": 1475.0, "y": 1231.0}, "nw": {"x": 1475.0, "y": 1241.0}}, "position": {"x": 1470.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115789, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1231.0}, "se": {"x": 1479.0, "y": 1241.0}, "sw": {"x": 1489.0, "y": 1231.0}, "nw": {"x": 1489.0, "y": 1241.0}}, "position": {"x": 1484.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115790, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 1231.0}, "se": {"x": 1493.0, "y": 1241.0}, "sw": {"x": 1503.0, "y": 1231.0}, "nw": {"x": 1503.0, "y": 1241.0}}, "position": {"x": 1498.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115791, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 1231.0}, "se": {"x": 1507.0, "y": 1241.0}, "sw": {"x": 1517.0, "y": 1231.0}, "nw": {"x": 1517.0, "y": 1241.0}}, "position": {"x": 1512.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115792, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 1231.0}, "se": {"x": 1521.0, "y": 1241.0}, "sw": {"x": 1531.0, "y": 1231.0}, "nw": {"x": 1531.0, "y": 1241.0}}, "position": {"x": 1526.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115798, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1245.0}, "se": {"x": 1465.0, "y": 1255.0}, "sw": {"x": 1475.0, "y": 1245.0}, "nw": {"x": 1475.0, "y": 1255.0}}, "position": {"x": 1470.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115799, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1245.0}, "se": {"x": 1479.0, "y": 1255.0}, "sw": {"x": 1489.0, "y": 1245.0}, "nw": {"x": 1489.0, "y": 1255.0}}, "position": {"x": 1484.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115800, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 1245.0}, "se": {"x": 1493.0, "y": 1255.0}, "sw": {"x": 1503.0, "y": 1245.0}, "nw": {"x": 1503.0, "y": 1255.0}}, "position": {"x": 1498.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115801, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 1245.0}, "se": {"x": 1507.0, "y": 1255.0}, "sw": {"x": 1517.0, "y": 1245.0}, "nw": {"x": 1517.0, "y": 1255.0}}, "position": {"x": 1512.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115802, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 1245.0}, "se": {"x": 1521.0, "y": 1255.0}, "sw": {"x": 1531.0, "y": 1245.0}, "nw": {"x": 1531.0, "y": 1255.0}}, "position": {"x": 1526.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115808, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1259.0}, "se": {"x": 1465.0, "y": 1269.0}, "sw": {"x": 1475.0, "y": 1259.0}, "nw": {"x": 1475.0, "y": 1269.0}}, "position": {"x": 1470.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115809, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1259.0}, "se": {"x": 1479.0, "y": 1269.0}, "sw": {"x": 1489.0, "y": 1259.0}, "nw": {"x": 1489.0, "y": 1269.0}}, "position": {"x": 1484.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115810, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 1259.0}, "se": {"x": 1493.0, "y": 1269.0}, "sw": {"x": 1503.0, "y": 1259.0}, "nw": {"x": 1503.0, "y": 1269.0}}, "position": {"x": 1498.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115811, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 1259.0}, "se": {"x": 1507.0, "y": 1269.0}, "sw": {"x": 1517.0, "y": 1259.0}, "nw": {"x": 1517.0, "y": 1269.0}}, "position": {"x": 1512.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115812, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 1259.0}, "se": {"x": 1521.0, "y": 1269.0}, "sw": {"x": 1531.0, "y": 1259.0}, "nw": {"x": 1531.0, "y": 1269.0}}, "position": {"x": 1526.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115818, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1273.0}, "se": {"x": 1465.0, "y": 1283.0}, "sw": {"x": 1475.0, "y": 1273.0}, "nw": {"x": 1475.0, "y": 1283.0}}, "position": {"x": 1470.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115819, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1273.0}, "se": {"x": 1479.0, "y": 1283.0}, "sw": {"x": 1489.0, "y": 1273.0}, "nw": {"x": 1489.0, "y": 1283.0}}, "position": {"x": 1484.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115820, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 1273.0}, "se": {"x": 1493.0, "y": 1283.0}, "sw": {"x": 1503.0, "y": 1273.0}, "nw": {"x": 1503.0, "y": 1283.0}}, "position": {"x": 1498.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115821, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 1273.0}, "se": {"x": 1507.0, "y": 1283.0}, "sw": {"x": 1517.0, "y": 1273.0}, "nw": {"x": 1517.0, "y": 1283.0}}, "position": {"x": 1512.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115822, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 1273.0}, "se": {"x": 1521.0, "y": 1283.0}, "sw": {"x": 1531.0, "y": 1273.0}, "nw": {"x": 1531.0, "y": 1283.0}}, "position": {"x": 1526.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}], "2:7": [{"logicalSeatId": 1537113210, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1803.0}, "se": {"x": 676.0, "y": 1813.0}, "sw": {"x": 686.0, "y": 1803.0}, "nw": {"x": 686.0, "y": 1813.0}}, "position": {"x": 681.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1124, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113211, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1803.0}, "se": {"x": 690.0, "y": 1813.0}, "sw": {"x": 700.0, "y": 1803.0}, "nw": {"x": 700.0, "y": 1813.0}}, "position": {"x": 695.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1135, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113212, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1803.0}, "se": {"x": 704.0, "y": 1813.0}, "sw": {"x": 714.0, "y": 1803.0}, "nw": {"x": 714.0, "y": 1813.0}}, "position": {"x": 709.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1146, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113213, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1803.0}, "se": {"x": 718.0, "y": 1813.0}, "sw": {"x": 728.0, "y": 1803.0}, "nw": {"x": 728.0, "y": 1813.0}}, "position": {"x": 723.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1157, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113214, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1803.0}, "se": {"x": 732.0, "y": 1813.0}, "sw": {"x": 742.0, "y": 1803.0}, "nw": {"x": 742.0, "y": 1813.0}}, "position": {"x": 737.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1178, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113215, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1803.0}, "se": {"x": 746.0, "y": 1813.0}, "sw": {"x": 756.0, "y": 1803.0}, "nw": {"x": 756.0, "y": 1813.0}}, "position": {"x": 751.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1266, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113216, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1803.0}, "se": {"x": 760.0, "y": 1813.0}, "sw": {"x": 770.0, "y": 1803.0}, "nw": {"x": 770.0, "y": 1813.0}}, "position": {"x": 765.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1375, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113225, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1817.0}, "se": {"x": 662.0, "y": 1827.0}, "sw": {"x": 672.0, "y": 1817.0}, "nw": {"x": 672.0, "y": 1827.0}}, "position": {"x": 667.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1114, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113226, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1817.0}, "se": {"x": 676.0, "y": 1827.0}, "sw": {"x": 686.0, "y": 1817.0}, "nw": {"x": 686.0, "y": 1827.0}}, "position": {"x": 681.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1123, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113227, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1817.0}, "se": {"x": 690.0, "y": 1827.0}, "sw": {"x": 700.0, "y": 1817.0}, "nw": {"x": 700.0, "y": 1827.0}}, "position": {"x": 695.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1134, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113228, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1817.0}, "se": {"x": 704.0, "y": 1827.0}, "sw": {"x": 714.0, "y": 1817.0}, "nw": {"x": 714.0, "y": 1827.0}}, "position": {"x": 709.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1145, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113229, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1817.0}, "se": {"x": 718.0, "y": 1827.0}, "sw": {"x": 728.0, "y": 1817.0}, "nw": {"x": 728.0, "y": 1827.0}}, "position": {"x": 723.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1156, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113230, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1817.0}, "se": {"x": 732.0, "y": 1827.0}, "sw": {"x": 742.0, "y": 1817.0}, "nw": {"x": 742.0, "y": 1827.0}}, "position": {"x": 737.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1177, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113231, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1817.0}, "se": {"x": 746.0, "y": 1827.0}, "sw": {"x": 756.0, "y": 1817.0}, "nw": {"x": 756.0, "y": 1827.0}}, "position": {"x": 751.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1265, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113232, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1817.0}, "se": {"x": 760.0, "y": 1827.0}, "sw": {"x": 770.0, "y": 1817.0}, "nw": {"x": 770.0, "y": 1827.0}}, "position": {"x": 765.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1374, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113242, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1831.0}, "se": {"x": 662.0, "y": 1841.0}, "sw": {"x": 672.0, "y": 1831.0}, "nw": {"x": 672.0, "y": 1841.0}}, "position": {"x": 667.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1113, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113243, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1831.0}, "se": {"x": 676.0, "y": 1841.0}, "sw": {"x": 686.0, "y": 1831.0}, "nw": {"x": 686.0, "y": 1841.0}}, "position": {"x": 681.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1122, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113244, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1831.0}, "se": {"x": 690.0, "y": 1841.0}, "sw": {"x": 700.0, "y": 1831.0}, "nw": {"x": 700.0, "y": 1841.0}}, "position": {"x": 695.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1133, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113245, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1831.0}, "se": {"x": 704.0, "y": 1841.0}, "sw": {"x": 714.0, "y": 1831.0}, "nw": {"x": 714.0, "y": 1841.0}}, "position": {"x": 709.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1144, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113246, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1831.0}, "se": {"x": 718.0, "y": 1841.0}, "sw": {"x": 728.0, "y": 1831.0}, "nw": {"x": 728.0, "y": 1841.0}}, "position": {"x": 723.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1155, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113247, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1831.0}, "se": {"x": 732.0, "y": 1841.0}, "sw": {"x": 742.0, "y": 1831.0}, "nw": {"x": 742.0, "y": 1841.0}}, "position": {"x": 737.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1176, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113248, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1831.0}, "se": {"x": 746.0, "y": 1841.0}, "sw": {"x": 756.0, "y": 1831.0}, "nw": {"x": 756.0, "y": 1841.0}}, "position": {"x": 751.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1264, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113249, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1831.0}, "se": {"x": 760.0, "y": 1841.0}, "sw": {"x": 770.0, "y": 1831.0}, "nw": {"x": 770.0, "y": 1841.0}}, "position": {"x": 765.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1373, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113259, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 648.0, "y": 1845.0}, "se": {"x": 648.0, "y": 1855.0}, "sw": {"x": 658.0, "y": 1845.0}, "nw": {"x": 658.0, "y": 1855.0}}, "position": {"x": 653.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158916, "gate": "", "blockId": null, "orderNum": 1105, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113260, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1845.0}, "se": {"x": 662.0, "y": 1855.0}, "sw": {"x": 672.0, "y": 1845.0}, "nw": {"x": 672.0, "y": 1855.0}}, "position": {"x": 667.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1112, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113261, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1845.0}, "se": {"x": 676.0, "y": 1855.0}, "sw": {"x": 686.0, "y": 1845.0}, "nw": {"x": 686.0, "y": 1855.0}}, "position": {"x": 681.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1121, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113262, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1845.0}, "se": {"x": 690.0, "y": 1855.0}, "sw": {"x": 700.0, "y": 1845.0}, "nw": {"x": 700.0, "y": 1855.0}}, "position": {"x": 695.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1132, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113263, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1845.0}, "se": {"x": 704.0, "y": 1855.0}, "sw": {"x": 714.0, "y": 1845.0}, "nw": {"x": 714.0, "y": 1855.0}}, "position": {"x": 709.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1143, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113264, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1845.0}, "se": {"x": 718.0, "y": 1855.0}, "sw": {"x": 728.0, "y": 1845.0}, "nw": {"x": 728.0, "y": 1855.0}}, "position": {"x": 723.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1154, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113265, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1845.0}, "se": {"x": 732.0, "y": 1855.0}, "sw": {"x": 742.0, "y": 1845.0}, "nw": {"x": 742.0, "y": 1855.0}}, "position": {"x": 737.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1175, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113266, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1845.0}, "se": {"x": 746.0, "y": 1855.0}, "sw": {"x": 756.0, "y": 1845.0}, "nw": {"x": 756.0, "y": 1855.0}}, "position": {"x": 751.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1263, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113267, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1845.0}, "se": {"x": 760.0, "y": 1855.0}, "sw": {"x": 770.0, "y": 1845.0}, "nw": {"x": 770.0, "y": 1855.0}}, "position": {"x": 765.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1372, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113278, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 634.0, "y": 1859.0}, "se": {"x": 634.0, "y": 1869.0}, "sw": {"x": 644.0, "y": 1859.0}, "nw": {"x": 644.0, "y": 1869.0}}, "position": {"x": 639.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158915, "gate": "", "blockId": null, "orderNum": 1096, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113279, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 648.0, "y": 1859.0}, "se": {"x": 648.0, "y": 1869.0}, "sw": {"x": 658.0, "y": 1859.0}, "nw": {"x": 658.0, "y": 1869.0}}, "position": {"x": 653.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158916, "gate": "", "blockId": null, "orderNum": 1104, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113280, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1859.0}, "se": {"x": 662.0, "y": 1869.0}, "sw": {"x": 672.0, "y": 1859.0}, "nw": {"x": 672.0, "y": 1869.0}}, "position": {"x": 667.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1111, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113281, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1859.0}, "se": {"x": 676.0, "y": 1869.0}, "sw": {"x": 686.0, "y": 1859.0}, "nw": {"x": 686.0, "y": 1869.0}}, "position": {"x": 681.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1120, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113282, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1859.0}, "se": {"x": 690.0, "y": 1869.0}, "sw": {"x": 700.0, "y": 1859.0}, "nw": {"x": 700.0, "y": 1869.0}}, "position": {"x": 695.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1131, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113283, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1859.0}, "se": {"x": 704.0, "y": 1869.0}, "sw": {"x": 714.0, "y": 1859.0}, "nw": {"x": 714.0, "y": 1869.0}}, "position": {"x": 709.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1142, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113284, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1859.0}, "se": {"x": 718.0, "y": 1869.0}, "sw": {"x": 728.0, "y": 1859.0}, "nw": {"x": 728.0, "y": 1869.0}}, "position": {"x": 723.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1153, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113285, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1859.0}, "se": {"x": 732.0, "y": 1869.0}, "sw": {"x": 742.0, "y": 1859.0}, "nw": {"x": 742.0, "y": 1869.0}}, "position": {"x": 737.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1174, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113286, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1859.0}, "se": {"x": 746.0, "y": 1869.0}, "sw": {"x": 756.0, "y": 1859.0}, "nw": {"x": 756.0, "y": 1869.0}}, "position": {"x": 751.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1262, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113287, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1859.0}, "se": {"x": 760.0, "y": 1869.0}, "sw": {"x": 770.0, "y": 1859.0}, "nw": {"x": 770.0, "y": 1869.0}}, "position": {"x": 765.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1371, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113303, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 634.0, "y": 1873.0}, "se": {"x": 634.0, "y": 1883.0}, "sw": {"x": 644.0, "y": 1873.0}, "nw": {"x": 644.0, "y": 1883.0}}, "position": {"x": 639.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158915, "gate": "", "blockId": null, "orderNum": 1095, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113304, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 648.0, "y": 1873.0}, "se": {"x": 648.0, "y": 1883.0}, "sw": {"x": 658.0, "y": 1873.0}, "nw": {"x": 658.0, "y": 1883.0}}, "position": {"x": 653.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158916, "gate": "", "blockId": null, "orderNum": 1103, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113305, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1873.0}, "se": {"x": 662.0, "y": 1883.0}, "sw": {"x": 672.0, "y": 1873.0}, "nw": {"x": 672.0, "y": 1883.0}}, "position": {"x": 667.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1110, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113306, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1873.0}, "se": {"x": 676.0, "y": 1883.0}, "sw": {"x": 686.0, "y": 1873.0}, "nw": {"x": 686.0, "y": 1883.0}}, "position": {"x": 681.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1119, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113307, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1873.0}, "se": {"x": 690.0, "y": 1883.0}, "sw": {"x": 700.0, "y": 1873.0}, "nw": {"x": 700.0, "y": 1883.0}}, "position": {"x": 695.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1130, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113308, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1873.0}, "se": {"x": 704.0, "y": 1883.0}, "sw": {"x": 714.0, "y": 1873.0}, "nw": {"x": 714.0, "y": 1883.0}}, "position": {"x": 709.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1141, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113309, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1873.0}, "se": {"x": 718.0, "y": 1883.0}, "sw": {"x": 728.0, "y": 1873.0}, "nw": {"x": 728.0, "y": 1883.0}}, "position": {"x": 723.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1152, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113310, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1873.0}, "se": {"x": 732.0, "y": 1883.0}, "sw": {"x": 742.0, "y": 1873.0}, "nw": {"x": 742.0, "y": 1883.0}}, "position": {"x": 737.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1173, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113311, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1873.0}, "se": {"x": 746.0, "y": 1883.0}, "sw": {"x": 756.0, "y": 1873.0}, "nw": {"x": 756.0, "y": 1883.0}}, "position": {"x": 751.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1261, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113312, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1873.0}, "se": {"x": 760.0, "y": 1883.0}, "sw": {"x": 770.0, "y": 1873.0}, "nw": {"x": 770.0, "y": 1883.0}}, "position": {"x": 765.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1370, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113328, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 620.0, "y": 1887.0}, "se": {"x": 620.0, "y": 1897.0}, "sw": {"x": 630.0, "y": 1887.0}, "nw": {"x": 630.0, "y": 1897.0}}, "position": {"x": 625.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158914, "gate": "", "blockId": null, "orderNum": 1088, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113329, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 634.0, "y": 1887.0}, "se": {"x": 634.0, "y": 1897.0}, "sw": {"x": 644.0, "y": 1887.0}, "nw": {"x": 644.0, "y": 1897.0}}, "position": {"x": 639.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158915, "gate": "", "blockId": null, "orderNum": 1094, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113330, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 648.0, "y": 1887.0}, "se": {"x": 648.0, "y": 1897.0}, "sw": {"x": 658.0, "y": 1887.0}, "nw": {"x": 658.0, "y": 1897.0}}, "position": {"x": 653.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158916, "gate": "", "blockId": null, "orderNum": 1102, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113331, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1887.0}, "se": {"x": 662.0, "y": 1897.0}, "sw": {"x": 672.0, "y": 1887.0}, "nw": {"x": 672.0, "y": 1897.0}}, "position": {"x": 667.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1109, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113332, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1887.0}, "se": {"x": 676.0, "y": 1897.0}, "sw": {"x": 686.0, "y": 1887.0}, "nw": {"x": 686.0, "y": 1897.0}}, "position": {"x": 681.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1118, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113333, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1887.0}, "se": {"x": 690.0, "y": 1897.0}, "sw": {"x": 700.0, "y": 1887.0}, "nw": {"x": 700.0, "y": 1897.0}}, "position": {"x": 695.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1129, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113334, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1887.0}, "se": {"x": 704.0, "y": 1897.0}, "sw": {"x": 714.0, "y": 1887.0}, "nw": {"x": 714.0, "y": 1897.0}}, "position": {"x": 709.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1140, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113335, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1887.0}, "se": {"x": 718.0, "y": 1897.0}, "sw": {"x": 728.0, "y": 1887.0}, "nw": {"x": 728.0, "y": 1897.0}}, "position": {"x": 723.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1151, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113336, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1887.0}, "se": {"x": 732.0, "y": 1897.0}, "sw": {"x": 742.0, "y": 1887.0}, "nw": {"x": 742.0, "y": 1897.0}}, "position": {"x": 737.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1172, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113337, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1887.0}, "se": {"x": 746.0, "y": 1897.0}, "sw": {"x": 756.0, "y": 1887.0}, "nw": {"x": 756.0, "y": 1897.0}}, "position": {"x": 751.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1260, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113338, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1887.0}, "se": {"x": 760.0, "y": 1897.0}, "sw": {"x": 770.0, "y": 1887.0}, "nw": {"x": 770.0, "y": 1897.0}}, "position": {"x": 765.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1369, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113355, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 606.0, "y": 1901.0}, "se": {"x": 606.0, "y": 1911.0}, "sw": {"x": 616.0, "y": 1901.0}, "nw": {"x": 616.0, "y": 1911.0}}, "position": {"x": 611.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158913, "gate": "", "blockId": null, "orderNum": 1081, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113356, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 620.0, "y": 1901.0}, "se": {"x": 620.0, "y": 1911.0}, "sw": {"x": 630.0, "y": 1901.0}, "nw": {"x": 630.0, "y": 1911.0}}, "position": {"x": 625.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158914, "gate": "", "blockId": null, "orderNum": 1087, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113357, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 634.0, "y": 1901.0}, "se": {"x": 634.0, "y": 1911.0}, "sw": {"x": 644.0, "y": 1901.0}, "nw": {"x": 644.0, "y": 1911.0}}, "position": {"x": 639.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158915, "gate": "", "blockId": null, "orderNum": 1093, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113358, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 648.0, "y": 1901.0}, "se": {"x": 648.0, "y": 1911.0}, "sw": {"x": 658.0, "y": 1901.0}, "nw": {"x": 658.0, "y": 1911.0}}, "position": {"x": 653.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158916, "gate": "", "blockId": null, "orderNum": 1101, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113359, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1901.0}, "se": {"x": 662.0, "y": 1911.0}, "sw": {"x": 672.0, "y": 1901.0}, "nw": {"x": 672.0, "y": 1911.0}}, "position": {"x": 667.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1108, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113360, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1901.0}, "se": {"x": 676.0, "y": 1911.0}, "sw": {"x": 686.0, "y": 1901.0}, "nw": {"x": 686.0, "y": 1911.0}}, "position": {"x": 681.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1117, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113361, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1901.0}, "se": {"x": 690.0, "y": 1911.0}, "sw": {"x": 700.0, "y": 1901.0}, "nw": {"x": 700.0, "y": 1911.0}}, "position": {"x": 695.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1128, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113362, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1901.0}, "se": {"x": 704.0, "y": 1911.0}, "sw": {"x": 714.0, "y": 1901.0}, "nw": {"x": 714.0, "y": 1911.0}}, "position": {"x": 709.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1139, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113363, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1901.0}, "se": {"x": 718.0, "y": 1911.0}, "sw": {"x": 728.0, "y": 1901.0}, "nw": {"x": 728.0, "y": 1911.0}}, "position": {"x": 723.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1150, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113364, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1901.0}, "se": {"x": 732.0, "y": 1911.0}, "sw": {"x": 742.0, "y": 1901.0}, "nw": {"x": 742.0, "y": 1911.0}}, "position": {"x": 737.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1171, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113365, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1901.0}, "se": {"x": 746.0, "y": 1911.0}, "sw": {"x": 756.0, "y": 1901.0}, "nw": {"x": 756.0, "y": 1911.0}}, "position": {"x": 751.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1259, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113366, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1901.0}, "se": {"x": 760.0, "y": 1911.0}, "sw": {"x": 770.0, "y": 1901.0}, "nw": {"x": 770.0, "y": 1911.0}}, "position": {"x": 765.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1368, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400021\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113383, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 606.0, "y": 1915.0}, "se": {"x": 606.0, "y": 1925.0}, "sw": {"x": 616.0, "y": 1915.0}, "nw": {"x": 616.0, "y": 1925.0}}, "position": {"x": 611.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158913, "gate": "", "blockId": null, "orderNum": 1080, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113384, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 620.0, "y": 1915.0}, "se": {"x": 620.0, "y": 1925.0}, "sw": {"x": 630.0, "y": 1915.0}, "nw": {"x": 630.0, "y": 1925.0}}, "position": {"x": 625.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158914, "gate": "", "blockId": null, "orderNum": 1086, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113385, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 634.0, "y": 1915.0}, "se": {"x": 634.0, "y": 1925.0}, "sw": {"x": 644.0, "y": 1915.0}, "nw": {"x": 644.0, "y": 1925.0}}, "position": {"x": 639.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158915, "gate": "", "blockId": null, "orderNum": 1092, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113386, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 648.0, "y": 1915.0}, "se": {"x": 648.0, "y": 1925.0}, "sw": {"x": 658.0, "y": 1915.0}, "nw": {"x": 658.0, "y": 1925.0}}, "position": {"x": 653.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158916, "gate": "", "blockId": null, "orderNum": 1100, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113387, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1915.0}, "se": {"x": 662.0, "y": 1925.0}, "sw": {"x": 672.0, "y": 1915.0}, "nw": {"x": 672.0, "y": 1925.0}}, "position": {"x": 667.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1107, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113388, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1915.0}, "se": {"x": 676.0, "y": 1925.0}, "sw": {"x": 686.0, "y": 1915.0}, "nw": {"x": 686.0, "y": 1925.0}}, "position": {"x": 681.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1116, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113389, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1915.0}, "se": {"x": 690.0, "y": 1925.0}, "sw": {"x": 700.0, "y": 1915.0}, "nw": {"x": 700.0, "y": 1925.0}}, "position": {"x": 695.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1127, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113390, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1915.0}, "se": {"x": 704.0, "y": 1925.0}, "sw": {"x": 714.0, "y": 1915.0}, "nw": {"x": 714.0, "y": 1925.0}}, "position": {"x": 709.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1138, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113391, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1915.0}, "se": {"x": 718.0, "y": 1925.0}, "sw": {"x": 728.0, "y": 1915.0}, "nw": {"x": 728.0, "y": 1925.0}}, "position": {"x": 723.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1149, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113392, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1915.0}, "se": {"x": 732.0, "y": 1925.0}, "sw": {"x": 742.0, "y": 1915.0}, "nw": {"x": 742.0, "y": 1925.0}}, "position": {"x": 737.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1170, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113393, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1915.0}, "se": {"x": 746.0, "y": 1925.0}, "sw": {"x": 756.0, "y": 1915.0}, "nw": {"x": 756.0, "y": 1925.0}}, "position": {"x": 751.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1258, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400021\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113394, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1915.0}, "se": {"x": 760.0, "y": 1925.0}, "sw": {"x": 770.0, "y": 1915.0}, "nw": {"x": 770.0, "y": 1925.0}}, "position": {"x": 765.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 22\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1367, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "22\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400022\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113409, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 592.0, "y": 1929.0}, "se": {"x": 592.0, "y": 1939.0}, "sw": {"x": 602.0, "y": 1929.0}, "nw": {"x": 602.0, "y": 1939.0}}, "position": {"x": 597.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158912, "gate": "", "blockId": null, "orderNum": 1075, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113410, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 606.0, "y": 1929.0}, "se": {"x": 606.0, "y": 1939.0}, "sw": {"x": 616.0, "y": 1929.0}, "nw": {"x": 616.0, "y": 1939.0}}, "position": {"x": 611.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158913, "gate": "", "blockId": null, "orderNum": 1079, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113411, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 620.0, "y": 1929.0}, "se": {"x": 620.0, "y": 1939.0}, "sw": {"x": 630.0, "y": 1929.0}, "nw": {"x": 630.0, "y": 1939.0}}, "position": {"x": 625.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158914, "gate": "", "blockId": null, "orderNum": 1085, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113412, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 634.0, "y": 1929.0}, "se": {"x": 634.0, "y": 1939.0}, "sw": {"x": 644.0, "y": 1929.0}, "nw": {"x": 644.0, "y": 1939.0}}, "position": {"x": 639.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158915, "gate": "", "blockId": null, "orderNum": 1091, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113413, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 648.0, "y": 1929.0}, "se": {"x": 648.0, "y": 1939.0}, "sw": {"x": 658.0, "y": 1929.0}, "nw": {"x": 658.0, "y": 1939.0}}, "position": {"x": 653.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158916, "gate": "", "blockId": null, "orderNum": 1099, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113414, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1929.0}, "se": {"x": 662.0, "y": 1939.0}, "sw": {"x": 672.0, "y": 1929.0}, "nw": {"x": 672.0, "y": 1939.0}}, "position": {"x": 667.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1106, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113415, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1929.0}, "se": {"x": 676.0, "y": 1939.0}, "sw": {"x": 686.0, "y": 1929.0}, "nw": {"x": 686.0, "y": 1939.0}}, "position": {"x": 681.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1115, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113416, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1929.0}, "se": {"x": 690.0, "y": 1939.0}, "sw": {"x": 700.0, "y": 1929.0}, "nw": {"x": 700.0, "y": 1939.0}}, "position": {"x": 695.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1126, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113417, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1929.0}, "se": {"x": 704.0, "y": 1939.0}, "sw": {"x": 714.0, "y": 1929.0}, "nw": {"x": 714.0, "y": 1939.0}}, "position": {"x": 709.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1137, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113418, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1929.0}, "se": {"x": 718.0, "y": 1939.0}, "sw": {"x": 728.0, "y": 1929.0}, "nw": {"x": 728.0, "y": 1939.0}}, "position": {"x": 723.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1148, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113419, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1929.0}, "se": {"x": 732.0, "y": 1939.0}, "sw": {"x": 742.0, "y": 1929.0}, "nw": {"x": 742.0, "y": 1939.0}}, "position": {"x": 737.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1169, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113420, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1929.0}, "se": {"x": 746.0, "y": 1939.0}, "sw": {"x": 756.0, "y": 1929.0}, "nw": {"x": 756.0, "y": 1939.0}}, "position": {"x": 751.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1257, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113421, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1929.0}, "se": {"x": 760.0, "y": 1939.0}, "sw": {"x": 770.0, "y": 1929.0}, "nw": {"x": 770.0, "y": 1939.0}}, "position": {"x": 765.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1366, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}], "4:5": [{"logicalSeatId": 1537115588, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 1287.0}, "se": {"x": 1031.0, "y": 1297.0}, "sw": {"x": 1041.0, "y": 1287.0}, "nw": {"x": 1041.0, "y": 1297.0}}, "position": {"x": 1036.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115589, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 1287.0}, "se": {"x": 1045.0, "y": 1297.0}, "sw": {"x": 1055.0, "y": 1287.0}, "nw": {"x": 1055.0, "y": 1297.0}}, "position": {"x": 1050.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115590, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 1287.0}, "se": {"x": 1059.0, "y": 1297.0}, "sw": {"x": 1069.0, "y": 1287.0}, "nw": {"x": 1069.0, "y": 1297.0}}, "position": {"x": 1064.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115591, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 1287.0}, "se": {"x": 1073.0, "y": 1297.0}, "sw": {"x": 1083.0, "y": 1287.0}, "nw": {"x": 1083.0, "y": 1297.0}}, "position": {"x": 1078.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115592, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 1287.0}, "se": {"x": 1087.0, "y": 1297.0}, "sw": {"x": 1097.0, "y": 1287.0}, "nw": {"x": 1097.0, "y": 1297.0}}, "position": {"x": 1092.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115593, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 1287.0}, "se": {"x": 1101.0, "y": 1297.0}, "sw": {"x": 1111.0, "y": 1287.0}, "nw": {"x": 1111.0, "y": 1297.0}}, "position": {"x": 1106.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115594, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 1287.0}, "se": {"x": 1115.0, "y": 1297.0}, "sw": {"x": 1125.0, "y": 1287.0}, "nw": {"x": 1125.0, "y": 1297.0}}, "position": {"x": 1120.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115595, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 1287.0}, "se": {"x": 1129.0, "y": 1297.0}, "sw": {"x": 1139.0, "y": 1287.0}, "nw": {"x": 1139.0, "y": 1297.0}}, "position": {"x": 1134.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115596, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 1287.0}, "se": {"x": 1143.0, "y": 1297.0}, "sw": {"x": 1153.0, "y": 1287.0}, "nw": {"x": 1153.0, "y": 1297.0}}, "position": {"x": 1148.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115597, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 1287.0}, "se": {"x": 1157.0, "y": 1297.0}, "sw": {"x": 1167.0, "y": 1287.0}, "nw": {"x": 1167.0, "y": 1297.0}}, "position": {"x": 1162.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115708, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 1287.0}, "se": {"x": 1253.0, "y": 1297.0}, "sw": {"x": 1263.0, "y": 1287.0}, "nw": {"x": 1263.0, "y": 1297.0}}, "position": {"x": 1258.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115709, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 1287.0}, "se": {"x": 1267.0, "y": 1297.0}, "sw": {"x": 1277.0, "y": 1287.0}, "nw": {"x": 1277.0, "y": 1297.0}}, "position": {"x": 1272.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}], "6:3": [{"logicalSeatId": 1537115273, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 776.0}, "se": {"x": 1535.0, "y": 786.0}, "sw": {"x": 1545.0, "y": 776.0}, "nw": {"x": 1545.0, "y": 786.0}}, "position": {"x": 1540.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115274, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 776.0}, "se": {"x": 1549.0, "y": 786.0}, "sw": {"x": 1559.0, "y": 776.0}, "nw": {"x": 1559.0, "y": 786.0}}, "position": {"x": 1554.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115275, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 776.0}, "se": {"x": 1563.0, "y": 786.0}, "sw": {"x": 1573.0, "y": 776.0}, "nw": {"x": 1573.0, "y": 786.0}}, "position": {"x": 1568.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115276, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 776.0}, "se": {"x": 1577.0, "y": 786.0}, "sw": {"x": 1587.0, "y": 776.0}, "nw": {"x": 1587.0, "y": 786.0}}, "position": {"x": 1582.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115277, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 776.0}, "se": {"x": 1591.0, "y": 786.0}, "sw": {"x": 1601.0, "y": 776.0}, "nw": {"x": 1601.0, "y": 786.0}}, "position": {"x": 1596.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115283, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 790.0}, "se": {"x": 1535.0, "y": 800.0}, "sw": {"x": 1545.0, "y": 790.0}, "nw": {"x": 1545.0, "y": 800.0}}, "position": {"x": 1540.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115284, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 790.0}, "se": {"x": 1549.0, "y": 800.0}, "sw": {"x": 1559.0, "y": 790.0}, "nw": {"x": 1559.0, "y": 800.0}}, "position": {"x": 1554.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115285, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 790.0}, "se": {"x": 1563.0, "y": 800.0}, "sw": {"x": 1573.0, "y": 790.0}, "nw": {"x": 1573.0, "y": 800.0}}, "position": {"x": 1568.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115286, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 790.0}, "se": {"x": 1577.0, "y": 800.0}, "sw": {"x": 1587.0, "y": 790.0}, "nw": {"x": 1587.0, "y": 800.0}}, "position": {"x": 1582.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115287, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 790.0}, "se": {"x": 1591.0, "y": 800.0}, "sw": {"x": 1601.0, "y": 790.0}, "nw": {"x": 1601.0, "y": 800.0}}, "position": {"x": 1596.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115293, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 804.0}, "se": {"x": 1535.0, "y": 814.0}, "sw": {"x": 1545.0, "y": 804.0}, "nw": {"x": 1545.0, "y": 814.0}}, "position": {"x": 1540.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115294, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 804.0}, "se": {"x": 1549.0, "y": 814.0}, "sw": {"x": 1559.0, "y": 804.0}, "nw": {"x": 1559.0, "y": 814.0}}, "position": {"x": 1554.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115295, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 804.0}, "se": {"x": 1563.0, "y": 814.0}, "sw": {"x": 1573.0, "y": 804.0}, "nw": {"x": 1573.0, "y": 814.0}}, "position": {"x": 1568.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115296, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 804.0}, "se": {"x": 1577.0, "y": 814.0}, "sw": {"x": 1587.0, "y": 804.0}, "nw": {"x": 1587.0, "y": 814.0}}, "position": {"x": 1582.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115297, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 804.0}, "se": {"x": 1591.0, "y": 814.0}, "sw": {"x": 1601.0, "y": 804.0}, "nw": {"x": 1601.0, "y": 814.0}}, "position": {"x": 1596.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115303, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 818.0}, "se": {"x": 1535.0, "y": 828.0}, "sw": {"x": 1545.0, "y": 818.0}, "nw": {"x": 1545.0, "y": 828.0}}, "position": {"x": 1540.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115304, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 818.0}, "se": {"x": 1549.0, "y": 828.0}, "sw": {"x": 1559.0, "y": 818.0}, "nw": {"x": 1559.0, "y": 828.0}}, "position": {"x": 1554.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115305, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 818.0}, "se": {"x": 1563.0, "y": 828.0}, "sw": {"x": 1573.0, "y": 818.0}, "nw": {"x": 1573.0, "y": 828.0}}, "position": {"x": 1568.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115306, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 818.0}, "se": {"x": 1577.0, "y": 828.0}, "sw": {"x": 1587.0, "y": 818.0}, "nw": {"x": 1587.0, "y": 828.0}}, "position": {"x": 1582.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115307, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 818.0}, "se": {"x": 1591.0, "y": 828.0}, "sw": {"x": 1601.0, "y": 818.0}, "nw": {"x": 1601.0, "y": 828.0}}, "position": {"x": 1596.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115313, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 832.0}, "se": {"x": 1535.0, "y": 842.0}, "sw": {"x": 1545.0, "y": 832.0}, "nw": {"x": 1545.0, "y": 842.0}}, "position": {"x": 1540.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115314, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 832.0}, "se": {"x": 1549.0, "y": 842.0}, "sw": {"x": 1559.0, "y": 832.0}, "nw": {"x": 1559.0, "y": 842.0}}, "position": {"x": 1554.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115315, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 832.0}, "se": {"x": 1563.0, "y": 842.0}, "sw": {"x": 1573.0, "y": 832.0}, "nw": {"x": 1573.0, "y": 842.0}}, "position": {"x": 1568.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115316, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 832.0}, "se": {"x": 1577.0, "y": 842.0}, "sw": {"x": 1587.0, "y": 832.0}, "nw": {"x": 1587.0, "y": 842.0}}, "position": {"x": 1582.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115317, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 832.0}, "se": {"x": 1591.0, "y": 842.0}, "sw": {"x": 1601.0, "y": 832.0}, "nw": {"x": 1601.0, "y": 842.0}}, "position": {"x": 1596.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115323, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 873.0}, "se": {"x": 1535.0, "y": 883.0}, "sw": {"x": 1545.0, "y": 873.0}, "nw": {"x": 1545.0, "y": 883.0}}, "position": {"x": 1540.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115324, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 873.0}, "se": {"x": 1549.0, "y": 883.0}, "sw": {"x": 1559.0, "y": 873.0}, "nw": {"x": 1559.0, "y": 883.0}}, "position": {"x": 1554.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115325, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 873.0}, "se": {"x": 1563.0, "y": 883.0}, "sw": {"x": 1573.0, "y": 873.0}, "nw": {"x": 1573.0, "y": 883.0}}, "position": {"x": 1568.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115326, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 873.0}, "se": {"x": 1577.0, "y": 883.0}, "sw": {"x": 1587.0, "y": 873.0}, "nw": {"x": 1587.0, "y": 883.0}}, "position": {"x": 1582.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115327, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 873.0}, "se": {"x": 1591.0, "y": 883.0}, "sw": {"x": 1601.0, "y": 873.0}, "nw": {"x": 1601.0, "y": 883.0}}, "position": {"x": 1596.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115333, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 887.0}, "se": {"x": 1535.0, "y": 897.0}, "sw": {"x": 1545.0, "y": 887.0}, "nw": {"x": 1545.0, "y": 897.0}}, "position": {"x": 1540.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115334, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 887.0}, "se": {"x": 1549.0, "y": 897.0}, "sw": {"x": 1559.0, "y": 887.0}, "nw": {"x": 1559.0, "y": 897.0}}, "position": {"x": 1554.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115335, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 887.0}, "se": {"x": 1563.0, "y": 897.0}, "sw": {"x": 1573.0, "y": 887.0}, "nw": {"x": 1573.0, "y": 897.0}}, "position": {"x": 1568.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115336, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 887.0}, "se": {"x": 1577.0, "y": 897.0}, "sw": {"x": 1587.0, "y": 887.0}, "nw": {"x": 1587.0, "y": 897.0}}, "position": {"x": 1582.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115337, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 887.0}, "se": {"x": 1591.0, "y": 897.0}, "sw": {"x": 1601.0, "y": 887.0}, "nw": {"x": 1601.0, "y": 897.0}}, "position": {"x": 1596.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115343, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 901.0}, "se": {"x": 1535.0, "y": 911.0}, "sw": {"x": 1545.0, "y": 901.0}, "nw": {"x": 1545.0, "y": 911.0}}, "position": {"x": 1540.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115344, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 901.0}, "se": {"x": 1549.0, "y": 911.0}, "sw": {"x": 1559.0, "y": 901.0}, "nw": {"x": 1559.0, "y": 911.0}}, "position": {"x": 1554.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115345, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 901.0}, "se": {"x": 1563.0, "y": 911.0}, "sw": {"x": 1573.0, "y": 901.0}, "nw": {"x": 1573.0, "y": 911.0}}, "position": {"x": 1568.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115346, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 901.0}, "se": {"x": 1577.0, "y": 911.0}, "sw": {"x": 1587.0, "y": 901.0}, "nw": {"x": 1587.0, "y": 911.0}}, "position": {"x": 1582.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115347, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 901.0}, "se": {"x": 1591.0, "y": 911.0}, "sw": {"x": 1601.0, "y": 901.0}, "nw": {"x": 1601.0, "y": 911.0}}, "position": {"x": 1596.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115353, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 915.0}, "se": {"x": 1535.0, "y": 925.0}, "sw": {"x": 1545.0, "y": 915.0}, "nw": {"x": 1545.0, "y": 925.0}}, "position": {"x": 1540.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115354, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 915.0}, "se": {"x": 1549.0, "y": 925.0}, "sw": {"x": 1559.0, "y": 915.0}, "nw": {"x": 1559.0, "y": 925.0}}, "position": {"x": 1554.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115355, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 915.0}, "se": {"x": 1563.0, "y": 925.0}, "sw": {"x": 1573.0, "y": 915.0}, "nw": {"x": 1573.0, "y": 925.0}}, "position": {"x": 1568.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115356, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 915.0}, "se": {"x": 1577.0, "y": 925.0}, "sw": {"x": 1587.0, "y": 915.0}, "nw": {"x": 1587.0, "y": 925.0}}, "position": {"x": 1582.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115357, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 915.0}, "se": {"x": 1591.0, "y": 925.0}, "sw": {"x": 1601.0, "y": 915.0}, "nw": {"x": 1601.0, "y": 925.0}}, "position": {"x": 1596.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115363, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 929.0}, "se": {"x": 1535.0, "y": 939.0}, "sw": {"x": 1545.0, "y": 929.0}, "nw": {"x": 1545.0, "y": 939.0}}, "position": {"x": 1540.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115364, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 929.0}, "se": {"x": 1549.0, "y": 939.0}, "sw": {"x": 1559.0, "y": 929.0}, "nw": {"x": 1559.0, "y": 939.0}}, "position": {"x": 1554.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115365, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 929.0}, "se": {"x": 1563.0, "y": 939.0}, "sw": {"x": 1573.0, "y": 929.0}, "nw": {"x": 1573.0, "y": 939.0}}, "position": {"x": 1568.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115366, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 929.0}, "se": {"x": 1577.0, "y": 939.0}, "sw": {"x": 1587.0, "y": 929.0}, "nw": {"x": 1587.0, "y": 939.0}}, "position": {"x": 1582.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115367, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 929.0}, "se": {"x": 1591.0, "y": 939.0}, "sw": {"x": 1601.0, "y": 929.0}, "nw": {"x": 1601.0, "y": 939.0}}, "position": {"x": 1596.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115373, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 943.0}, "se": {"x": 1535.0, "y": 953.0}, "sw": {"x": 1545.0, "y": 943.0}, "nw": {"x": 1545.0, "y": 953.0}}, "position": {"x": 1540.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115374, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 943.0}, "se": {"x": 1549.0, "y": 953.0}, "sw": {"x": 1559.0, "y": 943.0}, "nw": {"x": 1559.0, "y": 953.0}}, "position": {"x": 1554.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115375, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 943.0}, "se": {"x": 1563.0, "y": 953.0}, "sw": {"x": 1573.0, "y": 943.0}, "nw": {"x": 1573.0, "y": 953.0}}, "position": {"x": 1568.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115376, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 943.0}, "se": {"x": 1577.0, "y": 953.0}, "sw": {"x": 1587.0, "y": 943.0}, "nw": {"x": 1587.0, "y": 953.0}}, "position": {"x": 1582.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115377, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 943.0}, "se": {"x": 1591.0, "y": 953.0}, "sw": {"x": 1601.0, "y": 943.0}, "nw": {"x": 1601.0, "y": 953.0}}, "position": {"x": 1596.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115383, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 957.0}, "se": {"x": 1535.0, "y": 967.0}, "sw": {"x": 1545.0, "y": 957.0}, "nw": {"x": 1545.0, "y": 967.0}}, "position": {"x": 1540.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115384, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 957.0}, "se": {"x": 1549.0, "y": 967.0}, "sw": {"x": 1559.0, "y": 957.0}, "nw": {"x": 1559.0, "y": 967.0}}, "position": {"x": 1554.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115385, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 957.0}, "se": {"x": 1563.0, "y": 967.0}, "sw": {"x": 1573.0, "y": 957.0}, "nw": {"x": 1573.0, "y": 967.0}}, "position": {"x": 1568.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115386, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 957.0}, "se": {"x": 1577.0, "y": 967.0}, "sw": {"x": 1587.0, "y": 957.0}, "nw": {"x": 1587.0, "y": 967.0}}, "position": {"x": 1582.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115387, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 957.0}, "se": {"x": 1591.0, "y": 967.0}, "sw": {"x": 1601.0, "y": 957.0}, "nw": {"x": 1601.0, "y": 967.0}}, "position": {"x": 1596.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115393, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 971.0}, "se": {"x": 1535.0, "y": 981.0}, "sw": {"x": 1545.0, "y": 971.0}, "nw": {"x": 1545.0, "y": 981.0}}, "position": {"x": 1540.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115394, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 971.0}, "se": {"x": 1549.0, "y": 981.0}, "sw": {"x": 1559.0, "y": 971.0}, "nw": {"x": 1559.0, "y": 981.0}}, "position": {"x": 1554.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115395, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 971.0}, "se": {"x": 1563.0, "y": 981.0}, "sw": {"x": 1573.0, "y": 971.0}, "nw": {"x": 1573.0, "y": 981.0}}, "position": {"x": 1568.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115396, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 971.0}, "se": {"x": 1577.0, "y": 981.0}, "sw": {"x": 1587.0, "y": 971.0}, "nw": {"x": 1587.0, "y": 981.0}}, "position": {"x": 1582.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115397, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 971.0}, "se": {"x": 1591.0, "y": 981.0}, "sw": {"x": 1601.0, "y": 971.0}, "nw": {"x": 1601.0, "y": 981.0}}, "position": {"x": 1596.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}], "3:7": [{"logicalSeatId": 1537112829, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1803.0}, "se": {"x": 912.0, "y": 1813.0}, "sw": {"x": 922.0, "y": 1803.0}, "nw": {"x": 922.0, "y": 1813.0}}, "position": {"x": 917.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2346, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112830, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1803.0}, "se": {"x": 926.0, "y": 1813.0}, "sw": {"x": 936.0, "y": 1803.0}, "nw": {"x": 936.0, "y": 1813.0}}, "position": {"x": 931.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2426, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112831, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1803.0}, "se": {"x": 940.0, "y": 1813.0}, "sw": {"x": 950.0, "y": 1803.0}, "nw": {"x": 950.0, "y": 1813.0}}, "position": {"x": 945.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2506, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112832, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1803.0}, "se": {"x": 954.0, "y": 1813.0}, "sw": {"x": 964.0, "y": 1803.0}, "nw": {"x": 964.0, "y": 1813.0}}, "position": {"x": 959.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2586, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112833, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1803.0}, "se": {"x": 968.0, "y": 1813.0}, "sw": {"x": 978.0, "y": 1803.0}, "nw": {"x": 978.0, "y": 1813.0}}, "position": {"x": 973.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2666, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112834, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1803.0}, "se": {"x": 982.0, "y": 1813.0}, "sw": {"x": 992.0, "y": 1803.0}, "nw": {"x": 992.0, "y": 1813.0}}, "position": {"x": 987.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2746, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112835, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1803.0}, "se": {"x": 996.0, "y": 1813.0}, "sw": {"x": 1006.0, "y": 1803.0}, "nw": {"x": 1006.0, "y": 1813.0}}, "position": {"x": 1001.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2826, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112836, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1803.0}, "se": {"x": 1010.0, "y": 1813.0}, "sw": {"x": 1020.0, "y": 1803.0}, "nw": {"x": 1020.0, "y": 1813.0}}, "position": {"x": 1015.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2906, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112853, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1817.0}, "se": {"x": 912.0, "y": 1827.0}, "sw": {"x": 922.0, "y": 1817.0}, "nw": {"x": 922.0, "y": 1827.0}}, "position": {"x": 917.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2345, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112854, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1817.0}, "se": {"x": 926.0, "y": 1827.0}, "sw": {"x": 936.0, "y": 1817.0}, "nw": {"x": 936.0, "y": 1827.0}}, "position": {"x": 931.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2425, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112855, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1817.0}, "se": {"x": 940.0, "y": 1827.0}, "sw": {"x": 950.0, "y": 1817.0}, "nw": {"x": 950.0, "y": 1827.0}}, "position": {"x": 945.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2505, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112856, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1817.0}, "se": {"x": 954.0, "y": 1827.0}, "sw": {"x": 964.0, "y": 1817.0}, "nw": {"x": 964.0, "y": 1827.0}}, "position": {"x": 959.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2585, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112857, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1817.0}, "se": {"x": 968.0, "y": 1827.0}, "sw": {"x": 978.0, "y": 1817.0}, "nw": {"x": 978.0, "y": 1827.0}}, "position": {"x": 973.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2665, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112858, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1817.0}, "se": {"x": 982.0, "y": 1827.0}, "sw": {"x": 992.0, "y": 1817.0}, "nw": {"x": 992.0, "y": 1827.0}}, "position": {"x": 987.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2745, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112859, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1817.0}, "se": {"x": 996.0, "y": 1827.0}, "sw": {"x": 1006.0, "y": 1817.0}, "nw": {"x": 1006.0, "y": 1827.0}}, "position": {"x": 1001.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2825, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112860, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1817.0}, "se": {"x": 1010.0, "y": 1827.0}, "sw": {"x": 1020.0, "y": 1817.0}, "nw": {"x": 1020.0, "y": 1827.0}}, "position": {"x": 1015.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2905, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112877, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1831.0}, "se": {"x": 912.0, "y": 1841.0}, "sw": {"x": 922.0, "y": 1831.0}, "nw": {"x": 922.0, "y": 1841.0}}, "position": {"x": 917.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2344, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112878, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1831.0}, "se": {"x": 926.0, "y": 1841.0}, "sw": {"x": 936.0, "y": 1831.0}, "nw": {"x": 936.0, "y": 1841.0}}, "position": {"x": 931.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2424, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112879, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1831.0}, "se": {"x": 940.0, "y": 1841.0}, "sw": {"x": 950.0, "y": 1831.0}, "nw": {"x": 950.0, "y": 1841.0}}, "position": {"x": 945.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2504, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112880, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1831.0}, "se": {"x": 954.0, "y": 1841.0}, "sw": {"x": 964.0, "y": 1831.0}, "nw": {"x": 964.0, "y": 1841.0}}, "position": {"x": 959.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2584, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112881, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1831.0}, "se": {"x": 968.0, "y": 1841.0}, "sw": {"x": 978.0, "y": 1831.0}, "nw": {"x": 978.0, "y": 1841.0}}, "position": {"x": 973.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2664, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112882, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1831.0}, "se": {"x": 982.0, "y": 1841.0}, "sw": {"x": 992.0, "y": 1831.0}, "nw": {"x": 992.0, "y": 1841.0}}, "position": {"x": 987.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2744, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112883, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1831.0}, "se": {"x": 996.0, "y": 1841.0}, "sw": {"x": 1006.0, "y": 1831.0}, "nw": {"x": 1006.0, "y": 1841.0}}, "position": {"x": 1001.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2824, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112884, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1831.0}, "se": {"x": 1010.0, "y": 1841.0}, "sw": {"x": 1020.0, "y": 1831.0}, "nw": {"x": 1020.0, "y": 1841.0}}, "position": {"x": 1015.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2904, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112901, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1845.0}, "se": {"x": 912.0, "y": 1855.0}, "sw": {"x": 922.0, "y": 1845.0}, "nw": {"x": 922.0, "y": 1855.0}}, "position": {"x": 917.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2343, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112902, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1845.0}, "se": {"x": 926.0, "y": 1855.0}, "sw": {"x": 936.0, "y": 1845.0}, "nw": {"x": 936.0, "y": 1855.0}}, "position": {"x": 931.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2423, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112903, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1845.0}, "se": {"x": 940.0, "y": 1855.0}, "sw": {"x": 950.0, "y": 1845.0}, "nw": {"x": 950.0, "y": 1855.0}}, "position": {"x": 945.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2503, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112904, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1845.0}, "se": {"x": 954.0, "y": 1855.0}, "sw": {"x": 964.0, "y": 1845.0}, "nw": {"x": 964.0, "y": 1855.0}}, "position": {"x": 959.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2583, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112905, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1845.0}, "se": {"x": 968.0, "y": 1855.0}, "sw": {"x": 978.0, "y": 1845.0}, "nw": {"x": 978.0, "y": 1855.0}}, "position": {"x": 973.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2663, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112906, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1845.0}, "se": {"x": 982.0, "y": 1855.0}, "sw": {"x": 992.0, "y": 1845.0}, "nw": {"x": 992.0, "y": 1855.0}}, "position": {"x": 987.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2743, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112907, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1845.0}, "se": {"x": 996.0, "y": 1855.0}, "sw": {"x": 1006.0, "y": 1845.0}, "nw": {"x": 1006.0, "y": 1855.0}}, "position": {"x": 1001.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2823, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112908, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1845.0}, "se": {"x": 1010.0, "y": 1855.0}, "sw": {"x": 1020.0, "y": 1845.0}, "nw": {"x": 1020.0, "y": 1855.0}}, "position": {"x": 1015.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2903, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112925, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1859.0}, "se": {"x": 912.0, "y": 1869.0}, "sw": {"x": 922.0, "y": 1859.0}, "nw": {"x": 922.0, "y": 1869.0}}, "position": {"x": 917.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2342, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112926, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1859.0}, "se": {"x": 926.0, "y": 1869.0}, "sw": {"x": 936.0, "y": 1859.0}, "nw": {"x": 936.0, "y": 1869.0}}, "position": {"x": 931.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2422, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112927, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1859.0}, "se": {"x": 940.0, "y": 1869.0}, "sw": {"x": 950.0, "y": 1859.0}, "nw": {"x": 950.0, "y": 1869.0}}, "position": {"x": 945.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2502, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112928, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1859.0}, "se": {"x": 954.0, "y": 1869.0}, "sw": {"x": 964.0, "y": 1859.0}, "nw": {"x": 964.0, "y": 1869.0}}, "position": {"x": 959.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2582, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112929, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1859.0}, "se": {"x": 968.0, "y": 1869.0}, "sw": {"x": 978.0, "y": 1859.0}, "nw": {"x": 978.0, "y": 1869.0}}, "position": {"x": 973.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2662, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112930, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1859.0}, "se": {"x": 982.0, "y": 1869.0}, "sw": {"x": 992.0, "y": 1859.0}, "nw": {"x": 992.0, "y": 1869.0}}, "position": {"x": 987.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2742, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112931, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1859.0}, "se": {"x": 996.0, "y": 1869.0}, "sw": {"x": 1006.0, "y": 1859.0}, "nw": {"x": 1006.0, "y": 1869.0}}, "position": {"x": 1001.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2822, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112932, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1859.0}, "se": {"x": 1010.0, "y": 1869.0}, "sw": {"x": 1020.0, "y": 1859.0}, "nw": {"x": 1020.0, "y": 1869.0}}, "position": {"x": 1015.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2902, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112949, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1873.0}, "se": {"x": 912.0, "y": 1883.0}, "sw": {"x": 922.0, "y": 1873.0}, "nw": {"x": 922.0, "y": 1883.0}}, "position": {"x": 917.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2341, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112950, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1873.0}, "se": {"x": 926.0, "y": 1883.0}, "sw": {"x": 936.0, "y": 1873.0}, "nw": {"x": 936.0, "y": 1883.0}}, "position": {"x": 931.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2421, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112951, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1873.0}, "se": {"x": 940.0, "y": 1883.0}, "sw": {"x": 950.0, "y": 1873.0}, "nw": {"x": 950.0, "y": 1883.0}}, "position": {"x": 945.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2501, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112952, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1873.0}, "se": {"x": 954.0, "y": 1883.0}, "sw": {"x": 964.0, "y": 1873.0}, "nw": {"x": 964.0, "y": 1883.0}}, "position": {"x": 959.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2581, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112953, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1873.0}, "se": {"x": 968.0, "y": 1883.0}, "sw": {"x": 978.0, "y": 1873.0}, "nw": {"x": 978.0, "y": 1883.0}}, "position": {"x": 973.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2661, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112954, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1873.0}, "se": {"x": 982.0, "y": 1883.0}, "sw": {"x": 992.0, "y": 1873.0}, "nw": {"x": 992.0, "y": 1883.0}}, "position": {"x": 987.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2741, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112955, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1873.0}, "se": {"x": 996.0, "y": 1883.0}, "sw": {"x": 1006.0, "y": 1873.0}, "nw": {"x": 1006.0, "y": 1883.0}}, "position": {"x": 1001.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2821, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112956, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1873.0}, "se": {"x": 1010.0, "y": 1883.0}, "sw": {"x": 1020.0, "y": 1873.0}, "nw": {"x": 1020.0, "y": 1883.0}}, "position": {"x": 1015.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2901, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112987, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1887.0}, "se": {"x": 912.0, "y": 1897.0}, "sw": {"x": 922.0, "y": 1887.0}, "nw": {"x": 922.0, "y": 1897.0}}, "position": {"x": 917.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2340, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112988, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1887.0}, "se": {"x": 926.0, "y": 1897.0}, "sw": {"x": 936.0, "y": 1887.0}, "nw": {"x": 936.0, "y": 1897.0}}, "position": {"x": 931.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2420, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112989, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1887.0}, "se": {"x": 940.0, "y": 1897.0}, "sw": {"x": 950.0, "y": 1887.0}, "nw": {"x": 950.0, "y": 1897.0}}, "position": {"x": 945.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2500, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112990, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1887.0}, "se": {"x": 954.0, "y": 1897.0}, "sw": {"x": 964.0, "y": 1887.0}, "nw": {"x": 964.0, "y": 1897.0}}, "position": {"x": 959.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2580, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112991, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1887.0}, "se": {"x": 968.0, "y": 1897.0}, "sw": {"x": 978.0, "y": 1887.0}, "nw": {"x": 978.0, "y": 1897.0}}, "position": {"x": 973.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2660, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112992, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1887.0}, "se": {"x": 982.0, "y": 1897.0}, "sw": {"x": 992.0, "y": 1887.0}, "nw": {"x": 992.0, "y": 1897.0}}, "position": {"x": 987.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2740, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112993, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1887.0}, "se": {"x": 996.0, "y": 1897.0}, "sw": {"x": 1006.0, "y": 1887.0}, "nw": {"x": 1006.0, "y": 1897.0}}, "position": {"x": 1001.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2820, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112994, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1887.0}, "se": {"x": 1010.0, "y": 1897.0}, "sw": {"x": 1020.0, "y": 1887.0}, "nw": {"x": 1020.0, "y": 1897.0}}, "position": {"x": 1015.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2900, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113025, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1901.0}, "se": {"x": 912.0, "y": 1911.0}, "sw": {"x": 922.0, "y": 1901.0}, "nw": {"x": 922.0, "y": 1911.0}}, "position": {"x": 917.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2339, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113026, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1901.0}, "se": {"x": 926.0, "y": 1911.0}, "sw": {"x": 936.0, "y": 1901.0}, "nw": {"x": 936.0, "y": 1911.0}}, "position": {"x": 931.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2419, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113027, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1901.0}, "se": {"x": 940.0, "y": 1911.0}, "sw": {"x": 950.0, "y": 1901.0}, "nw": {"x": 950.0, "y": 1911.0}}, "position": {"x": 945.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2499, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113028, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1901.0}, "se": {"x": 954.0, "y": 1911.0}, "sw": {"x": 964.0, "y": 1901.0}, "nw": {"x": 964.0, "y": 1911.0}}, "position": {"x": 959.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2579, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113029, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1901.0}, "se": {"x": 968.0, "y": 1911.0}, "sw": {"x": 978.0, "y": 1901.0}, "nw": {"x": 978.0, "y": 1911.0}}, "position": {"x": 973.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2659, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113030, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1901.0}, "se": {"x": 982.0, "y": 1911.0}, "sw": {"x": 992.0, "y": 1901.0}, "nw": {"x": 992.0, "y": 1911.0}}, "position": {"x": 987.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2739, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113031, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1901.0}, "se": {"x": 996.0, "y": 1911.0}, "sw": {"x": 1006.0, "y": 1901.0}, "nw": {"x": 1006.0, "y": 1911.0}}, "position": {"x": 1001.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2819, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113032, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1901.0}, "se": {"x": 1010.0, "y": 1911.0}, "sw": {"x": 1020.0, "y": 1901.0}, "nw": {"x": 1020.0, "y": 1911.0}}, "position": {"x": 1015.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2899, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113063, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1915.0}, "se": {"x": 912.0, "y": 1925.0}, "sw": {"x": 922.0, "y": 1915.0}, "nw": {"x": 922.0, "y": 1925.0}}, "position": {"x": 917.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2338, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113064, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1915.0}, "se": {"x": 926.0, "y": 1925.0}, "sw": {"x": 936.0, "y": 1915.0}, "nw": {"x": 936.0, "y": 1925.0}}, "position": {"x": 931.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2418, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113065, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1915.0}, "se": {"x": 940.0, "y": 1925.0}, "sw": {"x": 950.0, "y": 1915.0}, "nw": {"x": 950.0, "y": 1925.0}}, "position": {"x": 945.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2498, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113066, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1915.0}, "se": {"x": 954.0, "y": 1925.0}, "sw": {"x": 964.0, "y": 1915.0}, "nw": {"x": 964.0, "y": 1925.0}}, "position": {"x": 959.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2578, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113067, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1915.0}, "se": {"x": 968.0, "y": 1925.0}, "sw": {"x": 978.0, "y": 1915.0}, "nw": {"x": 978.0, "y": 1925.0}}, "position": {"x": 973.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2658, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113068, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1915.0}, "se": {"x": 982.0, "y": 1925.0}, "sw": {"x": 992.0, "y": 1915.0}, "nw": {"x": 992.0, "y": 1925.0}}, "position": {"x": 987.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2738, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113069, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1915.0}, "se": {"x": 996.0, "y": 1925.0}, "sw": {"x": 1006.0, "y": 1915.0}, "nw": {"x": 1006.0, "y": 1925.0}}, "position": {"x": 1001.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2818, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113070, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1915.0}, "se": {"x": 1010.0, "y": 1925.0}, "sw": {"x": 1020.0, "y": 1915.0}, "nw": {"x": 1020.0, "y": 1925.0}}, "position": {"x": 1015.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2898, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113101, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1929.0}, "se": {"x": 912.0, "y": 1939.0}, "sw": {"x": 922.0, "y": 1929.0}, "nw": {"x": 922.0, "y": 1939.0}}, "position": {"x": 917.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2337, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113102, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1929.0}, "se": {"x": 926.0, "y": 1939.0}, "sw": {"x": 936.0, "y": 1929.0}, "nw": {"x": 936.0, "y": 1939.0}}, "position": {"x": 931.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2417, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113103, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1929.0}, "se": {"x": 940.0, "y": 1939.0}, "sw": {"x": 950.0, "y": 1929.0}, "nw": {"x": 950.0, "y": 1939.0}}, "position": {"x": 945.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2497, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113104, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1929.0}, "se": {"x": 954.0, "y": 1939.0}, "sw": {"x": 964.0, "y": 1929.0}, "nw": {"x": 964.0, "y": 1939.0}}, "position": {"x": 959.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2577, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113105, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1929.0}, "se": {"x": 968.0, "y": 1939.0}, "sw": {"x": 978.0, "y": 1929.0}, "nw": {"x": 978.0, "y": 1939.0}}, "position": {"x": 973.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2657, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113106, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1929.0}, "se": {"x": 982.0, "y": 1939.0}, "sw": {"x": 992.0, "y": 1929.0}, "nw": {"x": 992.0, "y": 1939.0}}, "position": {"x": 987.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2737, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113107, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1929.0}, "se": {"x": 996.0, "y": 1939.0}, "sw": {"x": 1006.0, "y": 1929.0}, "nw": {"x": 1006.0, "y": 1939.0}}, "position": {"x": 1001.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2817, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113108, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1929.0}, "se": {"x": 1010.0, "y": 1939.0}, "sw": {"x": 1020.0, "y": 1929.0}, "nw": {"x": 1020.0, "y": 1939.0}}, "position": {"x": 1015.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2897, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113217, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1803.0}, "se": {"x": 774.0, "y": 1813.0}, "sw": {"x": 784.0, "y": 1803.0}, "nw": {"x": 784.0, "y": 1813.0}}, "position": {"x": 779.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1482, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113218, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1803.0}, "se": {"x": 788.0, "y": 1813.0}, "sw": {"x": 798.0, "y": 1803.0}, "nw": {"x": 798.0, "y": 1813.0}}, "position": {"x": 793.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1589, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113219, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1803.0}, "se": {"x": 802.0, "y": 1813.0}, "sw": {"x": 812.0, "y": 1803.0}, "nw": {"x": 812.0, "y": 1813.0}}, "position": {"x": 807.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1602, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113220, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1803.0}, "se": {"x": 816.0, "y": 1813.0}, "sw": {"x": 826.0, "y": 1803.0}, "nw": {"x": 826.0, "y": 1813.0}}, "position": {"x": 821.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1617, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400011\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113221, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1803.0}, "se": {"x": 830.0, "y": 1813.0}, "sw": {"x": 840.0, "y": 1803.0}, "nw": {"x": 840.0, "y": 1813.0}}, "position": {"x": 835.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1633, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400012\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113222, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1803.0}, "se": {"x": 844.0, "y": 1813.0}, "sw": {"x": 854.0, "y": 1803.0}, "nw": {"x": 854.0, "y": 1813.0}}, "position": {"x": 849.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1649, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400013\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113223, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1803.0}, "se": {"x": 858.0, "y": 1813.0}, "sw": {"x": 868.0, "y": 1803.0}, "nw": {"x": 868.0, "y": 1813.0}}, "position": {"x": 863.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1665, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400014\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113233, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1817.0}, "se": {"x": 774.0, "y": 1827.0}, "sw": {"x": 784.0, "y": 1817.0}, "nw": {"x": 784.0, "y": 1827.0}}, "position": {"x": 779.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1481, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113234, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1817.0}, "se": {"x": 788.0, "y": 1827.0}, "sw": {"x": 798.0, "y": 1817.0}, "nw": {"x": 798.0, "y": 1827.0}}, "position": {"x": 793.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1588, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400011\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113235, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1817.0}, "se": {"x": 802.0, "y": 1827.0}, "sw": {"x": 812.0, "y": 1817.0}, "nw": {"x": 812.0, "y": 1827.0}}, "position": {"x": 807.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1601, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400012\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113236, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1817.0}, "se": {"x": 816.0, "y": 1827.0}, "sw": {"x": 826.0, "y": 1817.0}, "nw": {"x": 826.0, "y": 1827.0}}, "position": {"x": 821.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1616, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400013\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113237, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1817.0}, "se": {"x": 830.0, "y": 1827.0}, "sw": {"x": 840.0, "y": 1817.0}, "nw": {"x": 840.0, "y": 1827.0}}, "position": {"x": 835.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1632, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400014\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113238, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1817.0}, "se": {"x": 844.0, "y": 1827.0}, "sw": {"x": 854.0, "y": 1817.0}, "nw": {"x": 854.0, "y": 1827.0}}, "position": {"x": 849.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1648, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400015\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113239, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1817.0}, "se": {"x": 858.0, "y": 1827.0}, "sw": {"x": 868.0, "y": 1817.0}, "nw": {"x": 868.0, "y": 1827.0}}, "position": {"x": 863.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1664, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400016\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113250, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1831.0}, "se": {"x": 774.0, "y": 1841.0}, "sw": {"x": 784.0, "y": 1831.0}, "nw": {"x": 784.0, "y": 1841.0}}, "position": {"x": 779.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1480, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400011\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113251, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1831.0}, "se": {"x": 788.0, "y": 1841.0}, "sw": {"x": 798.0, "y": 1831.0}, "nw": {"x": 798.0, "y": 1841.0}}, "position": {"x": 793.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1587, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400012\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113252, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1831.0}, "se": {"x": 802.0, "y": 1841.0}, "sw": {"x": 812.0, "y": 1831.0}, "nw": {"x": 812.0, "y": 1841.0}}, "position": {"x": 807.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1600, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400013\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113253, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1831.0}, "se": {"x": 816.0, "y": 1841.0}, "sw": {"x": 826.0, "y": 1831.0}, "nw": {"x": 826.0, "y": 1841.0}}, "position": {"x": 821.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1615, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400014\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113254, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1831.0}, "se": {"x": 830.0, "y": 1841.0}, "sw": {"x": 840.0, "y": 1831.0}, "nw": {"x": 840.0, "y": 1841.0}}, "position": {"x": 835.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1631, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400015\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113255, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1831.0}, "se": {"x": 844.0, "y": 1841.0}, "sw": {"x": 854.0, "y": 1831.0}, "nw": {"x": 854.0, "y": 1841.0}}, "position": {"x": 849.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1647, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400016\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113256, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1831.0}, "se": {"x": 858.0, "y": 1841.0}, "sw": {"x": 868.0, "y": 1831.0}, "nw": {"x": 868.0, "y": 1841.0}}, "position": {"x": 863.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1663, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400017\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113268, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1845.0}, "se": {"x": 774.0, "y": 1855.0}, "sw": {"x": 784.0, "y": 1845.0}, "nw": {"x": 784.0, "y": 1855.0}}, "position": {"x": 779.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1479, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400012\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113269, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1845.0}, "se": {"x": 788.0, "y": 1855.0}, "sw": {"x": 798.0, "y": 1845.0}, "nw": {"x": 798.0, "y": 1855.0}}, "position": {"x": 793.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1586, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400013\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113270, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1845.0}, "se": {"x": 802.0, "y": 1855.0}, "sw": {"x": 812.0, "y": 1845.0}, "nw": {"x": 812.0, "y": 1855.0}}, "position": {"x": 807.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1599, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400014\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113271, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1845.0}, "se": {"x": 816.0, "y": 1855.0}, "sw": {"x": 826.0, "y": 1845.0}, "nw": {"x": 826.0, "y": 1855.0}}, "position": {"x": 821.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1614, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400015\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113272, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1845.0}, "se": {"x": 830.0, "y": 1855.0}, "sw": {"x": 840.0, "y": 1845.0}, "nw": {"x": 840.0, "y": 1855.0}}, "position": {"x": 835.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1630, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400016\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113273, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1845.0}, "se": {"x": 844.0, "y": 1855.0}, "sw": {"x": 854.0, "y": 1845.0}, "nw": {"x": 854.0, "y": 1855.0}}, "position": {"x": 849.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1646, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400017\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113274, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1845.0}, "se": {"x": 858.0, "y": 1855.0}, "sw": {"x": 868.0, "y": 1845.0}, "nw": {"x": 868.0, "y": 1855.0}}, "position": {"x": 863.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1662, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400018\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113288, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1859.0}, "se": {"x": 774.0, "y": 1869.0}, "sw": {"x": 784.0, "y": 1859.0}, "nw": {"x": 784.0, "y": 1869.0}}, "position": {"x": 779.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1478, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400014\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113289, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1859.0}, "se": {"x": 788.0, "y": 1869.0}, "sw": {"x": 798.0, "y": 1859.0}, "nw": {"x": 798.0, "y": 1869.0}}, "position": {"x": 793.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1585, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400015\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113290, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1859.0}, "se": {"x": 802.0, "y": 1869.0}, "sw": {"x": 812.0, "y": 1859.0}, "nw": {"x": 812.0, "y": 1869.0}}, "position": {"x": 807.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1598, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400016\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113291, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1859.0}, "se": {"x": 816.0, "y": 1869.0}, "sw": {"x": 826.0, "y": 1859.0}, "nw": {"x": 826.0, "y": 1869.0}}, "position": {"x": 821.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1613, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400017\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113292, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1859.0}, "se": {"x": 830.0, "y": 1869.0}, "sw": {"x": 840.0, "y": 1859.0}, "nw": {"x": 840.0, "y": 1869.0}}, "position": {"x": 835.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1629, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400018\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113293, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1859.0}, "se": {"x": 844.0, "y": 1869.0}, "sw": {"x": 854.0, "y": 1859.0}, "nw": {"x": 854.0, "y": 1869.0}}, "position": {"x": 849.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1645, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400019\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113294, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1859.0}, "se": {"x": 858.0, "y": 1869.0}, "sw": {"x": 868.0, "y": 1859.0}, "nw": {"x": 868.0, "y": 1869.0}}, "position": {"x": 863.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1661, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400020\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113313, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1873.0}, "se": {"x": 774.0, "y": 1883.0}, "sw": {"x": 784.0, "y": 1873.0}, "nw": {"x": 784.0, "y": 1883.0}}, "position": {"x": 779.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1477, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400019\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113314, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1873.0}, "se": {"x": 788.0, "y": 1883.0}, "sw": {"x": 798.0, "y": 1873.0}, "nw": {"x": 798.0, "y": 1883.0}}, "position": {"x": 793.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1584, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400020\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113315, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1873.0}, "se": {"x": 802.0, "y": 1883.0}, "sw": {"x": 812.0, "y": 1873.0}, "nw": {"x": 812.0, "y": 1883.0}}, "position": {"x": 807.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1597, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400021\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113316, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1873.0}, "se": {"x": 816.0, "y": 1883.0}, "sw": {"x": 826.0, "y": 1873.0}, "nw": {"x": 826.0, "y": 1883.0}}, "position": {"x": 821.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 22\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1612, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "22\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400022\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113317, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1873.0}, "se": {"x": 830.0, "y": 1883.0}, "sw": {"x": 840.0, "y": 1873.0}, "nw": {"x": 840.0, "y": 1883.0}}, "position": {"x": 835.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 23\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1628, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "23\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400023\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113318, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1873.0}, "se": {"x": 844.0, "y": 1883.0}, "sw": {"x": 854.0, "y": 1873.0}, "nw": {"x": 854.0, "y": 1883.0}}, "position": {"x": 849.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 24\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1644, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "24\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400024\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113319, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1873.0}, "se": {"x": 858.0, "y": 1883.0}, "sw": {"x": 868.0, "y": 1873.0}, "nw": {"x": 868.0, "y": 1883.0}}, "position": {"x": 863.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 25\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1660, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "25\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400025\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113339, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1887.0}, "se": {"x": 774.0, "y": 1897.0}, "sw": {"x": 784.0, "y": 1887.0}, "nw": {"x": 784.0, "y": 1897.0}}, "position": {"x": 779.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1476, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400020\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113340, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1887.0}, "se": {"x": 788.0, "y": 1897.0}, "sw": {"x": 798.0, "y": 1887.0}, "nw": {"x": 798.0, "y": 1897.0}}, "position": {"x": 793.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1583, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400021\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113341, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1887.0}, "se": {"x": 802.0, "y": 1897.0}, "sw": {"x": 812.0, "y": 1887.0}, "nw": {"x": 812.0, "y": 1897.0}}, "position": {"x": 807.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 22\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1596, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "22\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400022\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113342, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1887.0}, "se": {"x": 816.0, "y": 1897.0}, "sw": {"x": 826.0, "y": 1887.0}, "nw": {"x": 826.0, "y": 1897.0}}, "position": {"x": 821.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 23\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1611, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "23\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400023\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113343, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1887.0}, "se": {"x": 830.0, "y": 1897.0}, "sw": {"x": 840.0, "y": 1887.0}, "nw": {"x": 840.0, "y": 1897.0}}, "position": {"x": 835.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 24\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1627, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "24\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400024\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113344, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1887.0}, "se": {"x": 844.0, "y": 1897.0}, "sw": {"x": 854.0, "y": 1887.0}, "nw": {"x": 854.0, "y": 1897.0}}, "position": {"x": 849.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 25\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1643, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "25\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400025\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113345, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1887.0}, "se": {"x": 858.0, "y": 1897.0}, "sw": {"x": 868.0, "y": 1887.0}, "nw": {"x": 868.0, "y": 1897.0}}, "position": {"x": 863.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 26\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1659, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "26\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400026\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113367, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1901.0}, "se": {"x": 774.0, "y": 1911.0}, "sw": {"x": 784.0, "y": 1901.0}, "nw": {"x": 784.0, "y": 1911.0}}, "position": {"x": 779.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 22\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1475, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "22\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400022\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113368, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1901.0}, "se": {"x": 788.0, "y": 1911.0}, "sw": {"x": 798.0, "y": 1901.0}, "nw": {"x": 798.0, "y": 1911.0}}, "position": {"x": 793.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 23\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1582, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "23\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400023\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113369, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1901.0}, "se": {"x": 802.0, "y": 1911.0}, "sw": {"x": 812.0, "y": 1901.0}, "nw": {"x": 812.0, "y": 1911.0}}, "position": {"x": 807.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 24\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1595, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "24\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400024\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113370, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1901.0}, "se": {"x": 816.0, "y": 1911.0}, "sw": {"x": 826.0, "y": 1901.0}, "nw": {"x": 826.0, "y": 1911.0}}, "position": {"x": 821.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 25\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1610, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "25\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400025\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113371, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1901.0}, "se": {"x": 830.0, "y": 1911.0}, "sw": {"x": 840.0, "y": 1901.0}, "nw": {"x": 840.0, "y": 1911.0}}, "position": {"x": 835.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 26\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1626, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "26\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400026\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113372, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1901.0}, "se": {"x": 844.0, "y": 1911.0}, "sw": {"x": 854.0, "y": 1901.0}, "nw": {"x": 854.0, "y": 1911.0}}, "position": {"x": 849.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 27\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1642, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "27\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400027\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113373, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1901.0}, "se": {"x": 858.0, "y": 1911.0}, "sw": {"x": 868.0, "y": 1901.0}, "nw": {"x": 868.0, "y": 1911.0}}, "position": {"x": 863.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 28\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1658, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "28\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400028\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113395, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1915.0}, "se": {"x": 774.0, "y": 1925.0}, "sw": {"x": 784.0, "y": 1915.0}, "nw": {"x": 784.0, "y": 1925.0}}, "position": {"x": 779.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 23\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1474, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "23\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400023\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113396, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1915.0}, "se": {"x": 788.0, "y": 1925.0}, "sw": {"x": 798.0, "y": 1915.0}, "nw": {"x": 798.0, "y": 1925.0}}, "position": {"x": 793.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 24\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1581, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "24\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400024\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113397, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1915.0}, "se": {"x": 802.0, "y": 1925.0}, "sw": {"x": 812.0, "y": 1915.0}, "nw": {"x": 812.0, "y": 1925.0}}, "position": {"x": 807.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 25\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1594, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "25\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400025\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113398, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1915.0}, "se": {"x": 816.0, "y": 1925.0}, "sw": {"x": 826.0, "y": 1915.0}, "nw": {"x": 826.0, "y": 1925.0}}, "position": {"x": 821.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 26\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1609, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "26\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400026\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113399, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1915.0}, "se": {"x": 830.0, "y": 1925.0}, "sw": {"x": 840.0, "y": 1915.0}, "nw": {"x": 840.0, "y": 1925.0}}, "position": {"x": 835.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 27\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1625, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "27\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400027\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113400, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1915.0}, "se": {"x": 844.0, "y": 1925.0}, "sw": {"x": 854.0, "y": 1915.0}, "nw": {"x": 854.0, "y": 1925.0}}, "position": {"x": 849.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 28\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1641, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "28\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400028\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113401, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1915.0}, "se": {"x": 858.0, "y": 1925.0}, "sw": {"x": 868.0, "y": 1915.0}, "nw": {"x": 868.0, "y": 1925.0}}, "position": {"x": 863.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 29\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1657, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "29\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400029\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113422, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1929.0}, "se": {"x": 774.0, "y": 1939.0}, "sw": {"x": 784.0, "y": 1929.0}, "nw": {"x": 784.0, "y": 1939.0}}, "position": {"x": 779.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1473, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400021\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113423, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1929.0}, "se": {"x": 788.0, "y": 1939.0}, "sw": {"x": 798.0, "y": 1929.0}, "nw": {"x": 798.0, "y": 1939.0}}, "position": {"x": 793.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 22\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1580, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "22\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400022\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113424, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1929.0}, "se": {"x": 802.0, "y": 1939.0}, "sw": {"x": 812.0, "y": 1929.0}, "nw": {"x": 812.0, "y": 1939.0}}, "position": {"x": 807.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 23\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1593, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "23\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400023\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113425, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1929.0}, "se": {"x": 816.0, "y": 1939.0}, "sw": {"x": 826.0, "y": 1929.0}, "nw": {"x": 826.0, "y": 1939.0}}, "position": {"x": 821.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 24\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1608, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "24\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400024\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113426, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1929.0}, "se": {"x": 830.0, "y": 1939.0}, "sw": {"x": 840.0, "y": 1929.0}, "nw": {"x": 840.0, "y": 1939.0}}, "position": {"x": 835.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 25\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1624, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "25\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400025\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113427, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1929.0}, "se": {"x": 844.0, "y": 1939.0}, "sw": {"x": 854.0, "y": 1929.0}, "nw": {"x": 854.0, "y": 1939.0}}, "position": {"x": 849.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 26\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1640, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "26\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400026\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113428, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1929.0}, "se": {"x": 858.0, "y": 1939.0}, "sw": {"x": 868.0, "y": 1929.0}, "nw": {"x": 868.0, "y": 1939.0}}, "position": {"x": 863.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 27\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1656, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "27\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400027\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}], "5:5": [{"logicalSeatId": 1537115710, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 1287.0}, "se": {"x": 1281.0, "y": 1297.0}, "sw": {"x": 1291.0, "y": 1287.0}, "nw": {"x": 1291.0, "y": 1297.0}}, "position": {"x": 1286.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115711, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 1287.0}, "se": {"x": 1295.0, "y": 1297.0}, "sw": {"x": 1305.0, "y": 1287.0}, "nw": {"x": 1305.0, "y": 1297.0}}, "position": {"x": 1300.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115712, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 1287.0}, "se": {"x": 1309.0, "y": 1297.0}, "sw": {"x": 1319.0, "y": 1287.0}, "nw": {"x": 1319.0, "y": 1297.0}}, "position": {"x": 1314.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115713, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 1287.0}, "se": {"x": 1323.0, "y": 1297.0}, "sw": {"x": 1333.0, "y": 1287.0}, "nw": {"x": 1333.0, "y": 1297.0}}, "position": {"x": 1328.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115714, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 1287.0}, "se": {"x": 1337.0, "y": 1297.0}, "sw": {"x": 1347.0, "y": 1287.0}, "nw": {"x": 1347.0, "y": 1297.0}}, "position": {"x": 1342.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115715, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 1287.0}, "se": {"x": 1351.0, "y": 1297.0}, "sw": {"x": 1361.0, "y": 1287.0}, "nw": {"x": 1361.0, "y": 1297.0}}, "position": {"x": 1356.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115716, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 1287.0}, "se": {"x": 1365.0, "y": 1297.0}, "sw": {"x": 1375.0, "y": 1287.0}, "nw": {"x": 1375.0, "y": 1297.0}}, "position": {"x": 1370.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115717, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 1287.0}, "se": {"x": 1379.0, "y": 1297.0}, "sw": {"x": 1389.0, "y": 1287.0}, "nw": {"x": 1389.0, "y": 1297.0}}, "position": {"x": 1384.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115828, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1287.0}, "se": {"x": 1465.0, "y": 1297.0}, "sw": {"x": 1475.0, "y": 1287.0}, "nw": {"x": 1475.0, "y": 1297.0}}, "position": {"x": 1470.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115829, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1287.0}, "se": {"x": 1479.0, "y": 1297.0}, "sw": {"x": 1489.0, "y": 1287.0}, "nw": {"x": 1489.0, "y": 1297.0}}, "position": {"x": 1484.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115830, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 1287.0}, "se": {"x": 1493.0, "y": 1297.0}, "sw": {"x": 1503.0, "y": 1287.0}, "nw": {"x": 1503.0, "y": 1297.0}}, "position": {"x": 1498.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115831, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 1287.0}, "se": {"x": 1507.0, "y": 1297.0}, "sw": {"x": 1517.0, "y": 1287.0}, "nw": {"x": 1517.0, "y": 1297.0}}, "position": {"x": 1512.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115832, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 1287.0}, "se": {"x": 1521.0, "y": 1297.0}, "sw": {"x": 1531.0, "y": 1287.0}, "nw": {"x": 1531.0, "y": 1297.0}}, "position": {"x": 1526.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}], "7:3": [{"logicalSeatId": 1537111426, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1018.0}, "se": {"x": 1814.0, "y": 1018.0}, "sw": {"x": 1804.0, "y": 1008.0}, "nw": {"x": 1814.0, "y": 1008.0}}, "position": {"x": 1809.0, "y": 1013.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7646, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111427, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1004.0}, "se": {"x": 1814.0, "y": 1004.0}, "sw": {"x": 1804.0, "y": 994.0}, "nw": {"x": 1814.0, "y": 994.0}}, "position": {"x": 1809.0, "y": 999.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7647, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111428, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 990.0}, "se": {"x": 1814.0, "y": 990.0}, "sw": {"x": 1804.0, "y": 980.0}, "nw": {"x": 1814.0, "y": 980.0}}, "position": {"x": 1809.0, "y": 985.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7648, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111429, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 976.0}, "se": {"x": 1814.0, "y": 976.0}, "sw": {"x": 1804.0, "y": 966.0}, "nw": {"x": 1814.0, "y": 966.0}}, "position": {"x": 1809.0, "y": 971.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7649, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111430, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 962.0}, "se": {"x": 1814.0, "y": 962.0}, "sw": {"x": 1804.0, "y": 952.0}, "nw": {"x": 1814.0, "y": 952.0}}, "position": {"x": 1809.0, "y": 957.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7650, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111431, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 948.0}, "se": {"x": 1814.0, "y": 948.0}, "sw": {"x": 1804.0, "y": 938.0}, "nw": {"x": 1814.0, "y": 938.0}}, "position": {"x": 1809.0, "y": 943.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7651, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400011\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111432, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 934.0}, "se": {"x": 1814.0, "y": 934.0}, "sw": {"x": 1804.0, "y": 924.0}, "nw": {"x": 1814.0, "y": 924.0}}, "position": {"x": 1809.0, "y": 929.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7652, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400012\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111433, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 920.0}, "se": {"x": 1814.0, "y": 920.0}, "sw": {"x": 1804.0, "y": 910.0}, "nw": {"x": 1814.0, "y": 910.0}}, "position": {"x": 1809.0, "y": 915.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7653, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400013\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111434, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 906.0}, "se": {"x": 1814.0, "y": 906.0}, "sw": {"x": 1804.0, "y": 896.0}, "nw": {"x": 1814.0, "y": 896.0}}, "position": {"x": 1809.0, "y": 901.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7654, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400014\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111435, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 892.0}, "se": {"x": 1814.0, "y": 892.0}, "sw": {"x": 1804.0, "y": 882.0}, "nw": {"x": 1814.0, "y": 882.0}}, "position": {"x": 1809.0, "y": 887.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7655, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400015\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111436, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 878.0}, "se": {"x": 1814.0, "y": 878.0}, "sw": {"x": 1804.0, "y": 868.0}, "nw": {"x": 1814.0, "y": 868.0}}, "position": {"x": 1809.0, "y": 873.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7656, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400016\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111437, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 864.0}, "se": {"x": 1814.0, "y": 864.0}, "sw": {"x": 1804.0, "y": 854.0}, "nw": {"x": 1814.0, "y": 854.0}}, "position": {"x": 1809.0, "y": 859.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7657, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400017\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111438, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 850.0}, "se": {"x": 1814.0, "y": 850.0}, "sw": {"x": 1804.0, "y": 840.0}, "nw": {"x": 1814.0, "y": 840.0}}, "position": {"x": 1809.0, "y": 845.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7658, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111439, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 836.0}, "se": {"x": 1814.0, "y": 836.0}, "sw": {"x": 1804.0, "y": 826.0}, "nw": {"x": 1814.0, "y": 826.0}}, "position": {"x": 1809.0, "y": 831.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7659, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400019\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111440, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 822.0}, "se": {"x": 1814.0, "y": 822.0}, "sw": {"x": 1804.0, "y": 812.0}, "nw": {"x": 1814.0, "y": 812.0}}, "position": {"x": 1809.0, "y": 817.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7660, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400020\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111446, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1018.0}, "se": {"x": 1828.0, "y": 1018.0}, "sw": {"x": 1818.0, "y": 1008.0}, "nw": {"x": 1828.0, "y": 1008.0}}, "position": {"x": 1823.0, "y": 1013.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7733, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111447, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1004.0}, "se": {"x": 1828.0, "y": 1004.0}, "sw": {"x": 1818.0, "y": 994.0}, "nw": {"x": 1828.0, "y": 994.0}}, "position": {"x": 1823.0, "y": 999.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7734, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111448, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 990.0}, "se": {"x": 1828.0, "y": 990.0}, "sw": {"x": 1818.0, "y": 980.0}, "nw": {"x": 1828.0, "y": 980.0}}, "position": {"x": 1823.0, "y": 985.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7735, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111449, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 976.0}, "se": {"x": 1828.0, "y": 976.0}, "sw": {"x": 1818.0, "y": 966.0}, "nw": {"x": 1828.0, "y": 966.0}}, "position": {"x": 1823.0, "y": 971.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7736, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111450, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 962.0}, "se": {"x": 1828.0, "y": 962.0}, "sw": {"x": 1818.0, "y": 952.0}, "nw": {"x": 1828.0, "y": 952.0}}, "position": {"x": 1823.0, "y": 957.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7737, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111451, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 948.0}, "se": {"x": 1828.0, "y": 948.0}, "sw": {"x": 1818.0, "y": 938.0}, "nw": {"x": 1828.0, "y": 938.0}}, "position": {"x": 1823.0, "y": 943.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7738, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111452, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 934.0}, "se": {"x": 1828.0, "y": 934.0}, "sw": {"x": 1818.0, "y": 924.0}, "nw": {"x": 1828.0, "y": 924.0}}, "position": {"x": 1823.0, "y": 929.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7739, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400012\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111453, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 920.0}, "se": {"x": 1828.0, "y": 920.0}, "sw": {"x": 1818.0, "y": 910.0}, "nw": {"x": 1828.0, "y": 910.0}}, "position": {"x": 1823.0, "y": 915.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7740, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400013\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111454, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 906.0}, "se": {"x": 1828.0, "y": 906.0}, "sw": {"x": 1818.0, "y": 896.0}, "nw": {"x": 1828.0, "y": 896.0}}, "position": {"x": 1823.0, "y": 901.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7741, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400014\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111455, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 892.0}, "se": {"x": 1828.0, "y": 892.0}, "sw": {"x": 1818.0, "y": 882.0}, "nw": {"x": 1828.0, "y": 882.0}}, "position": {"x": 1823.0, "y": 887.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7742, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400015\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111456, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 878.0}, "se": {"x": 1828.0, "y": 878.0}, "sw": {"x": 1818.0, "y": 868.0}, "nw": {"x": 1828.0, "y": 868.0}}, "position": {"x": 1823.0, "y": 873.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7743, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400016\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111457, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 864.0}, "se": {"x": 1828.0, "y": 864.0}, "sw": {"x": 1818.0, "y": 854.0}, "nw": {"x": 1828.0, "y": 854.0}}, "position": {"x": 1823.0, "y": 859.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7744, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400017\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111458, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 850.0}, "se": {"x": 1828.0, "y": 850.0}, "sw": {"x": 1818.0, "y": 840.0}, "nw": {"x": 1828.0, "y": 840.0}}, "position": {"x": 1823.0, "y": 845.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7745, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111459, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 836.0}, "se": {"x": 1828.0, "y": 836.0}, "sw": {"x": 1818.0, "y": 826.0}, "nw": {"x": 1828.0, "y": 826.0}}, "position": {"x": 1823.0, "y": 831.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7746, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400019\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111460, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 822.0}, "se": {"x": 1828.0, "y": 822.0}, "sw": {"x": 1818.0, "y": 812.0}, "nw": {"x": 1828.0, "y": 812.0}}, "position": {"x": 1823.0, "y": 817.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7747, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400020\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111466, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1018.0}, "se": {"x": 1842.0, "y": 1018.0}, "sw": {"x": 1832.0, "y": 1008.0}, "nw": {"x": 1842.0, "y": 1008.0}}, "position": {"x": 1837.0, "y": 1013.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7820, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111467, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1004.0}, "se": {"x": 1842.0, "y": 1004.0}, "sw": {"x": 1832.0, "y": 994.0}, "nw": {"x": 1842.0, "y": 994.0}}, "position": {"x": 1837.0, "y": 999.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7821, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111468, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 990.0}, "se": {"x": 1842.0, "y": 990.0}, "sw": {"x": 1832.0, "y": 980.0}, "nw": {"x": 1842.0, "y": 980.0}}, "position": {"x": 1837.0, "y": 985.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7822, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111469, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 976.0}, "se": {"x": 1842.0, "y": 976.0}, "sw": {"x": 1832.0, "y": 966.0}, "nw": {"x": 1842.0, "y": 966.0}}, "position": {"x": 1837.0, "y": 971.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7823, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111470, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 962.0}, "se": {"x": 1842.0, "y": 962.0}, "sw": {"x": 1832.0, "y": 952.0}, "nw": {"x": 1842.0, "y": 952.0}}, "position": {"x": 1837.0, "y": 957.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7824, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111471, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 948.0}, "se": {"x": 1842.0, "y": 948.0}, "sw": {"x": 1832.0, "y": 938.0}, "nw": {"x": 1842.0, "y": 938.0}}, "position": {"x": 1837.0, "y": 943.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7825, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400011\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111472, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 934.0}, "se": {"x": 1842.0, "y": 934.0}, "sw": {"x": 1832.0, "y": 924.0}, "nw": {"x": 1842.0, "y": 924.0}}, "position": {"x": 1837.0, "y": 929.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7826, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400012\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111473, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 920.0}, "se": {"x": 1842.0, "y": 920.0}, "sw": {"x": 1832.0, "y": 910.0}, "nw": {"x": 1842.0, "y": 910.0}}, "position": {"x": 1837.0, "y": 915.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7827, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400013\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111474, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 906.0}, "se": {"x": 1842.0, "y": 906.0}, "sw": {"x": 1832.0, "y": 896.0}, "nw": {"x": 1842.0, "y": 896.0}}, "position": {"x": 1837.0, "y": 901.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7828, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400014\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111475, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 892.0}, "se": {"x": 1842.0, "y": 892.0}, "sw": {"x": 1832.0, "y": 882.0}, "nw": {"x": 1842.0, "y": 882.0}}, "position": {"x": 1837.0, "y": 887.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7829, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400015\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111476, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 878.0}, "se": {"x": 1842.0, "y": 878.0}, "sw": {"x": 1832.0, "y": 868.0}, "nw": {"x": 1842.0, "y": 868.0}}, "position": {"x": 1837.0, "y": 873.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7830, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400016\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111477, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 864.0}, "se": {"x": 1842.0, "y": 864.0}, "sw": {"x": 1832.0, "y": 854.0}, "nw": {"x": 1842.0, "y": 854.0}}, "position": {"x": 1837.0, "y": 859.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7831, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400017\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111478, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 850.0}, "se": {"x": 1842.0, "y": 850.0}, "sw": {"x": 1832.0, "y": 840.0}, "nw": {"x": 1842.0, "y": 840.0}}, "position": {"x": 1837.0, "y": 845.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7832, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111479, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 836.0}, "se": {"x": 1842.0, "y": 836.0}, "sw": {"x": 1832.0, "y": 826.0}, "nw": {"x": 1842.0, "y": 826.0}}, "position": {"x": 1837.0, "y": 831.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7833, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400019\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111480, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 822.0}, "se": {"x": 1842.0, "y": 822.0}, "sw": {"x": 1832.0, "y": 812.0}, "nw": {"x": 1842.0, "y": 812.0}}, "position": {"x": 1837.0, "y": 817.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7834, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400020\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111486, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1018.0}, "se": {"x": 1856.0, "y": 1018.0}, "sw": {"x": 1846.0, "y": 1008.0}, "nw": {"x": 1856.0, "y": 1008.0}}, "position": {"x": 1851.0, "y": 1013.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7907, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111487, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1004.0}, "se": {"x": 1856.0, "y": 1004.0}, "sw": {"x": 1846.0, "y": 994.0}, "nw": {"x": 1856.0, "y": 994.0}}, "position": {"x": 1851.0, "y": 999.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7908, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111488, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 990.0}, "se": {"x": 1856.0, "y": 990.0}, "sw": {"x": 1846.0, "y": 980.0}, "nw": {"x": 1856.0, "y": 980.0}}, "position": {"x": 1851.0, "y": 985.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7909, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111489, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 976.0}, "se": {"x": 1856.0, "y": 976.0}, "sw": {"x": 1846.0, "y": 966.0}, "nw": {"x": 1856.0, "y": 966.0}}, "position": {"x": 1851.0, "y": 971.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7910, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111490, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 962.0}, "se": {"x": 1856.0, "y": 962.0}, "sw": {"x": 1846.0, "y": 952.0}, "nw": {"x": 1856.0, "y": 952.0}}, "position": {"x": 1851.0, "y": 957.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7911, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111491, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 948.0}, "se": {"x": 1856.0, "y": 948.0}, "sw": {"x": 1846.0, "y": 938.0}, "nw": {"x": 1856.0, "y": 938.0}}, "position": {"x": 1851.0, "y": 943.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7912, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400011\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111492, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 934.0}, "se": {"x": 1856.0, "y": 934.0}, "sw": {"x": 1846.0, "y": 924.0}, "nw": {"x": 1856.0, "y": 924.0}}, "position": {"x": 1851.0, "y": 929.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7913, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400012\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111493, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 920.0}, "se": {"x": 1856.0, "y": 920.0}, "sw": {"x": 1846.0, "y": 910.0}, "nw": {"x": 1856.0, "y": 910.0}}, "position": {"x": 1851.0, "y": 915.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7914, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400013\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111494, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 906.0}, "se": {"x": 1856.0, "y": 906.0}, "sw": {"x": 1846.0, "y": 896.0}, "nw": {"x": 1856.0, "y": 896.0}}, "position": {"x": 1851.0, "y": 901.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7915, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400014\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111495, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 892.0}, "se": {"x": 1856.0, "y": 892.0}, "sw": {"x": 1846.0, "y": 882.0}, "nw": {"x": 1856.0, "y": 882.0}}, "position": {"x": 1851.0, "y": 887.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7916, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400015\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111496, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 878.0}, "se": {"x": 1856.0, "y": 878.0}, "sw": {"x": 1846.0, "y": 868.0}, "nw": {"x": 1856.0, "y": 868.0}}, "position": {"x": 1851.0, "y": 873.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7917, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400016\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111497, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 864.0}, "se": {"x": 1856.0, "y": 864.0}, "sw": {"x": 1846.0, "y": 854.0}, "nw": {"x": 1856.0, "y": 854.0}}, "position": {"x": 1851.0, "y": 859.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7918, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400017\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111498, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 850.0}, "se": {"x": 1856.0, "y": 850.0}, "sw": {"x": 1846.0, "y": 840.0}, "nw": {"x": 1856.0, "y": 840.0}}, "position": {"x": 1851.0, "y": 845.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7919, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111499, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 836.0}, "se": {"x": 1856.0, "y": 836.0}, "sw": {"x": 1846.0, "y": 826.0}, "nw": {"x": 1856.0, "y": 826.0}}, "position": {"x": 1851.0, "y": 831.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7920, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400019\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111500, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 822.0}, "se": {"x": 1856.0, "y": 822.0}, "sw": {"x": 1846.0, "y": 812.0}, "nw": {"x": 1856.0, "y": 812.0}}, "position": {"x": 1851.0, "y": 817.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7921, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400020\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}], "4:6": [{"logicalSeatId": 1537112661, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1719.0}, "se": {"x": 1024.0, "y": 1729.0}, "sw": {"x": 1034.0, "y": 1719.0}, "nw": {"x": 1034.0, "y": 1729.0}}, "position": {"x": 1029.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158278, "gate": "", "blockId": null, "orderNum": 2991, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112662, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1719.0}, "se": {"x": 1038.0, "y": 1729.0}, "sw": {"x": 1048.0, "y": 1719.0}, "nw": {"x": 1048.0, "y": 1729.0}}, "position": {"x": 1043.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158279, "gate": "", "blockId": null, "orderNum": 3071, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112663, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1719.0}, "se": {"x": 1052.0, "y": 1729.0}, "sw": {"x": 1062.0, "y": 1719.0}, "nw": {"x": 1062.0, "y": 1729.0}}, "position": {"x": 1057.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158280, "gate": "", "blockId": null, "orderNum": 3151, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112664, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1719.0}, "se": {"x": 1066.0, "y": 1729.0}, "sw": {"x": 1076.0, "y": 1719.0}, "nw": {"x": 1076.0, "y": 1729.0}}, "position": {"x": 1071.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158281, "gate": "", "blockId": null, "orderNum": 3206, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112665, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1719.0}, "se": {"x": 1080.0, "y": 1729.0}, "sw": {"x": 1090.0, "y": 1719.0}, "nw": {"x": 1090.0, "y": 1729.0}}, "position": {"x": 1085.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158282, "gate": "", "blockId": null, "orderNum": 3255, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112666, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1719.0}, "se": {"x": 1094.0, "y": 1729.0}, "sw": {"x": 1104.0, "y": 1719.0}, "nw": {"x": 1104.0, "y": 1729.0}}, "position": {"x": 1099.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158283, "gate": "", "blockId": null, "orderNum": 3304, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112667, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1719.0}, "se": {"x": 1108.0, "y": 1729.0}, "sw": {"x": 1118.0, "y": 1719.0}, "nw": {"x": 1118.0, "y": 1729.0}}, "position": {"x": 1113.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158284, "gate": "", "blockId": null, "orderNum": 3353, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112668, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1719.0}, "se": {"x": 1122.0, "y": 1729.0}, "sw": {"x": 1132.0, "y": 1719.0}, "nw": {"x": 1132.0, "y": 1729.0}}, "position": {"x": 1127.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158285, "gate": "", "blockId": null, "orderNum": 3402, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112669, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1719.0}, "se": {"x": 1136.0, "y": 1729.0}, "sw": {"x": 1146.0, "y": 1719.0}, "nw": {"x": 1146.0, "y": 1729.0}}, "position": {"x": 1141.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158286, "gate": "", "blockId": null, "orderNum": 3451, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112670, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1719.0}, "se": {"x": 1150.0, "y": 1729.0}, "sw": {"x": 1160.0, "y": 1719.0}, "nw": {"x": 1160.0, "y": 1729.0}}, "position": {"x": 1155.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158287, "gate": "", "blockId": null, "orderNum": 3500, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112671, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1719.0}, "se": {"x": 1164.0, "y": 1729.0}, "sw": {"x": 1174.0, "y": 1719.0}, "nw": {"x": 1174.0, "y": 1729.0}}, "position": {"x": 1169.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158288, "gate": "", "blockId": null, "orderNum": 3549, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112672, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1719.0}, "se": {"x": 1227.0, "y": 1729.0}, "sw": {"x": 1237.0, "y": 1719.0}, "nw": {"x": 1237.0, "y": 1729.0}}, "position": {"x": 1232.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158289, "gate": "", "blockId": null, "orderNum": 3949, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112673, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1719.0}, "se": {"x": 1241.0, "y": 1729.0}, "sw": {"x": 1251.0, "y": 1719.0}, "nw": {"x": 1251.0, "y": 1729.0}}, "position": {"x": 1246.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158290, "gate": "", "blockId": null, "orderNum": 4037, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112674, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1719.0}, "se": {"x": 1255.0, "y": 1729.0}, "sw": {"x": 1265.0, "y": 1719.0}, "nw": {"x": 1265.0, "y": 1729.0}}, "position": {"x": 1260.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158291, "gate": "", "blockId": null, "orderNum": 4125, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112675, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1719.0}, "se": {"x": 1269.0, "y": 1729.0}, "sw": {"x": 1279.0, "y": 1719.0}, "nw": {"x": 1279.0, "y": 1729.0}}, "position": {"x": 1274.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158292, "gate": "", "blockId": null, "orderNum": 4213, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112699, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1733.0}, "se": {"x": 1024.0, "y": 1743.0}, "sw": {"x": 1034.0, "y": 1733.0}, "nw": {"x": 1034.0, "y": 1743.0}}, "position": {"x": 1029.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158278, "gate": "", "blockId": null, "orderNum": 2990, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112700, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1733.0}, "se": {"x": 1038.0, "y": 1743.0}, "sw": {"x": 1048.0, "y": 1733.0}, "nw": {"x": 1048.0, "y": 1743.0}}, "position": {"x": 1043.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158279, "gate": "", "blockId": null, "orderNum": 3070, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112701, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1733.0}, "se": {"x": 1052.0, "y": 1743.0}, "sw": {"x": 1062.0, "y": 1733.0}, "nw": {"x": 1062.0, "y": 1743.0}}, "position": {"x": 1057.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158280, "gate": "", "blockId": null, "orderNum": 3150, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112702, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1733.0}, "se": {"x": 1066.0, "y": 1743.0}, "sw": {"x": 1076.0, "y": 1733.0}, "nw": {"x": 1076.0, "y": 1743.0}}, "position": {"x": 1071.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158281, "gate": "", "blockId": null, "orderNum": 3205, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112703, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1733.0}, "se": {"x": 1080.0, "y": 1743.0}, "sw": {"x": 1090.0, "y": 1733.0}, "nw": {"x": 1090.0, "y": 1743.0}}, "position": {"x": 1085.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158282, "gate": "", "blockId": null, "orderNum": 3254, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112704, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1733.0}, "se": {"x": 1094.0, "y": 1743.0}, "sw": {"x": 1104.0, "y": 1733.0}, "nw": {"x": 1104.0, "y": 1743.0}}, "position": {"x": 1099.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158283, "gate": "", "blockId": null, "orderNum": 3303, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112705, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1733.0}, "se": {"x": 1108.0, "y": 1743.0}, "sw": {"x": 1118.0, "y": 1733.0}, "nw": {"x": 1118.0, "y": 1743.0}}, "position": {"x": 1113.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158284, "gate": "", "blockId": null, "orderNum": 3352, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112706, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1733.0}, "se": {"x": 1122.0, "y": 1743.0}, "sw": {"x": 1132.0, "y": 1733.0}, "nw": {"x": 1132.0, "y": 1743.0}}, "position": {"x": 1127.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158285, "gate": "", "blockId": null, "orderNum": 3401, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112707, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1733.0}, "se": {"x": 1136.0, "y": 1743.0}, "sw": {"x": 1146.0, "y": 1733.0}, "nw": {"x": 1146.0, "y": 1743.0}}, "position": {"x": 1141.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158286, "gate": "", "blockId": null, "orderNum": 3450, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112708, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1733.0}, "se": {"x": 1150.0, "y": 1743.0}, "sw": {"x": 1160.0, "y": 1733.0}, "nw": {"x": 1160.0, "y": 1743.0}}, "position": {"x": 1155.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158287, "gate": "", "blockId": null, "orderNum": 3499, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112709, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1733.0}, "se": {"x": 1164.0, "y": 1743.0}, "sw": {"x": 1174.0, "y": 1733.0}, "nw": {"x": 1174.0, "y": 1743.0}}, "position": {"x": 1169.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158288, "gate": "", "blockId": null, "orderNum": 3548, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112710, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1733.0}, "se": {"x": 1227.0, "y": 1743.0}, "sw": {"x": 1237.0, "y": 1733.0}, "nw": {"x": 1237.0, "y": 1743.0}}, "position": {"x": 1232.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158289, "gate": "", "blockId": null, "orderNum": 3948, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112711, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1733.0}, "se": {"x": 1241.0, "y": 1743.0}, "sw": {"x": 1251.0, "y": 1733.0}, "nw": {"x": 1251.0, "y": 1743.0}}, "position": {"x": 1246.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158290, "gate": "", "blockId": null, "orderNum": 4036, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112712, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1733.0}, "se": {"x": 1255.0, "y": 1743.0}, "sw": {"x": 1265.0, "y": 1733.0}, "nw": {"x": 1265.0, "y": 1743.0}}, "position": {"x": 1260.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158291, "gate": "", "blockId": null, "orderNum": 4124, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112713, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1733.0}, "se": {"x": 1269.0, "y": 1743.0}, "sw": {"x": 1279.0, "y": 1733.0}, "nw": {"x": 1279.0, "y": 1743.0}}, "position": {"x": 1274.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158292, "gate": "", "blockId": null, "orderNum": 4212, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112737, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1747.0}, "se": {"x": 1024.0, "y": 1757.0}, "sw": {"x": 1034.0, "y": 1747.0}, "nw": {"x": 1034.0, "y": 1757.0}}, "position": {"x": 1029.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158278, "gate": "", "blockId": null, "orderNum": 2989, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112738, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1747.0}, "se": {"x": 1038.0, "y": 1757.0}, "sw": {"x": 1048.0, "y": 1747.0}, "nw": {"x": 1048.0, "y": 1757.0}}, "position": {"x": 1043.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158279, "gate": "", "blockId": null, "orderNum": 3069, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112739, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1747.0}, "se": {"x": 1052.0, "y": 1757.0}, "sw": {"x": 1062.0, "y": 1747.0}, "nw": {"x": 1062.0, "y": 1757.0}}, "position": {"x": 1057.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158280, "gate": "", "blockId": null, "orderNum": 3149, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112740, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1747.0}, "se": {"x": 1066.0, "y": 1757.0}, "sw": {"x": 1076.0, "y": 1747.0}, "nw": {"x": 1076.0, "y": 1757.0}}, "position": {"x": 1071.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158281, "gate": "", "blockId": null, "orderNum": 3204, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112741, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1747.0}, "se": {"x": 1080.0, "y": 1757.0}, "sw": {"x": 1090.0, "y": 1747.0}, "nw": {"x": 1090.0, "y": 1757.0}}, "position": {"x": 1085.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158282, "gate": "", "blockId": null, "orderNum": 3253, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112742, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1747.0}, "se": {"x": 1094.0, "y": 1757.0}, "sw": {"x": 1104.0, "y": 1747.0}, "nw": {"x": 1104.0, "y": 1757.0}}, "position": {"x": 1099.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158283, "gate": "", "blockId": null, "orderNum": 3302, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112743, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1747.0}, "se": {"x": 1108.0, "y": 1757.0}, "sw": {"x": 1118.0, "y": 1747.0}, "nw": {"x": 1118.0, "y": 1757.0}}, "position": {"x": 1113.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158284, "gate": "", "blockId": null, "orderNum": 3351, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112744, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1747.0}, "se": {"x": 1122.0, "y": 1757.0}, "sw": {"x": 1132.0, "y": 1747.0}, "nw": {"x": 1132.0, "y": 1757.0}}, "position": {"x": 1127.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158285, "gate": "", "blockId": null, "orderNum": 3400, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112745, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1747.0}, "se": {"x": 1136.0, "y": 1757.0}, "sw": {"x": 1146.0, "y": 1747.0}, "nw": {"x": 1146.0, "y": 1757.0}}, "position": {"x": 1141.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158286, "gate": "", "blockId": null, "orderNum": 3449, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112746, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1747.0}, "se": {"x": 1150.0, "y": 1757.0}, "sw": {"x": 1160.0, "y": 1747.0}, "nw": {"x": 1160.0, "y": 1757.0}}, "position": {"x": 1155.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158287, "gate": "", "blockId": null, "orderNum": 3498, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112747, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1747.0}, "se": {"x": 1164.0, "y": 1757.0}, "sw": {"x": 1174.0, "y": 1747.0}, "nw": {"x": 1174.0, "y": 1757.0}}, "position": {"x": 1169.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158288, "gate": "", "blockId": null, "orderNum": 3547, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112748, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1747.0}, "se": {"x": 1227.0, "y": 1757.0}, "sw": {"x": 1237.0, "y": 1747.0}, "nw": {"x": 1237.0, "y": 1757.0}}, "position": {"x": 1232.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158289, "gate": "", "blockId": null, "orderNum": 3947, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112749, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1747.0}, "se": {"x": 1241.0, "y": 1757.0}, "sw": {"x": 1251.0, "y": 1747.0}, "nw": {"x": 1251.0, "y": 1757.0}}, "position": {"x": 1246.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158290, "gate": "", "blockId": null, "orderNum": 4035, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112750, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1747.0}, "se": {"x": 1255.0, "y": 1757.0}, "sw": {"x": 1265.0, "y": 1747.0}, "nw": {"x": 1265.0, "y": 1757.0}}, "position": {"x": 1260.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158291, "gate": "", "blockId": null, "orderNum": 4123, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112751, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1747.0}, "se": {"x": 1269.0, "y": 1757.0}, "sw": {"x": 1279.0, "y": 1747.0}, "nw": {"x": 1279.0, "y": 1757.0}}, "position": {"x": 1274.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158292, "gate": "", "blockId": null, "orderNum": 4211, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112775, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1761.0}, "se": {"x": 1024.0, "y": 1771.0}, "sw": {"x": 1034.0, "y": 1761.0}, "nw": {"x": 1034.0, "y": 1771.0}}, "position": {"x": 1029.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158278, "gate": "", "blockId": null, "orderNum": 2988, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112776, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1761.0}, "se": {"x": 1038.0, "y": 1771.0}, "sw": {"x": 1048.0, "y": 1761.0}, "nw": {"x": 1048.0, "y": 1771.0}}, "position": {"x": 1043.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158279, "gate": "", "blockId": null, "orderNum": 3068, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112777, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1761.0}, "se": {"x": 1052.0, "y": 1771.0}, "sw": {"x": 1062.0, "y": 1761.0}, "nw": {"x": 1062.0, "y": 1771.0}}, "position": {"x": 1057.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158280, "gate": "", "blockId": null, "orderNum": 3148, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112778, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1761.0}, "se": {"x": 1066.0, "y": 1771.0}, "sw": {"x": 1076.0, "y": 1761.0}, "nw": {"x": 1076.0, "y": 1771.0}}, "position": {"x": 1071.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158281, "gate": "", "blockId": null, "orderNum": 3203, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112779, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1761.0}, "se": {"x": 1080.0, "y": 1771.0}, "sw": {"x": 1090.0, "y": 1761.0}, "nw": {"x": 1090.0, "y": 1771.0}}, "position": {"x": 1085.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158282, "gate": "", "blockId": null, "orderNum": 3252, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112780, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1761.0}, "se": {"x": 1094.0, "y": 1771.0}, "sw": {"x": 1104.0, "y": 1761.0}, "nw": {"x": 1104.0, "y": 1771.0}}, "position": {"x": 1099.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158283, "gate": "", "blockId": null, "orderNum": 3301, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112781, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1761.0}, "se": {"x": 1108.0, "y": 1771.0}, "sw": {"x": 1118.0, "y": 1761.0}, "nw": {"x": 1118.0, "y": 1771.0}}, "position": {"x": 1113.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158284, "gate": "", "blockId": null, "orderNum": 3350, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112782, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1761.0}, "se": {"x": 1122.0, "y": 1771.0}, "sw": {"x": 1132.0, "y": 1761.0}, "nw": {"x": 1132.0, "y": 1771.0}}, "position": {"x": 1127.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158285, "gate": "", "blockId": null, "orderNum": 3399, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112783, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1761.0}, "se": {"x": 1136.0, "y": 1771.0}, "sw": {"x": 1146.0, "y": 1761.0}, "nw": {"x": 1146.0, "y": 1771.0}}, "position": {"x": 1141.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158286, "gate": "", "blockId": null, "orderNum": 3448, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112784, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1761.0}, "se": {"x": 1150.0, "y": 1771.0}, "sw": {"x": 1160.0, "y": 1761.0}, "nw": {"x": 1160.0, "y": 1771.0}}, "position": {"x": 1155.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158287, "gate": "", "blockId": null, "orderNum": 3497, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112785, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1761.0}, "se": {"x": 1164.0, "y": 1771.0}, "sw": {"x": 1174.0, "y": 1761.0}, "nw": {"x": 1174.0, "y": 1771.0}}, "position": {"x": 1169.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158288, "gate": "", "blockId": null, "orderNum": 3546, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112786, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1761.0}, "se": {"x": 1227.0, "y": 1771.0}, "sw": {"x": 1237.0, "y": 1761.0}, "nw": {"x": 1237.0, "y": 1771.0}}, "position": {"x": 1232.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158289, "gate": "", "blockId": null, "orderNum": 3946, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112787, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1761.0}, "se": {"x": 1241.0, "y": 1771.0}, "sw": {"x": 1251.0, "y": 1761.0}, "nw": {"x": 1251.0, "y": 1771.0}}, "position": {"x": 1246.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158290, "gate": "", "blockId": null, "orderNum": 4034, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112788, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1761.0}, "se": {"x": 1255.0, "y": 1771.0}, "sw": {"x": 1265.0, "y": 1761.0}, "nw": {"x": 1265.0, "y": 1771.0}}, "position": {"x": 1260.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158291, "gate": "", "blockId": null, "orderNum": 4122, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112789, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1761.0}, "se": {"x": 1269.0, "y": 1771.0}, "sw": {"x": 1279.0, "y": 1761.0}, "nw": {"x": 1279.0, "y": 1771.0}}, "position": {"x": 1274.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158292, "gate": "", "blockId": null, "orderNum": 4210, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}], "6:4": [{"logicalSeatId": 1537115763, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 1189.0}, "se": {"x": 1535.0, "y": 1199.0}, "sw": {"x": 1545.0, "y": 1189.0}, "nw": {"x": 1545.0, "y": 1199.0}}, "position": {"x": 1540.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115764, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 1189.0}, "se": {"x": 1549.0, "y": 1199.0}, "sw": {"x": 1559.0, "y": 1189.0}, "nw": {"x": 1559.0, "y": 1199.0}}, "position": {"x": 1554.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115765, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 1189.0}, "se": {"x": 1563.0, "y": 1199.0}, "sw": {"x": 1573.0, "y": 1189.0}, "nw": {"x": 1573.0, "y": 1199.0}}, "position": {"x": 1568.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115766, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 1189.0}, "se": {"x": 1577.0, "y": 1199.0}, "sw": {"x": 1587.0, "y": 1189.0}, "nw": {"x": 1587.0, "y": 1199.0}}, "position": {"x": 1582.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115767, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 1189.0}, "se": {"x": 1591.0, "y": 1199.0}, "sw": {"x": 1601.0, "y": 1189.0}, "nw": {"x": 1601.0, "y": 1199.0}}, "position": {"x": 1596.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115773, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 1203.0}, "se": {"x": 1535.0, "y": 1213.0}, "sw": {"x": 1545.0, "y": 1203.0}, "nw": {"x": 1545.0, "y": 1213.0}}, "position": {"x": 1540.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115774, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 1203.0}, "se": {"x": 1549.0, "y": 1213.0}, "sw": {"x": 1559.0, "y": 1203.0}, "nw": {"x": 1559.0, "y": 1213.0}}, "position": {"x": 1554.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115775, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 1203.0}, "se": {"x": 1563.0, "y": 1213.0}, "sw": {"x": 1573.0, "y": 1203.0}, "nw": {"x": 1573.0, "y": 1213.0}}, "position": {"x": 1568.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115776, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 1203.0}, "se": {"x": 1577.0, "y": 1213.0}, "sw": {"x": 1587.0, "y": 1203.0}, "nw": {"x": 1587.0, "y": 1213.0}}, "position": {"x": 1582.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115777, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 1203.0}, "se": {"x": 1591.0, "y": 1213.0}, "sw": {"x": 1601.0, "y": 1203.0}, "nw": {"x": 1601.0, "y": 1213.0}}, "position": {"x": 1596.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115783, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 1217.0}, "se": {"x": 1535.0, "y": 1227.0}, "sw": {"x": 1545.0, "y": 1217.0}, "nw": {"x": 1545.0, "y": 1227.0}}, "position": {"x": 1540.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115784, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 1217.0}, "se": {"x": 1549.0, "y": 1227.0}, "sw": {"x": 1559.0, "y": 1217.0}, "nw": {"x": 1559.0, "y": 1227.0}}, "position": {"x": 1554.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115785, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 1217.0}, "se": {"x": 1563.0, "y": 1227.0}, "sw": {"x": 1573.0, "y": 1217.0}, "nw": {"x": 1573.0, "y": 1227.0}}, "position": {"x": 1568.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115786, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 1217.0}, "se": {"x": 1577.0, "y": 1227.0}, "sw": {"x": 1587.0, "y": 1217.0}, "nw": {"x": 1587.0, "y": 1227.0}}, "position": {"x": 1582.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115787, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 1217.0}, "se": {"x": 1591.0, "y": 1227.0}, "sw": {"x": 1601.0, "y": 1217.0}, "nw": {"x": 1601.0, "y": 1227.0}}, "position": {"x": 1596.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115793, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 1231.0}, "se": {"x": 1535.0, "y": 1241.0}, "sw": {"x": 1545.0, "y": 1231.0}, "nw": {"x": 1545.0, "y": 1241.0}}, "position": {"x": 1540.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115794, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 1231.0}, "se": {"x": 1549.0, "y": 1241.0}, "sw": {"x": 1559.0, "y": 1231.0}, "nw": {"x": 1559.0, "y": 1241.0}}, "position": {"x": 1554.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115795, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 1231.0}, "se": {"x": 1563.0, "y": 1241.0}, "sw": {"x": 1573.0, "y": 1231.0}, "nw": {"x": 1573.0, "y": 1241.0}}, "position": {"x": 1568.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115796, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 1231.0}, "se": {"x": 1577.0, "y": 1241.0}, "sw": {"x": 1587.0, "y": 1231.0}, "nw": {"x": 1587.0, "y": 1241.0}}, "position": {"x": 1582.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115797, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 1231.0}, "se": {"x": 1591.0, "y": 1241.0}, "sw": {"x": 1601.0, "y": 1231.0}, "nw": {"x": 1601.0, "y": 1241.0}}, "position": {"x": 1596.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115803, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 1245.0}, "se": {"x": 1535.0, "y": 1255.0}, "sw": {"x": 1545.0, "y": 1245.0}, "nw": {"x": 1545.0, "y": 1255.0}}, "position": {"x": 1540.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115804, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 1245.0}, "se": {"x": 1549.0, "y": 1255.0}, "sw": {"x": 1559.0, "y": 1245.0}, "nw": {"x": 1559.0, "y": 1255.0}}, "position": {"x": 1554.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115805, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 1245.0}, "se": {"x": 1563.0, "y": 1255.0}, "sw": {"x": 1573.0, "y": 1245.0}, "nw": {"x": 1573.0, "y": 1255.0}}, "position": {"x": 1568.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115806, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 1245.0}, "se": {"x": 1577.0, "y": 1255.0}, "sw": {"x": 1587.0, "y": 1245.0}, "nw": {"x": 1587.0, "y": 1255.0}}, "position": {"x": 1582.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115807, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 1245.0}, "se": {"x": 1591.0, "y": 1255.0}, "sw": {"x": 1601.0, "y": 1245.0}, "nw": {"x": 1601.0, "y": 1255.0}}, "position": {"x": 1596.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115813, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 1259.0}, "se": {"x": 1535.0, "y": 1269.0}, "sw": {"x": 1545.0, "y": 1259.0}, "nw": {"x": 1545.0, "y": 1269.0}}, "position": {"x": 1540.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115814, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 1259.0}, "se": {"x": 1549.0, "y": 1269.0}, "sw": {"x": 1559.0, "y": 1259.0}, "nw": {"x": 1559.0, "y": 1269.0}}, "position": {"x": 1554.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115815, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 1259.0}, "se": {"x": 1563.0, "y": 1269.0}, "sw": {"x": 1573.0, "y": 1259.0}, "nw": {"x": 1573.0, "y": 1269.0}}, "position": {"x": 1568.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115816, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 1259.0}, "se": {"x": 1577.0, "y": 1269.0}, "sw": {"x": 1587.0, "y": 1259.0}, "nw": {"x": 1587.0, "y": 1269.0}}, "position": {"x": 1582.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115817, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 1259.0}, "se": {"x": 1591.0, "y": 1269.0}, "sw": {"x": 1601.0, "y": 1259.0}, "nw": {"x": 1601.0, "y": 1269.0}}, "position": {"x": 1596.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115823, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 1273.0}, "se": {"x": 1535.0, "y": 1283.0}, "sw": {"x": 1545.0, "y": 1273.0}, "nw": {"x": 1545.0, "y": 1283.0}}, "position": {"x": 1540.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115824, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 1273.0}, "se": {"x": 1549.0, "y": 1283.0}, "sw": {"x": 1559.0, "y": 1273.0}, "nw": {"x": 1559.0, "y": 1283.0}}, "position": {"x": 1554.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115825, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 1273.0}, "se": {"x": 1563.0, "y": 1283.0}, "sw": {"x": 1573.0, "y": 1273.0}, "nw": {"x": 1573.0, "y": 1283.0}}, "position": {"x": 1568.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115826, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 1273.0}, "se": {"x": 1577.0, "y": 1283.0}, "sw": {"x": 1587.0, "y": 1273.0}, "nw": {"x": 1587.0, "y": 1283.0}}, "position": {"x": 1582.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115827, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 1273.0}, "se": {"x": 1591.0, "y": 1283.0}, "sw": {"x": 1601.0, "y": 1273.0}, "nw": {"x": 1601.0, "y": 1283.0}}, "position": {"x": 1596.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}], "5:6": [{"logicalSeatId": 1537112676, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1719.0}, "se": {"x": 1283.0, "y": 1729.0}, "sw": {"x": 1293.0, "y": 1719.0}, "nw": {"x": 1293.0, "y": 1729.0}}, "position": {"x": 1288.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158293, "gate": "", "blockId": null, "orderNum": 4301, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112677, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1719.0}, "se": {"x": 1297.0, "y": 1729.0}, "sw": {"x": 1307.0, "y": 1719.0}, "nw": {"x": 1307.0, "y": 1729.0}}, "position": {"x": 1302.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158294, "gate": "", "blockId": null, "orderNum": 4413, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112678, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1719.0}, "se": {"x": 1311.0, "y": 1729.0}, "sw": {"x": 1321.0, "y": 1719.0}, "nw": {"x": 1321.0, "y": 1729.0}}, "position": {"x": 1316.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158295, "gate": "", "blockId": null, "orderNum": 4525, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112679, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1719.0}, "se": {"x": 1325.0, "y": 1729.0}, "sw": {"x": 1335.0, "y": 1719.0}, "nw": {"x": 1335.0, "y": 1729.0}}, "position": {"x": 1330.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158296, "gate": "", "blockId": null, "orderNum": 4643, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112680, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1719.0}, "se": {"x": 1339.0, "y": 1729.0}, "sw": {"x": 1349.0, "y": 1719.0}, "nw": {"x": 1349.0, "y": 1729.0}}, "position": {"x": 1344.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158297, "gate": "", "blockId": null, "orderNum": 4761, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112681, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1719.0}, "se": {"x": 1353.0, "y": 1729.0}, "sw": {"x": 1363.0, "y": 1719.0}, "nw": {"x": 1363.0, "y": 1729.0}}, "position": {"x": 1358.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158298, "gate": "", "blockId": null, "orderNum": 4929, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112682, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1719.0}, "se": {"x": 1367.0, "y": 1729.0}, "sw": {"x": 1377.0, "y": 1719.0}, "nw": {"x": 1377.0, "y": 1729.0}}, "position": {"x": 1372.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158299, "gate": "", "blockId": null, "orderNum": 5097, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112683, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1719.0}, "se": {"x": 1381.0, "y": 1729.0}, "sw": {"x": 1391.0, "y": 1719.0}, "nw": {"x": 1391.0, "y": 1729.0}}, "position": {"x": 1386.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158300, "gate": "", "blockId": null, "orderNum": 5265, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112684, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1719.0}, "se": {"x": 1395.0, "y": 1729.0}, "sw": {"x": 1405.0, "y": 1719.0}, "nw": {"x": 1405.0, "y": 1729.0}}, "position": {"x": 1400.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158301, "gate": "", "blockId": null, "orderNum": 5433, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112685, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1719.0}, "se": {"x": 1409.0, "y": 1729.0}, "sw": {"x": 1419.0, "y": 1719.0}, "nw": {"x": 1419.0, "y": 1729.0}}, "position": {"x": 1414.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158302, "gate": "", "blockId": null, "orderNum": 5601, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112686, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1719.0}, "se": {"x": 1423.0, "y": 1729.0}, "sw": {"x": 1433.0, "y": 1719.0}, "nw": {"x": 1433.0, "y": 1729.0}}, "position": {"x": 1428.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158303, "gate": "", "blockId": null, "orderNum": 5791, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112687, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1719.0}, "se": {"x": 1437.0, "y": 1729.0}, "sw": {"x": 1447.0, "y": 1719.0}, "nw": {"x": 1447.0, "y": 1729.0}}, "position": {"x": 1442.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158304, "gate": "", "blockId": null, "orderNum": 5981, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112688, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1719.0}, "se": {"x": 1451.0, "y": 1729.0}, "sw": {"x": 1461.0, "y": 1719.0}, "nw": {"x": 1461.0, "y": 1729.0}}, "position": {"x": 1456.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158305, "gate": "", "blockId": null, "orderNum": 6171, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112689, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1719.0}, "se": {"x": 1465.0, "y": 1729.0}, "sw": {"x": 1475.0, "y": 1719.0}, "nw": {"x": 1475.0, "y": 1729.0}}, "position": {"x": 1470.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158306, "gate": "", "blockId": null, "orderNum": 6361, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112690, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1719.0}, "se": {"x": 1479.0, "y": 1729.0}, "sw": {"x": 1489.0, "y": 1719.0}, "nw": {"x": 1489.0, "y": 1729.0}}, "position": {"x": 1484.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158307, "gate": "", "blockId": null, "orderNum": 6551, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112714, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1733.0}, "se": {"x": 1283.0, "y": 1743.0}, "sw": {"x": 1293.0, "y": 1733.0}, "nw": {"x": 1293.0, "y": 1743.0}}, "position": {"x": 1288.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158293, "gate": "", "blockId": null, "orderNum": 4300, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112715, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1733.0}, "se": {"x": 1297.0, "y": 1743.0}, "sw": {"x": 1307.0, "y": 1733.0}, "nw": {"x": 1307.0, "y": 1743.0}}, "position": {"x": 1302.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158294, "gate": "", "blockId": null, "orderNum": 4412, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112716, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1733.0}, "se": {"x": 1311.0, "y": 1743.0}, "sw": {"x": 1321.0, "y": 1733.0}, "nw": {"x": 1321.0, "y": 1743.0}}, "position": {"x": 1316.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158295, "gate": "", "blockId": null, "orderNum": 4524, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112717, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1733.0}, "se": {"x": 1325.0, "y": 1743.0}, "sw": {"x": 1335.0, "y": 1733.0}, "nw": {"x": 1335.0, "y": 1743.0}}, "position": {"x": 1330.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158296, "gate": "", "blockId": null, "orderNum": 4642, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112718, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1733.0}, "se": {"x": 1339.0, "y": 1743.0}, "sw": {"x": 1349.0, "y": 1733.0}, "nw": {"x": 1349.0, "y": 1743.0}}, "position": {"x": 1344.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158297, "gate": "", "blockId": null, "orderNum": 4760, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112719, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1733.0}, "se": {"x": 1353.0, "y": 1743.0}, "sw": {"x": 1363.0, "y": 1733.0}, "nw": {"x": 1363.0, "y": 1743.0}}, "position": {"x": 1358.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158298, "gate": "", "blockId": null, "orderNum": 4928, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112720, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1733.0}, "se": {"x": 1367.0, "y": 1743.0}, "sw": {"x": 1377.0, "y": 1733.0}, "nw": {"x": 1377.0, "y": 1743.0}}, "position": {"x": 1372.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158299, "gate": "", "blockId": null, "orderNum": 5096, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112721, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1733.0}, "se": {"x": 1381.0, "y": 1743.0}, "sw": {"x": 1391.0, "y": 1733.0}, "nw": {"x": 1391.0, "y": 1743.0}}, "position": {"x": 1386.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158300, "gate": "", "blockId": null, "orderNum": 5264, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112722, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1733.0}, "se": {"x": 1395.0, "y": 1743.0}, "sw": {"x": 1405.0, "y": 1733.0}, "nw": {"x": 1405.0, "y": 1743.0}}, "position": {"x": 1400.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158301, "gate": "", "blockId": null, "orderNum": 5432, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112723, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1733.0}, "se": {"x": 1409.0, "y": 1743.0}, "sw": {"x": 1419.0, "y": 1733.0}, "nw": {"x": 1419.0, "y": 1743.0}}, "position": {"x": 1414.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158302, "gate": "", "blockId": null, "orderNum": 5600, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112724, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1733.0}, "se": {"x": 1423.0, "y": 1743.0}, "sw": {"x": 1433.0, "y": 1733.0}, "nw": {"x": 1433.0, "y": 1743.0}}, "position": {"x": 1428.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158303, "gate": "", "blockId": null, "orderNum": 5790, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112725, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1733.0}, "se": {"x": 1437.0, "y": 1743.0}, "sw": {"x": 1447.0, "y": 1733.0}, "nw": {"x": 1447.0, "y": 1743.0}}, "position": {"x": 1442.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158304, "gate": "", "blockId": null, "orderNum": 5980, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112726, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1733.0}, "se": {"x": 1451.0, "y": 1743.0}, "sw": {"x": 1461.0, "y": 1733.0}, "nw": {"x": 1461.0, "y": 1743.0}}, "position": {"x": 1456.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158305, "gate": "", "blockId": null, "orderNum": 6170, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112727, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1733.0}, "se": {"x": 1465.0, "y": 1743.0}, "sw": {"x": 1475.0, "y": 1733.0}, "nw": {"x": 1475.0, "y": 1743.0}}, "position": {"x": 1470.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158306, "gate": "", "blockId": null, "orderNum": 6360, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112728, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1733.0}, "se": {"x": 1479.0, "y": 1743.0}, "sw": {"x": 1489.0, "y": 1733.0}, "nw": {"x": 1489.0, "y": 1743.0}}, "position": {"x": 1484.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158307, "gate": "", "blockId": null, "orderNum": 6550, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112752, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1747.0}, "se": {"x": 1283.0, "y": 1757.0}, "sw": {"x": 1293.0, "y": 1747.0}, "nw": {"x": 1293.0, "y": 1757.0}}, "position": {"x": 1288.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158293, "gate": "", "blockId": null, "orderNum": 4299, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112753, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1747.0}, "se": {"x": 1297.0, "y": 1757.0}, "sw": {"x": 1307.0, "y": 1747.0}, "nw": {"x": 1307.0, "y": 1757.0}}, "position": {"x": 1302.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158294, "gate": "", "blockId": null, "orderNum": 4411, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112754, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1747.0}, "se": {"x": 1311.0, "y": 1757.0}, "sw": {"x": 1321.0, "y": 1747.0}, "nw": {"x": 1321.0, "y": 1757.0}}, "position": {"x": 1316.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158295, "gate": "", "blockId": null, "orderNum": 4523, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112755, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1747.0}, "se": {"x": 1325.0, "y": 1757.0}, "sw": {"x": 1335.0, "y": 1747.0}, "nw": {"x": 1335.0, "y": 1757.0}}, "position": {"x": 1330.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158296, "gate": "", "blockId": null, "orderNum": 4641, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112756, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1747.0}, "se": {"x": 1339.0, "y": 1757.0}, "sw": {"x": 1349.0, "y": 1747.0}, "nw": {"x": 1349.0, "y": 1757.0}}, "position": {"x": 1344.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158297, "gate": "", "blockId": null, "orderNum": 4759, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112757, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1747.0}, "se": {"x": 1353.0, "y": 1757.0}, "sw": {"x": 1363.0, "y": 1747.0}, "nw": {"x": 1363.0, "y": 1757.0}}, "position": {"x": 1358.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158298, "gate": "", "blockId": null, "orderNum": 4927, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112758, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1747.0}, "se": {"x": 1367.0, "y": 1757.0}, "sw": {"x": 1377.0, "y": 1747.0}, "nw": {"x": 1377.0, "y": 1757.0}}, "position": {"x": 1372.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158299, "gate": "", "blockId": null, "orderNum": 5095, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112759, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1747.0}, "se": {"x": 1381.0, "y": 1757.0}, "sw": {"x": 1391.0, "y": 1747.0}, "nw": {"x": 1391.0, "y": 1757.0}}, "position": {"x": 1386.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158300, "gate": "", "blockId": null, "orderNum": 5263, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112760, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1747.0}, "se": {"x": 1395.0, "y": 1757.0}, "sw": {"x": 1405.0, "y": 1747.0}, "nw": {"x": 1405.0, "y": 1757.0}}, "position": {"x": 1400.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158301, "gate": "", "blockId": null, "orderNum": 5431, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112761, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1747.0}, "se": {"x": 1409.0, "y": 1757.0}, "sw": {"x": 1419.0, "y": 1747.0}, "nw": {"x": 1419.0, "y": 1757.0}}, "position": {"x": 1414.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158302, "gate": "", "blockId": null, "orderNum": 5599, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112762, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1747.0}, "se": {"x": 1423.0, "y": 1757.0}, "sw": {"x": 1433.0, "y": 1747.0}, "nw": {"x": 1433.0, "y": 1757.0}}, "position": {"x": 1428.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158303, "gate": "", "blockId": null, "orderNum": 5789, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112763, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1747.0}, "se": {"x": 1437.0, "y": 1757.0}, "sw": {"x": 1447.0, "y": 1747.0}, "nw": {"x": 1447.0, "y": 1757.0}}, "position": {"x": 1442.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158304, "gate": "", "blockId": null, "orderNum": 5979, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112764, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1747.0}, "se": {"x": 1451.0, "y": 1757.0}, "sw": {"x": 1461.0, "y": 1747.0}, "nw": {"x": 1461.0, "y": 1757.0}}, "position": {"x": 1456.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158305, "gate": "", "blockId": null, "orderNum": 6169, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112765, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1747.0}, "se": {"x": 1465.0, "y": 1757.0}, "sw": {"x": 1475.0, "y": 1747.0}, "nw": {"x": 1475.0, "y": 1757.0}}, "position": {"x": 1470.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158306, "gate": "", "blockId": null, "orderNum": 6359, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112766, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1747.0}, "se": {"x": 1479.0, "y": 1757.0}, "sw": {"x": 1489.0, "y": 1747.0}, "nw": {"x": 1489.0, "y": 1757.0}}, "position": {"x": 1484.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158307, "gate": "", "blockId": null, "orderNum": 6549, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112790, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1761.0}, "se": {"x": 1283.0, "y": 1771.0}, "sw": {"x": 1293.0, "y": 1761.0}, "nw": {"x": 1293.0, "y": 1771.0}}, "position": {"x": 1288.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158293, "gate": "", "blockId": null, "orderNum": 4298, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112791, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1761.0}, "se": {"x": 1297.0, "y": 1771.0}, "sw": {"x": 1307.0, "y": 1761.0}, "nw": {"x": 1307.0, "y": 1771.0}}, "position": {"x": 1302.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158294, "gate": "", "blockId": null, "orderNum": 4410, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112792, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1761.0}, "se": {"x": 1311.0, "y": 1771.0}, "sw": {"x": 1321.0, "y": 1761.0}, "nw": {"x": 1321.0, "y": 1771.0}}, "position": {"x": 1316.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158295, "gate": "", "blockId": null, "orderNum": 4522, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112793, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1761.0}, "se": {"x": 1325.0, "y": 1771.0}, "sw": {"x": 1335.0, "y": 1761.0}, "nw": {"x": 1335.0, "y": 1771.0}}, "position": {"x": 1330.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158296, "gate": "", "blockId": null, "orderNum": 4640, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112794, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1761.0}, "se": {"x": 1339.0, "y": 1771.0}, "sw": {"x": 1349.0, "y": 1761.0}, "nw": {"x": 1349.0, "y": 1771.0}}, "position": {"x": 1344.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158297, "gate": "", "blockId": null, "orderNum": 4758, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112795, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1761.0}, "se": {"x": 1353.0, "y": 1771.0}, "sw": {"x": 1363.0, "y": 1761.0}, "nw": {"x": 1363.0, "y": 1771.0}}, "position": {"x": 1358.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158298, "gate": "", "blockId": null, "orderNum": 4926, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112796, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1761.0}, "se": {"x": 1367.0, "y": 1771.0}, "sw": {"x": 1377.0, "y": 1761.0}, "nw": {"x": 1377.0, "y": 1771.0}}, "position": {"x": 1372.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158299, "gate": "", "blockId": null, "orderNum": 5094, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112797, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1761.0}, "se": {"x": 1381.0, "y": 1771.0}, "sw": {"x": 1391.0, "y": 1761.0}, "nw": {"x": 1391.0, "y": 1771.0}}, "position": {"x": 1386.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158300, "gate": "", "blockId": null, "orderNum": 5262, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112798, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1761.0}, "se": {"x": 1395.0, "y": 1771.0}, "sw": {"x": 1405.0, "y": 1761.0}, "nw": {"x": 1405.0, "y": 1771.0}}, "position": {"x": 1400.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158301, "gate": "", "blockId": null, "orderNum": 5430, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112799, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1761.0}, "se": {"x": 1409.0, "y": 1771.0}, "sw": {"x": 1419.0, "y": 1761.0}, "nw": {"x": 1419.0, "y": 1771.0}}, "position": {"x": 1414.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158302, "gate": "", "blockId": null, "orderNum": 5598, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112800, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1761.0}, "se": {"x": 1423.0, "y": 1771.0}, "sw": {"x": 1433.0, "y": 1761.0}, "nw": {"x": 1433.0, "y": 1771.0}}, "position": {"x": 1428.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158303, "gate": "", "blockId": null, "orderNum": 5788, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112801, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1761.0}, "se": {"x": 1437.0, "y": 1771.0}, "sw": {"x": 1447.0, "y": 1761.0}, "nw": {"x": 1447.0, "y": 1771.0}}, "position": {"x": 1442.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158304, "gate": "", "blockId": null, "orderNum": 5978, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112802, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1761.0}, "se": {"x": 1451.0, "y": 1771.0}, "sw": {"x": 1461.0, "y": 1761.0}, "nw": {"x": 1461.0, "y": 1771.0}}, "position": {"x": 1456.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158305, "gate": "", "blockId": null, "orderNum": 6168, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112803, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1761.0}, "se": {"x": 1465.0, "y": 1771.0}, "sw": {"x": 1475.0, "y": 1761.0}, "nw": {"x": 1475.0, "y": 1771.0}}, "position": {"x": 1470.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158306, "gate": "", "blockId": null, "orderNum": 6358, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112804, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1761.0}, "se": {"x": 1479.0, "y": 1771.0}, "sw": {"x": 1489.0, "y": 1761.0}, "nw": {"x": 1489.0, "y": 1771.0}}, "position": {"x": 1484.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158307, "gate": "", "blockId": null, "orderNum": 6548, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}], "7:4": [{"logicalSeatId": 1537111421, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1088.0}, "se": {"x": 1814.0, "y": 1088.0}, "sw": {"x": 1804.0, "y": 1078.0}, "nw": {"x": 1814.0, "y": 1078.0}}, "position": {"x": 1809.0, "y": 1083.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7641, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111422, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1074.0}, "se": {"x": 1814.0, "y": 1074.0}, "sw": {"x": 1804.0, "y": 1064.0}, "nw": {"x": 1814.0, "y": 1064.0}}, "position": {"x": 1809.0, "y": 1069.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7642, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111423, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1060.0}, "se": {"x": 1814.0, "y": 1060.0}, "sw": {"x": 1804.0, "y": 1050.0}, "nw": {"x": 1814.0, "y": 1050.0}}, "position": {"x": 1809.0, "y": 1055.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7643, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111424, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1046.0}, "se": {"x": 1814.0, "y": 1046.0}, "sw": {"x": 1804.0, "y": 1036.0}, "nw": {"x": 1814.0, "y": 1036.0}}, "position": {"x": 1809.0, "y": 1041.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7644, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111425, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1032.0}, "se": {"x": 1814.0, "y": 1032.0}, "sw": {"x": 1804.0, "y": 1022.0}, "nw": {"x": 1814.0, "y": 1022.0}}, "position": {"x": 1809.0, "y": 1027.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7645, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111441, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1088.0}, "se": {"x": 1828.0, "y": 1088.0}, "sw": {"x": 1818.0, "y": 1078.0}, "nw": {"x": 1828.0, "y": 1078.0}}, "position": {"x": 1823.0, "y": 1083.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7728, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111442, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1074.0}, "se": {"x": 1828.0, "y": 1074.0}, "sw": {"x": 1818.0, "y": 1064.0}, "nw": {"x": 1828.0, "y": 1064.0}}, "position": {"x": 1823.0, "y": 1069.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7729, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111443, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1060.0}, "se": {"x": 1828.0, "y": 1060.0}, "sw": {"x": 1818.0, "y": 1050.0}, "nw": {"x": 1828.0, "y": 1050.0}}, "position": {"x": 1823.0, "y": 1055.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7730, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111444, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1046.0}, "se": {"x": 1828.0, "y": 1046.0}, "sw": {"x": 1818.0, "y": 1036.0}, "nw": {"x": 1828.0, "y": 1036.0}}, "position": {"x": 1823.0, "y": 1041.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7731, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111445, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1032.0}, "se": {"x": 1828.0, "y": 1032.0}, "sw": {"x": 1818.0, "y": 1022.0}, "nw": {"x": 1828.0, "y": 1022.0}}, "position": {"x": 1823.0, "y": 1027.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7732, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111461, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1088.0}, "se": {"x": 1842.0, "y": 1088.0}, "sw": {"x": 1832.0, "y": 1078.0}, "nw": {"x": 1842.0, "y": 1078.0}}, "position": {"x": 1837.0, "y": 1083.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7815, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111462, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1074.0}, "se": {"x": 1842.0, "y": 1074.0}, "sw": {"x": 1832.0, "y": 1064.0}, "nw": {"x": 1842.0, "y": 1064.0}}, "position": {"x": 1837.0, "y": 1069.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7816, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111463, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1060.0}, "se": {"x": 1842.0, "y": 1060.0}, "sw": {"x": 1832.0, "y": 1050.0}, "nw": {"x": 1842.0, "y": 1050.0}}, "position": {"x": 1837.0, "y": 1055.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7817, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111464, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1046.0}, "se": {"x": 1842.0, "y": 1046.0}, "sw": {"x": 1832.0, "y": 1036.0}, "nw": {"x": 1842.0, "y": 1036.0}}, "position": {"x": 1837.0, "y": 1041.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7818, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111465, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1032.0}, "se": {"x": 1842.0, "y": 1032.0}, "sw": {"x": 1832.0, "y": 1022.0}, "nw": {"x": 1842.0, "y": 1022.0}}, "position": {"x": 1837.0, "y": 1027.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7819, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111481, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1088.0}, "se": {"x": 1856.0, "y": 1088.0}, "sw": {"x": 1846.0, "y": 1078.0}, "nw": {"x": 1856.0, "y": 1078.0}}, "position": {"x": 1851.0, "y": 1083.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7902, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111482, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1074.0}, "se": {"x": 1856.0, "y": 1074.0}, "sw": {"x": 1846.0, "y": 1064.0}, "nw": {"x": 1856.0, "y": 1064.0}}, "position": {"x": 1851.0, "y": 1069.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7903, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111483, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1060.0}, "se": {"x": 1856.0, "y": 1060.0}, "sw": {"x": 1846.0, "y": 1050.0}, "nw": {"x": 1856.0, "y": 1050.0}}, "position": {"x": 1851.0, "y": 1055.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7904, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111484, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1046.0}, "se": {"x": 1856.0, "y": 1046.0}, "sw": {"x": 1846.0, "y": 1036.0}, "nw": {"x": 1856.0, "y": 1036.0}}, "position": {"x": 1851.0, "y": 1041.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7905, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537111485, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1032.0}, "se": {"x": 1856.0, "y": 1032.0}, "sw": {"x": 1846.0, "y": 1022.0}, "nw": {"x": 1856.0, "y": 1022.0}}, "position": {"x": 1851.0, "y": 1027.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7906, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}], "4:7": [{"logicalSeatId": 1537112837, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1803.0}, "se": {"x": 1024.0, "y": 1813.0}, "sw": {"x": 1034.0, "y": 1803.0}, "nw": {"x": 1034.0, "y": 1813.0}}, "position": {"x": 1029.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2986, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112838, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1803.0}, "se": {"x": 1038.0, "y": 1813.0}, "sw": {"x": 1048.0, "y": 1803.0}, "nw": {"x": 1048.0, "y": 1813.0}}, "position": {"x": 1043.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3066, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112839, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1803.0}, "se": {"x": 1052.0, "y": 1813.0}, "sw": {"x": 1062.0, "y": 1803.0}, "nw": {"x": 1062.0, "y": 1813.0}}, "position": {"x": 1057.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3146, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112840, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1803.0}, "se": {"x": 1066.0, "y": 1813.0}, "sw": {"x": 1076.0, "y": 1803.0}, "nw": {"x": 1076.0, "y": 1813.0}}, "position": {"x": 1071.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3201, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112861, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1817.0}, "se": {"x": 1024.0, "y": 1827.0}, "sw": {"x": 1034.0, "y": 1817.0}, "nw": {"x": 1034.0, "y": 1827.0}}, "position": {"x": 1029.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2985, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112862, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1817.0}, "se": {"x": 1038.0, "y": 1827.0}, "sw": {"x": 1048.0, "y": 1817.0}, "nw": {"x": 1048.0, "y": 1827.0}}, "position": {"x": 1043.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3065, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112863, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1817.0}, "se": {"x": 1052.0, "y": 1827.0}, "sw": {"x": 1062.0, "y": 1817.0}, "nw": {"x": 1062.0, "y": 1827.0}}, "position": {"x": 1057.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3145, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112864, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1817.0}, "se": {"x": 1066.0, "y": 1827.0}, "sw": {"x": 1076.0, "y": 1817.0}, "nw": {"x": 1076.0, "y": 1827.0}}, "position": {"x": 1071.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3200, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112885, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1831.0}, "se": {"x": 1024.0, "y": 1841.0}, "sw": {"x": 1034.0, "y": 1831.0}, "nw": {"x": 1034.0, "y": 1841.0}}, "position": {"x": 1029.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2984, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112886, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1831.0}, "se": {"x": 1038.0, "y": 1841.0}, "sw": {"x": 1048.0, "y": 1831.0}, "nw": {"x": 1048.0, "y": 1841.0}}, "position": {"x": 1043.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3064, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112887, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1831.0}, "se": {"x": 1052.0, "y": 1841.0}, "sw": {"x": 1062.0, "y": 1831.0}, "nw": {"x": 1062.0, "y": 1841.0}}, "position": {"x": 1057.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3144, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112888, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1831.0}, "se": {"x": 1066.0, "y": 1841.0}, "sw": {"x": 1076.0, "y": 1831.0}, "nw": {"x": 1076.0, "y": 1841.0}}, "position": {"x": 1071.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3199, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112909, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1845.0}, "se": {"x": 1024.0, "y": 1855.0}, "sw": {"x": 1034.0, "y": 1845.0}, "nw": {"x": 1034.0, "y": 1855.0}}, "position": {"x": 1029.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2983, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112910, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1845.0}, "se": {"x": 1038.0, "y": 1855.0}, "sw": {"x": 1048.0, "y": 1845.0}, "nw": {"x": 1048.0, "y": 1855.0}}, "position": {"x": 1043.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3063, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112911, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1845.0}, "se": {"x": 1052.0, "y": 1855.0}, "sw": {"x": 1062.0, "y": 1845.0}, "nw": {"x": 1062.0, "y": 1855.0}}, "position": {"x": 1057.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3143, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112912, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1845.0}, "se": {"x": 1066.0, "y": 1855.0}, "sw": {"x": 1076.0, "y": 1845.0}, "nw": {"x": 1076.0, "y": 1855.0}}, "position": {"x": 1071.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3198, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112933, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1859.0}, "se": {"x": 1024.0, "y": 1869.0}, "sw": {"x": 1034.0, "y": 1859.0}, "nw": {"x": 1034.0, "y": 1869.0}}, "position": {"x": 1029.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2982, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112934, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1859.0}, "se": {"x": 1038.0, "y": 1869.0}, "sw": {"x": 1048.0, "y": 1859.0}, "nw": {"x": 1048.0, "y": 1869.0}}, "position": {"x": 1043.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3062, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112935, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1859.0}, "se": {"x": 1052.0, "y": 1869.0}, "sw": {"x": 1062.0, "y": 1859.0}, "nw": {"x": 1062.0, "y": 1869.0}}, "position": {"x": 1057.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3142, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112936, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1859.0}, "se": {"x": 1066.0, "y": 1869.0}, "sw": {"x": 1076.0, "y": 1859.0}, "nw": {"x": 1076.0, "y": 1869.0}}, "position": {"x": 1071.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3197, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112957, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1873.0}, "se": {"x": 1024.0, "y": 1883.0}, "sw": {"x": 1034.0, "y": 1873.0}, "nw": {"x": 1034.0, "y": 1883.0}}, "position": {"x": 1029.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2981, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112958, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1873.0}, "se": {"x": 1038.0, "y": 1883.0}, "sw": {"x": 1048.0, "y": 1873.0}, "nw": {"x": 1048.0, "y": 1883.0}}, "position": {"x": 1043.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3061, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112959, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1873.0}, "se": {"x": 1052.0, "y": 1883.0}, "sw": {"x": 1062.0, "y": 1873.0}, "nw": {"x": 1062.0, "y": 1883.0}}, "position": {"x": 1057.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3141, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112960, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1873.0}, "se": {"x": 1066.0, "y": 1883.0}, "sw": {"x": 1076.0, "y": 1873.0}, "nw": {"x": 1076.0, "y": 1883.0}}, "position": {"x": 1071.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3196, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112961, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1873.0}, "se": {"x": 1080.0, "y": 1883.0}, "sw": {"x": 1090.0, "y": 1873.0}, "nw": {"x": 1090.0, "y": 1883.0}}, "position": {"x": 1085.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158616, "gate": "", "blockId": null, "orderNum": 3251, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112962, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1873.0}, "se": {"x": 1094.0, "y": 1883.0}, "sw": {"x": 1104.0, "y": 1873.0}, "nw": {"x": 1104.0, "y": 1883.0}}, "position": {"x": 1099.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158617, "gate": "", "blockId": null, "orderNum": 3300, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112963, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1873.0}, "se": {"x": 1108.0, "y": 1883.0}, "sw": {"x": 1118.0, "y": 1873.0}, "nw": {"x": 1118.0, "y": 1883.0}}, "position": {"x": 1113.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158618, "gate": "", "blockId": null, "orderNum": 3349, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112964, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1873.0}, "se": {"x": 1122.0, "y": 1883.0}, "sw": {"x": 1132.0, "y": 1873.0}, "nw": {"x": 1132.0, "y": 1883.0}}, "position": {"x": 1127.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158619, "gate": "", "blockId": null, "orderNum": 3398, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112965, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1873.0}, "se": {"x": 1136.0, "y": 1883.0}, "sw": {"x": 1146.0, "y": 1873.0}, "nw": {"x": 1146.0, "y": 1883.0}}, "position": {"x": 1141.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158620, "gate": "", "blockId": null, "orderNum": 3447, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112966, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1873.0}, "se": {"x": 1150.0, "y": 1883.0}, "sw": {"x": 1160.0, "y": 1873.0}, "nw": {"x": 1160.0, "y": 1883.0}}, "position": {"x": 1155.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158621, "gate": "", "blockId": null, "orderNum": 3496, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112967, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1873.0}, "se": {"x": 1164.0, "y": 1883.0}, "sw": {"x": 1174.0, "y": 1873.0}, "nw": {"x": 1174.0, "y": 1883.0}}, "position": {"x": 1169.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158622, "gate": "", "blockId": null, "orderNum": 3545, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112968, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1873.0}, "se": {"x": 1227.0, "y": 1883.0}, "sw": {"x": 1237.0, "y": 1873.0}, "nw": {"x": 1237.0, "y": 1883.0}}, "position": {"x": 1232.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158623, "gate": "", "blockId": null, "orderNum": 3945, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112969, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1873.0}, "se": {"x": 1241.0, "y": 1883.0}, "sw": {"x": 1251.0, "y": 1873.0}, "nw": {"x": 1251.0, "y": 1883.0}}, "position": {"x": 1246.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158624, "gate": "", "blockId": null, "orderNum": 4033, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112970, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1873.0}, "se": {"x": 1255.0, "y": 1883.0}, "sw": {"x": 1265.0, "y": 1873.0}, "nw": {"x": 1265.0, "y": 1883.0}}, "position": {"x": 1260.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158625, "gate": "", "blockId": null, "orderNum": 4121, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112971, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1873.0}, "se": {"x": 1269.0, "y": 1883.0}, "sw": {"x": 1279.0, "y": 1873.0}, "nw": {"x": 1279.0, "y": 1883.0}}, "position": {"x": 1274.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158626, "gate": "", "blockId": null, "orderNum": 4209, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112995, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1887.0}, "se": {"x": 1024.0, "y": 1897.0}, "sw": {"x": 1034.0, "y": 1887.0}, "nw": {"x": 1034.0, "y": 1897.0}}, "position": {"x": 1029.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2980, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112996, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1887.0}, "se": {"x": 1038.0, "y": 1897.0}, "sw": {"x": 1048.0, "y": 1887.0}, "nw": {"x": 1048.0, "y": 1897.0}}, "position": {"x": 1043.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3060, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112997, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1887.0}, "se": {"x": 1052.0, "y": 1897.0}, "sw": {"x": 1062.0, "y": 1887.0}, "nw": {"x": 1062.0, "y": 1897.0}}, "position": {"x": 1057.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3140, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112998, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1887.0}, "se": {"x": 1066.0, "y": 1897.0}, "sw": {"x": 1076.0, "y": 1887.0}, "nw": {"x": 1076.0, "y": 1897.0}}, "position": {"x": 1071.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3195, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112999, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1887.0}, "se": {"x": 1080.0, "y": 1897.0}, "sw": {"x": 1090.0, "y": 1887.0}, "nw": {"x": 1090.0, "y": 1897.0}}, "position": {"x": 1085.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158616, "gate": "", "blockId": null, "orderNum": 3250, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113000, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1887.0}, "se": {"x": 1094.0, "y": 1897.0}, "sw": {"x": 1104.0, "y": 1887.0}, "nw": {"x": 1104.0, "y": 1897.0}}, "position": {"x": 1099.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158617, "gate": "", "blockId": null, "orderNum": 3299, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113001, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1887.0}, "se": {"x": 1108.0, "y": 1897.0}, "sw": {"x": 1118.0, "y": 1887.0}, "nw": {"x": 1118.0, "y": 1897.0}}, "position": {"x": 1113.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158618, "gate": "", "blockId": null, "orderNum": 3348, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113002, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1887.0}, "se": {"x": 1122.0, "y": 1897.0}, "sw": {"x": 1132.0, "y": 1887.0}, "nw": {"x": 1132.0, "y": 1897.0}}, "position": {"x": 1127.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158619, "gate": "", "blockId": null, "orderNum": 3397, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113003, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1887.0}, "se": {"x": 1136.0, "y": 1897.0}, "sw": {"x": 1146.0, "y": 1887.0}, "nw": {"x": 1146.0, "y": 1897.0}}, "position": {"x": 1141.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158620, "gate": "", "blockId": null, "orderNum": 3446, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113004, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1887.0}, "se": {"x": 1150.0, "y": 1897.0}, "sw": {"x": 1160.0, "y": 1887.0}, "nw": {"x": 1160.0, "y": 1897.0}}, "position": {"x": 1155.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158621, "gate": "", "blockId": null, "orderNum": 3495, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113005, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1887.0}, "se": {"x": 1164.0, "y": 1897.0}, "sw": {"x": 1174.0, "y": 1887.0}, "nw": {"x": 1174.0, "y": 1897.0}}, "position": {"x": 1169.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158622, "gate": "", "blockId": null, "orderNum": 3544, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113006, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1887.0}, "se": {"x": 1227.0, "y": 1897.0}, "sw": {"x": 1237.0, "y": 1887.0}, "nw": {"x": 1237.0, "y": 1897.0}}, "position": {"x": 1232.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158623, "gate": "", "blockId": null, "orderNum": 3944, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113007, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1887.0}, "se": {"x": 1241.0, "y": 1897.0}, "sw": {"x": 1251.0, "y": 1887.0}, "nw": {"x": 1251.0, "y": 1897.0}}, "position": {"x": 1246.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158624, "gate": "", "blockId": null, "orderNum": 4032, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113008, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1887.0}, "se": {"x": 1255.0, "y": 1897.0}, "sw": {"x": 1265.0, "y": 1887.0}, "nw": {"x": 1265.0, "y": 1897.0}}, "position": {"x": 1260.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158625, "gate": "", "blockId": null, "orderNum": 4120, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113009, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1887.0}, "se": {"x": 1269.0, "y": 1897.0}, "sw": {"x": 1279.0, "y": 1887.0}, "nw": {"x": 1279.0, "y": 1897.0}}, "position": {"x": 1274.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158626, "gate": "", "blockId": null, "orderNum": 4208, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113033, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1901.0}, "se": {"x": 1024.0, "y": 1911.0}, "sw": {"x": 1034.0, "y": 1901.0}, "nw": {"x": 1034.0, "y": 1911.0}}, "position": {"x": 1029.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2979, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113034, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1901.0}, "se": {"x": 1038.0, "y": 1911.0}, "sw": {"x": 1048.0, "y": 1901.0}, "nw": {"x": 1048.0, "y": 1911.0}}, "position": {"x": 1043.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3059, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113035, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1901.0}, "se": {"x": 1052.0, "y": 1911.0}, "sw": {"x": 1062.0, "y": 1901.0}, "nw": {"x": 1062.0, "y": 1911.0}}, "position": {"x": 1057.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3139, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113036, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1901.0}, "se": {"x": 1066.0, "y": 1911.0}, "sw": {"x": 1076.0, "y": 1901.0}, "nw": {"x": 1076.0, "y": 1911.0}}, "position": {"x": 1071.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3194, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113037, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1901.0}, "se": {"x": 1080.0, "y": 1911.0}, "sw": {"x": 1090.0, "y": 1901.0}, "nw": {"x": 1090.0, "y": 1911.0}}, "position": {"x": 1085.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158616, "gate": "", "blockId": null, "orderNum": 3249, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113038, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1901.0}, "se": {"x": 1094.0, "y": 1911.0}, "sw": {"x": 1104.0, "y": 1901.0}, "nw": {"x": 1104.0, "y": 1911.0}}, "position": {"x": 1099.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158617, "gate": "", "blockId": null, "orderNum": 3298, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113039, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1901.0}, "se": {"x": 1108.0, "y": 1911.0}, "sw": {"x": 1118.0, "y": 1901.0}, "nw": {"x": 1118.0, "y": 1911.0}}, "position": {"x": 1113.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158618, "gate": "", "blockId": null, "orderNum": 3347, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113040, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1901.0}, "se": {"x": 1122.0, "y": 1911.0}, "sw": {"x": 1132.0, "y": 1901.0}, "nw": {"x": 1132.0, "y": 1911.0}}, "position": {"x": 1127.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158619, "gate": "", "blockId": null, "orderNum": 3396, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113041, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1901.0}, "se": {"x": 1136.0, "y": 1911.0}, "sw": {"x": 1146.0, "y": 1901.0}, "nw": {"x": 1146.0, "y": 1911.0}}, "position": {"x": 1141.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158620, "gate": "", "blockId": null, "orderNum": 3445, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113042, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1901.0}, "se": {"x": 1150.0, "y": 1911.0}, "sw": {"x": 1160.0, "y": 1901.0}, "nw": {"x": 1160.0, "y": 1911.0}}, "position": {"x": 1155.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158621, "gate": "", "blockId": null, "orderNum": 3494, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113043, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1901.0}, "se": {"x": 1164.0, "y": 1911.0}, "sw": {"x": 1174.0, "y": 1901.0}, "nw": {"x": 1174.0, "y": 1911.0}}, "position": {"x": 1169.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158622, "gate": "", "blockId": null, "orderNum": 3543, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113044, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1901.0}, "se": {"x": 1227.0, "y": 1911.0}, "sw": {"x": 1237.0, "y": 1901.0}, "nw": {"x": 1237.0, "y": 1911.0}}, "position": {"x": 1232.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158623, "gate": "", "blockId": null, "orderNum": 3943, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113045, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1901.0}, "se": {"x": 1241.0, "y": 1911.0}, "sw": {"x": 1251.0, "y": 1901.0}, "nw": {"x": 1251.0, "y": 1911.0}}, "position": {"x": 1246.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158624, "gate": "", "blockId": null, "orderNum": 4031, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113046, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1901.0}, "se": {"x": 1255.0, "y": 1911.0}, "sw": {"x": 1265.0, "y": 1901.0}, "nw": {"x": 1265.0, "y": 1911.0}}, "position": {"x": 1260.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158625, "gate": "", "blockId": null, "orderNum": 4119, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113047, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1901.0}, "se": {"x": 1269.0, "y": 1911.0}, "sw": {"x": 1279.0, "y": 1901.0}, "nw": {"x": 1279.0, "y": 1911.0}}, "position": {"x": 1274.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158626, "gate": "", "blockId": null, "orderNum": 4207, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113071, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1915.0}, "se": {"x": 1024.0, "y": 1925.0}, "sw": {"x": 1034.0, "y": 1915.0}, "nw": {"x": 1034.0, "y": 1925.0}}, "position": {"x": 1029.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2978, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113072, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1915.0}, "se": {"x": 1038.0, "y": 1925.0}, "sw": {"x": 1048.0, "y": 1915.0}, "nw": {"x": 1048.0, "y": 1925.0}}, "position": {"x": 1043.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3058, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113073, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1915.0}, "se": {"x": 1052.0, "y": 1925.0}, "sw": {"x": 1062.0, "y": 1915.0}, "nw": {"x": 1062.0, "y": 1925.0}}, "position": {"x": 1057.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3138, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113074, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1915.0}, "se": {"x": 1066.0, "y": 1925.0}, "sw": {"x": 1076.0, "y": 1915.0}, "nw": {"x": 1076.0, "y": 1925.0}}, "position": {"x": 1071.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3193, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113075, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1915.0}, "se": {"x": 1080.0, "y": 1925.0}, "sw": {"x": 1090.0, "y": 1915.0}, "nw": {"x": 1090.0, "y": 1925.0}}, "position": {"x": 1085.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158616, "gate": "", "blockId": null, "orderNum": 3248, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113076, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1915.0}, "se": {"x": 1094.0, "y": 1925.0}, "sw": {"x": 1104.0, "y": 1915.0}, "nw": {"x": 1104.0, "y": 1925.0}}, "position": {"x": 1099.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158617, "gate": "", "blockId": null, "orderNum": 3297, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113077, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1915.0}, "se": {"x": 1108.0, "y": 1925.0}, "sw": {"x": 1118.0, "y": 1915.0}, "nw": {"x": 1118.0, "y": 1925.0}}, "position": {"x": 1113.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158618, "gate": "", "blockId": null, "orderNum": 3346, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113078, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1915.0}, "se": {"x": 1122.0, "y": 1925.0}, "sw": {"x": 1132.0, "y": 1915.0}, "nw": {"x": 1132.0, "y": 1925.0}}, "position": {"x": 1127.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158619, "gate": "", "blockId": null, "orderNum": 3395, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113079, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1915.0}, "se": {"x": 1136.0, "y": 1925.0}, "sw": {"x": 1146.0, "y": 1915.0}, "nw": {"x": 1146.0, "y": 1925.0}}, "position": {"x": 1141.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158620, "gate": "", "blockId": null, "orderNum": 3444, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113080, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1915.0}, "se": {"x": 1150.0, "y": 1925.0}, "sw": {"x": 1160.0, "y": 1915.0}, "nw": {"x": 1160.0, "y": 1925.0}}, "position": {"x": 1155.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158621, "gate": "", "blockId": null, "orderNum": 3493, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113081, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1915.0}, "se": {"x": 1164.0, "y": 1925.0}, "sw": {"x": 1174.0, "y": 1915.0}, "nw": {"x": 1174.0, "y": 1925.0}}, "position": {"x": 1169.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158622, "gate": "", "blockId": null, "orderNum": 3542, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113082, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1915.0}, "se": {"x": 1227.0, "y": 1925.0}, "sw": {"x": 1237.0, "y": 1915.0}, "nw": {"x": 1237.0, "y": 1925.0}}, "position": {"x": 1232.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158623, "gate": "", "blockId": null, "orderNum": 3942, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113083, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1915.0}, "se": {"x": 1241.0, "y": 1925.0}, "sw": {"x": 1251.0, "y": 1915.0}, "nw": {"x": 1251.0, "y": 1925.0}}, "position": {"x": 1246.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158624, "gate": "", "blockId": null, "orderNum": 4030, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113084, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1915.0}, "se": {"x": 1255.0, "y": 1925.0}, "sw": {"x": 1265.0, "y": 1915.0}, "nw": {"x": 1265.0, "y": 1925.0}}, "position": {"x": 1260.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158625, "gate": "", "blockId": null, "orderNum": 4118, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113085, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1915.0}, "se": {"x": 1269.0, "y": 1925.0}, "sw": {"x": 1279.0, "y": 1915.0}, "nw": {"x": 1279.0, "y": 1925.0}}, "position": {"x": 1274.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158626, "gate": "", "blockId": null, "orderNum": 4206, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113109, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1929.0}, "se": {"x": 1024.0, "y": 1939.0}, "sw": {"x": 1034.0, "y": 1929.0}, "nw": {"x": 1034.0, "y": 1939.0}}, "position": {"x": 1029.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2977, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113110, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1929.0}, "se": {"x": 1038.0, "y": 1939.0}, "sw": {"x": 1048.0, "y": 1929.0}, "nw": {"x": 1048.0, "y": 1939.0}}, "position": {"x": 1043.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3057, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113111, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1929.0}, "se": {"x": 1052.0, "y": 1939.0}, "sw": {"x": 1062.0, "y": 1929.0}, "nw": {"x": 1062.0, "y": 1939.0}}, "position": {"x": 1057.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3137, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113112, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1929.0}, "se": {"x": 1066.0, "y": 1939.0}, "sw": {"x": 1076.0, "y": 1929.0}, "nw": {"x": 1076.0, "y": 1939.0}}, "position": {"x": 1071.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3192, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113113, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1929.0}, "se": {"x": 1080.0, "y": 1939.0}, "sw": {"x": 1090.0, "y": 1929.0}, "nw": {"x": 1090.0, "y": 1939.0}}, "position": {"x": 1085.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158616, "gate": "", "blockId": null, "orderNum": 3247, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113114, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1929.0}, "se": {"x": 1094.0, "y": 1939.0}, "sw": {"x": 1104.0, "y": 1929.0}, "nw": {"x": 1104.0, "y": 1939.0}}, "position": {"x": 1099.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158617, "gate": "", "blockId": null, "orderNum": 3296, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113115, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1929.0}, "se": {"x": 1108.0, "y": 1939.0}, "sw": {"x": 1118.0, "y": 1929.0}, "nw": {"x": 1118.0, "y": 1939.0}}, "position": {"x": 1113.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158618, "gate": "", "blockId": null, "orderNum": 3345, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113116, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1929.0}, "se": {"x": 1122.0, "y": 1939.0}, "sw": {"x": 1132.0, "y": 1929.0}, "nw": {"x": 1132.0, "y": 1939.0}}, "position": {"x": 1127.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158619, "gate": "", "blockId": null, "orderNum": 3394, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113117, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1929.0}, "se": {"x": 1136.0, "y": 1939.0}, "sw": {"x": 1146.0, "y": 1929.0}, "nw": {"x": 1146.0, "y": 1939.0}}, "position": {"x": 1141.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158620, "gate": "", "blockId": null, "orderNum": 3443, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113118, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1929.0}, "se": {"x": 1150.0, "y": 1939.0}, "sw": {"x": 1160.0, "y": 1929.0}, "nw": {"x": 1160.0, "y": 1939.0}}, "position": {"x": 1155.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158621, "gate": "", "blockId": null, "orderNum": 3492, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113119, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1929.0}, "se": {"x": 1164.0, "y": 1939.0}, "sw": {"x": 1174.0, "y": 1929.0}, "nw": {"x": 1174.0, "y": 1939.0}}, "position": {"x": 1169.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158622, "gate": "", "blockId": null, "orderNum": 3541, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113120, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1929.0}, "se": {"x": 1227.0, "y": 1939.0}, "sw": {"x": 1237.0, "y": 1929.0}, "nw": {"x": 1237.0, "y": 1939.0}}, "position": {"x": 1232.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158623, "gate": "", "blockId": null, "orderNum": 3941, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113121, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1929.0}, "se": {"x": 1241.0, "y": 1939.0}, "sw": {"x": 1251.0, "y": 1929.0}, "nw": {"x": 1251.0, "y": 1939.0}}, "position": {"x": 1246.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158624, "gate": "", "blockId": null, "orderNum": 4029, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113122, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1929.0}, "se": {"x": 1255.0, "y": 1939.0}, "sw": {"x": 1265.0, "y": 1929.0}, "nw": {"x": 1265.0, "y": 1939.0}}, "position": {"x": 1260.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158625, "gate": "", "blockId": null, "orderNum": 4117, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113123, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1929.0}, "se": {"x": 1269.0, "y": 1939.0}, "sw": {"x": 1279.0, "y": 1929.0}, "nw": {"x": 1279.0, "y": 1939.0}}, "position": {"x": 1274.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158626, "gate": "", "blockId": null, "orderNum": 4205, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}], "6:5": [{"logicalSeatId": 1537115833, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 1287.0}, "se": {"x": 1535.0, "y": 1297.0}, "sw": {"x": 1545.0, "y": 1287.0}, "nw": {"x": 1545.0, "y": 1297.0}}, "position": {"x": 1540.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115834, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 1287.0}, "se": {"x": 1549.0, "y": 1297.0}, "sw": {"x": 1559.0, "y": 1287.0}, "nw": {"x": 1559.0, "y": 1297.0}}, "position": {"x": 1554.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115835, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 1287.0}, "se": {"x": 1563.0, "y": 1297.0}, "sw": {"x": 1573.0, "y": 1287.0}, "nw": {"x": 1573.0, "y": 1297.0}}, "position": {"x": 1568.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115836, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 1287.0}, "se": {"x": 1577.0, "y": 1297.0}, "sw": {"x": 1587.0, "y": 1287.0}, "nw": {"x": 1587.0, "y": 1297.0}}, "position": {"x": 1582.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537115837, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 1287.0}, "se": {"x": 1591.0, "y": 1297.0}, "sw": {"x": 1601.0, "y": 1287.0}, "nw": {"x": 1601.0, "y": 1297.0}}, "position": {"x": 1596.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}], "5:7": [{"logicalSeatId": 1537112841, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1803.0}, "se": {"x": 1325.0, "y": 1813.0}, "sw": {"x": 1335.0, "y": 1803.0}, "nw": {"x": 1335.0, "y": 1813.0}}, "position": {"x": 1330.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4638, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112842, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1803.0}, "se": {"x": 1339.0, "y": 1813.0}, "sw": {"x": 1349.0, "y": 1803.0}, "nw": {"x": 1349.0, "y": 1813.0}}, "position": {"x": 1344.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4756, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112843, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1803.0}, "se": {"x": 1353.0, "y": 1813.0}, "sw": {"x": 1363.0, "y": 1803.0}, "nw": {"x": 1363.0, "y": 1813.0}}, "position": {"x": 1358.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4924, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112844, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1803.0}, "se": {"x": 1367.0, "y": 1813.0}, "sw": {"x": 1377.0, "y": 1803.0}, "nw": {"x": 1377.0, "y": 1813.0}}, "position": {"x": 1372.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5092, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112845, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1803.0}, "se": {"x": 1381.0, "y": 1813.0}, "sw": {"x": 1391.0, "y": 1803.0}, "nw": {"x": 1391.0, "y": 1813.0}}, "position": {"x": 1386.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5260, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112846, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1803.0}, "se": {"x": 1395.0, "y": 1813.0}, "sw": {"x": 1405.0, "y": 1803.0}, "nw": {"x": 1405.0, "y": 1813.0}}, "position": {"x": 1400.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5428, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112847, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1803.0}, "se": {"x": 1409.0, "y": 1813.0}, "sw": {"x": 1419.0, "y": 1803.0}, "nw": {"x": 1419.0, "y": 1813.0}}, "position": {"x": 1414.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5596, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112848, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1803.0}, "se": {"x": 1423.0, "y": 1813.0}, "sw": {"x": 1433.0, "y": 1803.0}, "nw": {"x": 1433.0, "y": 1813.0}}, "position": {"x": 1428.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5786, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112849, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1803.0}, "se": {"x": 1437.0, "y": 1813.0}, "sw": {"x": 1447.0, "y": 1803.0}, "nw": {"x": 1447.0, "y": 1813.0}}, "position": {"x": 1442.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5976, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112850, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1803.0}, "se": {"x": 1451.0, "y": 1813.0}, "sw": {"x": 1461.0, "y": 1803.0}, "nw": {"x": 1461.0, "y": 1813.0}}, "position": {"x": 1456.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6166, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112851, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1803.0}, "se": {"x": 1465.0, "y": 1813.0}, "sw": {"x": 1475.0, "y": 1803.0}, "nw": {"x": 1475.0, "y": 1813.0}}, "position": {"x": 1470.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6356, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112852, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1803.0}, "se": {"x": 1479.0, "y": 1813.0}, "sw": {"x": 1489.0, "y": 1803.0}, "nw": {"x": 1489.0, "y": 1813.0}}, "position": {"x": 1484.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6546, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112865, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1817.0}, "se": {"x": 1325.0, "y": 1827.0}, "sw": {"x": 1335.0, "y": 1817.0}, "nw": {"x": 1335.0, "y": 1827.0}}, "position": {"x": 1330.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4637, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112866, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1817.0}, "se": {"x": 1339.0, "y": 1827.0}, "sw": {"x": 1349.0, "y": 1817.0}, "nw": {"x": 1349.0, "y": 1827.0}}, "position": {"x": 1344.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4755, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112867, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1817.0}, "se": {"x": 1353.0, "y": 1827.0}, "sw": {"x": 1363.0, "y": 1817.0}, "nw": {"x": 1363.0, "y": 1827.0}}, "position": {"x": 1358.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4923, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112868, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1817.0}, "se": {"x": 1367.0, "y": 1827.0}, "sw": {"x": 1377.0, "y": 1817.0}, "nw": {"x": 1377.0, "y": 1827.0}}, "position": {"x": 1372.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5091, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112869, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1817.0}, "se": {"x": 1381.0, "y": 1827.0}, "sw": {"x": 1391.0, "y": 1817.0}, "nw": {"x": 1391.0, "y": 1827.0}}, "position": {"x": 1386.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5259, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112870, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1817.0}, "se": {"x": 1395.0, "y": 1827.0}, "sw": {"x": 1405.0, "y": 1817.0}, "nw": {"x": 1405.0, "y": 1827.0}}, "position": {"x": 1400.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5427, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112871, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1817.0}, "se": {"x": 1409.0, "y": 1827.0}, "sw": {"x": 1419.0, "y": 1817.0}, "nw": {"x": 1419.0, "y": 1827.0}}, "position": {"x": 1414.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5595, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112872, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1817.0}, "se": {"x": 1423.0, "y": 1827.0}, "sw": {"x": 1433.0, "y": 1817.0}, "nw": {"x": 1433.0, "y": 1827.0}}, "position": {"x": 1428.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5785, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112873, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1817.0}, "se": {"x": 1437.0, "y": 1827.0}, "sw": {"x": 1447.0, "y": 1817.0}, "nw": {"x": 1447.0, "y": 1827.0}}, "position": {"x": 1442.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5975, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112874, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1817.0}, "se": {"x": 1451.0, "y": 1827.0}, "sw": {"x": 1461.0, "y": 1817.0}, "nw": {"x": 1461.0, "y": 1827.0}}, "position": {"x": 1456.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6165, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112875, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1817.0}, "se": {"x": 1465.0, "y": 1827.0}, "sw": {"x": 1475.0, "y": 1817.0}, "nw": {"x": 1475.0, "y": 1827.0}}, "position": {"x": 1470.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6355, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112876, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1817.0}, "se": {"x": 1479.0, "y": 1827.0}, "sw": {"x": 1489.0, "y": 1817.0}, "nw": {"x": 1489.0, "y": 1827.0}}, "position": {"x": 1484.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6545, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112889, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1831.0}, "se": {"x": 1325.0, "y": 1841.0}, "sw": {"x": 1335.0, "y": 1831.0}, "nw": {"x": 1335.0, "y": 1841.0}}, "position": {"x": 1330.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4636, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112890, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1831.0}, "se": {"x": 1339.0, "y": 1841.0}, "sw": {"x": 1349.0, "y": 1831.0}, "nw": {"x": 1349.0, "y": 1841.0}}, "position": {"x": 1344.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4754, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112891, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1831.0}, "se": {"x": 1353.0, "y": 1841.0}, "sw": {"x": 1363.0, "y": 1831.0}, "nw": {"x": 1363.0, "y": 1841.0}}, "position": {"x": 1358.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4922, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112892, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1831.0}, "se": {"x": 1367.0, "y": 1841.0}, "sw": {"x": 1377.0, "y": 1831.0}, "nw": {"x": 1377.0, "y": 1841.0}}, "position": {"x": 1372.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5090, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112893, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1831.0}, "se": {"x": 1381.0, "y": 1841.0}, "sw": {"x": 1391.0, "y": 1831.0}, "nw": {"x": 1391.0, "y": 1841.0}}, "position": {"x": 1386.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5258, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112894, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1831.0}, "se": {"x": 1395.0, "y": 1841.0}, "sw": {"x": 1405.0, "y": 1831.0}, "nw": {"x": 1405.0, "y": 1841.0}}, "position": {"x": 1400.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5426, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112895, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1831.0}, "se": {"x": 1409.0, "y": 1841.0}, "sw": {"x": 1419.0, "y": 1831.0}, "nw": {"x": 1419.0, "y": 1841.0}}, "position": {"x": 1414.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5594, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112896, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1831.0}, "se": {"x": 1423.0, "y": 1841.0}, "sw": {"x": 1433.0, "y": 1831.0}, "nw": {"x": 1433.0, "y": 1841.0}}, "position": {"x": 1428.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5784, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112897, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1831.0}, "se": {"x": 1437.0, "y": 1841.0}, "sw": {"x": 1447.0, "y": 1831.0}, "nw": {"x": 1447.0, "y": 1841.0}}, "position": {"x": 1442.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5974, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112898, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1831.0}, "se": {"x": 1451.0, "y": 1841.0}, "sw": {"x": 1461.0, "y": 1831.0}, "nw": {"x": 1461.0, "y": 1841.0}}, "position": {"x": 1456.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6164, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112899, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1831.0}, "se": {"x": 1465.0, "y": 1841.0}, "sw": {"x": 1475.0, "y": 1831.0}, "nw": {"x": 1475.0, "y": 1841.0}}, "position": {"x": 1470.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6354, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112900, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1831.0}, "se": {"x": 1479.0, "y": 1841.0}, "sw": {"x": 1489.0, "y": 1831.0}, "nw": {"x": 1489.0, "y": 1841.0}}, "position": {"x": 1484.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6544, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112913, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1845.0}, "se": {"x": 1325.0, "y": 1855.0}, "sw": {"x": 1335.0, "y": 1845.0}, "nw": {"x": 1335.0, "y": 1855.0}}, "position": {"x": 1330.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4635, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112914, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1845.0}, "se": {"x": 1339.0, "y": 1855.0}, "sw": {"x": 1349.0, "y": 1845.0}, "nw": {"x": 1349.0, "y": 1855.0}}, "position": {"x": 1344.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4753, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112915, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1845.0}, "se": {"x": 1353.0, "y": 1855.0}, "sw": {"x": 1363.0, "y": 1845.0}, "nw": {"x": 1363.0, "y": 1855.0}}, "position": {"x": 1358.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4921, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112916, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1845.0}, "se": {"x": 1367.0, "y": 1855.0}, "sw": {"x": 1377.0, "y": 1845.0}, "nw": {"x": 1377.0, "y": 1855.0}}, "position": {"x": 1372.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5089, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112917, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1845.0}, "se": {"x": 1381.0, "y": 1855.0}, "sw": {"x": 1391.0, "y": 1845.0}, "nw": {"x": 1391.0, "y": 1855.0}}, "position": {"x": 1386.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5257, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112918, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1845.0}, "se": {"x": 1395.0, "y": 1855.0}, "sw": {"x": 1405.0, "y": 1845.0}, "nw": {"x": 1405.0, "y": 1855.0}}, "position": {"x": 1400.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5425, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112919, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1845.0}, "se": {"x": 1409.0, "y": 1855.0}, "sw": {"x": 1419.0, "y": 1845.0}, "nw": {"x": 1419.0, "y": 1855.0}}, "position": {"x": 1414.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5593, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112920, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1845.0}, "se": {"x": 1423.0, "y": 1855.0}, "sw": {"x": 1433.0, "y": 1845.0}, "nw": {"x": 1433.0, "y": 1855.0}}, "position": {"x": 1428.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5783, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112921, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1845.0}, "se": {"x": 1437.0, "y": 1855.0}, "sw": {"x": 1447.0, "y": 1845.0}, "nw": {"x": 1447.0, "y": 1855.0}}, "position": {"x": 1442.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5973, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112922, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1845.0}, "se": {"x": 1451.0, "y": 1855.0}, "sw": {"x": 1461.0, "y": 1845.0}, "nw": {"x": 1461.0, "y": 1855.0}}, "position": {"x": 1456.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6163, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112923, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1845.0}, "se": {"x": 1465.0, "y": 1855.0}, "sw": {"x": 1475.0, "y": 1845.0}, "nw": {"x": 1475.0, "y": 1855.0}}, "position": {"x": 1470.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6353, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112924, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1845.0}, "se": {"x": 1479.0, "y": 1855.0}, "sw": {"x": 1489.0, "y": 1845.0}, "nw": {"x": 1489.0, "y": 1855.0}}, "position": {"x": 1484.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6543, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112937, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1859.0}, "se": {"x": 1325.0, "y": 1869.0}, "sw": {"x": 1335.0, "y": 1859.0}, "nw": {"x": 1335.0, "y": 1869.0}}, "position": {"x": 1330.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4634, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112938, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1859.0}, "se": {"x": 1339.0, "y": 1869.0}, "sw": {"x": 1349.0, "y": 1859.0}, "nw": {"x": 1349.0, "y": 1869.0}}, "position": {"x": 1344.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4752, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112939, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1859.0}, "se": {"x": 1353.0, "y": 1869.0}, "sw": {"x": 1363.0, "y": 1859.0}, "nw": {"x": 1363.0, "y": 1869.0}}, "position": {"x": 1358.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4920, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112940, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1859.0}, "se": {"x": 1367.0, "y": 1869.0}, "sw": {"x": 1377.0, "y": 1859.0}, "nw": {"x": 1377.0, "y": 1869.0}}, "position": {"x": 1372.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5088, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112941, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1859.0}, "se": {"x": 1381.0, "y": 1869.0}, "sw": {"x": 1391.0, "y": 1859.0}, "nw": {"x": 1391.0, "y": 1869.0}}, "position": {"x": 1386.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5256, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112942, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1859.0}, "se": {"x": 1395.0, "y": 1869.0}, "sw": {"x": 1405.0, "y": 1859.0}, "nw": {"x": 1405.0, "y": 1869.0}}, "position": {"x": 1400.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5424, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112943, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1859.0}, "se": {"x": 1409.0, "y": 1869.0}, "sw": {"x": 1419.0, "y": 1859.0}, "nw": {"x": 1419.0, "y": 1869.0}}, "position": {"x": 1414.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5592, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112944, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1859.0}, "se": {"x": 1423.0, "y": 1869.0}, "sw": {"x": 1433.0, "y": 1859.0}, "nw": {"x": 1433.0, "y": 1869.0}}, "position": {"x": 1428.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5782, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112945, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1859.0}, "se": {"x": 1437.0, "y": 1869.0}, "sw": {"x": 1447.0, "y": 1859.0}, "nw": {"x": 1447.0, "y": 1869.0}}, "position": {"x": 1442.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5972, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112946, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1859.0}, "se": {"x": 1451.0, "y": 1869.0}, "sw": {"x": 1461.0, "y": 1859.0}, "nw": {"x": 1461.0, "y": 1869.0}}, "position": {"x": 1456.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6162, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112947, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1859.0}, "se": {"x": 1465.0, "y": 1869.0}, "sw": {"x": 1475.0, "y": 1859.0}, "nw": {"x": 1475.0, "y": 1869.0}}, "position": {"x": 1470.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6352, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112948, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1859.0}, "se": {"x": 1479.0, "y": 1869.0}, "sw": {"x": 1489.0, "y": 1859.0}, "nw": {"x": 1489.0, "y": 1869.0}}, "position": {"x": 1484.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6542, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112972, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1873.0}, "se": {"x": 1283.0, "y": 1883.0}, "sw": {"x": 1293.0, "y": 1873.0}, "nw": {"x": 1293.0, "y": 1883.0}}, "position": {"x": 1288.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158627, "gate": "", "blockId": null, "orderNum": 4297, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112973, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1873.0}, "se": {"x": 1297.0, "y": 1883.0}, "sw": {"x": 1307.0, "y": 1873.0}, "nw": {"x": 1307.0, "y": 1883.0}}, "position": {"x": 1302.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158628, "gate": "", "blockId": null, "orderNum": 4409, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112974, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1873.0}, "se": {"x": 1311.0, "y": 1883.0}, "sw": {"x": 1321.0, "y": 1873.0}, "nw": {"x": 1321.0, "y": 1883.0}}, "position": {"x": 1316.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158629, "gate": "", "blockId": null, "orderNum": 4521, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112975, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1873.0}, "se": {"x": 1325.0, "y": 1883.0}, "sw": {"x": 1335.0, "y": 1873.0}, "nw": {"x": 1335.0, "y": 1883.0}}, "position": {"x": 1330.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4633, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112976, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1873.0}, "se": {"x": 1339.0, "y": 1883.0}, "sw": {"x": 1349.0, "y": 1873.0}, "nw": {"x": 1349.0, "y": 1883.0}}, "position": {"x": 1344.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4751, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112977, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1873.0}, "se": {"x": 1353.0, "y": 1883.0}, "sw": {"x": 1363.0, "y": 1873.0}, "nw": {"x": 1363.0, "y": 1883.0}}, "position": {"x": 1358.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4919, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112978, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1873.0}, "se": {"x": 1367.0, "y": 1883.0}, "sw": {"x": 1377.0, "y": 1873.0}, "nw": {"x": 1377.0, "y": 1883.0}}, "position": {"x": 1372.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5087, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112979, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1873.0}, "se": {"x": 1381.0, "y": 1883.0}, "sw": {"x": 1391.0, "y": 1873.0}, "nw": {"x": 1391.0, "y": 1883.0}}, "position": {"x": 1386.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5255, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112980, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1873.0}, "se": {"x": 1395.0, "y": 1883.0}, "sw": {"x": 1405.0, "y": 1873.0}, "nw": {"x": 1405.0, "y": 1883.0}}, "position": {"x": 1400.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5423, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112981, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1873.0}, "se": {"x": 1409.0, "y": 1883.0}, "sw": {"x": 1419.0, "y": 1873.0}, "nw": {"x": 1419.0, "y": 1883.0}}, "position": {"x": 1414.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5591, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112982, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1873.0}, "se": {"x": 1423.0, "y": 1883.0}, "sw": {"x": 1433.0, "y": 1873.0}, "nw": {"x": 1433.0, "y": 1883.0}}, "position": {"x": 1428.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5781, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112983, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1873.0}, "se": {"x": 1437.0, "y": 1883.0}, "sw": {"x": 1447.0, "y": 1873.0}, "nw": {"x": 1447.0, "y": 1883.0}}, "position": {"x": 1442.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5971, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112984, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1873.0}, "se": {"x": 1451.0, "y": 1883.0}, "sw": {"x": 1461.0, "y": 1873.0}, "nw": {"x": 1461.0, "y": 1883.0}}, "position": {"x": 1456.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6161, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112985, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1873.0}, "se": {"x": 1465.0, "y": 1883.0}, "sw": {"x": 1475.0, "y": 1873.0}, "nw": {"x": 1475.0, "y": 1883.0}}, "position": {"x": 1470.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6351, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112986, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1873.0}, "se": {"x": 1479.0, "y": 1883.0}, "sw": {"x": 1489.0, "y": 1873.0}, "nw": {"x": 1489.0, "y": 1883.0}}, "position": {"x": 1484.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6541, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113010, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1887.0}, "se": {"x": 1283.0, "y": 1897.0}, "sw": {"x": 1293.0, "y": 1887.0}, "nw": {"x": 1293.0, "y": 1897.0}}, "position": {"x": 1288.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158627, "gate": "", "blockId": null, "orderNum": 4296, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113011, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1887.0}, "se": {"x": 1297.0, "y": 1897.0}, "sw": {"x": 1307.0, "y": 1887.0}, "nw": {"x": 1307.0, "y": 1897.0}}, "position": {"x": 1302.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158628, "gate": "", "blockId": null, "orderNum": 4408, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113012, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1887.0}, "se": {"x": 1311.0, "y": 1897.0}, "sw": {"x": 1321.0, "y": 1887.0}, "nw": {"x": 1321.0, "y": 1897.0}}, "position": {"x": 1316.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158629, "gate": "", "blockId": null, "orderNum": 4520, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113013, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1887.0}, "se": {"x": 1325.0, "y": 1897.0}, "sw": {"x": 1335.0, "y": 1887.0}, "nw": {"x": 1335.0, "y": 1897.0}}, "position": {"x": 1330.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4632, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113014, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1887.0}, "se": {"x": 1339.0, "y": 1897.0}, "sw": {"x": 1349.0, "y": 1887.0}, "nw": {"x": 1349.0, "y": 1897.0}}, "position": {"x": 1344.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4750, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113015, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1887.0}, "se": {"x": 1353.0, "y": 1897.0}, "sw": {"x": 1363.0, "y": 1887.0}, "nw": {"x": 1363.0, "y": 1897.0}}, "position": {"x": 1358.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4918, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113016, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1887.0}, "se": {"x": 1367.0, "y": 1897.0}, "sw": {"x": 1377.0, "y": 1887.0}, "nw": {"x": 1377.0, "y": 1897.0}}, "position": {"x": 1372.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5086, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113017, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1887.0}, "se": {"x": 1381.0, "y": 1897.0}, "sw": {"x": 1391.0, "y": 1887.0}, "nw": {"x": 1391.0, "y": 1897.0}}, "position": {"x": 1386.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5254, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113018, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1887.0}, "se": {"x": 1395.0, "y": 1897.0}, "sw": {"x": 1405.0, "y": 1887.0}, "nw": {"x": 1405.0, "y": 1897.0}}, "position": {"x": 1400.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5422, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113019, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1887.0}, "se": {"x": 1409.0, "y": 1897.0}, "sw": {"x": 1419.0, "y": 1887.0}, "nw": {"x": 1419.0, "y": 1897.0}}, "position": {"x": 1414.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5590, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113020, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1887.0}, "se": {"x": 1423.0, "y": 1897.0}, "sw": {"x": 1433.0, "y": 1887.0}, "nw": {"x": 1433.0, "y": 1897.0}}, "position": {"x": 1428.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5780, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113021, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1887.0}, "se": {"x": 1437.0, "y": 1897.0}, "sw": {"x": 1447.0, "y": 1887.0}, "nw": {"x": 1447.0, "y": 1897.0}}, "position": {"x": 1442.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5970, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113022, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1887.0}, "se": {"x": 1451.0, "y": 1897.0}, "sw": {"x": 1461.0, "y": 1887.0}, "nw": {"x": 1461.0, "y": 1897.0}}, "position": {"x": 1456.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6160, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113023, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1887.0}, "se": {"x": 1465.0, "y": 1897.0}, "sw": {"x": 1475.0, "y": 1887.0}, "nw": {"x": 1475.0, "y": 1897.0}}, "position": {"x": 1470.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6350, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113024, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1887.0}, "se": {"x": 1479.0, "y": 1897.0}, "sw": {"x": 1489.0, "y": 1887.0}, "nw": {"x": 1489.0, "y": 1897.0}}, "position": {"x": 1484.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6540, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113048, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1901.0}, "se": {"x": 1283.0, "y": 1911.0}, "sw": {"x": 1293.0, "y": 1901.0}, "nw": {"x": 1293.0, "y": 1911.0}}, "position": {"x": 1288.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158627, "gate": "", "blockId": null, "orderNum": 4295, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113049, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1901.0}, "se": {"x": 1297.0, "y": 1911.0}, "sw": {"x": 1307.0, "y": 1901.0}, "nw": {"x": 1307.0, "y": 1911.0}}, "position": {"x": 1302.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158628, "gate": "", "blockId": null, "orderNum": 4407, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113050, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1901.0}, "se": {"x": 1311.0, "y": 1911.0}, "sw": {"x": 1321.0, "y": 1901.0}, "nw": {"x": 1321.0, "y": 1911.0}}, "position": {"x": 1316.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158629, "gate": "", "blockId": null, "orderNum": 4519, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113051, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1901.0}, "se": {"x": 1325.0, "y": 1911.0}, "sw": {"x": 1335.0, "y": 1901.0}, "nw": {"x": 1335.0, "y": 1911.0}}, "position": {"x": 1330.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4631, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113052, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1901.0}, "se": {"x": 1339.0, "y": 1911.0}, "sw": {"x": 1349.0, "y": 1901.0}, "nw": {"x": 1349.0, "y": 1911.0}}, "position": {"x": 1344.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4749, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113053, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1901.0}, "se": {"x": 1353.0, "y": 1911.0}, "sw": {"x": 1363.0, "y": 1901.0}, "nw": {"x": 1363.0, "y": 1911.0}}, "position": {"x": 1358.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4917, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113054, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1901.0}, "se": {"x": 1367.0, "y": 1911.0}, "sw": {"x": 1377.0, "y": 1901.0}, "nw": {"x": 1377.0, "y": 1911.0}}, "position": {"x": 1372.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5085, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113055, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1901.0}, "se": {"x": 1381.0, "y": 1911.0}, "sw": {"x": 1391.0, "y": 1901.0}, "nw": {"x": 1391.0, "y": 1911.0}}, "position": {"x": 1386.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5253, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113056, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1901.0}, "se": {"x": 1395.0, "y": 1911.0}, "sw": {"x": 1405.0, "y": 1901.0}, "nw": {"x": 1405.0, "y": 1911.0}}, "position": {"x": 1400.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5421, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113057, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1901.0}, "se": {"x": 1409.0, "y": 1911.0}, "sw": {"x": 1419.0, "y": 1901.0}, "nw": {"x": 1419.0, "y": 1911.0}}, "position": {"x": 1414.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5589, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113058, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1901.0}, "se": {"x": 1423.0, "y": 1911.0}, "sw": {"x": 1433.0, "y": 1901.0}, "nw": {"x": 1433.0, "y": 1911.0}}, "position": {"x": 1428.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5779, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113059, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1901.0}, "se": {"x": 1437.0, "y": 1911.0}, "sw": {"x": 1447.0, "y": 1901.0}, "nw": {"x": 1447.0, "y": 1911.0}}, "position": {"x": 1442.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5969, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113060, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1901.0}, "se": {"x": 1451.0, "y": 1911.0}, "sw": {"x": 1461.0, "y": 1901.0}, "nw": {"x": 1461.0, "y": 1911.0}}, "position": {"x": 1456.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6159, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113061, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1901.0}, "se": {"x": 1465.0, "y": 1911.0}, "sw": {"x": 1475.0, "y": 1901.0}, "nw": {"x": 1475.0, "y": 1911.0}}, "position": {"x": 1470.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6349, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113062, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1901.0}, "se": {"x": 1479.0, "y": 1911.0}, "sw": {"x": 1489.0, "y": 1901.0}, "nw": {"x": 1489.0, "y": 1911.0}}, "position": {"x": 1484.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6539, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113086, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1915.0}, "se": {"x": 1283.0, "y": 1925.0}, "sw": {"x": 1293.0, "y": 1915.0}, "nw": {"x": 1293.0, "y": 1925.0}}, "position": {"x": 1288.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158627, "gate": "", "blockId": null, "orderNum": 4294, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113087, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1915.0}, "se": {"x": 1297.0, "y": 1925.0}, "sw": {"x": 1307.0, "y": 1915.0}, "nw": {"x": 1307.0, "y": 1925.0}}, "position": {"x": 1302.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158628, "gate": "", "blockId": null, "orderNum": 4406, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113088, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1915.0}, "se": {"x": 1311.0, "y": 1925.0}, "sw": {"x": 1321.0, "y": 1915.0}, "nw": {"x": 1321.0, "y": 1925.0}}, "position": {"x": 1316.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158629, "gate": "", "blockId": null, "orderNum": 4518, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113089, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1915.0}, "se": {"x": 1325.0, "y": 1925.0}, "sw": {"x": 1335.0, "y": 1915.0}, "nw": {"x": 1335.0, "y": 1925.0}}, "position": {"x": 1330.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4630, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113090, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1915.0}, "se": {"x": 1339.0, "y": 1925.0}, "sw": {"x": 1349.0, "y": 1915.0}, "nw": {"x": 1349.0, "y": 1925.0}}, "position": {"x": 1344.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4748, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113091, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1915.0}, "se": {"x": 1353.0, "y": 1925.0}, "sw": {"x": 1363.0, "y": 1915.0}, "nw": {"x": 1363.0, "y": 1925.0}}, "position": {"x": 1358.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4916, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113092, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1915.0}, "se": {"x": 1367.0, "y": 1925.0}, "sw": {"x": 1377.0, "y": 1915.0}, "nw": {"x": 1377.0, "y": 1925.0}}, "position": {"x": 1372.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5084, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113093, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1915.0}, "se": {"x": 1381.0, "y": 1925.0}, "sw": {"x": 1391.0, "y": 1915.0}, "nw": {"x": 1391.0, "y": 1925.0}}, "position": {"x": 1386.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5252, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113094, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1915.0}, "se": {"x": 1395.0, "y": 1925.0}, "sw": {"x": 1405.0, "y": 1915.0}, "nw": {"x": 1405.0, "y": 1925.0}}, "position": {"x": 1400.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5420, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113095, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1915.0}, "se": {"x": 1409.0, "y": 1925.0}, "sw": {"x": 1419.0, "y": 1915.0}, "nw": {"x": 1419.0, "y": 1925.0}}, "position": {"x": 1414.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5588, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113096, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1915.0}, "se": {"x": 1423.0, "y": 1925.0}, "sw": {"x": 1433.0, "y": 1915.0}, "nw": {"x": 1433.0, "y": 1925.0}}, "position": {"x": 1428.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5778, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113097, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1915.0}, "se": {"x": 1437.0, "y": 1925.0}, "sw": {"x": 1447.0, "y": 1915.0}, "nw": {"x": 1447.0, "y": 1925.0}}, "position": {"x": 1442.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5968, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113098, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1915.0}, "se": {"x": 1451.0, "y": 1925.0}, "sw": {"x": 1461.0, "y": 1915.0}, "nw": {"x": 1461.0, "y": 1925.0}}, "position": {"x": 1456.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6158, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113099, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1915.0}, "se": {"x": 1465.0, "y": 1925.0}, "sw": {"x": 1475.0, "y": 1915.0}, "nw": {"x": 1475.0, "y": 1925.0}}, "position": {"x": 1470.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6348, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113100, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1915.0}, "se": {"x": 1479.0, "y": 1925.0}, "sw": {"x": 1489.0, "y": 1915.0}, "nw": {"x": 1489.0, "y": 1925.0}}, "position": {"x": 1484.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6538, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113124, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1929.0}, "se": {"x": 1283.0, "y": 1939.0}, "sw": {"x": 1293.0, "y": 1929.0}, "nw": {"x": 1293.0, "y": 1939.0}}, "position": {"x": 1288.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158627, "gate": "", "blockId": null, "orderNum": 4293, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113125, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1929.0}, "se": {"x": 1297.0, "y": 1939.0}, "sw": {"x": 1307.0, "y": 1929.0}, "nw": {"x": 1307.0, "y": 1939.0}}, "position": {"x": 1302.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158628, "gate": "", "blockId": null, "orderNum": 4405, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113126, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1929.0}, "se": {"x": 1311.0, "y": 1939.0}, "sw": {"x": 1321.0, "y": 1929.0}, "nw": {"x": 1321.0, "y": 1939.0}}, "position": {"x": 1316.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158629, "gate": "", "blockId": null, "orderNum": 4517, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113127, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1929.0}, "se": {"x": 1325.0, "y": 1939.0}, "sw": {"x": 1335.0, "y": 1929.0}, "nw": {"x": 1335.0, "y": 1939.0}}, "position": {"x": 1330.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4629, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113128, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1929.0}, "se": {"x": 1339.0, "y": 1939.0}, "sw": {"x": 1349.0, "y": 1929.0}, "nw": {"x": 1349.0, "y": 1939.0}}, "position": {"x": 1344.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4747, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113129, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1929.0}, "se": {"x": 1353.0, "y": 1939.0}, "sw": {"x": 1363.0, "y": 1929.0}, "nw": {"x": 1363.0, "y": 1939.0}}, "position": {"x": 1358.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4915, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113130, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1929.0}, "se": {"x": 1367.0, "y": 1939.0}, "sw": {"x": 1377.0, "y": 1929.0}, "nw": {"x": 1377.0, "y": 1939.0}}, "position": {"x": 1372.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5083, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113131, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1929.0}, "se": {"x": 1381.0, "y": 1939.0}, "sw": {"x": 1391.0, "y": 1929.0}, "nw": {"x": 1391.0, "y": 1939.0}}, "position": {"x": 1386.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5251, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113132, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1929.0}, "se": {"x": 1395.0, "y": 1939.0}, "sw": {"x": 1405.0, "y": 1929.0}, "nw": {"x": 1405.0, "y": 1939.0}}, "position": {"x": 1400.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5419, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113133, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1929.0}, "se": {"x": 1409.0, "y": 1939.0}, "sw": {"x": 1419.0, "y": 1929.0}, "nw": {"x": 1419.0, "y": 1939.0}}, "position": {"x": 1414.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5587, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113134, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1929.0}, "se": {"x": 1423.0, "y": 1939.0}, "sw": {"x": 1433.0, "y": 1929.0}, "nw": {"x": 1433.0, "y": 1939.0}}, "position": {"x": 1428.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5777, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113135, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1929.0}, "se": {"x": 1437.0, "y": 1939.0}, "sw": {"x": 1447.0, "y": 1929.0}, "nw": {"x": 1447.0, "y": 1939.0}}, "position": {"x": 1442.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5967, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113136, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1929.0}, "se": {"x": 1451.0, "y": 1939.0}, "sw": {"x": 1461.0, "y": 1929.0}, "nw": {"x": 1461.0, "y": 1939.0}}, "position": {"x": 1456.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6157, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113137, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1929.0}, "se": {"x": 1465.0, "y": 1939.0}, "sw": {"x": 1475.0, "y": 1929.0}, "nw": {"x": 1475.0, "y": 1939.0}}, "position": {"x": 1470.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6347, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537113138, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1929.0}, "se": {"x": 1479.0, "y": 1939.0}, "sw": {"x": 1489.0, "y": 1929.0}, "nw": {"x": 1489.0, "y": 1939.0}}, "position": {"x": 1484.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6537, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}], "7:5": [{"logicalSeatId": 1537112053, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1533.0}, "se": {"x": 1814.0, "y": 1533.0}, "sw": {"x": 1804.0, "y": 1523.0}, "nw": {"x": 1814.0, "y": 1523.0}}, "position": {"x": 1809.0, "y": 1528.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7636, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400011\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112054, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1519.0}, "se": {"x": 1814.0, "y": 1519.0}, "sw": {"x": 1804.0, "y": 1509.0}, "nw": {"x": 1814.0, "y": 1509.0}}, "position": {"x": 1809.0, "y": 1514.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7637, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400012\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112055, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1505.0}, "se": {"x": 1814.0, "y": 1505.0}, "sw": {"x": 1804.0, "y": 1495.0}, "nw": {"x": 1814.0, "y": 1495.0}}, "position": {"x": 1809.0, "y": 1500.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7638, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400013\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112056, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1491.0}, "se": {"x": 1814.0, "y": 1491.0}, "sw": {"x": 1804.0, "y": 1481.0}, "nw": {"x": 1814.0, "y": 1481.0}}, "position": {"x": 1809.0, "y": 1486.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7639, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400014\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112057, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1477.0}, "se": {"x": 1814.0, "y": 1477.0}, "sw": {"x": 1804.0, "y": 1467.0}, "nw": {"x": 1814.0, "y": 1467.0}}, "position": {"x": 1809.0, "y": 1472.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7640, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400015\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112070, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1533.0}, "se": {"x": 1828.0, "y": 1533.0}, "sw": {"x": 1818.0, "y": 1523.0}, "nw": {"x": 1828.0, "y": 1523.0}}, "position": {"x": 1823.0, "y": 1528.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7723, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400013\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112071, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1519.0}, "se": {"x": 1828.0, "y": 1519.0}, "sw": {"x": 1818.0, "y": 1509.0}, "nw": {"x": 1828.0, "y": 1509.0}}, "position": {"x": 1823.0, "y": 1514.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7724, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400014\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112072, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1505.0}, "se": {"x": 1828.0, "y": 1505.0}, "sw": {"x": 1818.0, "y": 1495.0}, "nw": {"x": 1828.0, "y": 1495.0}}, "position": {"x": 1823.0, "y": 1500.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7725, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400015\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112073, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1491.0}, "se": {"x": 1828.0, "y": 1491.0}, "sw": {"x": 1818.0, "y": 1481.0}, "nw": {"x": 1828.0, "y": 1481.0}}, "position": {"x": 1823.0, "y": 1486.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7726, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400016\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112074, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1477.0}, "se": {"x": 1828.0, "y": 1477.0}, "sw": {"x": 1818.0, "y": 1467.0}, "nw": {"x": 1828.0, "y": 1467.0}}, "position": {"x": 1823.0, "y": 1472.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7727, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400017\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112088, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1533.0}, "se": {"x": 1842.0, "y": 1533.0}, "sw": {"x": 1832.0, "y": 1523.0}, "nw": {"x": 1842.0, "y": 1523.0}}, "position": {"x": 1837.0, "y": 1528.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7810, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400014\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112089, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1519.0}, "se": {"x": 1842.0, "y": 1519.0}, "sw": {"x": 1832.0, "y": 1509.0}, "nw": {"x": 1842.0, "y": 1509.0}}, "position": {"x": 1837.0, "y": 1514.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7811, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400015\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112090, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1505.0}, "se": {"x": 1842.0, "y": 1505.0}, "sw": {"x": 1832.0, "y": 1495.0}, "nw": {"x": 1842.0, "y": 1495.0}}, "position": {"x": 1837.0, "y": 1500.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7812, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400016\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112091, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1491.0}, "se": {"x": 1842.0, "y": 1491.0}, "sw": {"x": 1832.0, "y": 1481.0}, "nw": {"x": 1842.0, "y": 1481.0}}, "position": {"x": 1837.0, "y": 1486.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7813, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400017\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112092, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1477.0}, "se": {"x": 1842.0, "y": 1477.0}, "sw": {"x": 1832.0, "y": 1467.0}, "nw": {"x": 1842.0, "y": 1467.0}}, "position": {"x": 1837.0, "y": 1472.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7814, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112107, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1533.0}, "se": {"x": 1856.0, "y": 1533.0}, "sw": {"x": 1846.0, "y": 1523.0}, "nw": {"x": 1856.0, "y": 1523.0}}, "position": {"x": 1851.0, "y": 1528.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7897, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400015\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112108, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1519.0}, "se": {"x": 1856.0, "y": 1519.0}, "sw": {"x": 1846.0, "y": 1509.0}, "nw": {"x": 1856.0, "y": 1509.0}}, "position": {"x": 1851.0, "y": 1514.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7898, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400016\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112109, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1505.0}, "se": {"x": 1856.0, "y": 1505.0}, "sw": {"x": 1846.0, "y": 1495.0}, "nw": {"x": 1856.0, "y": 1495.0}}, "position": {"x": 1851.0, "y": 1500.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7899, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400017\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112110, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1491.0}, "se": {"x": 1856.0, "y": 1491.0}, "sw": {"x": 1846.0, "y": 1481.0}, "nw": {"x": 1856.0, "y": 1481.0}}, "position": {"x": 1851.0, "y": 1486.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7900, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112111, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1477.0}, "se": {"x": 1856.0, "y": 1477.0}, "sw": {"x": 1846.0, "y": 1467.0}, "nw": {"x": 1856.0, "y": 1467.0}}, "position": {"x": 1851.0, "y": 1472.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7901, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400019\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}], "6:6": [{"logicalSeatId": 1537112336, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1719.0}, "se": {"x": 1547.0, "y": 1729.0}, "sw": {"x": 1557.0, "y": 1719.0}, "nw": {"x": 1557.0, "y": 1729.0}}, "position": {"x": 1552.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157873, "gate": "", "blockId": null, "orderNum": 7242, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112337, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1719.0}, "se": {"x": 1561.0, "y": 1729.0}, "sw": {"x": 1571.0, "y": 1719.0}, "nw": {"x": 1571.0, "y": 1729.0}}, "position": {"x": 1566.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157874, "gate": "", "blockId": null, "orderNum": 7421, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112338, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1719.0}, "se": {"x": 1575.0, "y": 1729.0}, "sw": {"x": 1585.0, "y": 1719.0}, "nw": {"x": 1585.0, "y": 1729.0}}, "position": {"x": 1580.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157875, "gate": "", "blockId": null, "orderNum": 7426, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112339, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1719.0}, "se": {"x": 1589.0, "y": 1729.0}, "sw": {"x": 1599.0, "y": 1719.0}, "nw": {"x": 1599.0, "y": 1729.0}}, "position": {"x": 1594.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157876, "gate": "", "blockId": null, "orderNum": 7431, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112340, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1719.0}, "se": {"x": 1603.0, "y": 1729.0}, "sw": {"x": 1613.0, "y": 1719.0}, "nw": {"x": 1613.0, "y": 1729.0}}, "position": {"x": 1608.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157877, "gate": "", "blockId": null, "orderNum": 7436, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112341, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1719.0}, "se": {"x": 1617.0, "y": 1729.0}, "sw": {"x": 1627.0, "y": 1719.0}, "nw": {"x": 1627.0, "y": 1729.0}}, "position": {"x": 1622.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157878, "gate": "", "blockId": null, "orderNum": 7452, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112342, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1719.0}, "se": {"x": 1631.0, "y": 1729.0}, "sw": {"x": 1641.0, "y": 1719.0}, "nw": {"x": 1641.0, "y": 1729.0}}, "position": {"x": 1636.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157879, "gate": "", "blockId": null, "orderNum": 7468, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112343, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1719.0}, "se": {"x": 1645.0, "y": 1729.0}, "sw": {"x": 1655.0, "y": 1719.0}, "nw": {"x": 1655.0, "y": 1729.0}}, "position": {"x": 1650.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157880, "gate": "", "blockId": null, "orderNum": 7484, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112344, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1719.0}, "se": {"x": 1659.0, "y": 1729.0}, "sw": {"x": 1669.0, "y": 1719.0}, "nw": {"x": 1669.0, "y": 1729.0}}, "position": {"x": 1664.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157881, "gate": "", "blockId": null, "orderNum": 7500, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112345, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1719.0}, "se": {"x": 1673.0, "y": 1729.0}, "sw": {"x": 1683.0, "y": 1719.0}, "nw": {"x": 1683.0, "y": 1729.0}}, "position": {"x": 1678.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157882, "gate": "", "blockId": null, "orderNum": 7516, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112346, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1733.0}, "se": {"x": 1547.0, "y": 1743.0}, "sw": {"x": 1557.0, "y": 1733.0}, "nw": {"x": 1557.0, "y": 1743.0}}, "position": {"x": 1552.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157873, "gate": "", "blockId": null, "orderNum": 7241, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112347, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1733.0}, "se": {"x": 1561.0, "y": 1743.0}, "sw": {"x": 1571.0, "y": 1733.0}, "nw": {"x": 1571.0, "y": 1743.0}}, "position": {"x": 1566.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157874, "gate": "", "blockId": null, "orderNum": 7420, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112348, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1733.0}, "se": {"x": 1575.0, "y": 1743.0}, "sw": {"x": 1585.0, "y": 1733.0}, "nw": {"x": 1585.0, "y": 1743.0}}, "position": {"x": 1580.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157875, "gate": "", "blockId": null, "orderNum": 7425, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112349, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1733.0}, "se": {"x": 1589.0, "y": 1743.0}, "sw": {"x": 1599.0, "y": 1733.0}, "nw": {"x": 1599.0, "y": 1743.0}}, "position": {"x": 1594.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157876, "gate": "", "blockId": null, "orderNum": 7430, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112350, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1733.0}, "se": {"x": 1603.0, "y": 1743.0}, "sw": {"x": 1613.0, "y": 1733.0}, "nw": {"x": 1613.0, "y": 1743.0}}, "position": {"x": 1608.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157877, "gate": "", "blockId": null, "orderNum": 7435, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112351, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1733.0}, "se": {"x": 1617.0, "y": 1743.0}, "sw": {"x": 1627.0, "y": 1733.0}, "nw": {"x": 1627.0, "y": 1743.0}}, "position": {"x": 1622.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157878, "gate": "", "blockId": null, "orderNum": 7451, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112352, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1733.0}, "se": {"x": 1631.0, "y": 1743.0}, "sw": {"x": 1641.0, "y": 1733.0}, "nw": {"x": 1641.0, "y": 1743.0}}, "position": {"x": 1636.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157879, "gate": "", "blockId": null, "orderNum": 7467, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112353, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1733.0}, "se": {"x": 1645.0, "y": 1743.0}, "sw": {"x": 1655.0, "y": 1733.0}, "nw": {"x": 1655.0, "y": 1743.0}}, "position": {"x": 1650.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157880, "gate": "", "blockId": null, "orderNum": 7483, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112354, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1733.0}, "se": {"x": 1659.0, "y": 1743.0}, "sw": {"x": 1669.0, "y": 1733.0}, "nw": {"x": 1669.0, "y": 1743.0}}, "position": {"x": 1664.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157881, "gate": "", "blockId": null, "orderNum": 7499, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112355, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1733.0}, "se": {"x": 1673.0, "y": 1743.0}, "sw": {"x": 1683.0, "y": 1733.0}, "nw": {"x": 1683.0, "y": 1743.0}}, "position": {"x": 1678.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157882, "gate": "", "blockId": null, "orderNum": 7515, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112356, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1733.0}, "se": {"x": 1701.0, "y": 1743.0}, "sw": {"x": 1711.0, "y": 1733.0}, "nw": {"x": 1711.0, "y": 1743.0}}, "position": {"x": 1706.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157859, "gate": "", "blockId": null, "orderNum": 7542, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112357, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1747.0}, "se": {"x": 1547.0, "y": 1757.0}, "sw": {"x": 1557.0, "y": 1747.0}, "nw": {"x": 1557.0, "y": 1757.0}}, "position": {"x": 1552.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157873, "gate": "", "blockId": null, "orderNum": 7240, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112358, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1747.0}, "se": {"x": 1561.0, "y": 1757.0}, "sw": {"x": 1571.0, "y": 1747.0}, "nw": {"x": 1571.0, "y": 1757.0}}, "position": {"x": 1566.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157874, "gate": "", "blockId": null, "orderNum": 7419, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112359, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1747.0}, "se": {"x": 1575.0, "y": 1757.0}, "sw": {"x": 1585.0, "y": 1747.0}, "nw": {"x": 1585.0, "y": 1757.0}}, "position": {"x": 1580.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157875, "gate": "", "blockId": null, "orderNum": 7424, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112360, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1747.0}, "se": {"x": 1589.0, "y": 1757.0}, "sw": {"x": 1599.0, "y": 1747.0}, "nw": {"x": 1599.0, "y": 1757.0}}, "position": {"x": 1594.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157876, "gate": "", "blockId": null, "orderNum": 7429, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112361, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1747.0}, "se": {"x": 1603.0, "y": 1757.0}, "sw": {"x": 1613.0, "y": 1747.0}, "nw": {"x": 1613.0, "y": 1757.0}}, "position": {"x": 1608.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157877, "gate": "", "blockId": null, "orderNum": 7434, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112362, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1747.0}, "se": {"x": 1617.0, "y": 1757.0}, "sw": {"x": 1627.0, "y": 1747.0}, "nw": {"x": 1627.0, "y": 1757.0}}, "position": {"x": 1622.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157878, "gate": "", "blockId": null, "orderNum": 7450, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112363, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1747.0}, "se": {"x": 1631.0, "y": 1757.0}, "sw": {"x": 1641.0, "y": 1747.0}, "nw": {"x": 1641.0, "y": 1757.0}}, "position": {"x": 1636.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157879, "gate": "", "blockId": null, "orderNum": 7466, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112364, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1747.0}, "se": {"x": 1645.0, "y": 1757.0}, "sw": {"x": 1655.0, "y": 1747.0}, "nw": {"x": 1655.0, "y": 1757.0}}, "position": {"x": 1650.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157880, "gate": "", "blockId": null, "orderNum": 7482, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112365, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1747.0}, "se": {"x": 1659.0, "y": 1757.0}, "sw": {"x": 1669.0, "y": 1747.0}, "nw": {"x": 1669.0, "y": 1757.0}}, "position": {"x": 1664.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157881, "gate": "", "blockId": null, "orderNum": 7498, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112366, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1747.0}, "se": {"x": 1673.0, "y": 1757.0}, "sw": {"x": 1683.0, "y": 1747.0}, "nw": {"x": 1683.0, "y": 1757.0}}, "position": {"x": 1678.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157882, "gate": "", "blockId": null, "orderNum": 7514, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112367, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1747.0}, "se": {"x": 1687.0, "y": 1757.0}, "sw": {"x": 1697.0, "y": 1747.0}, "nw": {"x": 1697.0, "y": 1757.0}}, "position": {"x": 1692.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157883, "gate": "", "blockId": null, "orderNum": 7529, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112368, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1747.0}, "se": {"x": 1715.0, "y": 1757.0}, "sw": {"x": 1725.0, "y": 1747.0}, "nw": {"x": 1725.0, "y": 1757.0}}, "position": {"x": 1720.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157871, "gate": "", "blockId": null, "orderNum": 7625, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112369, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1747.0}, "se": {"x": 1729.0, "y": 1757.0}, "sw": {"x": 1739.0, "y": 1747.0}, "nw": {"x": 1739.0, "y": 1757.0}}, "position": {"x": 1734.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157885, "gate": "", "blockId": null, "orderNum": 7710, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112370, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1761.0}, "se": {"x": 1547.0, "y": 1771.0}, "sw": {"x": 1557.0, "y": 1761.0}, "nw": {"x": 1557.0, "y": 1771.0}}, "position": {"x": 1552.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157873, "gate": "", "blockId": null, "orderNum": 7239, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112371, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1761.0}, "se": {"x": 1561.0, "y": 1771.0}, "sw": {"x": 1571.0, "y": 1761.0}, "nw": {"x": 1571.0, "y": 1771.0}}, "position": {"x": 1566.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157874, "gate": "", "blockId": null, "orderNum": 7418, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112372, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1761.0}, "se": {"x": 1575.0, "y": 1771.0}, "sw": {"x": 1585.0, "y": 1761.0}, "nw": {"x": 1585.0, "y": 1771.0}}, "position": {"x": 1580.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157875, "gate": "", "blockId": null, "orderNum": 7423, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112373, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1761.0}, "se": {"x": 1589.0, "y": 1771.0}, "sw": {"x": 1599.0, "y": 1761.0}, "nw": {"x": 1599.0, "y": 1771.0}}, "position": {"x": 1594.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157876, "gate": "", "blockId": null, "orderNum": 7428, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112374, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1761.0}, "se": {"x": 1603.0, "y": 1771.0}, "sw": {"x": 1613.0, "y": 1761.0}, "nw": {"x": 1613.0, "y": 1771.0}}, "position": {"x": 1608.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157877, "gate": "", "blockId": null, "orderNum": 7433, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112375, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1761.0}, "se": {"x": 1617.0, "y": 1771.0}, "sw": {"x": 1627.0, "y": 1761.0}, "nw": {"x": 1627.0, "y": 1771.0}}, "position": {"x": 1622.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157878, "gate": "", "blockId": null, "orderNum": 7449, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112376, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1761.0}, "se": {"x": 1631.0, "y": 1771.0}, "sw": {"x": 1641.0, "y": 1761.0}, "nw": {"x": 1641.0, "y": 1771.0}}, "position": {"x": 1636.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157879, "gate": "", "blockId": null, "orderNum": 7465, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112377, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1761.0}, "se": {"x": 1645.0, "y": 1771.0}, "sw": {"x": 1655.0, "y": 1761.0}, "nw": {"x": 1655.0, "y": 1771.0}}, "position": {"x": 1650.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157880, "gate": "", "blockId": null, "orderNum": 7481, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112378, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1761.0}, "se": {"x": 1659.0, "y": 1771.0}, "sw": {"x": 1669.0, "y": 1761.0}, "nw": {"x": 1669.0, "y": 1771.0}}, "position": {"x": 1664.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157881, "gate": "", "blockId": null, "orderNum": 7497, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112379, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1761.0}, "se": {"x": 1673.0, "y": 1771.0}, "sw": {"x": 1683.0, "y": 1761.0}, "nw": {"x": 1683.0, "y": 1771.0}}, "position": {"x": 1678.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157882, "gate": "", "blockId": null, "orderNum": 7513, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112380, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1761.0}, "se": {"x": 1687.0, "y": 1771.0}, "sw": {"x": 1697.0, "y": 1761.0}, "nw": {"x": 1697.0, "y": 1771.0}}, "position": {"x": 1692.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157883, "gate": "", "blockId": null, "orderNum": 7528, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112381, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1761.0}, "se": {"x": 1701.0, "y": 1771.0}, "sw": {"x": 1711.0, "y": 1761.0}, "nw": {"x": 1711.0, "y": 1771.0}}, "position": {"x": 1706.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157884, "gate": "", "blockId": null, "orderNum": 7541, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112382, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1761.0}, "se": {"x": 1729.0, "y": 1771.0}, "sw": {"x": 1739.0, "y": 1761.0}, "nw": {"x": 1739.0, "y": 1771.0}}, "position": {"x": 1734.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157885, "gate": "", "blockId": null, "orderNum": 7709, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112383, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1761.0}, "se": {"x": 1743.0, "y": 1771.0}, "sw": {"x": 1753.0, "y": 1761.0}, "nw": {"x": 1753.0, "y": 1771.0}}, "position": {"x": 1748.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157886, "gate": "", "blockId": null, "orderNum": 7796, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}], "7:6": [{"logicalSeatId": 1537112043, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1673.0}, "se": {"x": 1814.0, "y": 1673.0}, "sw": {"x": 1804.0, "y": 1663.0}, "nw": {"x": 1814.0, "y": 1663.0}}, "position": {"x": 1809.0, "y": 1668.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7626, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112044, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1659.0}, "se": {"x": 1814.0, "y": 1659.0}, "sw": {"x": 1804.0, "y": 1649.0}, "nw": {"x": 1814.0, "y": 1649.0}}, "position": {"x": 1809.0, "y": 1654.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7627, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112045, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1645.0}, "se": {"x": 1814.0, "y": 1645.0}, "sw": {"x": 1804.0, "y": 1635.0}, "nw": {"x": 1814.0, "y": 1635.0}}, "position": {"x": 1809.0, "y": 1640.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7628, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112046, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1631.0}, "se": {"x": 1814.0, "y": 1631.0}, "sw": {"x": 1804.0, "y": 1621.0}, "nw": {"x": 1814.0, "y": 1621.0}}, "position": {"x": 1809.0, "y": 1626.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7629, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112047, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1617.0}, "se": {"x": 1814.0, "y": 1617.0}, "sw": {"x": 1804.0, "y": 1607.0}, "nw": {"x": 1814.0, "y": 1607.0}}, "position": {"x": 1809.0, "y": 1612.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7630, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112048, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1603.0}, "se": {"x": 1814.0, "y": 1603.0}, "sw": {"x": 1804.0, "y": 1593.0}, "nw": {"x": 1814.0, "y": 1593.0}}, "position": {"x": 1809.0, "y": 1598.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7631, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112049, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1589.0}, "se": {"x": 1814.0, "y": 1589.0}, "sw": {"x": 1804.0, "y": 1579.0}, "nw": {"x": 1814.0, "y": 1579.0}}, "position": {"x": 1809.0, "y": 1584.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7632, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112050, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1575.0}, "se": {"x": 1814.0, "y": 1575.0}, "sw": {"x": 1804.0, "y": 1565.0}, "nw": {"x": 1814.0, "y": 1565.0}}, "position": {"x": 1809.0, "y": 1570.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7633, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112051, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1561.0}, "se": {"x": 1814.0, "y": 1561.0}, "sw": {"x": 1804.0, "y": 1551.0}, "nw": {"x": 1814.0, "y": 1551.0}}, "position": {"x": 1809.0, "y": 1556.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7634, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112052, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1547.0}, "se": {"x": 1814.0, "y": 1547.0}, "sw": {"x": 1804.0, "y": 1537.0}, "nw": {"x": 1814.0, "y": 1537.0}}, "position": {"x": 1809.0, "y": 1542.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7635, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112058, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1715.0}, "se": {"x": 1828.0, "y": 1715.0}, "sw": {"x": 1818.0, "y": 1705.0}, "nw": {"x": 1828.0, "y": 1705.0}}, "position": {"x": 1823.0, "y": 1710.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157561, "gate": "", "blockId": null, "orderNum": 7711, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112059, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1687.0}, "se": {"x": 1828.0, "y": 1687.0}, "sw": {"x": 1818.0, "y": 1677.0}, "nw": {"x": 1828.0, "y": 1677.0}}, "position": {"x": 1823.0, "y": 1682.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7712, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112060, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1673.0}, "se": {"x": 1828.0, "y": 1673.0}, "sw": {"x": 1818.0, "y": 1663.0}, "nw": {"x": 1828.0, "y": 1663.0}}, "position": {"x": 1823.0, "y": 1668.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7713, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112061, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1659.0}, "se": {"x": 1828.0, "y": 1659.0}, "sw": {"x": 1818.0, "y": 1649.0}, "nw": {"x": 1828.0, "y": 1649.0}}, "position": {"x": 1823.0, "y": 1654.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7714, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112062, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1645.0}, "se": {"x": 1828.0, "y": 1645.0}, "sw": {"x": 1818.0, "y": 1635.0}, "nw": {"x": 1828.0, "y": 1635.0}}, "position": {"x": 1823.0, "y": 1640.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7715, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112063, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1631.0}, "se": {"x": 1828.0, "y": 1631.0}, "sw": {"x": 1818.0, "y": 1621.0}, "nw": {"x": 1828.0, "y": 1621.0}}, "position": {"x": 1823.0, "y": 1626.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7716, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112064, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1617.0}, "se": {"x": 1828.0, "y": 1617.0}, "sw": {"x": 1818.0, "y": 1607.0}, "nw": {"x": 1828.0, "y": 1607.0}}, "position": {"x": 1823.0, "y": 1612.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7717, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112065, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1603.0}, "se": {"x": 1828.0, "y": 1603.0}, "sw": {"x": 1818.0, "y": 1593.0}, "nw": {"x": 1828.0, "y": 1593.0}}, "position": {"x": 1823.0, "y": 1598.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7718, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112066, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1589.0}, "se": {"x": 1828.0, "y": 1589.0}, "sw": {"x": 1818.0, "y": 1579.0}, "nw": {"x": 1828.0, "y": 1579.0}}, "position": {"x": 1823.0, "y": 1584.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7719, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112067, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1575.0}, "se": {"x": 1828.0, "y": 1575.0}, "sw": {"x": 1818.0, "y": 1565.0}, "nw": {"x": 1828.0, "y": 1565.0}}, "position": {"x": 1823.0, "y": 1570.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7720, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112068, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1561.0}, "se": {"x": 1828.0, "y": 1561.0}, "sw": {"x": 1818.0, "y": 1551.0}, "nw": {"x": 1828.0, "y": 1551.0}}, "position": {"x": 1823.0, "y": 1556.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7721, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112069, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1547.0}, "se": {"x": 1828.0, "y": 1547.0}, "sw": {"x": 1818.0, "y": 1537.0}, "nw": {"x": 1828.0, "y": 1537.0}}, "position": {"x": 1823.0, "y": 1542.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7722, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400012\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112075, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1729.0}, "se": {"x": 1842.0, "y": 1729.0}, "sw": {"x": 1832.0, "y": 1719.0}, "nw": {"x": 1842.0, "y": 1719.0}}, "position": {"x": 1837.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157578, "gate": "", "blockId": null, "orderNum": 7797, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112076, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1715.0}, "se": {"x": 1842.0, "y": 1715.0}, "sw": {"x": 1832.0, "y": 1705.0}, "nw": {"x": 1842.0, "y": 1705.0}}, "position": {"x": 1837.0, "y": 1710.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157578, "gate": "", "blockId": null, "orderNum": 7798, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112077, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1687.0}, "se": {"x": 1842.0, "y": 1687.0}, "sw": {"x": 1832.0, "y": 1677.0}, "nw": {"x": 1842.0, "y": 1677.0}}, "position": {"x": 1837.0, "y": 1682.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7799, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112078, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1673.0}, "se": {"x": 1842.0, "y": 1673.0}, "sw": {"x": 1832.0, "y": 1663.0}, "nw": {"x": 1842.0, "y": 1663.0}}, "position": {"x": 1837.0, "y": 1668.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7800, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112079, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1659.0}, "se": {"x": 1842.0, "y": 1659.0}, "sw": {"x": 1832.0, "y": 1649.0}, "nw": {"x": 1842.0, "y": 1649.0}}, "position": {"x": 1837.0, "y": 1654.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7801, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112080, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1645.0}, "se": {"x": 1842.0, "y": 1645.0}, "sw": {"x": 1832.0, "y": 1635.0}, "nw": {"x": 1842.0, "y": 1635.0}}, "position": {"x": 1837.0, "y": 1640.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7802, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112081, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1631.0}, "se": {"x": 1842.0, "y": 1631.0}, "sw": {"x": 1832.0, "y": 1621.0}, "nw": {"x": 1842.0, "y": 1621.0}}, "position": {"x": 1837.0, "y": 1626.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7803, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112082, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1617.0}, "se": {"x": 1842.0, "y": 1617.0}, "sw": {"x": 1832.0, "y": 1607.0}, "nw": {"x": 1842.0, "y": 1607.0}}, "position": {"x": 1837.0, "y": 1612.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7804, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112083, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1603.0}, "se": {"x": 1842.0, "y": 1603.0}, "sw": {"x": 1832.0, "y": 1593.0}, "nw": {"x": 1842.0, "y": 1593.0}}, "position": {"x": 1837.0, "y": 1598.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7805, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112084, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1589.0}, "se": {"x": 1842.0, "y": 1589.0}, "sw": {"x": 1832.0, "y": 1579.0}, "nw": {"x": 1842.0, "y": 1579.0}}, "position": {"x": 1837.0, "y": 1584.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7806, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112085, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1575.0}, "se": {"x": 1842.0, "y": 1575.0}, "sw": {"x": 1832.0, "y": 1565.0}, "nw": {"x": 1842.0, "y": 1565.0}}, "position": {"x": 1837.0, "y": 1570.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7807, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400011\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112086, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1561.0}, "se": {"x": 1842.0, "y": 1561.0}, "sw": {"x": 1832.0, "y": 1551.0}, "nw": {"x": 1842.0, "y": 1551.0}}, "position": {"x": 1837.0, "y": 1556.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7808, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400012\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112087, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1547.0}, "se": {"x": 1842.0, "y": 1547.0}, "sw": {"x": 1832.0, "y": 1537.0}, "nw": {"x": 1842.0, "y": 1537.0}}, "position": {"x": 1837.0, "y": 1542.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7809, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400013\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112093, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1743.0}, "se": {"x": 1856.0, "y": 1743.0}, "sw": {"x": 1846.0, "y": 1733.0}, "nw": {"x": 1856.0, "y": 1733.0}}, "position": {"x": 1851.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157596, "gate": "", "blockId": null, "orderNum": 7883, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112094, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1729.0}, "se": {"x": 1856.0, "y": 1729.0}, "sw": {"x": 1846.0, "y": 1719.0}, "nw": {"x": 1856.0, "y": 1719.0}}, "position": {"x": 1851.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157596, "gate": "", "blockId": null, "orderNum": 7884, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112095, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1701.0}, "se": {"x": 1856.0, "y": 1701.0}, "sw": {"x": 1846.0, "y": 1691.0}, "nw": {"x": 1856.0, "y": 1691.0}}, "position": {"x": 1851.0, "y": 1696.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7885, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112096, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1687.0}, "se": {"x": 1856.0, "y": 1687.0}, "sw": {"x": 1846.0, "y": 1677.0}, "nw": {"x": 1856.0, "y": 1677.0}}, "position": {"x": 1851.0, "y": 1682.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7886, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112097, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1673.0}, "se": {"x": 1856.0, "y": 1673.0}, "sw": {"x": 1846.0, "y": 1663.0}, "nw": {"x": 1856.0, "y": 1663.0}}, "position": {"x": 1851.0, "y": 1668.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7887, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112098, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1659.0}, "se": {"x": 1856.0, "y": 1659.0}, "sw": {"x": 1846.0, "y": 1649.0}, "nw": {"x": 1856.0, "y": 1649.0}}, "position": {"x": 1851.0, "y": 1654.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7888, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112099, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1645.0}, "se": {"x": 1856.0, "y": 1645.0}, "sw": {"x": 1846.0, "y": 1635.0}, "nw": {"x": 1856.0, "y": 1635.0}}, "position": {"x": 1851.0, "y": 1640.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7889, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112100, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1631.0}, "se": {"x": 1856.0, "y": 1631.0}, "sw": {"x": 1846.0, "y": 1621.0}, "nw": {"x": 1856.0, "y": 1621.0}}, "position": {"x": 1851.0, "y": 1626.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7890, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112101, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1617.0}, "se": {"x": 1856.0, "y": 1617.0}, "sw": {"x": 1846.0, "y": 1607.0}, "nw": {"x": 1856.0, "y": 1607.0}}, "position": {"x": 1851.0, "y": 1612.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7891, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112102, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1603.0}, "se": {"x": 1856.0, "y": 1603.0}, "sw": {"x": 1846.0, "y": 1593.0}, "nw": {"x": 1856.0, "y": 1593.0}}, "position": {"x": 1851.0, "y": 1598.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7892, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112103, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1589.0}, "se": {"x": 1856.0, "y": 1589.0}, "sw": {"x": 1846.0, "y": 1579.0}, "nw": {"x": 1856.0, "y": 1579.0}}, "position": {"x": 1851.0, "y": 1584.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7893, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400011\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112104, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1575.0}, "se": {"x": 1856.0, "y": 1575.0}, "sw": {"x": 1846.0, "y": 1565.0}, "nw": {"x": 1856.0, "y": 1565.0}}, "position": {"x": 1851.0, "y": 1570.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7894, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400012\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112105, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1561.0}, "se": {"x": 1856.0, "y": 1561.0}, "sw": {"x": 1846.0, "y": 1551.0}, "nw": {"x": 1856.0, "y": 1551.0}}, "position": {"x": 1851.0, "y": 1556.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7895, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400013\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112106, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1547.0}, "se": {"x": 1856.0, "y": 1547.0}, "sw": {"x": 1846.0, "y": 1537.0}, "nw": {"x": 1856.0, "y": 1537.0}}, "position": {"x": 1851.0, "y": 1542.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7896, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400014\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}], "6:7": [{"logicalSeatId": 1537112397, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1803.0}, "se": {"x": 1547.0, "y": 1813.0}, "sw": {"x": 1557.0, "y": 1803.0}, "nw": {"x": 1557.0, "y": 1813.0}}, "position": {"x": 1552.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7447, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112398, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1803.0}, "se": {"x": 1561.0, "y": 1813.0}, "sw": {"x": 1571.0, "y": 1803.0}, "nw": {"x": 1571.0, "y": 1813.0}}, "position": {"x": 1566.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7463, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112399, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1803.0}, "se": {"x": 1575.0, "y": 1813.0}, "sw": {"x": 1585.0, "y": 1803.0}, "nw": {"x": 1585.0, "y": 1813.0}}, "position": {"x": 1580.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7479, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112400, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1803.0}, "se": {"x": 1589.0, "y": 1813.0}, "sw": {"x": 1599.0, "y": 1803.0}, "nw": {"x": 1599.0, "y": 1813.0}}, "position": {"x": 1594.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7495, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112401, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1803.0}, "se": {"x": 1603.0, "y": 1813.0}, "sw": {"x": 1613.0, "y": 1803.0}, "nw": {"x": 1613.0, "y": 1813.0}}, "position": {"x": 1608.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7511, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112402, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1803.0}, "se": {"x": 1617.0, "y": 1813.0}, "sw": {"x": 1627.0, "y": 1803.0}, "nw": {"x": 1627.0, "y": 1813.0}}, "position": {"x": 1622.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7526, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112403, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1803.0}, "se": {"x": 1631.0, "y": 1813.0}, "sw": {"x": 1641.0, "y": 1803.0}, "nw": {"x": 1641.0, "y": 1813.0}}, "position": {"x": 1636.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7539, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112404, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1803.0}, "se": {"x": 1645.0, "y": 1813.0}, "sw": {"x": 1655.0, "y": 1803.0}, "nw": {"x": 1655.0, "y": 1813.0}}, "position": {"x": 1650.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7623, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112405, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1803.0}, "se": {"x": 1659.0, "y": 1813.0}, "sw": {"x": 1669.0, "y": 1803.0}, "nw": {"x": 1669.0, "y": 1813.0}}, "position": {"x": 1664.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7707, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112406, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1803.0}, "se": {"x": 1673.0, "y": 1813.0}, "sw": {"x": 1683.0, "y": 1803.0}, "nw": {"x": 1683.0, "y": 1813.0}}, "position": {"x": 1678.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7794, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112407, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1803.0}, "se": {"x": 1687.0, "y": 1813.0}, "sw": {"x": 1697.0, "y": 1803.0}, "nw": {"x": 1697.0, "y": 1813.0}}, "position": {"x": 1692.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7881, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112408, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1803.0}, "se": {"x": 1701.0, "y": 1813.0}, "sw": {"x": 1711.0, "y": 1803.0}, "nw": {"x": 1711.0, "y": 1813.0}}, "position": {"x": 1706.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7968, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112409, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1803.0}, "se": {"x": 1715.0, "y": 1813.0}, "sw": {"x": 1725.0, "y": 1803.0}, "nw": {"x": 1725.0, "y": 1813.0}}, "position": {"x": 1720.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7979, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112410, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1803.0}, "se": {"x": 1729.0, "y": 1813.0}, "sw": {"x": 1739.0, "y": 1803.0}, "nw": {"x": 1739.0, "y": 1813.0}}, "position": {"x": 1734.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7990, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112412, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1817.0}, "se": {"x": 1547.0, "y": 1827.0}, "sw": {"x": 1557.0, "y": 1817.0}, "nw": {"x": 1557.0, "y": 1827.0}}, "position": {"x": 1552.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7446, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112413, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1817.0}, "se": {"x": 1561.0, "y": 1827.0}, "sw": {"x": 1571.0, "y": 1817.0}, "nw": {"x": 1571.0, "y": 1827.0}}, "position": {"x": 1566.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7462, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112414, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1817.0}, "se": {"x": 1575.0, "y": 1827.0}, "sw": {"x": 1585.0, "y": 1817.0}, "nw": {"x": 1585.0, "y": 1827.0}}, "position": {"x": 1580.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7478, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112415, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1817.0}, "se": {"x": 1589.0, "y": 1827.0}, "sw": {"x": 1599.0, "y": 1817.0}, "nw": {"x": 1599.0, "y": 1827.0}}, "position": {"x": 1594.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7494, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112416, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1817.0}, "se": {"x": 1603.0, "y": 1827.0}, "sw": {"x": 1613.0, "y": 1817.0}, "nw": {"x": 1613.0, "y": 1827.0}}, "position": {"x": 1608.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7510, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112417, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1817.0}, "se": {"x": 1617.0, "y": 1827.0}, "sw": {"x": 1627.0, "y": 1817.0}, "nw": {"x": 1627.0, "y": 1827.0}}, "position": {"x": 1622.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7525, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112418, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1817.0}, "se": {"x": 1631.0, "y": 1827.0}, "sw": {"x": 1641.0, "y": 1817.0}, "nw": {"x": 1641.0, "y": 1827.0}}, "position": {"x": 1636.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7538, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112419, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1817.0}, "se": {"x": 1645.0, "y": 1827.0}, "sw": {"x": 1655.0, "y": 1817.0}, "nw": {"x": 1655.0, "y": 1827.0}}, "position": {"x": 1650.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7622, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112420, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1817.0}, "se": {"x": 1659.0, "y": 1827.0}, "sw": {"x": 1669.0, "y": 1817.0}, "nw": {"x": 1669.0, "y": 1827.0}}, "position": {"x": 1664.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7706, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112421, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1817.0}, "se": {"x": 1673.0, "y": 1827.0}, "sw": {"x": 1683.0, "y": 1817.0}, "nw": {"x": 1683.0, "y": 1827.0}}, "position": {"x": 1678.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7793, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112422, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1817.0}, "se": {"x": 1687.0, "y": 1827.0}, "sw": {"x": 1697.0, "y": 1817.0}, "nw": {"x": 1697.0, "y": 1827.0}}, "position": {"x": 1692.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7880, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112423, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1817.0}, "se": {"x": 1701.0, "y": 1827.0}, "sw": {"x": 1711.0, "y": 1817.0}, "nw": {"x": 1711.0, "y": 1827.0}}, "position": {"x": 1706.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7967, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112424, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1817.0}, "se": {"x": 1715.0, "y": 1827.0}, "sw": {"x": 1725.0, "y": 1817.0}, "nw": {"x": 1725.0, "y": 1827.0}}, "position": {"x": 1720.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7978, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112425, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1817.0}, "se": {"x": 1729.0, "y": 1827.0}, "sw": {"x": 1739.0, "y": 1817.0}, "nw": {"x": 1739.0, "y": 1827.0}}, "position": {"x": 1734.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7989, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112426, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1817.0}, "se": {"x": 1743.0, "y": 1827.0}, "sw": {"x": 1753.0, "y": 1817.0}, "nw": {"x": 1753.0, "y": 1827.0}}, "position": {"x": 1748.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7999, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112428, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1831.0}, "se": {"x": 1547.0, "y": 1841.0}, "sw": {"x": 1557.0, "y": 1831.0}, "nw": {"x": 1557.0, "y": 1841.0}}, "position": {"x": 1552.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7445, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112429, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1831.0}, "se": {"x": 1561.0, "y": 1841.0}, "sw": {"x": 1571.0, "y": 1831.0}, "nw": {"x": 1571.0, "y": 1841.0}}, "position": {"x": 1566.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7461, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112430, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1831.0}, "se": {"x": 1575.0, "y": 1841.0}, "sw": {"x": 1585.0, "y": 1831.0}, "nw": {"x": 1585.0, "y": 1841.0}}, "position": {"x": 1580.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7477, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112431, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1831.0}, "se": {"x": 1589.0, "y": 1841.0}, "sw": {"x": 1599.0, "y": 1831.0}, "nw": {"x": 1599.0, "y": 1841.0}}, "position": {"x": 1594.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7493, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112432, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1831.0}, "se": {"x": 1603.0, "y": 1841.0}, "sw": {"x": 1613.0, "y": 1831.0}, "nw": {"x": 1613.0, "y": 1841.0}}, "position": {"x": 1608.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7509, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112433, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1831.0}, "se": {"x": 1617.0, "y": 1841.0}, "sw": {"x": 1627.0, "y": 1831.0}, "nw": {"x": 1627.0, "y": 1841.0}}, "position": {"x": 1622.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7524, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112434, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1831.0}, "se": {"x": 1631.0, "y": 1841.0}, "sw": {"x": 1641.0, "y": 1831.0}, "nw": {"x": 1641.0, "y": 1841.0}}, "position": {"x": 1636.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7537, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112435, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1831.0}, "se": {"x": 1645.0, "y": 1841.0}, "sw": {"x": 1655.0, "y": 1831.0}, "nw": {"x": 1655.0, "y": 1841.0}}, "position": {"x": 1650.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7621, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112436, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1831.0}, "se": {"x": 1659.0, "y": 1841.0}, "sw": {"x": 1669.0, "y": 1831.0}, "nw": {"x": 1669.0, "y": 1841.0}}, "position": {"x": 1664.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7705, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112437, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1831.0}, "se": {"x": 1673.0, "y": 1841.0}, "sw": {"x": 1683.0, "y": 1831.0}, "nw": {"x": 1683.0, "y": 1841.0}}, "position": {"x": 1678.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7792, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112438, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1831.0}, "se": {"x": 1687.0, "y": 1841.0}, "sw": {"x": 1697.0, "y": 1831.0}, "nw": {"x": 1697.0, "y": 1841.0}}, "position": {"x": 1692.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7879, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112439, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1831.0}, "se": {"x": 1701.0, "y": 1841.0}, "sw": {"x": 1711.0, "y": 1831.0}, "nw": {"x": 1711.0, "y": 1841.0}}, "position": {"x": 1706.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7966, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112440, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1831.0}, "se": {"x": 1715.0, "y": 1841.0}, "sw": {"x": 1725.0, "y": 1831.0}, "nw": {"x": 1725.0, "y": 1841.0}}, "position": {"x": 1720.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7977, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112441, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1831.0}, "se": {"x": 1729.0, "y": 1841.0}, "sw": {"x": 1739.0, "y": 1831.0}, "nw": {"x": 1739.0, "y": 1841.0}}, "position": {"x": 1734.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7988, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112442, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1831.0}, "se": {"x": 1743.0, "y": 1841.0}, "sw": {"x": 1753.0, "y": 1831.0}, "nw": {"x": 1753.0, "y": 1841.0}}, "position": {"x": 1748.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7998, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112445, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1845.0}, "se": {"x": 1547.0, "y": 1855.0}, "sw": {"x": 1557.0, "y": 1845.0}, "nw": {"x": 1557.0, "y": 1855.0}}, "position": {"x": 1552.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7444, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112446, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1845.0}, "se": {"x": 1561.0, "y": 1855.0}, "sw": {"x": 1571.0, "y": 1845.0}, "nw": {"x": 1571.0, "y": 1855.0}}, "position": {"x": 1566.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7460, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112447, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1845.0}, "se": {"x": 1575.0, "y": 1855.0}, "sw": {"x": 1585.0, "y": 1845.0}, "nw": {"x": 1585.0, "y": 1855.0}}, "position": {"x": 1580.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7476, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112448, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1845.0}, "se": {"x": 1589.0, "y": 1855.0}, "sw": {"x": 1599.0, "y": 1845.0}, "nw": {"x": 1599.0, "y": 1855.0}}, "position": {"x": 1594.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7492, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112449, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1845.0}, "se": {"x": 1603.0, "y": 1855.0}, "sw": {"x": 1613.0, "y": 1845.0}, "nw": {"x": 1613.0, "y": 1855.0}}, "position": {"x": 1608.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7508, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112450, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1845.0}, "se": {"x": 1617.0, "y": 1855.0}, "sw": {"x": 1627.0, "y": 1845.0}, "nw": {"x": 1627.0, "y": 1855.0}}, "position": {"x": 1622.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7523, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112451, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1845.0}, "se": {"x": 1631.0, "y": 1855.0}, "sw": {"x": 1641.0, "y": 1845.0}, "nw": {"x": 1641.0, "y": 1855.0}}, "position": {"x": 1636.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7536, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112452, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1845.0}, "se": {"x": 1645.0, "y": 1855.0}, "sw": {"x": 1655.0, "y": 1845.0}, "nw": {"x": 1655.0, "y": 1855.0}}, "position": {"x": 1650.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7620, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112453, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1845.0}, "se": {"x": 1659.0, "y": 1855.0}, "sw": {"x": 1669.0, "y": 1845.0}, "nw": {"x": 1669.0, "y": 1855.0}}, "position": {"x": 1664.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7704, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112454, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1845.0}, "se": {"x": 1673.0, "y": 1855.0}, "sw": {"x": 1683.0, "y": 1845.0}, "nw": {"x": 1683.0, "y": 1855.0}}, "position": {"x": 1678.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7791, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112455, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1845.0}, "se": {"x": 1687.0, "y": 1855.0}, "sw": {"x": 1697.0, "y": 1845.0}, "nw": {"x": 1697.0, "y": 1855.0}}, "position": {"x": 1692.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7878, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112456, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1845.0}, "se": {"x": 1701.0, "y": 1855.0}, "sw": {"x": 1711.0, "y": 1845.0}, "nw": {"x": 1711.0, "y": 1855.0}}, "position": {"x": 1706.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7965, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112457, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1845.0}, "se": {"x": 1715.0, "y": 1855.0}, "sw": {"x": 1725.0, "y": 1845.0}, "nw": {"x": 1725.0, "y": 1855.0}}, "position": {"x": 1720.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7976, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112458, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1845.0}, "se": {"x": 1729.0, "y": 1855.0}, "sw": {"x": 1739.0, "y": 1845.0}, "nw": {"x": 1739.0, "y": 1855.0}}, "position": {"x": 1734.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7987, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112459, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1845.0}, "se": {"x": 1743.0, "y": 1855.0}, "sw": {"x": 1753.0, "y": 1845.0}, "nw": {"x": 1753.0, "y": 1855.0}}, "position": {"x": 1748.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7997, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112463, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1859.0}, "se": {"x": 1547.0, "y": 1869.0}, "sw": {"x": 1557.0, "y": 1859.0}, "nw": {"x": 1557.0, "y": 1869.0}}, "position": {"x": 1552.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7443, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112464, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1859.0}, "se": {"x": 1561.0, "y": 1869.0}, "sw": {"x": 1571.0, "y": 1859.0}, "nw": {"x": 1571.0, "y": 1869.0}}, "position": {"x": 1566.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7459, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112465, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1859.0}, "se": {"x": 1575.0, "y": 1869.0}, "sw": {"x": 1585.0, "y": 1859.0}, "nw": {"x": 1585.0, "y": 1869.0}}, "position": {"x": 1580.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7475, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112466, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1859.0}, "se": {"x": 1589.0, "y": 1869.0}, "sw": {"x": 1599.0, "y": 1859.0}, "nw": {"x": 1599.0, "y": 1869.0}}, "position": {"x": 1594.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7491, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112467, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1859.0}, "se": {"x": 1603.0, "y": 1869.0}, "sw": {"x": 1613.0, "y": 1859.0}, "nw": {"x": 1613.0, "y": 1869.0}}, "position": {"x": 1608.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7507, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112468, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1859.0}, "se": {"x": 1617.0, "y": 1869.0}, "sw": {"x": 1627.0, "y": 1859.0}, "nw": {"x": 1627.0, "y": 1869.0}}, "position": {"x": 1622.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7522, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112469, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1859.0}, "se": {"x": 1631.0, "y": 1869.0}, "sw": {"x": 1641.0, "y": 1859.0}, "nw": {"x": 1641.0, "y": 1869.0}}, "position": {"x": 1636.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7535, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112470, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1859.0}, "se": {"x": 1645.0, "y": 1869.0}, "sw": {"x": 1655.0, "y": 1859.0}, "nw": {"x": 1655.0, "y": 1869.0}}, "position": {"x": 1650.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7619, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112471, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1859.0}, "se": {"x": 1659.0, "y": 1869.0}, "sw": {"x": 1669.0, "y": 1859.0}, "nw": {"x": 1669.0, "y": 1869.0}}, "position": {"x": 1664.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7703, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112472, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1859.0}, "se": {"x": 1673.0, "y": 1869.0}, "sw": {"x": 1683.0, "y": 1859.0}, "nw": {"x": 1683.0, "y": 1869.0}}, "position": {"x": 1678.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7790, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112473, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1859.0}, "se": {"x": 1687.0, "y": 1869.0}, "sw": {"x": 1697.0, "y": 1859.0}, "nw": {"x": 1697.0, "y": 1869.0}}, "position": {"x": 1692.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7877, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112474, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1859.0}, "se": {"x": 1701.0, "y": 1869.0}, "sw": {"x": 1711.0, "y": 1859.0}, "nw": {"x": 1711.0, "y": 1869.0}}, "position": {"x": 1706.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7964, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112475, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1859.0}, "se": {"x": 1715.0, "y": 1869.0}, "sw": {"x": 1725.0, "y": 1859.0}, "nw": {"x": 1725.0, "y": 1869.0}}, "position": {"x": 1720.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7975, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112476, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1859.0}, "se": {"x": 1729.0, "y": 1869.0}, "sw": {"x": 1739.0, "y": 1859.0}, "nw": {"x": 1739.0, "y": 1869.0}}, "position": {"x": 1734.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7986, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112477, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1859.0}, "se": {"x": 1743.0, "y": 1869.0}, "sw": {"x": 1753.0, "y": 1859.0}, "nw": {"x": 1753.0, "y": 1869.0}}, "position": {"x": 1748.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7996, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112478, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1757.0, "y": 1859.0}, "se": {"x": 1757.0, "y": 1869.0}, "sw": {"x": 1767.0, "y": 1859.0}, "nw": {"x": 1767.0, "y": 1869.0}}, "position": {"x": 1762.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158107, "gate": "", "blockId": null, "orderNum": 8005, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400016\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112482, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1873.0}, "se": {"x": 1547.0, "y": 1883.0}, "sw": {"x": 1557.0, "y": 1873.0}, "nw": {"x": 1557.0, "y": 1883.0}}, "position": {"x": 1552.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7442, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112483, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1873.0}, "se": {"x": 1561.0, "y": 1883.0}, "sw": {"x": 1571.0, "y": 1873.0}, "nw": {"x": 1571.0, "y": 1883.0}}, "position": {"x": 1566.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7458, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112484, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1873.0}, "se": {"x": 1575.0, "y": 1883.0}, "sw": {"x": 1585.0, "y": 1873.0}, "nw": {"x": 1585.0, "y": 1883.0}}, "position": {"x": 1580.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7474, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112485, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1873.0}, "se": {"x": 1589.0, "y": 1883.0}, "sw": {"x": 1599.0, "y": 1873.0}, "nw": {"x": 1599.0, "y": 1883.0}}, "position": {"x": 1594.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7490, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112486, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1873.0}, "se": {"x": 1603.0, "y": 1883.0}, "sw": {"x": 1613.0, "y": 1873.0}, "nw": {"x": 1613.0, "y": 1883.0}}, "position": {"x": 1608.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7506, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112487, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1873.0}, "se": {"x": 1617.0, "y": 1883.0}, "sw": {"x": 1627.0, "y": 1873.0}, "nw": {"x": 1627.0, "y": 1883.0}}, "position": {"x": 1622.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7521, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112488, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1873.0}, "se": {"x": 1631.0, "y": 1883.0}, "sw": {"x": 1641.0, "y": 1873.0}, "nw": {"x": 1641.0, "y": 1883.0}}, "position": {"x": 1636.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7534, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112489, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1873.0}, "se": {"x": 1645.0, "y": 1883.0}, "sw": {"x": 1655.0, "y": 1873.0}, "nw": {"x": 1655.0, "y": 1883.0}}, "position": {"x": 1650.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7618, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112490, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1873.0}, "se": {"x": 1659.0, "y": 1883.0}, "sw": {"x": 1669.0, "y": 1873.0}, "nw": {"x": 1669.0, "y": 1883.0}}, "position": {"x": 1664.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7702, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112491, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1873.0}, "se": {"x": 1673.0, "y": 1883.0}, "sw": {"x": 1683.0, "y": 1873.0}, "nw": {"x": 1683.0, "y": 1883.0}}, "position": {"x": 1678.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7789, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112492, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1873.0}, "se": {"x": 1687.0, "y": 1883.0}, "sw": {"x": 1697.0, "y": 1873.0}, "nw": {"x": 1697.0, "y": 1883.0}}, "position": {"x": 1692.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7876, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112493, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1873.0}, "se": {"x": 1701.0, "y": 1883.0}, "sw": {"x": 1711.0, "y": 1873.0}, "nw": {"x": 1711.0, "y": 1883.0}}, "position": {"x": 1706.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7963, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112494, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1873.0}, "se": {"x": 1715.0, "y": 1883.0}, "sw": {"x": 1725.0, "y": 1873.0}, "nw": {"x": 1725.0, "y": 1883.0}}, "position": {"x": 1720.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7974, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112495, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1873.0}, "se": {"x": 1729.0, "y": 1883.0}, "sw": {"x": 1739.0, "y": 1873.0}, "nw": {"x": 1739.0, "y": 1883.0}}, "position": {"x": 1734.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7985, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112496, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1873.0}, "se": {"x": 1743.0, "y": 1883.0}, "sw": {"x": 1753.0, "y": 1873.0}, "nw": {"x": 1753.0, "y": 1883.0}}, "position": {"x": 1748.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7995, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112497, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1757.0, "y": 1873.0}, "se": {"x": 1757.0, "y": 1883.0}, "sw": {"x": 1767.0, "y": 1873.0}, "nw": {"x": 1767.0, "y": 1883.0}}, "position": {"x": 1762.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158107, "gate": "", "blockId": null, "orderNum": 8004, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400016\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112498, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1785.0, "y": 1873.0}, "se": {"x": 1785.0, "y": 1883.0}, "sw": {"x": 1795.0, "y": 1873.0}, "nw": {"x": 1795.0, "y": 1883.0}}, "position": {"x": 1790.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158108, "gate": "", "blockId": null, "orderNum": 8011, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400017\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112507, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1887.0}, "se": {"x": 1547.0, "y": 1897.0}, "sw": {"x": 1557.0, "y": 1887.0}, "nw": {"x": 1557.0, "y": 1897.0}}, "position": {"x": 1552.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7441, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112508, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1887.0}, "se": {"x": 1561.0, "y": 1897.0}, "sw": {"x": 1571.0, "y": 1887.0}, "nw": {"x": 1571.0, "y": 1897.0}}, "position": {"x": 1566.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7457, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112509, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1887.0}, "se": {"x": 1575.0, "y": 1897.0}, "sw": {"x": 1585.0, "y": 1887.0}, "nw": {"x": 1585.0, "y": 1897.0}}, "position": {"x": 1580.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7473, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112510, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1887.0}, "se": {"x": 1589.0, "y": 1897.0}, "sw": {"x": 1599.0, "y": 1887.0}, "nw": {"x": 1599.0, "y": 1897.0}}, "position": {"x": 1594.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7489, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112511, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1887.0}, "se": {"x": 1603.0, "y": 1897.0}, "sw": {"x": 1613.0, "y": 1887.0}, "nw": {"x": 1613.0, "y": 1897.0}}, "position": {"x": 1608.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7505, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112512, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1887.0}, "se": {"x": 1617.0, "y": 1897.0}, "sw": {"x": 1627.0, "y": 1887.0}, "nw": {"x": 1627.0, "y": 1897.0}}, "position": {"x": 1622.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7520, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112513, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1887.0}, "se": {"x": 1631.0, "y": 1897.0}, "sw": {"x": 1641.0, "y": 1887.0}, "nw": {"x": 1641.0, "y": 1897.0}}, "position": {"x": 1636.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7533, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112514, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1887.0}, "se": {"x": 1645.0, "y": 1897.0}, "sw": {"x": 1655.0, "y": 1887.0}, "nw": {"x": 1655.0, "y": 1897.0}}, "position": {"x": 1650.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7617, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112515, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1887.0}, "se": {"x": 1659.0, "y": 1897.0}, "sw": {"x": 1669.0, "y": 1887.0}, "nw": {"x": 1669.0, "y": 1897.0}}, "position": {"x": 1664.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7701, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112516, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1887.0}, "se": {"x": 1673.0, "y": 1897.0}, "sw": {"x": 1683.0, "y": 1887.0}, "nw": {"x": 1683.0, "y": 1897.0}}, "position": {"x": 1678.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7788, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112517, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1887.0}, "se": {"x": 1687.0, "y": 1897.0}, "sw": {"x": 1697.0, "y": 1887.0}, "nw": {"x": 1697.0, "y": 1897.0}}, "position": {"x": 1692.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7875, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112518, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1887.0}, "se": {"x": 1701.0, "y": 1897.0}, "sw": {"x": 1711.0, "y": 1887.0}, "nw": {"x": 1711.0, "y": 1897.0}}, "position": {"x": 1706.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7962, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112519, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1887.0}, "se": {"x": 1715.0, "y": 1897.0}, "sw": {"x": 1725.0, "y": 1887.0}, "nw": {"x": 1725.0, "y": 1897.0}}, "position": {"x": 1720.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7973, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112520, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1887.0}, "se": {"x": 1729.0, "y": 1897.0}, "sw": {"x": 1739.0, "y": 1887.0}, "nw": {"x": 1739.0, "y": 1897.0}}, "position": {"x": 1734.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7984, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112521, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1887.0}, "se": {"x": 1743.0, "y": 1897.0}, "sw": {"x": 1753.0, "y": 1887.0}, "nw": {"x": 1753.0, "y": 1897.0}}, "position": {"x": 1748.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7994, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112522, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1757.0, "y": 1887.0}, "se": {"x": 1757.0, "y": 1897.0}, "sw": {"x": 1767.0, "y": 1887.0}, "nw": {"x": 1767.0, "y": 1897.0}}, "position": {"x": 1762.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158107, "gate": "", "blockId": null, "orderNum": 8003, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400016\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112523, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1785.0, "y": 1887.0}, "se": {"x": 1785.0, "y": 1897.0}, "sw": {"x": 1795.0, "y": 1887.0}, "nw": {"x": 1795.0, "y": 1897.0}}, "position": {"x": 1790.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158108, "gate": "", "blockId": null, "orderNum": 8010, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400017\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112533, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1901.0}, "se": {"x": 1547.0, "y": 1911.0}, "sw": {"x": 1557.0, "y": 1901.0}, "nw": {"x": 1557.0, "y": 1911.0}}, "position": {"x": 1552.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7440, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112534, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1901.0}, "se": {"x": 1561.0, "y": 1911.0}, "sw": {"x": 1571.0, "y": 1901.0}, "nw": {"x": 1571.0, "y": 1911.0}}, "position": {"x": 1566.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7456, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112535, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1901.0}, "se": {"x": 1575.0, "y": 1911.0}, "sw": {"x": 1585.0, "y": 1901.0}, "nw": {"x": 1585.0, "y": 1911.0}}, "position": {"x": 1580.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7472, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112536, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1901.0}, "se": {"x": 1589.0, "y": 1911.0}, "sw": {"x": 1599.0, "y": 1901.0}, "nw": {"x": 1599.0, "y": 1911.0}}, "position": {"x": 1594.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7488, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112537, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1901.0}, "se": {"x": 1603.0, "y": 1911.0}, "sw": {"x": 1613.0, "y": 1901.0}, "nw": {"x": 1613.0, "y": 1911.0}}, "position": {"x": 1608.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7504, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112538, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1901.0}, "se": {"x": 1617.0, "y": 1911.0}, "sw": {"x": 1627.0, "y": 1901.0}, "nw": {"x": 1627.0, "y": 1911.0}}, "position": {"x": 1622.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7519, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112539, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1901.0}, "se": {"x": 1631.0, "y": 1911.0}, "sw": {"x": 1641.0, "y": 1901.0}, "nw": {"x": 1641.0, "y": 1911.0}}, "position": {"x": 1636.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7532, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112540, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1901.0}, "se": {"x": 1645.0, "y": 1911.0}, "sw": {"x": 1655.0, "y": 1901.0}, "nw": {"x": 1655.0, "y": 1911.0}}, "position": {"x": 1650.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7616, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112541, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1901.0}, "se": {"x": 1659.0, "y": 1911.0}, "sw": {"x": 1669.0, "y": 1901.0}, "nw": {"x": 1669.0, "y": 1911.0}}, "position": {"x": 1664.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7700, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112542, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1901.0}, "se": {"x": 1673.0, "y": 1911.0}, "sw": {"x": 1683.0, "y": 1901.0}, "nw": {"x": 1683.0, "y": 1911.0}}, "position": {"x": 1678.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7787, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112543, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1901.0}, "se": {"x": 1687.0, "y": 1911.0}, "sw": {"x": 1697.0, "y": 1901.0}, "nw": {"x": 1697.0, "y": 1911.0}}, "position": {"x": 1692.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7874, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112544, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1901.0}, "se": {"x": 1701.0, "y": 1911.0}, "sw": {"x": 1711.0, "y": 1901.0}, "nw": {"x": 1711.0, "y": 1911.0}}, "position": {"x": 1706.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7961, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112545, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1901.0}, "se": {"x": 1715.0, "y": 1911.0}, "sw": {"x": 1725.0, "y": 1901.0}, "nw": {"x": 1725.0, "y": 1911.0}}, "position": {"x": 1720.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7972, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112546, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1901.0}, "se": {"x": 1729.0, "y": 1911.0}, "sw": {"x": 1739.0, "y": 1901.0}, "nw": {"x": 1739.0, "y": 1911.0}}, "position": {"x": 1734.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7983, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112547, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1901.0}, "se": {"x": 1743.0, "y": 1911.0}, "sw": {"x": 1753.0, "y": 1901.0}, "nw": {"x": 1753.0, "y": 1911.0}}, "position": {"x": 1748.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7993, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112548, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1757.0, "y": 1901.0}, "se": {"x": 1757.0, "y": 1911.0}, "sw": {"x": 1767.0, "y": 1901.0}, "nw": {"x": 1767.0, "y": 1911.0}}, "position": {"x": 1762.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158107, "gate": "", "blockId": null, "orderNum": 8002, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400016\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112549, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1785.0, "y": 1901.0}, "se": {"x": 1785.0, "y": 1911.0}, "sw": {"x": 1795.0, "y": 1901.0}, "nw": {"x": 1795.0, "y": 1911.0}}, "position": {"x": 1790.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158108, "gate": "", "blockId": null, "orderNum": 8009, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400017\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112560, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1915.0}, "se": {"x": 1547.0, "y": 1925.0}, "sw": {"x": 1557.0, "y": 1915.0}, "nw": {"x": 1557.0, "y": 1925.0}}, "position": {"x": 1552.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7439, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112561, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1915.0}, "se": {"x": 1561.0, "y": 1925.0}, "sw": {"x": 1571.0, "y": 1915.0}, "nw": {"x": 1571.0, "y": 1925.0}}, "position": {"x": 1566.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7455, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112562, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1915.0}, "se": {"x": 1575.0, "y": 1925.0}, "sw": {"x": 1585.0, "y": 1915.0}, "nw": {"x": 1585.0, "y": 1925.0}}, "position": {"x": 1580.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7471, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112563, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1915.0}, "se": {"x": 1589.0, "y": 1925.0}, "sw": {"x": 1599.0, "y": 1915.0}, "nw": {"x": 1599.0, "y": 1925.0}}, "position": {"x": 1594.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7487, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112564, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1915.0}, "se": {"x": 1603.0, "y": 1925.0}, "sw": {"x": 1613.0, "y": 1915.0}, "nw": {"x": 1613.0, "y": 1925.0}}, "position": {"x": 1608.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7503, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112565, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1915.0}, "se": {"x": 1617.0, "y": 1925.0}, "sw": {"x": 1627.0, "y": 1915.0}, "nw": {"x": 1627.0, "y": 1925.0}}, "position": {"x": 1622.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7518, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112566, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1915.0}, "se": {"x": 1631.0, "y": 1925.0}, "sw": {"x": 1641.0, "y": 1915.0}, "nw": {"x": 1641.0, "y": 1925.0}}, "position": {"x": 1636.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7531, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112567, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1915.0}, "se": {"x": 1645.0, "y": 1925.0}, "sw": {"x": 1655.0, "y": 1915.0}, "nw": {"x": 1655.0, "y": 1925.0}}, "position": {"x": 1650.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7615, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112568, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1915.0}, "se": {"x": 1659.0, "y": 1925.0}, "sw": {"x": 1669.0, "y": 1915.0}, "nw": {"x": 1669.0, "y": 1925.0}}, "position": {"x": 1664.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7699, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112569, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1915.0}, "se": {"x": 1673.0, "y": 1925.0}, "sw": {"x": 1683.0, "y": 1915.0}, "nw": {"x": 1683.0, "y": 1925.0}}, "position": {"x": 1678.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7786, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112570, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1915.0}, "se": {"x": 1687.0, "y": 1925.0}, "sw": {"x": 1697.0, "y": 1915.0}, "nw": {"x": 1697.0, "y": 1925.0}}, "position": {"x": 1692.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7873, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112571, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1915.0}, "se": {"x": 1701.0, "y": 1925.0}, "sw": {"x": 1711.0, "y": 1915.0}, "nw": {"x": 1711.0, "y": 1925.0}}, "position": {"x": 1706.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7960, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112572, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1915.0}, "se": {"x": 1715.0, "y": 1925.0}, "sw": {"x": 1725.0, "y": 1915.0}, "nw": {"x": 1725.0, "y": 1925.0}}, "position": {"x": 1720.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7971, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112573, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1915.0}, "se": {"x": 1729.0, "y": 1925.0}, "sw": {"x": 1739.0, "y": 1915.0}, "nw": {"x": 1739.0, "y": 1925.0}}, "position": {"x": 1734.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7982, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112574, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1915.0}, "se": {"x": 1743.0, "y": 1925.0}, "sw": {"x": 1753.0, "y": 1915.0}, "nw": {"x": 1753.0, "y": 1925.0}}, "position": {"x": 1748.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7992, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112575, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1757.0, "y": 1915.0}, "se": {"x": 1757.0, "y": 1925.0}, "sw": {"x": 1767.0, "y": 1915.0}, "nw": {"x": 1767.0, "y": 1925.0}}, "position": {"x": 1762.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158107, "gate": "", "blockId": null, "orderNum": 8001, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400016\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112576, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1785.0, "y": 1915.0}, "se": {"x": 1785.0, "y": 1925.0}, "sw": {"x": 1795.0, "y": 1915.0}, "nw": {"x": 1795.0, "y": 1925.0}}, "position": {"x": 1790.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158108, "gate": "", "blockId": null, "orderNum": 8008, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400017\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112589, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1929.0}, "se": {"x": 1547.0, "y": 1939.0}, "sw": {"x": 1557.0, "y": 1929.0}, "nw": {"x": 1557.0, "y": 1939.0}}, "position": {"x": 1552.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7438, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112590, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1929.0}, "se": {"x": 1561.0, "y": 1939.0}, "sw": {"x": 1571.0, "y": 1929.0}, "nw": {"x": 1571.0, "y": 1939.0}}, "position": {"x": 1566.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7454, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112591, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1929.0}, "se": {"x": 1575.0, "y": 1939.0}, "sw": {"x": 1585.0, "y": 1929.0}, "nw": {"x": 1585.0, "y": 1939.0}}, "position": {"x": 1580.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7470, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112592, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1929.0}, "se": {"x": 1589.0, "y": 1939.0}, "sw": {"x": 1599.0, "y": 1929.0}, "nw": {"x": 1599.0, "y": 1939.0}}, "position": {"x": 1594.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7486, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112593, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1929.0}, "se": {"x": 1603.0, "y": 1939.0}, "sw": {"x": 1613.0, "y": 1929.0}, "nw": {"x": 1613.0, "y": 1939.0}}, "position": {"x": 1608.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7502, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112594, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1929.0}, "se": {"x": 1617.0, "y": 1939.0}, "sw": {"x": 1627.0, "y": 1929.0}, "nw": {"x": 1627.0, "y": 1939.0}}, "position": {"x": 1622.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7517, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112595, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1929.0}, "se": {"x": 1631.0, "y": 1939.0}, "sw": {"x": 1641.0, "y": 1929.0}, "nw": {"x": 1641.0, "y": 1939.0}}, "position": {"x": 1636.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7530, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112596, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1929.0}, "se": {"x": 1645.0, "y": 1939.0}, "sw": {"x": 1655.0, "y": 1929.0}, "nw": {"x": 1655.0, "y": 1939.0}}, "position": {"x": 1650.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7614, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112597, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1929.0}, "se": {"x": 1659.0, "y": 1939.0}, "sw": {"x": 1669.0, "y": 1929.0}, "nw": {"x": 1669.0, "y": 1939.0}}, "position": {"x": 1664.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7698, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112598, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1929.0}, "se": {"x": 1673.0, "y": 1939.0}, "sw": {"x": 1683.0, "y": 1929.0}, "nw": {"x": 1683.0, "y": 1939.0}}, "position": {"x": 1678.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7785, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112599, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1929.0}, "se": {"x": 1687.0, "y": 1939.0}, "sw": {"x": 1697.0, "y": 1929.0}, "nw": {"x": 1697.0, "y": 1939.0}}, "position": {"x": 1692.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7872, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112600, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1929.0}, "se": {"x": 1701.0, "y": 1939.0}, "sw": {"x": 1711.0, "y": 1929.0}, "nw": {"x": 1711.0, "y": 1939.0}}, "position": {"x": 1706.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7959, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112601, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1929.0}, "se": {"x": 1715.0, "y": 1939.0}, "sw": {"x": 1725.0, "y": 1929.0}, "nw": {"x": 1725.0, "y": 1939.0}}, "position": {"x": 1720.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7970, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112602, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1929.0}, "se": {"x": 1729.0, "y": 1939.0}, "sw": {"x": 1739.0, "y": 1929.0}, "nw": {"x": 1739.0, "y": 1939.0}}, "position": {"x": 1734.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7981, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112603, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1929.0}, "se": {"x": 1743.0, "y": 1939.0}, "sw": {"x": 1753.0, "y": 1929.0}, "nw": {"x": 1753.0, "y": 1939.0}}, "position": {"x": 1748.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7991, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112604, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1757.0, "y": 1929.0}, "se": {"x": 1757.0, "y": 1939.0}, "sw": {"x": 1767.0, "y": 1929.0}, "nw": {"x": 1767.0, "y": 1939.0}}, "position": {"x": 1762.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158107, "gate": "", "blockId": null, "orderNum": 8000, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400016\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112605, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1785.0, "y": 1929.0}, "se": {"x": 1785.0, "y": 1939.0}, "sw": {"x": 1795.0, "y": 1929.0}, "nw": {"x": 1795.0, "y": 1939.0}}, "position": {"x": 1790.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158108, "gate": "", "blockId": null, "orderNum": 8007, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400017\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}], "7:7": [{"logicalSeatId": 1537112524, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1799.0, "y": 1887.0}, "se": {"x": 1799.0, "y": 1897.0}, "sw": {"x": 1809.0, "y": 1887.0}, "nw": {"x": 1809.0, "y": 1897.0}}, "position": {"x": 1804.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158109, "gate": "", "blockId": null, "orderNum": 8018, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112550, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1799.0, "y": 1901.0}, "se": {"x": 1799.0, "y": 1911.0}, "sw": {"x": 1809.0, "y": 1901.0}, "nw": {"x": 1809.0, "y": 1911.0}}, "position": {"x": 1804.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158109, "gate": "", "blockId": null, "orderNum": 8017, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112577, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1799.0, "y": 1915.0}, "se": {"x": 1799.0, "y": 1925.0}, "sw": {"x": 1809.0, "y": 1915.0}, "nw": {"x": 1809.0, "y": 1925.0}}, "position": {"x": 1804.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158109, "gate": "", "blockId": null, "orderNum": 8016, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112578, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1813.0, "y": 1915.0}, "se": {"x": 1813.0, "y": 1925.0}, "sw": {"x": 1823.0, "y": 1915.0}, "nw": {"x": 1823.0, "y": 1925.0}}, "position": {"x": 1818.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158110, "gate": "", "blockId": null, "orderNum": 8023, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400019\ubc88", "area": {"virtualX": 7, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112606, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1799.0, "y": 1929.0}, "se": {"x": 1799.0, "y": 1939.0}, "sw": {"x": 1809.0, "y": 1929.0}, "nw": {"x": 1809.0, "y": 1939.0}}, "position": {"x": 1804.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158109, "gate": "", "blockId": null, "orderNum": 8015, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112607, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1813.0, "y": 1929.0}, "se": {"x": 1813.0, "y": 1939.0}, "sw": {"x": 1823.0, "y": 1929.0}, "nw": {"x": 1823.0, "y": 1939.0}}, "position": {"x": 1818.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158110, "gate": "", "blockId": null, "orderNum": 8022, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400019\ubc88", "area": {"virtualX": 7, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537112608, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1827.0, "y": 1929.0}, "se": {"x": 1827.0, "y": 1939.0}, "sw": {"x": 1837.0, "y": 1929.0}, "nw": {"x": 1837.0, "y": 1939.0}}, "position": {"x": 1832.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158111, "gate": "", "blockId": null, "orderNum": 8027, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400020\ubc88", "area": {"virtualX": 7, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}]} \ No newline at end of file diff --git a/data/able_d2.json b/data/able_d2.json new file mode 100644 index 0000000..f4fa5c6 --- /dev/null +++ b/data/able_d2.json @@ -0,0 +1 @@ +{"3:2": [{"logicalSeatId": 1537122973, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 734.0}, "se": {"x": 896.0, "y": 744.0}, "sw": {"x": 906.0, "y": 734.0}, "nw": {"x": 906.0, "y": 744.0}}, "position": {"x": 901.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 1\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "1\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00001\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122974, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 734.0}, "se": {"x": 910.0, "y": 744.0}, "sw": {"x": 920.0, "y": 734.0}, "nw": {"x": 920.0, "y": 744.0}}, "position": {"x": 915.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 1\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "1\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00001\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122975, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 734.0}, "se": {"x": 924.0, "y": 744.0}, "sw": {"x": 934.0, "y": 734.0}, "nw": {"x": 934.0, "y": 744.0}}, "position": {"x": 929.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 1\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "1\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00001\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122976, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 734.0}, "se": {"x": 938.0, "y": 744.0}, "sw": {"x": 948.0, "y": 734.0}, "nw": {"x": 948.0, "y": 744.0}}, "position": {"x": 943.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 1\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "1\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00001\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122977, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 748.0}, "se": {"x": 868.0, "y": 758.0}, "sw": {"x": 878.0, "y": 748.0}, "nw": {"x": 878.0, "y": 758.0}}, "position": {"x": 873.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122978, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 748.0}, "se": {"x": 882.0, "y": 758.0}, "sw": {"x": 892.0, "y": 748.0}, "nw": {"x": 892.0, "y": 758.0}}, "position": {"x": 887.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122979, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 748.0}, "se": {"x": 896.0, "y": 758.0}, "sw": {"x": 906.0, "y": 748.0}, "nw": {"x": 906.0, "y": 758.0}}, "position": {"x": 901.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122980, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 748.0}, "se": {"x": 910.0, "y": 758.0}, "sw": {"x": 920.0, "y": 748.0}, "nw": {"x": 920.0, "y": 758.0}}, "position": {"x": 915.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122981, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 748.0}, "se": {"x": 924.0, "y": 758.0}, "sw": {"x": 934.0, "y": 748.0}, "nw": {"x": 934.0, "y": 758.0}}, "position": {"x": 929.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122982, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 748.0}, "se": {"x": 938.0, "y": 758.0}, "sw": {"x": 948.0, "y": 748.0}, "nw": {"x": 948.0, "y": 758.0}}, "position": {"x": 943.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122983, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 762.0}, "se": {"x": 840.0, "y": 772.0}, "sw": {"x": 850.0, "y": 762.0}, "nw": {"x": 850.0, "y": 772.0}}, "position": {"x": 845.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122984, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 762.0}, "se": {"x": 854.0, "y": 772.0}, "sw": {"x": 864.0, "y": 762.0}, "nw": {"x": 864.0, "y": 772.0}}, "position": {"x": 859.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122985, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 762.0}, "se": {"x": 868.0, "y": 772.0}, "sw": {"x": 878.0, "y": 762.0}, "nw": {"x": 878.0, "y": 772.0}}, "position": {"x": 873.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122986, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 762.0}, "se": {"x": 882.0, "y": 772.0}, "sw": {"x": 892.0, "y": 762.0}, "nw": {"x": 892.0, "y": 772.0}}, "position": {"x": 887.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122987, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 762.0}, "se": {"x": 896.0, "y": 772.0}, "sw": {"x": 906.0, "y": 762.0}, "nw": {"x": 906.0, "y": 772.0}}, "position": {"x": 901.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122988, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 762.0}, "se": {"x": 910.0, "y": 772.0}, "sw": {"x": 920.0, "y": 762.0}, "nw": {"x": 920.0, "y": 772.0}}, "position": {"x": 915.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122989, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 762.0}, "se": {"x": 924.0, "y": 772.0}, "sw": {"x": 934.0, "y": 762.0}, "nw": {"x": 934.0, "y": 772.0}}, "position": {"x": 929.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122990, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 762.0}, "se": {"x": 938.0, "y": 772.0}, "sw": {"x": 948.0, "y": 762.0}, "nw": {"x": 948.0, "y": 772.0}}, "position": {"x": 943.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}], "2:3": [{"logicalSeatId": 1537122310, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 813.0}, "se": {"x": 604.0, "y": 813.0}, "sw": {"x": 614.0, "y": 823.0}, "nw": {"x": 604.0, "y": 823.0}}, "position": {"x": 609.0, "y": 818.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1435, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122311, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 827.0}, "se": {"x": 604.0, "y": 827.0}, "sw": {"x": 614.0, "y": 837.0}, "nw": {"x": 604.0, "y": 837.0}}, "position": {"x": 609.0, "y": 832.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1434, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122312, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 841.0}, "se": {"x": 604.0, "y": 841.0}, "sw": {"x": 614.0, "y": 851.0}, "nw": {"x": 604.0, "y": 851.0}}, "position": {"x": 609.0, "y": 846.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1433, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122313, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 855.0}, "se": {"x": 604.0, "y": 855.0}, "sw": {"x": 614.0, "y": 865.0}, "nw": {"x": 604.0, "y": 865.0}}, "position": {"x": 609.0, "y": 860.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1432, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122314, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 869.0}, "se": {"x": 604.0, "y": 869.0}, "sw": {"x": 614.0, "y": 879.0}, "nw": {"x": 604.0, "y": 879.0}}, "position": {"x": 609.0, "y": 874.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1431, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122315, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 883.0}, "se": {"x": 604.0, "y": 883.0}, "sw": {"x": 614.0, "y": 893.0}, "nw": {"x": 604.0, "y": 893.0}}, "position": {"x": 609.0, "y": 888.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1430, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122316, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 897.0}, "se": {"x": 604.0, "y": 897.0}, "sw": {"x": 614.0, "y": 907.0}, "nw": {"x": 604.0, "y": 907.0}}, "position": {"x": 609.0, "y": 902.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1429, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122317, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 911.0}, "se": {"x": 604.0, "y": 911.0}, "sw": {"x": 614.0, "y": 921.0}, "nw": {"x": 604.0, "y": 921.0}}, "position": {"x": 609.0, "y": 916.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1428, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122318, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 925.0}, "se": {"x": 604.0, "y": 925.0}, "sw": {"x": 614.0, "y": 935.0}, "nw": {"x": 604.0, "y": 935.0}}, "position": {"x": 609.0, "y": 930.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1427, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122319, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 939.0}, "se": {"x": 604.0, "y": 939.0}, "sw": {"x": 614.0, "y": 949.0}, "nw": {"x": 604.0, "y": 949.0}}, "position": {"x": 609.0, "y": 944.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1426, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122320, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 953.0}, "se": {"x": 604.0, "y": 953.0}, "sw": {"x": 614.0, "y": 963.0}, "nw": {"x": 604.0, "y": 963.0}}, "position": {"x": 609.0, "y": 958.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1425, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122321, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 967.0}, "se": {"x": 604.0, "y": 967.0}, "sw": {"x": 614.0, "y": 977.0}, "nw": {"x": 604.0, "y": 977.0}}, "position": {"x": 609.0, "y": 972.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1424, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122322, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 981.0}, "se": {"x": 604.0, "y": 981.0}, "sw": {"x": 614.0, "y": 991.0}, "nw": {"x": 604.0, "y": 991.0}}, "position": {"x": 609.0, "y": 986.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1423, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122323, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 995.0}, "se": {"x": 604.0, "y": 995.0}, "sw": {"x": 614.0, "y": 1005.0}, "nw": {"x": 604.0, "y": 1005.0}}, "position": {"x": 609.0, "y": 1000.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1422, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122324, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1009.0}, "se": {"x": 604.0, "y": 1009.0}, "sw": {"x": 614.0, "y": 1019.0}, "nw": {"x": 604.0, "y": 1019.0}}, "position": {"x": 609.0, "y": 1014.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1421, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122332, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 813.0}, "se": {"x": 590.0, "y": 813.0}, "sw": {"x": 600.0, "y": 823.0}, "nw": {"x": 590.0, "y": 823.0}}, "position": {"x": 595.0, "y": 818.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1328, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122333, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 827.0}, "se": {"x": 590.0, "y": 827.0}, "sw": {"x": 600.0, "y": 837.0}, "nw": {"x": 590.0, "y": 837.0}}, "position": {"x": 595.0, "y": 832.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1327, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122334, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 841.0}, "se": {"x": 590.0, "y": 841.0}, "sw": {"x": 600.0, "y": 851.0}, "nw": {"x": 590.0, "y": 851.0}}, "position": {"x": 595.0, "y": 846.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1326, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122335, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 855.0}, "se": {"x": 590.0, "y": 855.0}, "sw": {"x": 600.0, "y": 865.0}, "nw": {"x": 590.0, "y": 865.0}}, "position": {"x": 595.0, "y": 860.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1325, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122336, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 869.0}, "se": {"x": 590.0, "y": 869.0}, "sw": {"x": 600.0, "y": 879.0}, "nw": {"x": 590.0, "y": 879.0}}, "position": {"x": 595.0, "y": 874.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1324, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122337, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 883.0}, "se": {"x": 590.0, "y": 883.0}, "sw": {"x": 600.0, "y": 893.0}, "nw": {"x": 590.0, "y": 893.0}}, "position": {"x": 595.0, "y": 888.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1323, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122338, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 897.0}, "se": {"x": 590.0, "y": 897.0}, "sw": {"x": 600.0, "y": 907.0}, "nw": {"x": 590.0, "y": 907.0}}, "position": {"x": 595.0, "y": 902.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1322, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122339, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 911.0}, "se": {"x": 590.0, "y": 911.0}, "sw": {"x": 600.0, "y": 921.0}, "nw": {"x": 590.0, "y": 921.0}}, "position": {"x": 595.0, "y": 916.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1321, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122340, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 925.0}, "se": {"x": 590.0, "y": 925.0}, "sw": {"x": 600.0, "y": 935.0}, "nw": {"x": 590.0, "y": 935.0}}, "position": {"x": 595.0, "y": 930.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1320, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122341, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 939.0}, "se": {"x": 590.0, "y": 939.0}, "sw": {"x": 600.0, "y": 949.0}, "nw": {"x": 590.0, "y": 949.0}}, "position": {"x": 595.0, "y": 944.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1319, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122342, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 953.0}, "se": {"x": 590.0, "y": 953.0}, "sw": {"x": 600.0, "y": 963.0}, "nw": {"x": 590.0, "y": 963.0}}, "position": {"x": 595.0, "y": 958.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1318, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122343, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 967.0}, "se": {"x": 590.0, "y": 967.0}, "sw": {"x": 600.0, "y": 977.0}, "nw": {"x": 590.0, "y": 977.0}}, "position": {"x": 595.0, "y": 972.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1317, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122344, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 981.0}, "se": {"x": 590.0, "y": 981.0}, "sw": {"x": 600.0, "y": 991.0}, "nw": {"x": 590.0, "y": 991.0}}, "position": {"x": 595.0, "y": 986.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1316, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122345, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 995.0}, "se": {"x": 590.0, "y": 995.0}, "sw": {"x": 600.0, "y": 1005.0}, "nw": {"x": 590.0, "y": 1005.0}}, "position": {"x": 595.0, "y": 1000.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1315, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122346, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1009.0}, "se": {"x": 590.0, "y": 1009.0}, "sw": {"x": 600.0, "y": 1019.0}, "nw": {"x": 590.0, "y": 1019.0}}, "position": {"x": 595.0, "y": 1014.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1314, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}], "3:3": [{"logicalSeatId": 1537122991, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 776.0}, "se": {"x": 812.0, "y": 786.0}, "sw": {"x": 822.0, "y": 776.0}, "nw": {"x": 822.0, "y": 786.0}}, "position": {"x": 817.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122992, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 776.0}, "se": {"x": 826.0, "y": 786.0}, "sw": {"x": 836.0, "y": 776.0}, "nw": {"x": 836.0, "y": 786.0}}, "position": {"x": 831.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122993, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 776.0}, "se": {"x": 840.0, "y": 786.0}, "sw": {"x": 850.0, "y": 776.0}, "nw": {"x": 850.0, "y": 786.0}}, "position": {"x": 845.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122994, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 776.0}, "se": {"x": 854.0, "y": 786.0}, "sw": {"x": 864.0, "y": 776.0}, "nw": {"x": 864.0, "y": 786.0}}, "position": {"x": 859.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122995, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 776.0}, "se": {"x": 868.0, "y": 786.0}, "sw": {"x": 878.0, "y": 776.0}, "nw": {"x": 878.0, "y": 786.0}}, "position": {"x": 873.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122996, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 776.0}, "se": {"x": 882.0, "y": 786.0}, "sw": {"x": 892.0, "y": 776.0}, "nw": {"x": 892.0, "y": 786.0}}, "position": {"x": 887.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122997, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 776.0}, "se": {"x": 896.0, "y": 786.0}, "sw": {"x": 906.0, "y": 776.0}, "nw": {"x": 906.0, "y": 786.0}}, "position": {"x": 901.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122998, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 776.0}, "se": {"x": 910.0, "y": 786.0}, "sw": {"x": 920.0, "y": 776.0}, "nw": {"x": 920.0, "y": 786.0}}, "position": {"x": 915.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537122999, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 776.0}, "se": {"x": 924.0, "y": 786.0}, "sw": {"x": 934.0, "y": 776.0}, "nw": {"x": 934.0, "y": 786.0}}, "position": {"x": 929.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123000, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 776.0}, "se": {"x": 938.0, "y": 786.0}, "sw": {"x": 948.0, "y": 776.0}, "nw": {"x": 948.0, "y": 786.0}}, "position": {"x": 943.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123001, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 790.0}, "se": {"x": 812.0, "y": 800.0}, "sw": {"x": 822.0, "y": 790.0}, "nw": {"x": 822.0, "y": 800.0}}, "position": {"x": 817.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123002, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 790.0}, "se": {"x": 826.0, "y": 800.0}, "sw": {"x": 836.0, "y": 790.0}, "nw": {"x": 836.0, "y": 800.0}}, "position": {"x": 831.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123003, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 790.0}, "se": {"x": 840.0, "y": 800.0}, "sw": {"x": 850.0, "y": 790.0}, "nw": {"x": 850.0, "y": 800.0}}, "position": {"x": 845.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123004, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 790.0}, "se": {"x": 854.0, "y": 800.0}, "sw": {"x": 864.0, "y": 790.0}, "nw": {"x": 864.0, "y": 800.0}}, "position": {"x": 859.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123005, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 790.0}, "se": {"x": 868.0, "y": 800.0}, "sw": {"x": 878.0, "y": 790.0}, "nw": {"x": 878.0, "y": 800.0}}, "position": {"x": 873.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123006, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 790.0}, "se": {"x": 882.0, "y": 800.0}, "sw": {"x": 892.0, "y": 790.0}, "nw": {"x": 892.0, "y": 800.0}}, "position": {"x": 887.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123007, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 790.0}, "se": {"x": 896.0, "y": 800.0}, "sw": {"x": 906.0, "y": 790.0}, "nw": {"x": 906.0, "y": 800.0}}, "position": {"x": 901.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123008, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 790.0}, "se": {"x": 910.0, "y": 800.0}, "sw": {"x": 920.0, "y": 790.0}, "nw": {"x": 920.0, "y": 800.0}}, "position": {"x": 915.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123009, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 790.0}, "se": {"x": 924.0, "y": 800.0}, "sw": {"x": 934.0, "y": 790.0}, "nw": {"x": 934.0, "y": 800.0}}, "position": {"x": 929.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123010, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 790.0}, "se": {"x": 938.0, "y": 800.0}, "sw": {"x": 948.0, "y": 790.0}, "nw": {"x": 948.0, "y": 800.0}}, "position": {"x": 943.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123011, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 804.0}, "se": {"x": 812.0, "y": 814.0}, "sw": {"x": 822.0, "y": 804.0}, "nw": {"x": 822.0, "y": 814.0}}, "position": {"x": 817.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123012, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 804.0}, "se": {"x": 826.0, "y": 814.0}, "sw": {"x": 836.0, "y": 804.0}, "nw": {"x": 836.0, "y": 814.0}}, "position": {"x": 831.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123013, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 804.0}, "se": {"x": 840.0, "y": 814.0}, "sw": {"x": 850.0, "y": 804.0}, "nw": {"x": 850.0, "y": 814.0}}, "position": {"x": 845.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123014, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 804.0}, "se": {"x": 854.0, "y": 814.0}, "sw": {"x": 864.0, "y": 804.0}, "nw": {"x": 864.0, "y": 814.0}}, "position": {"x": 859.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123015, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 804.0}, "se": {"x": 868.0, "y": 814.0}, "sw": {"x": 878.0, "y": 804.0}, "nw": {"x": 878.0, "y": 814.0}}, "position": {"x": 873.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123016, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 804.0}, "se": {"x": 882.0, "y": 814.0}, "sw": {"x": 892.0, "y": 804.0}, "nw": {"x": 892.0, "y": 814.0}}, "position": {"x": 887.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123017, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 804.0}, "se": {"x": 896.0, "y": 814.0}, "sw": {"x": 906.0, "y": 804.0}, "nw": {"x": 906.0, "y": 814.0}}, "position": {"x": 901.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123018, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 804.0}, "se": {"x": 910.0, "y": 814.0}, "sw": {"x": 920.0, "y": 804.0}, "nw": {"x": 920.0, "y": 814.0}}, "position": {"x": 915.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123019, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 804.0}, "se": {"x": 924.0, "y": 814.0}, "sw": {"x": 934.0, "y": 804.0}, "nw": {"x": 934.0, "y": 814.0}}, "position": {"x": 929.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123020, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 804.0}, "se": {"x": 938.0, "y": 814.0}, "sw": {"x": 948.0, "y": 804.0}, "nw": {"x": 948.0, "y": 814.0}}, "position": {"x": 943.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 6\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "6\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00006\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123021, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 818.0}, "se": {"x": 812.0, "y": 828.0}, "sw": {"x": 822.0, "y": 818.0}, "nw": {"x": 822.0, "y": 828.0}}, "position": {"x": 817.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123022, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 818.0}, "se": {"x": 826.0, "y": 828.0}, "sw": {"x": 836.0, "y": 818.0}, "nw": {"x": 836.0, "y": 828.0}}, "position": {"x": 831.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123023, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 818.0}, "se": {"x": 840.0, "y": 828.0}, "sw": {"x": 850.0, "y": 818.0}, "nw": {"x": 850.0, "y": 828.0}}, "position": {"x": 845.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123024, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 818.0}, "se": {"x": 854.0, "y": 828.0}, "sw": {"x": 864.0, "y": 818.0}, "nw": {"x": 864.0, "y": 828.0}}, "position": {"x": 859.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123025, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 818.0}, "se": {"x": 868.0, "y": 828.0}, "sw": {"x": 878.0, "y": 818.0}, "nw": {"x": 878.0, "y": 828.0}}, "position": {"x": 873.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123026, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 818.0}, "se": {"x": 882.0, "y": 828.0}, "sw": {"x": 892.0, "y": 818.0}, "nw": {"x": 892.0, "y": 828.0}}, "position": {"x": 887.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123027, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 818.0}, "se": {"x": 896.0, "y": 828.0}, "sw": {"x": 906.0, "y": 818.0}, "nw": {"x": 906.0, "y": 828.0}}, "position": {"x": 901.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123028, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 818.0}, "se": {"x": 910.0, "y": 828.0}, "sw": {"x": 920.0, "y": 818.0}, "nw": {"x": 920.0, "y": 828.0}}, "position": {"x": 915.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123029, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 818.0}, "se": {"x": 924.0, "y": 828.0}, "sw": {"x": 934.0, "y": 818.0}, "nw": {"x": 934.0, "y": 828.0}}, "position": {"x": 929.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123030, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 818.0}, "se": {"x": 938.0, "y": 828.0}, "sw": {"x": 948.0, "y": 818.0}, "nw": {"x": 948.0, "y": 828.0}}, "position": {"x": 943.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123031, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 832.0}, "se": {"x": 812.0, "y": 842.0}, "sw": {"x": 822.0, "y": 832.0}, "nw": {"x": 822.0, "y": 842.0}}, "position": {"x": 817.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123032, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 832.0}, "se": {"x": 826.0, "y": 842.0}, "sw": {"x": 836.0, "y": 832.0}, "nw": {"x": 836.0, "y": 842.0}}, "position": {"x": 831.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123033, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 832.0}, "se": {"x": 840.0, "y": 842.0}, "sw": {"x": 850.0, "y": 832.0}, "nw": {"x": 850.0, "y": 842.0}}, "position": {"x": 845.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123034, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 832.0}, "se": {"x": 854.0, "y": 842.0}, "sw": {"x": 864.0, "y": 832.0}, "nw": {"x": 864.0, "y": 842.0}}, "position": {"x": 859.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123035, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 832.0}, "se": {"x": 868.0, "y": 842.0}, "sw": {"x": 878.0, "y": 832.0}, "nw": {"x": 878.0, "y": 842.0}}, "position": {"x": 873.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123036, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 832.0}, "se": {"x": 882.0, "y": 842.0}, "sw": {"x": 892.0, "y": 832.0}, "nw": {"x": 892.0, "y": 842.0}}, "position": {"x": 887.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123037, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 832.0}, "se": {"x": 896.0, "y": 842.0}, "sw": {"x": 906.0, "y": 832.0}, "nw": {"x": 906.0, "y": 842.0}}, "position": {"x": 901.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123038, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 832.0}, "se": {"x": 910.0, "y": 842.0}, "sw": {"x": 920.0, "y": 832.0}, "nw": {"x": 920.0, "y": 842.0}}, "position": {"x": 915.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123039, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 832.0}, "se": {"x": 924.0, "y": 842.0}, "sw": {"x": 934.0, "y": 832.0}, "nw": {"x": 934.0, "y": 842.0}}, "position": {"x": 929.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123040, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 832.0}, "se": {"x": 938.0, "y": 842.0}, "sw": {"x": 948.0, "y": 832.0}, "nw": {"x": 948.0, "y": 842.0}}, "position": {"x": 943.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123041, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 873.0}, "se": {"x": 812.0, "y": 883.0}, "sw": {"x": 822.0, "y": 873.0}, "nw": {"x": 822.0, "y": 883.0}}, "position": {"x": 817.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123042, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 873.0}, "se": {"x": 826.0, "y": 883.0}, "sw": {"x": 836.0, "y": 873.0}, "nw": {"x": 836.0, "y": 883.0}}, "position": {"x": 831.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123043, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 873.0}, "se": {"x": 840.0, "y": 883.0}, "sw": {"x": 850.0, "y": 873.0}, "nw": {"x": 850.0, "y": 883.0}}, "position": {"x": 845.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123044, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 873.0}, "se": {"x": 854.0, "y": 883.0}, "sw": {"x": 864.0, "y": 873.0}, "nw": {"x": 864.0, "y": 883.0}}, "position": {"x": 859.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123045, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 873.0}, "se": {"x": 868.0, "y": 883.0}, "sw": {"x": 878.0, "y": 873.0}, "nw": {"x": 878.0, "y": 883.0}}, "position": {"x": 873.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123046, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 873.0}, "se": {"x": 882.0, "y": 883.0}, "sw": {"x": 892.0, "y": 873.0}, "nw": {"x": 892.0, "y": 883.0}}, "position": {"x": 887.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123047, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 873.0}, "se": {"x": 896.0, "y": 883.0}, "sw": {"x": 906.0, "y": 873.0}, "nw": {"x": 906.0, "y": 883.0}}, "position": {"x": 901.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123048, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 873.0}, "se": {"x": 910.0, "y": 883.0}, "sw": {"x": 920.0, "y": 873.0}, "nw": {"x": 920.0, "y": 883.0}}, "position": {"x": 915.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123049, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 873.0}, "se": {"x": 924.0, "y": 883.0}, "sw": {"x": 934.0, "y": 873.0}, "nw": {"x": 934.0, "y": 883.0}}, "position": {"x": 929.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123050, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 873.0}, "se": {"x": 938.0, "y": 883.0}, "sw": {"x": 948.0, "y": 873.0}, "nw": {"x": 948.0, "y": 883.0}}, "position": {"x": 943.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 9\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "9\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00009\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123051, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 887.0}, "se": {"x": 812.0, "y": 897.0}, "sw": {"x": 822.0, "y": 887.0}, "nw": {"x": 822.0, "y": 897.0}}, "position": {"x": 817.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123052, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 887.0}, "se": {"x": 826.0, "y": 897.0}, "sw": {"x": 836.0, "y": 887.0}, "nw": {"x": 836.0, "y": 897.0}}, "position": {"x": 831.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123053, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 887.0}, "se": {"x": 840.0, "y": 897.0}, "sw": {"x": 850.0, "y": 887.0}, "nw": {"x": 850.0, "y": 897.0}}, "position": {"x": 845.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123054, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 887.0}, "se": {"x": 854.0, "y": 897.0}, "sw": {"x": 864.0, "y": 887.0}, "nw": {"x": 864.0, "y": 897.0}}, "position": {"x": 859.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123055, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 887.0}, "se": {"x": 868.0, "y": 897.0}, "sw": {"x": 878.0, "y": 887.0}, "nw": {"x": 878.0, "y": 897.0}}, "position": {"x": 873.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123056, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 887.0}, "se": {"x": 882.0, "y": 897.0}, "sw": {"x": 892.0, "y": 887.0}, "nw": {"x": 892.0, "y": 897.0}}, "position": {"x": 887.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123057, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 887.0}, "se": {"x": 896.0, "y": 897.0}, "sw": {"x": 906.0, "y": 887.0}, "nw": {"x": 906.0, "y": 897.0}}, "position": {"x": 901.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123058, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 887.0}, "se": {"x": 910.0, "y": 897.0}, "sw": {"x": 920.0, "y": 887.0}, "nw": {"x": 920.0, "y": 897.0}}, "position": {"x": 915.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123059, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 887.0}, "se": {"x": 924.0, "y": 897.0}, "sw": {"x": 934.0, "y": 887.0}, "nw": {"x": 934.0, "y": 897.0}}, "position": {"x": 929.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123060, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 887.0}, "se": {"x": 938.0, "y": 897.0}, "sw": {"x": 948.0, "y": 887.0}, "nw": {"x": 948.0, "y": 897.0}}, "position": {"x": 943.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 10\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "10\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00010\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123061, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 901.0}, "se": {"x": 812.0, "y": 911.0}, "sw": {"x": 822.0, "y": 901.0}, "nw": {"x": 822.0, "y": 911.0}}, "position": {"x": 817.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123062, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 901.0}, "se": {"x": 826.0, "y": 911.0}, "sw": {"x": 836.0, "y": 901.0}, "nw": {"x": 836.0, "y": 911.0}}, "position": {"x": 831.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123063, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 901.0}, "se": {"x": 840.0, "y": 911.0}, "sw": {"x": 850.0, "y": 901.0}, "nw": {"x": 850.0, "y": 911.0}}, "position": {"x": 845.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123064, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 901.0}, "se": {"x": 854.0, "y": 911.0}, "sw": {"x": 864.0, "y": 901.0}, "nw": {"x": 864.0, "y": 911.0}}, "position": {"x": 859.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123065, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 901.0}, "se": {"x": 868.0, "y": 911.0}, "sw": {"x": 878.0, "y": 901.0}, "nw": {"x": 878.0, "y": 911.0}}, "position": {"x": 873.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123066, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 901.0}, "se": {"x": 882.0, "y": 911.0}, "sw": {"x": 892.0, "y": 901.0}, "nw": {"x": 892.0, "y": 911.0}}, "position": {"x": 887.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123067, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 901.0}, "se": {"x": 896.0, "y": 911.0}, "sw": {"x": 906.0, "y": 901.0}, "nw": {"x": 906.0, "y": 911.0}}, "position": {"x": 901.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123068, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 901.0}, "se": {"x": 910.0, "y": 911.0}, "sw": {"x": 920.0, "y": 901.0}, "nw": {"x": 920.0, "y": 911.0}}, "position": {"x": 915.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123069, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 901.0}, "se": {"x": 924.0, "y": 911.0}, "sw": {"x": 934.0, "y": 901.0}, "nw": {"x": 934.0, "y": 911.0}}, "position": {"x": 929.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123070, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 901.0}, "se": {"x": 938.0, "y": 911.0}, "sw": {"x": 948.0, "y": 901.0}, "nw": {"x": 948.0, "y": 911.0}}, "position": {"x": 943.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 11\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "11\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00011\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123071, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 915.0}, "se": {"x": 812.0, "y": 925.0}, "sw": {"x": 822.0, "y": 915.0}, "nw": {"x": 822.0, "y": 925.0}}, "position": {"x": 817.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123072, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 915.0}, "se": {"x": 826.0, "y": 925.0}, "sw": {"x": 836.0, "y": 915.0}, "nw": {"x": 836.0, "y": 925.0}}, "position": {"x": 831.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123073, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 915.0}, "se": {"x": 840.0, "y": 925.0}, "sw": {"x": 850.0, "y": 915.0}, "nw": {"x": 850.0, "y": 925.0}}, "position": {"x": 845.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123074, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 915.0}, "se": {"x": 854.0, "y": 925.0}, "sw": {"x": 864.0, "y": 915.0}, "nw": {"x": 864.0, "y": 925.0}}, "position": {"x": 859.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123075, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 915.0}, "se": {"x": 868.0, "y": 925.0}, "sw": {"x": 878.0, "y": 915.0}, "nw": {"x": 878.0, "y": 925.0}}, "position": {"x": 873.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123076, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 915.0}, "se": {"x": 882.0, "y": 925.0}, "sw": {"x": 892.0, "y": 915.0}, "nw": {"x": 892.0, "y": 925.0}}, "position": {"x": 887.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123077, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 915.0}, "se": {"x": 896.0, "y": 925.0}, "sw": {"x": 906.0, "y": 915.0}, "nw": {"x": 906.0, "y": 925.0}}, "position": {"x": 901.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123078, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 915.0}, "se": {"x": 910.0, "y": 925.0}, "sw": {"x": 920.0, "y": 915.0}, "nw": {"x": 920.0, "y": 925.0}}, "position": {"x": 915.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123079, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 915.0}, "se": {"x": 924.0, "y": 925.0}, "sw": {"x": 934.0, "y": 915.0}, "nw": {"x": 934.0, "y": 925.0}}, "position": {"x": 929.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123080, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 915.0}, "se": {"x": 938.0, "y": 925.0}, "sw": {"x": 948.0, "y": 915.0}, "nw": {"x": 948.0, "y": 925.0}}, "position": {"x": 943.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 12\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "12\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00012\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123081, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 929.0}, "se": {"x": 812.0, "y": 939.0}, "sw": {"x": 822.0, "y": 929.0}, "nw": {"x": 822.0, "y": 939.0}}, "position": {"x": 817.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123082, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 929.0}, "se": {"x": 826.0, "y": 939.0}, "sw": {"x": 836.0, "y": 929.0}, "nw": {"x": 836.0, "y": 939.0}}, "position": {"x": 831.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123083, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 929.0}, "se": {"x": 840.0, "y": 939.0}, "sw": {"x": 850.0, "y": 929.0}, "nw": {"x": 850.0, "y": 939.0}}, "position": {"x": 845.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123084, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 929.0}, "se": {"x": 854.0, "y": 939.0}, "sw": {"x": 864.0, "y": 929.0}, "nw": {"x": 864.0, "y": 939.0}}, "position": {"x": 859.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123085, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 929.0}, "se": {"x": 868.0, "y": 939.0}, "sw": {"x": 878.0, "y": 929.0}, "nw": {"x": 878.0, "y": 939.0}}, "position": {"x": 873.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123086, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 929.0}, "se": {"x": 882.0, "y": 939.0}, "sw": {"x": 892.0, "y": 929.0}, "nw": {"x": 892.0, "y": 939.0}}, "position": {"x": 887.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123087, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 929.0}, "se": {"x": 896.0, "y": 939.0}, "sw": {"x": 906.0, "y": 929.0}, "nw": {"x": 906.0, "y": 939.0}}, "position": {"x": 901.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123088, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 929.0}, "se": {"x": 910.0, "y": 939.0}, "sw": {"x": 920.0, "y": 929.0}, "nw": {"x": 920.0, "y": 939.0}}, "position": {"x": 915.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123089, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 929.0}, "se": {"x": 924.0, "y": 939.0}, "sw": {"x": 934.0, "y": 929.0}, "nw": {"x": 934.0, "y": 939.0}}, "position": {"x": 929.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123090, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 929.0}, "se": {"x": 938.0, "y": 939.0}, "sw": {"x": 948.0, "y": 929.0}, "nw": {"x": 948.0, "y": 939.0}}, "position": {"x": 943.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 13\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "13\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00013\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123091, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 943.0}, "se": {"x": 812.0, "y": 953.0}, "sw": {"x": 822.0, "y": 943.0}, "nw": {"x": 822.0, "y": 953.0}}, "position": {"x": 817.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123092, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 943.0}, "se": {"x": 826.0, "y": 953.0}, "sw": {"x": 836.0, "y": 943.0}, "nw": {"x": 836.0, "y": 953.0}}, "position": {"x": 831.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123093, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 943.0}, "se": {"x": 840.0, "y": 953.0}, "sw": {"x": 850.0, "y": 943.0}, "nw": {"x": 850.0, "y": 953.0}}, "position": {"x": 845.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123094, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 943.0}, "se": {"x": 854.0, "y": 953.0}, "sw": {"x": 864.0, "y": 943.0}, "nw": {"x": 864.0, "y": 953.0}}, "position": {"x": 859.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123095, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 943.0}, "se": {"x": 868.0, "y": 953.0}, "sw": {"x": 878.0, "y": 943.0}, "nw": {"x": 878.0, "y": 953.0}}, "position": {"x": 873.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123096, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 943.0}, "se": {"x": 882.0, "y": 953.0}, "sw": {"x": 892.0, "y": 943.0}, "nw": {"x": 892.0, "y": 953.0}}, "position": {"x": 887.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123097, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 943.0}, "se": {"x": 896.0, "y": 953.0}, "sw": {"x": 906.0, "y": 943.0}, "nw": {"x": 906.0, "y": 953.0}}, "position": {"x": 901.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123098, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 943.0}, "se": {"x": 910.0, "y": 953.0}, "sw": {"x": 920.0, "y": 943.0}, "nw": {"x": 920.0, "y": 953.0}}, "position": {"x": 915.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123099, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 943.0}, "se": {"x": 924.0, "y": 953.0}, "sw": {"x": 934.0, "y": 943.0}, "nw": {"x": 934.0, "y": 953.0}}, "position": {"x": 929.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123100, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 943.0}, "se": {"x": 938.0, "y": 953.0}, "sw": {"x": 948.0, "y": 943.0}, "nw": {"x": 948.0, "y": 953.0}}, "position": {"x": 943.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 14\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "14\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00014\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123101, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 957.0}, "se": {"x": 812.0, "y": 967.0}, "sw": {"x": 822.0, "y": 957.0}, "nw": {"x": 822.0, "y": 967.0}}, "position": {"x": 817.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123102, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 957.0}, "se": {"x": 826.0, "y": 967.0}, "sw": {"x": 836.0, "y": 957.0}, "nw": {"x": 836.0, "y": 967.0}}, "position": {"x": 831.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123103, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 957.0}, "se": {"x": 840.0, "y": 967.0}, "sw": {"x": 850.0, "y": 957.0}, "nw": {"x": 850.0, "y": 967.0}}, "position": {"x": 845.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123104, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 957.0}, "se": {"x": 854.0, "y": 967.0}, "sw": {"x": 864.0, "y": 957.0}, "nw": {"x": 864.0, "y": 967.0}}, "position": {"x": 859.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123105, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 957.0}, "se": {"x": 868.0, "y": 967.0}, "sw": {"x": 878.0, "y": 957.0}, "nw": {"x": 878.0, "y": 967.0}}, "position": {"x": 873.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123106, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 957.0}, "se": {"x": 882.0, "y": 967.0}, "sw": {"x": 892.0, "y": 957.0}, "nw": {"x": 892.0, "y": 967.0}}, "position": {"x": 887.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123107, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 957.0}, "se": {"x": 896.0, "y": 967.0}, "sw": {"x": 906.0, "y": 957.0}, "nw": {"x": 906.0, "y": 967.0}}, "position": {"x": 901.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123108, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 957.0}, "se": {"x": 910.0, "y": 967.0}, "sw": {"x": 920.0, "y": 957.0}, "nw": {"x": 920.0, "y": 967.0}}, "position": {"x": 915.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123109, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 957.0}, "se": {"x": 924.0, "y": 967.0}, "sw": {"x": 934.0, "y": 957.0}, "nw": {"x": 934.0, "y": 967.0}}, "position": {"x": 929.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123110, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 957.0}, "se": {"x": 938.0, "y": 967.0}, "sw": {"x": 948.0, "y": 957.0}, "nw": {"x": 948.0, "y": 967.0}}, "position": {"x": 943.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 15\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "15\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00015\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123111, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 971.0}, "se": {"x": 812.0, "y": 981.0}, "sw": {"x": 822.0, "y": 971.0}, "nw": {"x": 822.0, "y": 981.0}}, "position": {"x": 817.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123112, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 971.0}, "se": {"x": 826.0, "y": 981.0}, "sw": {"x": 836.0, "y": 971.0}, "nw": {"x": 836.0, "y": 981.0}}, "position": {"x": 831.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123113, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 971.0}, "se": {"x": 840.0, "y": 981.0}, "sw": {"x": 850.0, "y": 971.0}, "nw": {"x": 850.0, "y": 981.0}}, "position": {"x": 845.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123114, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 971.0}, "se": {"x": 854.0, "y": 981.0}, "sw": {"x": 864.0, "y": 971.0}, "nw": {"x": 864.0, "y": 981.0}}, "position": {"x": 859.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123115, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 971.0}, "se": {"x": 868.0, "y": 981.0}, "sw": {"x": 878.0, "y": 971.0}, "nw": {"x": 878.0, "y": 981.0}}, "position": {"x": 873.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123116, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 971.0}, "se": {"x": 882.0, "y": 981.0}, "sw": {"x": 892.0, "y": 971.0}, "nw": {"x": 892.0, "y": 981.0}}, "position": {"x": 887.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123117, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 971.0}, "se": {"x": 896.0, "y": 981.0}, "sw": {"x": 906.0, "y": 971.0}, "nw": {"x": 906.0, "y": 981.0}}, "position": {"x": 901.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123118, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 971.0}, "se": {"x": 910.0, "y": 981.0}, "sw": {"x": 920.0, "y": 971.0}, "nw": {"x": 920.0, "y": 981.0}}, "position": {"x": 915.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123119, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 971.0}, "se": {"x": 924.0, "y": 981.0}, "sw": {"x": 934.0, "y": 971.0}, "nw": {"x": 934.0, "y": 981.0}}, "position": {"x": 929.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123120, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 971.0}, "se": {"x": 938.0, "y": 981.0}, "sw": {"x": 948.0, "y": 971.0}, "nw": {"x": 948.0, "y": 981.0}}, "position": {"x": 943.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 1\uad6c\uc5ed 16\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 1\uad6c\uc5ed", "16\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00001\uad6c\uc5ed00016\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}], "2:4": [{"logicalSeatId": 1537121935, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1150.0}, "se": {"x": 604.0, "y": 1150.0}, "sw": {"x": 614.0, "y": 1160.0}, "nw": {"x": 604.0, "y": 1160.0}}, "position": {"x": 609.0, "y": 1155.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1413, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121936, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1164.0}, "se": {"x": 604.0, "y": 1164.0}, "sw": {"x": 614.0, "y": 1174.0}, "nw": {"x": 604.0, "y": 1174.0}}, "position": {"x": 609.0, "y": 1169.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1412, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121937, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1178.0}, "se": {"x": 604.0, "y": 1178.0}, "sw": {"x": 614.0, "y": 1188.0}, "nw": {"x": 604.0, "y": 1188.0}}, "position": {"x": 609.0, "y": 1183.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1411, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121938, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1192.0}, "se": {"x": 604.0, "y": 1192.0}, "sw": {"x": 614.0, "y": 1202.0}, "nw": {"x": 604.0, "y": 1202.0}}, "position": {"x": 609.0, "y": 1197.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1410, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121939, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1206.0}, "se": {"x": 604.0, "y": 1206.0}, "sw": {"x": 614.0, "y": 1216.0}, "nw": {"x": 604.0, "y": 1216.0}}, "position": {"x": 609.0, "y": 1211.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1409, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121940, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1220.0}, "se": {"x": 604.0, "y": 1220.0}, "sw": {"x": 614.0, "y": 1230.0}, "nw": {"x": 604.0, "y": 1230.0}}, "position": {"x": 609.0, "y": 1225.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1408, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121941, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1234.0}, "se": {"x": 604.0, "y": 1234.0}, "sw": {"x": 614.0, "y": 1244.0}, "nw": {"x": 604.0, "y": 1244.0}}, "position": {"x": 609.0, "y": 1239.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1407, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121942, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1248.0}, "se": {"x": 604.0, "y": 1248.0}, "sw": {"x": 614.0, "y": 1258.0}, "nw": {"x": 604.0, "y": 1258.0}}, "position": {"x": 609.0, "y": 1253.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1406, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121943, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1262.0}, "se": {"x": 604.0, "y": 1262.0}, "sw": {"x": 614.0, "y": 1272.0}, "nw": {"x": 604.0, "y": 1272.0}}, "position": {"x": 609.0, "y": 1267.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1405, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121956, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1150.0}, "se": {"x": 590.0, "y": 1150.0}, "sw": {"x": 600.0, "y": 1160.0}, "nw": {"x": 590.0, "y": 1160.0}}, "position": {"x": 595.0, "y": 1155.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1306, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121957, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1164.0}, "se": {"x": 590.0, "y": 1164.0}, "sw": {"x": 600.0, "y": 1174.0}, "nw": {"x": 590.0, "y": 1174.0}}, "position": {"x": 595.0, "y": 1169.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1305, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121958, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1178.0}, "se": {"x": 590.0, "y": 1178.0}, "sw": {"x": 600.0, "y": 1188.0}, "nw": {"x": 590.0, "y": 1188.0}}, "position": {"x": 595.0, "y": 1183.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1304, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121959, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1192.0}, "se": {"x": 590.0, "y": 1192.0}, "sw": {"x": 600.0, "y": 1202.0}, "nw": {"x": 590.0, "y": 1202.0}}, "position": {"x": 595.0, "y": 1197.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1303, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121960, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1206.0}, "se": {"x": 590.0, "y": 1206.0}, "sw": {"x": 600.0, "y": 1216.0}, "nw": {"x": 590.0, "y": 1216.0}}, "position": {"x": 595.0, "y": 1211.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1302, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121961, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1220.0}, "se": {"x": 590.0, "y": 1220.0}, "sw": {"x": 600.0, "y": 1230.0}, "nw": {"x": 590.0, "y": 1230.0}}, "position": {"x": 595.0, "y": 1225.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1301, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121962, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1234.0}, "se": {"x": 590.0, "y": 1234.0}, "sw": {"x": 600.0, "y": 1244.0}, "nw": {"x": 590.0, "y": 1244.0}}, "position": {"x": 595.0, "y": 1239.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1300, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121963, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1248.0}, "se": {"x": 590.0, "y": 1248.0}, "sw": {"x": 600.0, "y": 1258.0}, "nw": {"x": 590.0, "y": 1258.0}}, "position": {"x": 595.0, "y": 1253.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1299, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121964, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1262.0}, "se": {"x": 590.0, "y": 1262.0}, "sw": {"x": 600.0, "y": 1272.0}, "nw": {"x": 590.0, "y": 1272.0}}, "position": {"x": 595.0, "y": 1267.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1298, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121977, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1150.0}, "se": {"x": 576.0, "y": 1150.0}, "sw": {"x": 586.0, "y": 1160.0}, "nw": {"x": 576.0, "y": 1160.0}}, "position": {"x": 581.0, "y": 1155.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1219, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121978, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1164.0}, "se": {"x": 576.0, "y": 1164.0}, "sw": {"x": 586.0, "y": 1174.0}, "nw": {"x": 576.0, "y": 1174.0}}, "position": {"x": 581.0, "y": 1169.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1218, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121979, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1178.0}, "se": {"x": 576.0, "y": 1178.0}, "sw": {"x": 586.0, "y": 1188.0}, "nw": {"x": 576.0, "y": 1188.0}}, "position": {"x": 581.0, "y": 1183.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1217, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121980, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1192.0}, "se": {"x": 576.0, "y": 1192.0}, "sw": {"x": 586.0, "y": 1202.0}, "nw": {"x": 576.0, "y": 1202.0}}, "position": {"x": 581.0, "y": 1197.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1216, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121981, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1206.0}, "se": {"x": 576.0, "y": 1206.0}, "sw": {"x": 586.0, "y": 1216.0}, "nw": {"x": 576.0, "y": 1216.0}}, "position": {"x": 581.0, "y": 1211.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1215, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121982, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1220.0}, "se": {"x": 576.0, "y": 1220.0}, "sw": {"x": 586.0, "y": 1230.0}, "nw": {"x": 576.0, "y": 1230.0}}, "position": {"x": 581.0, "y": 1225.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1214, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121983, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1234.0}, "se": {"x": 576.0, "y": 1234.0}, "sw": {"x": 586.0, "y": 1244.0}, "nw": {"x": 576.0, "y": 1244.0}}, "position": {"x": 581.0, "y": 1239.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1213, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121984, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1248.0}, "se": {"x": 576.0, "y": 1248.0}, "sw": {"x": 586.0, "y": 1258.0}, "nw": {"x": 576.0, "y": 1258.0}}, "position": {"x": 581.0, "y": 1253.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1212, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121985, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1262.0}, "se": {"x": 576.0, "y": 1262.0}, "sw": {"x": 586.0, "y": 1272.0}, "nw": {"x": 576.0, "y": 1272.0}}, "position": {"x": 581.0, "y": 1267.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1211, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121998, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1150.0}, "se": {"x": 562.0, "y": 1150.0}, "sw": {"x": 572.0, "y": 1160.0}, "nw": {"x": 562.0, "y": 1160.0}}, "position": {"x": 567.0, "y": 1155.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121999, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1164.0}, "se": {"x": 562.0, "y": 1164.0}, "sw": {"x": 572.0, "y": 1174.0}, "nw": {"x": 562.0, "y": 1174.0}}, "position": {"x": 567.0, "y": 1169.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122000, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1178.0}, "se": {"x": 562.0, "y": 1178.0}, "sw": {"x": 572.0, "y": 1188.0}, "nw": {"x": 562.0, "y": 1188.0}}, "position": {"x": 567.0, "y": 1183.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122001, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1192.0}, "se": {"x": 562.0, "y": 1192.0}, "sw": {"x": 572.0, "y": 1202.0}, "nw": {"x": 562.0, "y": 1202.0}}, "position": {"x": 567.0, "y": 1197.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122002, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1206.0}, "se": {"x": 562.0, "y": 1206.0}, "sw": {"x": 572.0, "y": 1216.0}, "nw": {"x": 562.0, "y": 1216.0}}, "position": {"x": 567.0, "y": 1211.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122003, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1220.0}, "se": {"x": 562.0, "y": 1220.0}, "sw": {"x": 572.0, "y": 1230.0}, "nw": {"x": 562.0, "y": 1230.0}}, "position": {"x": 567.0, "y": 1225.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122004, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1234.0}, "se": {"x": 562.0, "y": 1234.0}, "sw": {"x": 572.0, "y": 1244.0}, "nw": {"x": 562.0, "y": 1244.0}}, "position": {"x": 567.0, "y": 1239.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122005, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1248.0}, "se": {"x": 562.0, "y": 1248.0}, "sw": {"x": 572.0, "y": 1258.0}, "nw": {"x": 562.0, "y": 1258.0}}, "position": {"x": 567.0, "y": 1253.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122006, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1262.0}, "se": {"x": 562.0, "y": 1262.0}, "sw": {"x": 572.0, "y": 1272.0}, "nw": {"x": 562.0, "y": 1272.0}}, "position": {"x": 567.0, "y": 1267.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122325, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1023.0}, "se": {"x": 604.0, "y": 1023.0}, "sw": {"x": 614.0, "y": 1033.0}, "nw": {"x": 604.0, "y": 1033.0}}, "position": {"x": 609.0, "y": 1028.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1420, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122326, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1037.0}, "se": {"x": 604.0, "y": 1037.0}, "sw": {"x": 614.0, "y": 1047.0}, "nw": {"x": 604.0, "y": 1047.0}}, "position": {"x": 609.0, "y": 1042.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1419, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122327, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1051.0}, "se": {"x": 604.0, "y": 1051.0}, "sw": {"x": 614.0, "y": 1061.0}, "nw": {"x": 604.0, "y": 1061.0}}, "position": {"x": 609.0, "y": 1056.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1418, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122328, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1065.0}, "se": {"x": 604.0, "y": 1065.0}, "sw": {"x": 614.0, "y": 1075.0}, "nw": {"x": 604.0, "y": 1075.0}}, "position": {"x": 609.0, "y": 1070.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1417, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122329, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1079.0}, "se": {"x": 604.0, "y": 1079.0}, "sw": {"x": 614.0, "y": 1089.0}, "nw": {"x": 604.0, "y": 1089.0}}, "position": {"x": 609.0, "y": 1084.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1416, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122330, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1093.0}, "se": {"x": 604.0, "y": 1093.0}, "sw": {"x": 614.0, "y": 1103.0}, "nw": {"x": 604.0, "y": 1103.0}}, "position": {"x": 609.0, "y": 1098.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1415, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400021\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122331, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1107.0}, "se": {"x": 604.0, "y": 1107.0}, "sw": {"x": 614.0, "y": 1117.0}, "nw": {"x": 604.0, "y": 1117.0}}, "position": {"x": 609.0, "y": 1112.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 2\uc5f4 22\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159643, "gate": "", "blockId": null, "orderNum": 1414, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "2\uc5f4", "22\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00002\uc5f400022\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122347, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1023.0}, "se": {"x": 590.0, "y": 1023.0}, "sw": {"x": 600.0, "y": 1033.0}, "nw": {"x": 590.0, "y": 1033.0}}, "position": {"x": 595.0, "y": 1028.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1313, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122348, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1037.0}, "se": {"x": 590.0, "y": 1037.0}, "sw": {"x": 600.0, "y": 1047.0}, "nw": {"x": 590.0, "y": 1047.0}}, "position": {"x": 595.0, "y": 1042.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1312, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122349, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1051.0}, "se": {"x": 590.0, "y": 1051.0}, "sw": {"x": 600.0, "y": 1061.0}, "nw": {"x": 590.0, "y": 1061.0}}, "position": {"x": 595.0, "y": 1056.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1311, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122350, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1065.0}, "se": {"x": 590.0, "y": 1065.0}, "sw": {"x": 600.0, "y": 1075.0}, "nw": {"x": 590.0, "y": 1075.0}}, "position": {"x": 595.0, "y": 1070.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1310, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122351, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1079.0}, "se": {"x": 590.0, "y": 1079.0}, "sw": {"x": 600.0, "y": 1089.0}, "nw": {"x": 590.0, "y": 1089.0}}, "position": {"x": 595.0, "y": 1084.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1309, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122352, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1093.0}, "se": {"x": 590.0, "y": 1093.0}, "sw": {"x": 600.0, "y": 1103.0}, "nw": {"x": 590.0, "y": 1103.0}}, "position": {"x": 595.0, "y": 1098.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1308, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400021\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122353, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1107.0}, "se": {"x": 590.0, "y": 1107.0}, "sw": {"x": 600.0, "y": 1117.0}, "nw": {"x": 590.0, "y": 1117.0}}, "position": {"x": 595.0, "y": 1112.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 J\uad6c\uc5ed 3\uc5f4 22\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159665, "gate": "", "blockId": null, "orderNum": 1307, "attributes": ["", "", "2\uce35", "J\uad6c\uc5ed", "3\uc5f4", "22\ubc88"], "sortMapInfo": "00002\uce35J\uad6c\uc5ed00003\uc5f400022\ubc88", "area": {"virtualX": 2, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}], "4:2": [{"logicalSeatId": 1537123121, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 734.0}, "se": {"x": 1031.0, "y": 744.0}, "sw": {"x": 1041.0, "y": 734.0}, "nw": {"x": 1041.0, "y": 744.0}}, "position": {"x": 1036.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123122, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 734.0}, "se": {"x": 1045.0, "y": 744.0}, "sw": {"x": 1055.0, "y": 734.0}, "nw": {"x": 1055.0, "y": 744.0}}, "position": {"x": 1050.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123123, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 734.0}, "se": {"x": 1059.0, "y": 744.0}, "sw": {"x": 1069.0, "y": 734.0}, "nw": {"x": 1069.0, "y": 744.0}}, "position": {"x": 1064.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123124, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 734.0}, "se": {"x": 1073.0, "y": 744.0}, "sw": {"x": 1083.0, "y": 734.0}, "nw": {"x": 1083.0, "y": 744.0}}, "position": {"x": 1078.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123125, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 734.0}, "se": {"x": 1087.0, "y": 744.0}, "sw": {"x": 1097.0, "y": 734.0}, "nw": {"x": 1097.0, "y": 744.0}}, "position": {"x": 1092.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123126, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 734.0}, "se": {"x": 1101.0, "y": 744.0}, "sw": {"x": 1111.0, "y": 734.0}, "nw": {"x": 1111.0, "y": 744.0}}, "position": {"x": 1106.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123127, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 734.0}, "se": {"x": 1115.0, "y": 744.0}, "sw": {"x": 1125.0, "y": 734.0}, "nw": {"x": 1125.0, "y": 744.0}}, "position": {"x": 1120.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123128, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 734.0}, "se": {"x": 1129.0, "y": 744.0}, "sw": {"x": 1139.0, "y": 734.0}, "nw": {"x": 1139.0, "y": 744.0}}, "position": {"x": 1134.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123129, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 734.0}, "se": {"x": 1143.0, "y": 744.0}, "sw": {"x": 1153.0, "y": 734.0}, "nw": {"x": 1153.0, "y": 744.0}}, "position": {"x": 1148.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123130, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 734.0}, "se": {"x": 1157.0, "y": 744.0}, "sw": {"x": 1167.0, "y": 734.0}, "nw": {"x": 1167.0, "y": 744.0}}, "position": {"x": 1162.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 1\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "1\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00001\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123131, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 748.0}, "se": {"x": 1031.0, "y": 758.0}, "sw": {"x": 1041.0, "y": 748.0}, "nw": {"x": 1041.0, "y": 758.0}}, "position": {"x": 1036.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123132, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 748.0}, "se": {"x": 1045.0, "y": 758.0}, "sw": {"x": 1055.0, "y": 748.0}, "nw": {"x": 1055.0, "y": 758.0}}, "position": {"x": 1050.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123133, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 748.0}, "se": {"x": 1059.0, "y": 758.0}, "sw": {"x": 1069.0, "y": 748.0}, "nw": {"x": 1069.0, "y": 758.0}}, "position": {"x": 1064.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123134, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 748.0}, "se": {"x": 1073.0, "y": 758.0}, "sw": {"x": 1083.0, "y": 748.0}, "nw": {"x": 1083.0, "y": 758.0}}, "position": {"x": 1078.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123135, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 748.0}, "se": {"x": 1087.0, "y": 758.0}, "sw": {"x": 1097.0, "y": 748.0}, "nw": {"x": 1097.0, "y": 758.0}}, "position": {"x": 1092.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123136, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 748.0}, "se": {"x": 1101.0, "y": 758.0}, "sw": {"x": 1111.0, "y": 748.0}, "nw": {"x": 1111.0, "y": 758.0}}, "position": {"x": 1106.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123137, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 748.0}, "se": {"x": 1115.0, "y": 758.0}, "sw": {"x": 1125.0, "y": 748.0}, "nw": {"x": 1125.0, "y": 758.0}}, "position": {"x": 1120.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123138, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 748.0}, "se": {"x": 1129.0, "y": 758.0}, "sw": {"x": 1139.0, "y": 748.0}, "nw": {"x": 1139.0, "y": 758.0}}, "position": {"x": 1134.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123139, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 748.0}, "se": {"x": 1143.0, "y": 758.0}, "sw": {"x": 1153.0, "y": 748.0}, "nw": {"x": 1153.0, "y": 758.0}}, "position": {"x": 1148.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123140, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 748.0}, "se": {"x": 1157.0, "y": 758.0}, "sw": {"x": 1167.0, "y": 748.0}, "nw": {"x": 1167.0, "y": 758.0}}, "position": {"x": 1162.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123141, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 762.0}, "se": {"x": 1031.0, "y": 772.0}, "sw": {"x": 1041.0, "y": 762.0}, "nw": {"x": 1041.0, "y": 772.0}}, "position": {"x": 1036.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123142, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 762.0}, "se": {"x": 1045.0, "y": 772.0}, "sw": {"x": 1055.0, "y": 762.0}, "nw": {"x": 1055.0, "y": 772.0}}, "position": {"x": 1050.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123143, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 762.0}, "se": {"x": 1059.0, "y": 772.0}, "sw": {"x": 1069.0, "y": 762.0}, "nw": {"x": 1069.0, "y": 772.0}}, "position": {"x": 1064.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123144, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 762.0}, "se": {"x": 1073.0, "y": 772.0}, "sw": {"x": 1083.0, "y": 762.0}, "nw": {"x": 1083.0, "y": 772.0}}, "position": {"x": 1078.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123145, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 762.0}, "se": {"x": 1087.0, "y": 772.0}, "sw": {"x": 1097.0, "y": 762.0}, "nw": {"x": 1097.0, "y": 772.0}}, "position": {"x": 1092.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123146, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 762.0}, "se": {"x": 1101.0, "y": 772.0}, "sw": {"x": 1111.0, "y": 762.0}, "nw": {"x": 1111.0, "y": 772.0}}, "position": {"x": 1106.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123147, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 762.0}, "se": {"x": 1115.0, "y": 772.0}, "sw": {"x": 1125.0, "y": 762.0}, "nw": {"x": 1125.0, "y": 772.0}}, "position": {"x": 1120.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123148, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 762.0}, "se": {"x": 1129.0, "y": 772.0}, "sw": {"x": 1139.0, "y": 762.0}, "nw": {"x": 1139.0, "y": 772.0}}, "position": {"x": 1134.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123149, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 762.0}, "se": {"x": 1143.0, "y": 772.0}, "sw": {"x": 1153.0, "y": 762.0}, "nw": {"x": 1153.0, "y": 772.0}}, "position": {"x": 1148.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123150, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 762.0}, "se": {"x": 1157.0, "y": 772.0}, "sw": {"x": 1167.0, "y": 762.0}, "nw": {"x": 1167.0, "y": 772.0}}, "position": {"x": 1162.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123281, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 734.0}, "se": {"x": 1253.0, "y": 744.0}, "sw": {"x": 1263.0, "y": 734.0}, "nw": {"x": 1263.0, "y": 744.0}}, "position": {"x": 1258.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123282, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 734.0}, "se": {"x": 1267.0, "y": 744.0}, "sw": {"x": 1277.0, "y": 734.0}, "nw": {"x": 1277.0, "y": 744.0}}, "position": {"x": 1272.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123291, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 748.0}, "se": {"x": 1253.0, "y": 758.0}, "sw": {"x": 1263.0, "y": 748.0}, "nw": {"x": 1263.0, "y": 758.0}}, "position": {"x": 1258.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123292, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 748.0}, "se": {"x": 1267.0, "y": 758.0}, "sw": {"x": 1277.0, "y": 748.0}, "nw": {"x": 1277.0, "y": 758.0}}, "position": {"x": 1272.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123301, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 762.0}, "se": {"x": 1253.0, "y": 772.0}, "sw": {"x": 1263.0, "y": 762.0}, "nw": {"x": 1263.0, "y": 772.0}}, "position": {"x": 1258.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123302, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 762.0}, "se": {"x": 1267.0, "y": 772.0}, "sw": {"x": 1277.0, "y": 762.0}, "nw": {"x": 1277.0, "y": 772.0}}, "position": {"x": 1272.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}], "3:4": [{"logicalSeatId": 1537123589, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 1188.0}, "se": {"x": 812.0, "y": 1198.0}, "sw": {"x": 822.0, "y": 1188.0}, "nw": {"x": 822.0, "y": 1198.0}}, "position": {"x": 817.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123590, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 1188.0}, "se": {"x": 826.0, "y": 1198.0}, "sw": {"x": 836.0, "y": 1188.0}, "nw": {"x": 836.0, "y": 1198.0}}, "position": {"x": 831.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123591, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 1188.0}, "se": {"x": 840.0, "y": 1198.0}, "sw": {"x": 850.0, "y": 1188.0}, "nw": {"x": 850.0, "y": 1198.0}}, "position": {"x": 845.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123592, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 1188.0}, "se": {"x": 854.0, "y": 1198.0}, "sw": {"x": 864.0, "y": 1188.0}, "nw": {"x": 864.0, "y": 1198.0}}, "position": {"x": 859.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123593, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 1188.0}, "se": {"x": 868.0, "y": 1198.0}, "sw": {"x": 878.0, "y": 1188.0}, "nw": {"x": 878.0, "y": 1198.0}}, "position": {"x": 873.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123594, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 1188.0}, "se": {"x": 882.0, "y": 1198.0}, "sw": {"x": 892.0, "y": 1188.0}, "nw": {"x": 892.0, "y": 1198.0}}, "position": {"x": 887.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123595, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 1188.0}, "se": {"x": 896.0, "y": 1198.0}, "sw": {"x": 906.0, "y": 1188.0}, "nw": {"x": 906.0, "y": 1198.0}}, "position": {"x": 901.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123596, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 1188.0}, "se": {"x": 910.0, "y": 1198.0}, "sw": {"x": 920.0, "y": 1188.0}, "nw": {"x": 920.0, "y": 1198.0}}, "position": {"x": 915.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123597, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 1188.0}, "se": {"x": 924.0, "y": 1198.0}, "sw": {"x": 934.0, "y": 1188.0}, "nw": {"x": 934.0, "y": 1198.0}}, "position": {"x": 929.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123598, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 1188.0}, "se": {"x": 938.0, "y": 1198.0}, "sw": {"x": 948.0, "y": 1188.0}, "nw": {"x": 948.0, "y": 1198.0}}, "position": {"x": 943.0, "y": 1193.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 1\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "1\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00001\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123599, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 1202.0}, "se": {"x": 812.0, "y": 1212.0}, "sw": {"x": 822.0, "y": 1202.0}, "nw": {"x": 822.0, "y": 1212.0}}, "position": {"x": 817.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123600, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 1202.0}, "se": {"x": 826.0, "y": 1212.0}, "sw": {"x": 836.0, "y": 1202.0}, "nw": {"x": 836.0, "y": 1212.0}}, "position": {"x": 831.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123601, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 1202.0}, "se": {"x": 840.0, "y": 1212.0}, "sw": {"x": 850.0, "y": 1202.0}, "nw": {"x": 850.0, "y": 1212.0}}, "position": {"x": 845.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123602, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 1202.0}, "se": {"x": 854.0, "y": 1212.0}, "sw": {"x": 864.0, "y": 1202.0}, "nw": {"x": 864.0, "y": 1212.0}}, "position": {"x": 859.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123603, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 1202.0}, "se": {"x": 868.0, "y": 1212.0}, "sw": {"x": 878.0, "y": 1202.0}, "nw": {"x": 878.0, "y": 1212.0}}, "position": {"x": 873.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123604, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 1202.0}, "se": {"x": 882.0, "y": 1212.0}, "sw": {"x": 892.0, "y": 1202.0}, "nw": {"x": 892.0, "y": 1212.0}}, "position": {"x": 887.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123605, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 1202.0}, "se": {"x": 896.0, "y": 1212.0}, "sw": {"x": 906.0, "y": 1202.0}, "nw": {"x": 906.0, "y": 1212.0}}, "position": {"x": 901.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123606, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 1202.0}, "se": {"x": 910.0, "y": 1212.0}, "sw": {"x": 920.0, "y": 1202.0}, "nw": {"x": 920.0, "y": 1212.0}}, "position": {"x": 915.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123607, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 1202.0}, "se": {"x": 924.0, "y": 1212.0}, "sw": {"x": 934.0, "y": 1202.0}, "nw": {"x": 934.0, "y": 1212.0}}, "position": {"x": 929.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123608, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 1202.0}, "se": {"x": 938.0, "y": 1212.0}, "sw": {"x": 948.0, "y": 1202.0}, "nw": {"x": 948.0, "y": 1212.0}}, "position": {"x": 943.0, "y": 1207.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123609, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 1216.0}, "se": {"x": 812.0, "y": 1226.0}, "sw": {"x": 822.0, "y": 1216.0}, "nw": {"x": 822.0, "y": 1226.0}}, "position": {"x": 817.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123610, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 1216.0}, "se": {"x": 826.0, "y": 1226.0}, "sw": {"x": 836.0, "y": 1216.0}, "nw": {"x": 836.0, "y": 1226.0}}, "position": {"x": 831.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123611, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 1216.0}, "se": {"x": 840.0, "y": 1226.0}, "sw": {"x": 850.0, "y": 1216.0}, "nw": {"x": 850.0, "y": 1226.0}}, "position": {"x": 845.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123612, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 1216.0}, "se": {"x": 854.0, "y": 1226.0}, "sw": {"x": 864.0, "y": 1216.0}, "nw": {"x": 864.0, "y": 1226.0}}, "position": {"x": 859.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123613, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 1216.0}, "se": {"x": 868.0, "y": 1226.0}, "sw": {"x": 878.0, "y": 1216.0}, "nw": {"x": 878.0, "y": 1226.0}}, "position": {"x": 873.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123614, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 1216.0}, "se": {"x": 882.0, "y": 1226.0}, "sw": {"x": 892.0, "y": 1216.0}, "nw": {"x": 892.0, "y": 1226.0}}, "position": {"x": 887.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123615, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 1216.0}, "se": {"x": 896.0, "y": 1226.0}, "sw": {"x": 906.0, "y": 1216.0}, "nw": {"x": 906.0, "y": 1226.0}}, "position": {"x": 901.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123616, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 1216.0}, "se": {"x": 910.0, "y": 1226.0}, "sw": {"x": 920.0, "y": 1216.0}, "nw": {"x": 920.0, "y": 1226.0}}, "position": {"x": 915.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123617, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 1216.0}, "se": {"x": 924.0, "y": 1226.0}, "sw": {"x": 934.0, "y": 1216.0}, "nw": {"x": 934.0, "y": 1226.0}}, "position": {"x": 929.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123618, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 1216.0}, "se": {"x": 938.0, "y": 1226.0}, "sw": {"x": 948.0, "y": 1216.0}, "nw": {"x": 948.0, "y": 1226.0}}, "position": {"x": 943.0, "y": 1221.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123619, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 1230.0}, "se": {"x": 812.0, "y": 1240.0}, "sw": {"x": 822.0, "y": 1230.0}, "nw": {"x": 822.0, "y": 1240.0}}, "position": {"x": 817.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123620, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 1230.0}, "se": {"x": 826.0, "y": 1240.0}, "sw": {"x": 836.0, "y": 1230.0}, "nw": {"x": 836.0, "y": 1240.0}}, "position": {"x": 831.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123621, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 1230.0}, "se": {"x": 840.0, "y": 1240.0}, "sw": {"x": 850.0, "y": 1230.0}, "nw": {"x": 850.0, "y": 1240.0}}, "position": {"x": 845.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123622, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 1230.0}, "se": {"x": 854.0, "y": 1240.0}, "sw": {"x": 864.0, "y": 1230.0}, "nw": {"x": 864.0, "y": 1240.0}}, "position": {"x": 859.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123623, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 1230.0}, "se": {"x": 868.0, "y": 1240.0}, "sw": {"x": 878.0, "y": 1230.0}, "nw": {"x": 878.0, "y": 1240.0}}, "position": {"x": 873.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123624, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 1230.0}, "se": {"x": 882.0, "y": 1240.0}, "sw": {"x": 892.0, "y": 1230.0}, "nw": {"x": 892.0, "y": 1240.0}}, "position": {"x": 887.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123625, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 1230.0}, "se": {"x": 896.0, "y": 1240.0}, "sw": {"x": 906.0, "y": 1230.0}, "nw": {"x": 906.0, "y": 1240.0}}, "position": {"x": 901.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123626, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 1230.0}, "se": {"x": 910.0, "y": 1240.0}, "sw": {"x": 920.0, "y": 1230.0}, "nw": {"x": 920.0, "y": 1240.0}}, "position": {"x": 915.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123627, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 1230.0}, "se": {"x": 924.0, "y": 1240.0}, "sw": {"x": 934.0, "y": 1230.0}, "nw": {"x": 934.0, "y": 1240.0}}, "position": {"x": 929.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123628, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 1230.0}, "se": {"x": 938.0, "y": 1240.0}, "sw": {"x": 948.0, "y": 1230.0}, "nw": {"x": 948.0, "y": 1240.0}}, "position": {"x": 943.0, "y": 1235.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123629, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 1244.0}, "se": {"x": 812.0, "y": 1254.0}, "sw": {"x": 822.0, "y": 1244.0}, "nw": {"x": 822.0, "y": 1254.0}}, "position": {"x": 817.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123630, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 1244.0}, "se": {"x": 826.0, "y": 1254.0}, "sw": {"x": 836.0, "y": 1244.0}, "nw": {"x": 836.0, "y": 1254.0}}, "position": {"x": 831.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123631, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 1244.0}, "se": {"x": 840.0, "y": 1254.0}, "sw": {"x": 850.0, "y": 1244.0}, "nw": {"x": 850.0, "y": 1254.0}}, "position": {"x": 845.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123632, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 1244.0}, "se": {"x": 854.0, "y": 1254.0}, "sw": {"x": 864.0, "y": 1244.0}, "nw": {"x": 864.0, "y": 1254.0}}, "position": {"x": 859.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123633, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 1244.0}, "se": {"x": 868.0, "y": 1254.0}, "sw": {"x": 878.0, "y": 1244.0}, "nw": {"x": 878.0, "y": 1254.0}}, "position": {"x": 873.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123634, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 1244.0}, "se": {"x": 882.0, "y": 1254.0}, "sw": {"x": 892.0, "y": 1244.0}, "nw": {"x": 892.0, "y": 1254.0}}, "position": {"x": 887.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123635, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 1244.0}, "se": {"x": 896.0, "y": 1254.0}, "sw": {"x": 906.0, "y": 1244.0}, "nw": {"x": 906.0, "y": 1254.0}}, "position": {"x": 901.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123636, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 1244.0}, "se": {"x": 910.0, "y": 1254.0}, "sw": {"x": 920.0, "y": 1244.0}, "nw": {"x": 920.0, "y": 1254.0}}, "position": {"x": 915.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123637, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 1244.0}, "se": {"x": 924.0, "y": 1254.0}, "sw": {"x": 934.0, "y": 1244.0}, "nw": {"x": 934.0, "y": 1254.0}}, "position": {"x": 929.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123638, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 1244.0}, "se": {"x": 938.0, "y": 1254.0}, "sw": {"x": 948.0, "y": 1244.0}, "nw": {"x": 948.0, "y": 1254.0}}, "position": {"x": 943.0, "y": 1249.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123639, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 1258.0}, "se": {"x": 812.0, "y": 1268.0}, "sw": {"x": 822.0, "y": 1258.0}, "nw": {"x": 822.0, "y": 1268.0}}, "position": {"x": 817.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123640, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 1258.0}, "se": {"x": 826.0, "y": 1268.0}, "sw": {"x": 836.0, "y": 1258.0}, "nw": {"x": 836.0, "y": 1268.0}}, "position": {"x": 831.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123642, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 1258.0}, "se": {"x": 854.0, "y": 1268.0}, "sw": {"x": 864.0, "y": 1258.0}, "nw": {"x": 864.0, "y": 1268.0}}, "position": {"x": 859.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123643, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 1258.0}, "se": {"x": 868.0, "y": 1268.0}, "sw": {"x": 878.0, "y": 1258.0}, "nw": {"x": 878.0, "y": 1268.0}}, "position": {"x": 873.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123644, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 1258.0}, "se": {"x": 882.0, "y": 1268.0}, "sw": {"x": 892.0, "y": 1258.0}, "nw": {"x": 892.0, "y": 1268.0}}, "position": {"x": 887.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123645, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 1258.0}, "se": {"x": 896.0, "y": 1268.0}, "sw": {"x": 906.0, "y": 1258.0}, "nw": {"x": 906.0, "y": 1268.0}}, "position": {"x": 901.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123646, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 1258.0}, "se": {"x": 910.0, "y": 1268.0}, "sw": {"x": 920.0, "y": 1258.0}, "nw": {"x": 920.0, "y": 1268.0}}, "position": {"x": 915.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123647, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 1258.0}, "se": {"x": 924.0, "y": 1268.0}, "sw": {"x": 934.0, "y": 1258.0}, "nw": {"x": 934.0, "y": 1268.0}}, "position": {"x": 929.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123648, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 1258.0}, "se": {"x": 938.0, "y": 1268.0}, "sw": {"x": 948.0, "y": 1258.0}, "nw": {"x": 948.0, "y": 1268.0}}, "position": {"x": 943.0, "y": 1263.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 6\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "6\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00006\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123649, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 1272.0}, "se": {"x": 812.0, "y": 1282.0}, "sw": {"x": 822.0, "y": 1272.0}, "nw": {"x": 822.0, "y": 1282.0}}, "position": {"x": 817.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123650, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 1272.0}, "se": {"x": 826.0, "y": 1282.0}, "sw": {"x": 836.0, "y": 1272.0}, "nw": {"x": 836.0, "y": 1282.0}}, "position": {"x": 831.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123651, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 1272.0}, "se": {"x": 840.0, "y": 1282.0}, "sw": {"x": 850.0, "y": 1272.0}, "nw": {"x": 850.0, "y": 1282.0}}, "position": {"x": 845.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123652, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 1272.0}, "se": {"x": 854.0, "y": 1282.0}, "sw": {"x": 864.0, "y": 1272.0}, "nw": {"x": 864.0, "y": 1282.0}}, "position": {"x": 859.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123653, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 1272.0}, "se": {"x": 868.0, "y": 1282.0}, "sw": {"x": 878.0, "y": 1272.0}, "nw": {"x": 878.0, "y": 1282.0}}, "position": {"x": 873.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123654, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 1272.0}, "se": {"x": 882.0, "y": 1282.0}, "sw": {"x": 892.0, "y": 1272.0}, "nw": {"x": 892.0, "y": 1282.0}}, "position": {"x": 887.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123655, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 1272.0}, "se": {"x": 896.0, "y": 1282.0}, "sw": {"x": 906.0, "y": 1272.0}, "nw": {"x": 906.0, "y": 1282.0}}, "position": {"x": 901.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123656, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 1272.0}, "se": {"x": 910.0, "y": 1282.0}, "sw": {"x": 920.0, "y": 1272.0}, "nw": {"x": 920.0, "y": 1282.0}}, "position": {"x": 915.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123657, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 1272.0}, "se": {"x": 924.0, "y": 1282.0}, "sw": {"x": 934.0, "y": 1272.0}, "nw": {"x": 934.0, "y": 1282.0}}, "position": {"x": 929.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123658, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 1272.0}, "se": {"x": 938.0, "y": 1282.0}, "sw": {"x": 948.0, "y": 1272.0}, "nw": {"x": 948.0, "y": 1282.0}}, "position": {"x": 943.0, "y": 1277.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}], "5:2": [{"logicalSeatId": 1537123283, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 734.0}, "se": {"x": 1281.0, "y": 744.0}, "sw": {"x": 1291.0, "y": 734.0}, "nw": {"x": 1291.0, "y": 744.0}}, "position": {"x": 1286.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123284, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 734.0}, "se": {"x": 1295.0, "y": 744.0}, "sw": {"x": 1305.0, "y": 734.0}, "nw": {"x": 1305.0, "y": 744.0}}, "position": {"x": 1300.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123285, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 734.0}, "se": {"x": 1309.0, "y": 744.0}, "sw": {"x": 1319.0, "y": 734.0}, "nw": {"x": 1319.0, "y": 744.0}}, "position": {"x": 1314.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123286, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 734.0}, "se": {"x": 1323.0, "y": 744.0}, "sw": {"x": 1333.0, "y": 734.0}, "nw": {"x": 1333.0, "y": 744.0}}, "position": {"x": 1328.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123287, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 734.0}, "se": {"x": 1337.0, "y": 744.0}, "sw": {"x": 1347.0, "y": 734.0}, "nw": {"x": 1347.0, "y": 744.0}}, "position": {"x": 1342.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123288, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 734.0}, "se": {"x": 1351.0, "y": 744.0}, "sw": {"x": 1361.0, "y": 734.0}, "nw": {"x": 1361.0, "y": 744.0}}, "position": {"x": 1356.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123289, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 734.0}, "se": {"x": 1365.0, "y": 744.0}, "sw": {"x": 1375.0, "y": 734.0}, "nw": {"x": 1375.0, "y": 744.0}}, "position": {"x": 1370.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123290, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 734.0}, "se": {"x": 1379.0, "y": 744.0}, "sw": {"x": 1389.0, "y": 734.0}, "nw": {"x": 1389.0, "y": 744.0}}, "position": {"x": 1384.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 1\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "1\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00001\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123293, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 748.0}, "se": {"x": 1281.0, "y": 758.0}, "sw": {"x": 1291.0, "y": 748.0}, "nw": {"x": 1291.0, "y": 758.0}}, "position": {"x": 1286.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123294, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 748.0}, "se": {"x": 1295.0, "y": 758.0}, "sw": {"x": 1305.0, "y": 748.0}, "nw": {"x": 1305.0, "y": 758.0}}, "position": {"x": 1300.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123295, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 748.0}, "se": {"x": 1309.0, "y": 758.0}, "sw": {"x": 1319.0, "y": 748.0}, "nw": {"x": 1319.0, "y": 758.0}}, "position": {"x": 1314.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123296, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 748.0}, "se": {"x": 1323.0, "y": 758.0}, "sw": {"x": 1333.0, "y": 748.0}, "nw": {"x": 1333.0, "y": 758.0}}, "position": {"x": 1328.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123297, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 748.0}, "se": {"x": 1337.0, "y": 758.0}, "sw": {"x": 1347.0, "y": 748.0}, "nw": {"x": 1347.0, "y": 758.0}}, "position": {"x": 1342.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123298, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 748.0}, "se": {"x": 1351.0, "y": 758.0}, "sw": {"x": 1361.0, "y": 748.0}, "nw": {"x": 1361.0, "y": 758.0}}, "position": {"x": 1356.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123299, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 748.0}, "se": {"x": 1365.0, "y": 758.0}, "sw": {"x": 1375.0, "y": 748.0}, "nw": {"x": 1375.0, "y": 758.0}}, "position": {"x": 1370.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123300, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 748.0}, "se": {"x": 1379.0, "y": 758.0}, "sw": {"x": 1389.0, "y": 748.0}, "nw": {"x": 1389.0, "y": 758.0}}, "position": {"x": 1384.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123303, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 762.0}, "se": {"x": 1281.0, "y": 772.0}, "sw": {"x": 1291.0, "y": 762.0}, "nw": {"x": 1291.0, "y": 772.0}}, "position": {"x": 1286.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123304, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 762.0}, "se": {"x": 1295.0, "y": 772.0}, "sw": {"x": 1305.0, "y": 762.0}, "nw": {"x": 1305.0, "y": 772.0}}, "position": {"x": 1300.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123305, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 762.0}, "se": {"x": 1309.0, "y": 772.0}, "sw": {"x": 1319.0, "y": 762.0}, "nw": {"x": 1319.0, "y": 772.0}}, "position": {"x": 1314.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123306, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 762.0}, "se": {"x": 1323.0, "y": 772.0}, "sw": {"x": 1333.0, "y": 762.0}, "nw": {"x": 1333.0, "y": 772.0}}, "position": {"x": 1328.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123307, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 762.0}, "se": {"x": 1337.0, "y": 772.0}, "sw": {"x": 1347.0, "y": 762.0}, "nw": {"x": 1347.0, "y": 772.0}}, "position": {"x": 1342.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123308, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 762.0}, "se": {"x": 1351.0, "y": 772.0}, "sw": {"x": 1361.0, "y": 762.0}, "nw": {"x": 1361.0, "y": 772.0}}, "position": {"x": 1356.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123309, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 762.0}, "se": {"x": 1365.0, "y": 772.0}, "sw": {"x": 1375.0, "y": 762.0}, "nw": {"x": 1375.0, "y": 772.0}}, "position": {"x": 1370.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123310, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 762.0}, "se": {"x": 1379.0, "y": 772.0}, "sw": {"x": 1389.0, "y": 762.0}, "nw": {"x": 1389.0, "y": 772.0}}, "position": {"x": 1384.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123441, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 734.0}, "se": {"x": 1465.0, "y": 744.0}, "sw": {"x": 1475.0, "y": 734.0}, "nw": {"x": 1475.0, "y": 744.0}}, "position": {"x": 1470.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 1\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "1\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00001\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123442, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 734.0}, "se": {"x": 1479.0, "y": 744.0}, "sw": {"x": 1489.0, "y": 734.0}, "nw": {"x": 1489.0, "y": 744.0}}, "position": {"x": 1484.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 1\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "1\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00001\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123443, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 734.0}, "se": {"x": 1493.0, "y": 744.0}, "sw": {"x": 1503.0, "y": 734.0}, "nw": {"x": 1503.0, "y": 744.0}}, "position": {"x": 1498.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 1\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "1\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00001\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123444, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 734.0}, "se": {"x": 1507.0, "y": 744.0}, "sw": {"x": 1517.0, "y": 734.0}, "nw": {"x": 1517.0, "y": 744.0}}, "position": {"x": 1512.0, "y": 739.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 1\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "1\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00001\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123445, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 748.0}, "se": {"x": 1465.0, "y": 758.0}, "sw": {"x": 1475.0, "y": 748.0}, "nw": {"x": 1475.0, "y": 758.0}}, "position": {"x": 1470.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123446, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 748.0}, "se": {"x": 1479.0, "y": 758.0}, "sw": {"x": 1489.0, "y": 748.0}, "nw": {"x": 1489.0, "y": 758.0}}, "position": {"x": 1484.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123447, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 748.0}, "se": {"x": 1493.0, "y": 758.0}, "sw": {"x": 1503.0, "y": 748.0}, "nw": {"x": 1503.0, "y": 758.0}}, "position": {"x": 1498.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123448, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 748.0}, "se": {"x": 1507.0, "y": 758.0}, "sw": {"x": 1517.0, "y": 748.0}, "nw": {"x": 1517.0, "y": 758.0}}, "position": {"x": 1512.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123449, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 748.0}, "se": {"x": 1521.0, "y": 758.0}, "sw": {"x": 1531.0, "y": 748.0}, "nw": {"x": 1531.0, "y": 758.0}}, "position": {"x": 1526.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123451, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 762.0}, "se": {"x": 1465.0, "y": 772.0}, "sw": {"x": 1475.0, "y": 762.0}, "nw": {"x": 1475.0, "y": 772.0}}, "position": {"x": 1470.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123452, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 762.0}, "se": {"x": 1479.0, "y": 772.0}, "sw": {"x": 1489.0, "y": 762.0}, "nw": {"x": 1489.0, "y": 772.0}}, "position": {"x": 1484.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123453, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 762.0}, "se": {"x": 1493.0, "y": 772.0}, "sw": {"x": 1503.0, "y": 762.0}, "nw": {"x": 1503.0, "y": 772.0}}, "position": {"x": 1498.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123454, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 762.0}, "se": {"x": 1507.0, "y": 772.0}, "sw": {"x": 1517.0, "y": 762.0}, "nw": {"x": 1517.0, "y": 772.0}}, "position": {"x": 1512.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123455, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 762.0}, "se": {"x": 1521.0, "y": 772.0}, "sw": {"x": 1531.0, "y": 762.0}, "nw": {"x": 1531.0, "y": 772.0}}, "position": {"x": 1526.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}], "2:5": [{"logicalSeatId": 1537121634, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1470.0}, "se": {"x": 604.0, "y": 1470.0}, "sw": {"x": 614.0, "y": 1480.0}, "nw": {"x": 604.0, "y": 1480.0}}, "position": {"x": 609.0, "y": 1475.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1392, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121635, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1484.0}, "se": {"x": 604.0, "y": 1484.0}, "sw": {"x": 614.0, "y": 1494.0}, "nw": {"x": 604.0, "y": 1494.0}}, "position": {"x": 609.0, "y": 1489.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1391, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121636, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1498.0}, "se": {"x": 604.0, "y": 1498.0}, "sw": {"x": 614.0, "y": 1508.0}, "nw": {"x": 604.0, "y": 1508.0}}, "position": {"x": 609.0, "y": 1503.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1390, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121637, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1512.0}, "se": {"x": 604.0, "y": 1512.0}, "sw": {"x": 614.0, "y": 1522.0}, "nw": {"x": 604.0, "y": 1522.0}}, "position": {"x": 609.0, "y": 1517.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1389, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121638, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1526.0}, "se": {"x": 604.0, "y": 1526.0}, "sw": {"x": 614.0, "y": 1536.0}, "nw": {"x": 604.0, "y": 1536.0}}, "position": {"x": 609.0, "y": 1531.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1388, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121649, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1470.0}, "se": {"x": 590.0, "y": 1470.0}, "sw": {"x": 600.0, "y": 1480.0}, "nw": {"x": 590.0, "y": 1480.0}}, "position": {"x": 595.0, "y": 1475.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1285, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121650, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1484.0}, "se": {"x": 590.0, "y": 1484.0}, "sw": {"x": 600.0, "y": 1494.0}, "nw": {"x": 590.0, "y": 1494.0}}, "position": {"x": 595.0, "y": 1489.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1284, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121651, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1498.0}, "se": {"x": 590.0, "y": 1498.0}, "sw": {"x": 600.0, "y": 1508.0}, "nw": {"x": 590.0, "y": 1508.0}}, "position": {"x": 595.0, "y": 1503.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1283, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121652, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1512.0}, "se": {"x": 590.0, "y": 1512.0}, "sw": {"x": 600.0, "y": 1522.0}, "nw": {"x": 590.0, "y": 1522.0}}, "position": {"x": 595.0, "y": 1517.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1282, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121653, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1526.0}, "se": {"x": 590.0, "y": 1526.0}, "sw": {"x": 600.0, "y": 1536.0}, "nw": {"x": 590.0, "y": 1536.0}}, "position": {"x": 595.0, "y": 1531.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1281, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121665, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1470.0}, "se": {"x": 576.0, "y": 1470.0}, "sw": {"x": 586.0, "y": 1480.0}, "nw": {"x": 576.0, "y": 1480.0}}, "position": {"x": 581.0, "y": 1475.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1198, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121666, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1484.0}, "se": {"x": 576.0, "y": 1484.0}, "sw": {"x": 586.0, "y": 1494.0}, "nw": {"x": 576.0, "y": 1494.0}}, "position": {"x": 581.0, "y": 1489.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1197, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121667, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1498.0}, "se": {"x": 576.0, "y": 1498.0}, "sw": {"x": 586.0, "y": 1508.0}, "nw": {"x": 576.0, "y": 1508.0}}, "position": {"x": 581.0, "y": 1503.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1196, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121668, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1512.0}, "se": {"x": 576.0, "y": 1512.0}, "sw": {"x": 586.0, "y": 1522.0}, "nw": {"x": 576.0, "y": 1522.0}}, "position": {"x": 581.0, "y": 1517.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1195, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121669, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1526.0}, "se": {"x": 576.0, "y": 1526.0}, "sw": {"x": 586.0, "y": 1536.0}, "nw": {"x": 576.0, "y": 1536.0}}, "position": {"x": 581.0, "y": 1531.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1194, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121683, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1470.0}, "se": {"x": 562.0, "y": 1470.0}, "sw": {"x": 572.0, "y": 1480.0}, "nw": {"x": 562.0, "y": 1480.0}}, "position": {"x": 567.0, "y": 1475.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121684, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1484.0}, "se": {"x": 562.0, "y": 1484.0}, "sw": {"x": 572.0, "y": 1494.0}, "nw": {"x": 562.0, "y": 1494.0}}, "position": {"x": 567.0, "y": 1489.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121685, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1498.0}, "se": {"x": 562.0, "y": 1498.0}, "sw": {"x": 572.0, "y": 1508.0}, "nw": {"x": 562.0, "y": 1508.0}}, "position": {"x": 567.0, "y": 1503.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121686, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1512.0}, "se": {"x": 562.0, "y": 1512.0}, "sw": {"x": 572.0, "y": 1522.0}, "nw": {"x": 562.0, "y": 1522.0}}, "position": {"x": 567.0, "y": 1517.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121687, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1526.0}, "se": {"x": 562.0, "y": 1526.0}, "sw": {"x": 572.0, "y": 1536.0}, "nw": {"x": 562.0, "y": 1536.0}}, "position": {"x": 567.0, "y": 1531.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121944, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1276.0}, "se": {"x": 604.0, "y": 1276.0}, "sw": {"x": 614.0, "y": 1286.0}, "nw": {"x": 604.0, "y": 1286.0}}, "position": {"x": 609.0, "y": 1281.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1404, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121945, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1290.0}, "se": {"x": 604.0, "y": 1290.0}, "sw": {"x": 614.0, "y": 1300.0}, "nw": {"x": 604.0, "y": 1300.0}}, "position": {"x": 609.0, "y": 1295.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1403, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121946, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1304.0}, "se": {"x": 604.0, "y": 1304.0}, "sw": {"x": 614.0, "y": 1314.0}, "nw": {"x": 604.0, "y": 1314.0}}, "position": {"x": 609.0, "y": 1309.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1402, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121947, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1318.0}, "se": {"x": 604.0, "y": 1318.0}, "sw": {"x": 614.0, "y": 1328.0}, "nw": {"x": 604.0, "y": 1328.0}}, "position": {"x": 609.0, "y": 1323.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1401, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121948, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1332.0}, "se": {"x": 604.0, "y": 1332.0}, "sw": {"x": 614.0, "y": 1342.0}, "nw": {"x": 604.0, "y": 1342.0}}, "position": {"x": 609.0, "y": 1337.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1400, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121949, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1346.0}, "se": {"x": 604.0, "y": 1346.0}, "sw": {"x": 614.0, "y": 1356.0}, "nw": {"x": 604.0, "y": 1356.0}}, "position": {"x": 609.0, "y": 1351.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1399, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121950, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1360.0}, "se": {"x": 604.0, "y": 1360.0}, "sw": {"x": 614.0, "y": 1370.0}, "nw": {"x": 604.0, "y": 1370.0}}, "position": {"x": 609.0, "y": 1365.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1398, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121951, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1374.0}, "se": {"x": 604.0, "y": 1374.0}, "sw": {"x": 614.0, "y": 1384.0}, "nw": {"x": 604.0, "y": 1384.0}}, "position": {"x": 609.0, "y": 1379.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1397, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121952, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1388.0}, "se": {"x": 604.0, "y": 1388.0}, "sw": {"x": 614.0, "y": 1398.0}, "nw": {"x": 604.0, "y": 1398.0}}, "position": {"x": 609.0, "y": 1393.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1396, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121953, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1402.0}, "se": {"x": 604.0, "y": 1402.0}, "sw": {"x": 614.0, "y": 1412.0}, "nw": {"x": 604.0, "y": 1412.0}}, "position": {"x": 609.0, "y": 1407.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1395, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121954, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1416.0}, "se": {"x": 604.0, "y": 1416.0}, "sw": {"x": 614.0, "y": 1426.0}, "nw": {"x": 604.0, "y": 1426.0}}, "position": {"x": 609.0, "y": 1421.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1394, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121955, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1430.0}, "se": {"x": 604.0, "y": 1430.0}, "sw": {"x": 614.0, "y": 1440.0}, "nw": {"x": 604.0, "y": 1440.0}}, "position": {"x": 609.0, "y": 1435.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 2\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159267, "gate": "", "blockId": null, "orderNum": 1393, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "2\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00002\uc5f400021\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121965, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1276.0}, "se": {"x": 590.0, "y": 1276.0}, "sw": {"x": 600.0, "y": 1286.0}, "nw": {"x": 590.0, "y": 1286.0}}, "position": {"x": 595.0, "y": 1281.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1297, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121966, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1290.0}, "se": {"x": 590.0, "y": 1290.0}, "sw": {"x": 600.0, "y": 1300.0}, "nw": {"x": 590.0, "y": 1300.0}}, "position": {"x": 595.0, "y": 1295.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1296, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121967, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1304.0}, "se": {"x": 590.0, "y": 1304.0}, "sw": {"x": 600.0, "y": 1314.0}, "nw": {"x": 590.0, "y": 1314.0}}, "position": {"x": 595.0, "y": 1309.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1295, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121968, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1318.0}, "se": {"x": 590.0, "y": 1318.0}, "sw": {"x": 600.0, "y": 1328.0}, "nw": {"x": 590.0, "y": 1328.0}}, "position": {"x": 595.0, "y": 1323.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1294, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121969, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1332.0}, "se": {"x": 590.0, "y": 1332.0}, "sw": {"x": 600.0, "y": 1342.0}, "nw": {"x": 590.0, "y": 1342.0}}, "position": {"x": 595.0, "y": 1337.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1293, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121970, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1346.0}, "se": {"x": 590.0, "y": 1346.0}, "sw": {"x": 600.0, "y": 1356.0}, "nw": {"x": 590.0, "y": 1356.0}}, "position": {"x": 595.0, "y": 1351.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1292, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121971, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1360.0}, "se": {"x": 590.0, "y": 1360.0}, "sw": {"x": 600.0, "y": 1370.0}, "nw": {"x": 590.0, "y": 1370.0}}, "position": {"x": 595.0, "y": 1365.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1291, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121972, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1374.0}, "se": {"x": 590.0, "y": 1374.0}, "sw": {"x": 600.0, "y": 1384.0}, "nw": {"x": 590.0, "y": 1384.0}}, "position": {"x": 595.0, "y": 1379.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1290, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121973, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1388.0}, "se": {"x": 590.0, "y": 1388.0}, "sw": {"x": 600.0, "y": 1398.0}, "nw": {"x": 590.0, "y": 1398.0}}, "position": {"x": 595.0, "y": 1393.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1289, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121974, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1402.0}, "se": {"x": 590.0, "y": 1402.0}, "sw": {"x": 600.0, "y": 1412.0}, "nw": {"x": 590.0, "y": 1412.0}}, "position": {"x": 595.0, "y": 1407.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1288, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121975, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1416.0}, "se": {"x": 590.0, "y": 1416.0}, "sw": {"x": 600.0, "y": 1426.0}, "nw": {"x": 590.0, "y": 1426.0}}, "position": {"x": 595.0, "y": 1421.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1287, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121976, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1430.0}, "se": {"x": 590.0, "y": 1430.0}, "sw": {"x": 600.0, "y": 1440.0}, "nw": {"x": 590.0, "y": 1440.0}}, "position": {"x": 595.0, "y": 1435.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 3\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159288, "gate": "", "blockId": null, "orderNum": 1286, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "3\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00003\uc5f400021\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121986, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1276.0}, "se": {"x": 576.0, "y": 1276.0}, "sw": {"x": 586.0, "y": 1286.0}, "nw": {"x": 576.0, "y": 1286.0}}, "position": {"x": 581.0, "y": 1281.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1210, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121987, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1290.0}, "se": {"x": 576.0, "y": 1290.0}, "sw": {"x": 586.0, "y": 1300.0}, "nw": {"x": 576.0, "y": 1300.0}}, "position": {"x": 581.0, "y": 1295.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1209, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121988, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1304.0}, "se": {"x": 576.0, "y": 1304.0}, "sw": {"x": 586.0, "y": 1314.0}, "nw": {"x": 576.0, "y": 1314.0}}, "position": {"x": 581.0, "y": 1309.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1208, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121989, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1318.0}, "se": {"x": 576.0, "y": 1318.0}, "sw": {"x": 586.0, "y": 1328.0}, "nw": {"x": 576.0, "y": 1328.0}}, "position": {"x": 581.0, "y": 1323.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1207, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121990, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1332.0}, "se": {"x": 576.0, "y": 1332.0}, "sw": {"x": 586.0, "y": 1342.0}, "nw": {"x": 576.0, "y": 1342.0}}, "position": {"x": 581.0, "y": 1337.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1206, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121991, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1346.0}, "se": {"x": 576.0, "y": 1346.0}, "sw": {"x": 586.0, "y": 1356.0}, "nw": {"x": 576.0, "y": 1356.0}}, "position": {"x": 581.0, "y": 1351.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1205, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121992, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1360.0}, "se": {"x": 576.0, "y": 1360.0}, "sw": {"x": 586.0, "y": 1370.0}, "nw": {"x": 576.0, "y": 1370.0}}, "position": {"x": 581.0, "y": 1365.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1204, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121993, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1374.0}, "se": {"x": 576.0, "y": 1374.0}, "sw": {"x": 586.0, "y": 1384.0}, "nw": {"x": 576.0, "y": 1384.0}}, "position": {"x": 581.0, "y": 1379.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1203, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121994, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1388.0}, "se": {"x": 576.0, "y": 1388.0}, "sw": {"x": 586.0, "y": 1398.0}, "nw": {"x": 576.0, "y": 1398.0}}, "position": {"x": 581.0, "y": 1393.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1202, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121995, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1402.0}, "se": {"x": 576.0, "y": 1402.0}, "sw": {"x": 586.0, "y": 1412.0}, "nw": {"x": 576.0, "y": 1412.0}}, "position": {"x": 581.0, "y": 1407.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1201, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121996, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1416.0}, "se": {"x": 576.0, "y": 1416.0}, "sw": {"x": 586.0, "y": 1426.0}, "nw": {"x": 576.0, "y": 1426.0}}, "position": {"x": 581.0, "y": 1421.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1200, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121997, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1430.0}, "se": {"x": 576.0, "y": 1430.0}, "sw": {"x": 586.0, "y": 1440.0}, "nw": {"x": 576.0, "y": 1440.0}}, "position": {"x": 581.0, "y": 1435.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 4\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49159309, "gate": "", "blockId": null, "orderNum": 1199, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "4\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00004\uc5f400021\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122007, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1276.0}, "se": {"x": 562.0, "y": 1276.0}, "sw": {"x": 572.0, "y": 1286.0}, "nw": {"x": 562.0, "y": 1286.0}}, "position": {"x": 567.0, "y": 1281.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122008, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1290.0}, "se": {"x": 562.0, "y": 1290.0}, "sw": {"x": 572.0, "y": 1300.0}, "nw": {"x": 562.0, "y": 1300.0}}, "position": {"x": 567.0, "y": 1295.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122009, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1304.0}, "se": {"x": 562.0, "y": 1304.0}, "sw": {"x": 572.0, "y": 1314.0}, "nw": {"x": 562.0, "y": 1314.0}}, "position": {"x": 567.0, "y": 1309.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122010, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1318.0}, "se": {"x": 562.0, "y": 1318.0}, "sw": {"x": 572.0, "y": 1328.0}, "nw": {"x": 562.0, "y": 1328.0}}, "position": {"x": 567.0, "y": 1323.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122011, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1332.0}, "se": {"x": 562.0, "y": 1332.0}, "sw": {"x": 572.0, "y": 1342.0}, "nw": {"x": 562.0, "y": 1342.0}}, "position": {"x": 567.0, "y": 1337.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122012, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1346.0}, "se": {"x": 562.0, "y": 1346.0}, "sw": {"x": 572.0, "y": 1356.0}, "nw": {"x": 562.0, "y": 1356.0}}, "position": {"x": 567.0, "y": 1351.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122013, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1360.0}, "se": {"x": 562.0, "y": 1360.0}, "sw": {"x": 572.0, "y": 1370.0}, "nw": {"x": 562.0, "y": 1370.0}}, "position": {"x": 567.0, "y": 1365.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122014, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1374.0}, "se": {"x": 562.0, "y": 1374.0}, "sw": {"x": 572.0, "y": 1384.0}, "nw": {"x": 562.0, "y": 1384.0}}, "position": {"x": 567.0, "y": 1379.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122015, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1388.0}, "se": {"x": 562.0, "y": 1388.0}, "sw": {"x": 572.0, "y": 1398.0}, "nw": {"x": 562.0, "y": 1398.0}}, "position": {"x": 567.0, "y": 1393.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122016, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1402.0}, "se": {"x": 562.0, "y": 1402.0}, "sw": {"x": 572.0, "y": 1412.0}, "nw": {"x": 562.0, "y": 1412.0}}, "position": {"x": 567.0, "y": 1407.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122017, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1416.0}, "se": {"x": 562.0, "y": 1416.0}, "sw": {"x": 572.0, "y": 1426.0}, "nw": {"x": 562.0, "y": 1426.0}}, "position": {"x": 567.0, "y": 1421.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537122018, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1430.0}, "se": {"x": 562.0, "y": 1430.0}, "sw": {"x": 572.0, "y": 1440.0}, "nw": {"x": 562.0, "y": 1440.0}}, "position": {"x": 567.0, "y": 1435.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 K\uad6c\uc5ed 5\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "K\uad6c\uc5ed", "5\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35K\uad6c\uc5ed00005\uc5f400021\ubc88", "area": {"virtualX": 2, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}], "4:3": [{"logicalSeatId": 1537123151, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 776.0}, "se": {"x": 1031.0, "y": 786.0}, "sw": {"x": 1041.0, "y": 776.0}, "nw": {"x": 1041.0, "y": 786.0}}, "position": {"x": 1036.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123152, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 776.0}, "se": {"x": 1045.0, "y": 786.0}, "sw": {"x": 1055.0, "y": 776.0}, "nw": {"x": 1055.0, "y": 786.0}}, "position": {"x": 1050.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123153, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 776.0}, "se": {"x": 1059.0, "y": 786.0}, "sw": {"x": 1069.0, "y": 776.0}, "nw": {"x": 1069.0, "y": 786.0}}, "position": {"x": 1064.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123154, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 776.0}, "se": {"x": 1073.0, "y": 786.0}, "sw": {"x": 1083.0, "y": 776.0}, "nw": {"x": 1083.0, "y": 786.0}}, "position": {"x": 1078.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123155, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 776.0}, "se": {"x": 1087.0, "y": 786.0}, "sw": {"x": 1097.0, "y": 776.0}, "nw": {"x": 1097.0, "y": 786.0}}, "position": {"x": 1092.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123156, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 776.0}, "se": {"x": 1101.0, "y": 786.0}, "sw": {"x": 1111.0, "y": 776.0}, "nw": {"x": 1111.0, "y": 786.0}}, "position": {"x": 1106.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123157, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 776.0}, "se": {"x": 1115.0, "y": 786.0}, "sw": {"x": 1125.0, "y": 776.0}, "nw": {"x": 1125.0, "y": 786.0}}, "position": {"x": 1120.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123158, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 776.0}, "se": {"x": 1129.0, "y": 786.0}, "sw": {"x": 1139.0, "y": 776.0}, "nw": {"x": 1139.0, "y": 786.0}}, "position": {"x": 1134.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123159, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 776.0}, "se": {"x": 1143.0, "y": 786.0}, "sw": {"x": 1153.0, "y": 776.0}, "nw": {"x": 1153.0, "y": 786.0}}, "position": {"x": 1148.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123160, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 776.0}, "se": {"x": 1157.0, "y": 786.0}, "sw": {"x": 1167.0, "y": 776.0}, "nw": {"x": 1167.0, "y": 786.0}}, "position": {"x": 1162.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123161, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 790.0}, "se": {"x": 1031.0, "y": 800.0}, "sw": {"x": 1041.0, "y": 790.0}, "nw": {"x": 1041.0, "y": 800.0}}, "position": {"x": 1036.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123162, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 790.0}, "se": {"x": 1045.0, "y": 800.0}, "sw": {"x": 1055.0, "y": 790.0}, "nw": {"x": 1055.0, "y": 800.0}}, "position": {"x": 1050.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123163, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 790.0}, "se": {"x": 1059.0, "y": 800.0}, "sw": {"x": 1069.0, "y": 790.0}, "nw": {"x": 1069.0, "y": 800.0}}, "position": {"x": 1064.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123164, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 790.0}, "se": {"x": 1073.0, "y": 800.0}, "sw": {"x": 1083.0, "y": 790.0}, "nw": {"x": 1083.0, "y": 800.0}}, "position": {"x": 1078.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123165, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 790.0}, "se": {"x": 1087.0, "y": 800.0}, "sw": {"x": 1097.0, "y": 790.0}, "nw": {"x": 1097.0, "y": 800.0}}, "position": {"x": 1092.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123166, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 790.0}, "se": {"x": 1101.0, "y": 800.0}, "sw": {"x": 1111.0, "y": 790.0}, "nw": {"x": 1111.0, "y": 800.0}}, "position": {"x": 1106.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123167, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 790.0}, "se": {"x": 1115.0, "y": 800.0}, "sw": {"x": 1125.0, "y": 790.0}, "nw": {"x": 1125.0, "y": 800.0}}, "position": {"x": 1120.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123168, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 790.0}, "se": {"x": 1129.0, "y": 800.0}, "sw": {"x": 1139.0, "y": 790.0}, "nw": {"x": 1139.0, "y": 800.0}}, "position": {"x": 1134.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123169, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 790.0}, "se": {"x": 1143.0, "y": 800.0}, "sw": {"x": 1153.0, "y": 790.0}, "nw": {"x": 1153.0, "y": 800.0}}, "position": {"x": 1148.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123170, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 790.0}, "se": {"x": 1157.0, "y": 800.0}, "sw": {"x": 1167.0, "y": 790.0}, "nw": {"x": 1167.0, "y": 800.0}}, "position": {"x": 1162.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123171, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 804.0}, "se": {"x": 1031.0, "y": 814.0}, "sw": {"x": 1041.0, "y": 804.0}, "nw": {"x": 1041.0, "y": 814.0}}, "position": {"x": 1036.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123172, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 804.0}, "se": {"x": 1045.0, "y": 814.0}, "sw": {"x": 1055.0, "y": 804.0}, "nw": {"x": 1055.0, "y": 814.0}}, "position": {"x": 1050.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123173, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 804.0}, "se": {"x": 1059.0, "y": 814.0}, "sw": {"x": 1069.0, "y": 804.0}, "nw": {"x": 1069.0, "y": 814.0}}, "position": {"x": 1064.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123174, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 804.0}, "se": {"x": 1073.0, "y": 814.0}, "sw": {"x": 1083.0, "y": 804.0}, "nw": {"x": 1083.0, "y": 814.0}}, "position": {"x": 1078.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123175, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 804.0}, "se": {"x": 1087.0, "y": 814.0}, "sw": {"x": 1097.0, "y": 804.0}, "nw": {"x": 1097.0, "y": 814.0}}, "position": {"x": 1092.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123176, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 804.0}, "se": {"x": 1101.0, "y": 814.0}, "sw": {"x": 1111.0, "y": 804.0}, "nw": {"x": 1111.0, "y": 814.0}}, "position": {"x": 1106.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123177, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 804.0}, "se": {"x": 1115.0, "y": 814.0}, "sw": {"x": 1125.0, "y": 804.0}, "nw": {"x": 1125.0, "y": 814.0}}, "position": {"x": 1120.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123178, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 804.0}, "se": {"x": 1129.0, "y": 814.0}, "sw": {"x": 1139.0, "y": 804.0}, "nw": {"x": 1139.0, "y": 814.0}}, "position": {"x": 1134.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123179, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 804.0}, "se": {"x": 1143.0, "y": 814.0}, "sw": {"x": 1153.0, "y": 804.0}, "nw": {"x": 1153.0, "y": 814.0}}, "position": {"x": 1148.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123180, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 804.0}, "se": {"x": 1157.0, "y": 814.0}, "sw": {"x": 1167.0, "y": 804.0}, "nw": {"x": 1167.0, "y": 814.0}}, "position": {"x": 1162.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 6\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "6\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00006\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123181, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 818.0}, "se": {"x": 1031.0, "y": 828.0}, "sw": {"x": 1041.0, "y": 818.0}, "nw": {"x": 1041.0, "y": 828.0}}, "position": {"x": 1036.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123182, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 818.0}, "se": {"x": 1045.0, "y": 828.0}, "sw": {"x": 1055.0, "y": 818.0}, "nw": {"x": 1055.0, "y": 828.0}}, "position": {"x": 1050.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123183, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 818.0}, "se": {"x": 1059.0, "y": 828.0}, "sw": {"x": 1069.0, "y": 818.0}, "nw": {"x": 1069.0, "y": 828.0}}, "position": {"x": 1064.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123184, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 818.0}, "se": {"x": 1073.0, "y": 828.0}, "sw": {"x": 1083.0, "y": 818.0}, "nw": {"x": 1083.0, "y": 828.0}}, "position": {"x": 1078.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123185, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 818.0}, "se": {"x": 1087.0, "y": 828.0}, "sw": {"x": 1097.0, "y": 818.0}, "nw": {"x": 1097.0, "y": 828.0}}, "position": {"x": 1092.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123186, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 818.0}, "se": {"x": 1101.0, "y": 828.0}, "sw": {"x": 1111.0, "y": 818.0}, "nw": {"x": 1111.0, "y": 828.0}}, "position": {"x": 1106.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123187, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 818.0}, "se": {"x": 1115.0, "y": 828.0}, "sw": {"x": 1125.0, "y": 818.0}, "nw": {"x": 1125.0, "y": 828.0}}, "position": {"x": 1120.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123188, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 818.0}, "se": {"x": 1129.0, "y": 828.0}, "sw": {"x": 1139.0, "y": 818.0}, "nw": {"x": 1139.0, "y": 828.0}}, "position": {"x": 1134.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123189, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 818.0}, "se": {"x": 1143.0, "y": 828.0}, "sw": {"x": 1153.0, "y": 818.0}, "nw": {"x": 1153.0, "y": 828.0}}, "position": {"x": 1148.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123190, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 818.0}, "se": {"x": 1157.0, "y": 828.0}, "sw": {"x": 1167.0, "y": 818.0}, "nw": {"x": 1167.0, "y": 828.0}}, "position": {"x": 1162.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123191, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 832.0}, "se": {"x": 1031.0, "y": 842.0}, "sw": {"x": 1041.0, "y": 832.0}, "nw": {"x": 1041.0, "y": 842.0}}, "position": {"x": 1036.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123192, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 832.0}, "se": {"x": 1045.0, "y": 842.0}, "sw": {"x": 1055.0, "y": 832.0}, "nw": {"x": 1055.0, "y": 842.0}}, "position": {"x": 1050.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123193, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 832.0}, "se": {"x": 1059.0, "y": 842.0}, "sw": {"x": 1069.0, "y": 832.0}, "nw": {"x": 1069.0, "y": 842.0}}, "position": {"x": 1064.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123194, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 832.0}, "se": {"x": 1073.0, "y": 842.0}, "sw": {"x": 1083.0, "y": 832.0}, "nw": {"x": 1083.0, "y": 842.0}}, "position": {"x": 1078.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123195, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 832.0}, "se": {"x": 1087.0, "y": 842.0}, "sw": {"x": 1097.0, "y": 832.0}, "nw": {"x": 1097.0, "y": 842.0}}, "position": {"x": 1092.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123196, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 832.0}, "se": {"x": 1101.0, "y": 842.0}, "sw": {"x": 1111.0, "y": 832.0}, "nw": {"x": 1111.0, "y": 842.0}}, "position": {"x": 1106.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123197, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 832.0}, "se": {"x": 1115.0, "y": 842.0}, "sw": {"x": 1125.0, "y": 832.0}, "nw": {"x": 1125.0, "y": 842.0}}, "position": {"x": 1120.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123198, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 832.0}, "se": {"x": 1129.0, "y": 842.0}, "sw": {"x": 1139.0, "y": 832.0}, "nw": {"x": 1139.0, "y": 842.0}}, "position": {"x": 1134.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123199, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 832.0}, "se": {"x": 1143.0, "y": 842.0}, "sw": {"x": 1153.0, "y": 832.0}, "nw": {"x": 1153.0, "y": 842.0}}, "position": {"x": 1148.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123200, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 832.0}, "se": {"x": 1157.0, "y": 842.0}, "sw": {"x": 1167.0, "y": 832.0}, "nw": {"x": 1167.0, "y": 842.0}}, "position": {"x": 1162.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123201, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 873.0}, "se": {"x": 1031.0, "y": 883.0}, "sw": {"x": 1041.0, "y": 873.0}, "nw": {"x": 1041.0, "y": 883.0}}, "position": {"x": 1036.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123202, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 873.0}, "se": {"x": 1045.0, "y": 883.0}, "sw": {"x": 1055.0, "y": 873.0}, "nw": {"x": 1055.0, "y": 883.0}}, "position": {"x": 1050.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123203, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 873.0}, "se": {"x": 1059.0, "y": 883.0}, "sw": {"x": 1069.0, "y": 873.0}, "nw": {"x": 1069.0, "y": 883.0}}, "position": {"x": 1064.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123204, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 873.0}, "se": {"x": 1073.0, "y": 883.0}, "sw": {"x": 1083.0, "y": 873.0}, "nw": {"x": 1083.0, "y": 883.0}}, "position": {"x": 1078.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123205, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 873.0}, "se": {"x": 1087.0, "y": 883.0}, "sw": {"x": 1097.0, "y": 873.0}, "nw": {"x": 1097.0, "y": 883.0}}, "position": {"x": 1092.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123206, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 873.0}, "se": {"x": 1101.0, "y": 883.0}, "sw": {"x": 1111.0, "y": 873.0}, "nw": {"x": 1111.0, "y": 883.0}}, "position": {"x": 1106.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123207, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 873.0}, "se": {"x": 1115.0, "y": 883.0}, "sw": {"x": 1125.0, "y": 873.0}, "nw": {"x": 1125.0, "y": 883.0}}, "position": {"x": 1120.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123208, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 873.0}, "se": {"x": 1129.0, "y": 883.0}, "sw": {"x": 1139.0, "y": 873.0}, "nw": {"x": 1139.0, "y": 883.0}}, "position": {"x": 1134.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123209, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 873.0}, "se": {"x": 1143.0, "y": 883.0}, "sw": {"x": 1153.0, "y": 873.0}, "nw": {"x": 1153.0, "y": 883.0}}, "position": {"x": 1148.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123210, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 873.0}, "se": {"x": 1157.0, "y": 883.0}, "sw": {"x": 1167.0, "y": 873.0}, "nw": {"x": 1167.0, "y": 883.0}}, "position": {"x": 1162.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 9\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "9\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00009\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123211, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 887.0}, "se": {"x": 1031.0, "y": 897.0}, "sw": {"x": 1041.0, "y": 887.0}, "nw": {"x": 1041.0, "y": 897.0}}, "position": {"x": 1036.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123212, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 887.0}, "se": {"x": 1045.0, "y": 897.0}, "sw": {"x": 1055.0, "y": 887.0}, "nw": {"x": 1055.0, "y": 897.0}}, "position": {"x": 1050.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123213, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 887.0}, "se": {"x": 1059.0, "y": 897.0}, "sw": {"x": 1069.0, "y": 887.0}, "nw": {"x": 1069.0, "y": 897.0}}, "position": {"x": 1064.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123214, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 887.0}, "se": {"x": 1073.0, "y": 897.0}, "sw": {"x": 1083.0, "y": 887.0}, "nw": {"x": 1083.0, "y": 897.0}}, "position": {"x": 1078.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123215, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 887.0}, "se": {"x": 1087.0, "y": 897.0}, "sw": {"x": 1097.0, "y": 887.0}, "nw": {"x": 1097.0, "y": 897.0}}, "position": {"x": 1092.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123216, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 887.0}, "se": {"x": 1101.0, "y": 897.0}, "sw": {"x": 1111.0, "y": 887.0}, "nw": {"x": 1111.0, "y": 897.0}}, "position": {"x": 1106.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123217, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 887.0}, "se": {"x": 1115.0, "y": 897.0}, "sw": {"x": 1125.0, "y": 887.0}, "nw": {"x": 1125.0, "y": 897.0}}, "position": {"x": 1120.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123218, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 887.0}, "se": {"x": 1129.0, "y": 897.0}, "sw": {"x": 1139.0, "y": 887.0}, "nw": {"x": 1139.0, "y": 897.0}}, "position": {"x": 1134.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123219, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 887.0}, "se": {"x": 1143.0, "y": 897.0}, "sw": {"x": 1153.0, "y": 887.0}, "nw": {"x": 1153.0, "y": 897.0}}, "position": {"x": 1148.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123220, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 887.0}, "se": {"x": 1157.0, "y": 897.0}, "sw": {"x": 1167.0, "y": 887.0}, "nw": {"x": 1167.0, "y": 897.0}}, "position": {"x": 1162.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 10\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "10\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00010\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123221, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 901.0}, "se": {"x": 1031.0, "y": 911.0}, "sw": {"x": 1041.0, "y": 901.0}, "nw": {"x": 1041.0, "y": 911.0}}, "position": {"x": 1036.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123222, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 901.0}, "se": {"x": 1045.0, "y": 911.0}, "sw": {"x": 1055.0, "y": 901.0}, "nw": {"x": 1055.0, "y": 911.0}}, "position": {"x": 1050.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123223, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 901.0}, "se": {"x": 1059.0, "y": 911.0}, "sw": {"x": 1069.0, "y": 901.0}, "nw": {"x": 1069.0, "y": 911.0}}, "position": {"x": 1064.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123224, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 901.0}, "se": {"x": 1073.0, "y": 911.0}, "sw": {"x": 1083.0, "y": 901.0}, "nw": {"x": 1083.0, "y": 911.0}}, "position": {"x": 1078.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123225, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 901.0}, "se": {"x": 1087.0, "y": 911.0}, "sw": {"x": 1097.0, "y": 901.0}, "nw": {"x": 1097.0, "y": 911.0}}, "position": {"x": 1092.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123226, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 901.0}, "se": {"x": 1101.0, "y": 911.0}, "sw": {"x": 1111.0, "y": 901.0}, "nw": {"x": 1111.0, "y": 911.0}}, "position": {"x": 1106.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123227, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 901.0}, "se": {"x": 1115.0, "y": 911.0}, "sw": {"x": 1125.0, "y": 901.0}, "nw": {"x": 1125.0, "y": 911.0}}, "position": {"x": 1120.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123228, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 901.0}, "se": {"x": 1129.0, "y": 911.0}, "sw": {"x": 1139.0, "y": 901.0}, "nw": {"x": 1139.0, "y": 911.0}}, "position": {"x": 1134.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123229, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 901.0}, "se": {"x": 1143.0, "y": 911.0}, "sw": {"x": 1153.0, "y": 901.0}, "nw": {"x": 1153.0, "y": 911.0}}, "position": {"x": 1148.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123230, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 901.0}, "se": {"x": 1157.0, "y": 911.0}, "sw": {"x": 1167.0, "y": 901.0}, "nw": {"x": 1167.0, "y": 911.0}}, "position": {"x": 1162.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 11\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "11\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00011\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123231, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 915.0}, "se": {"x": 1031.0, "y": 925.0}, "sw": {"x": 1041.0, "y": 915.0}, "nw": {"x": 1041.0, "y": 925.0}}, "position": {"x": 1036.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123232, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 915.0}, "se": {"x": 1045.0, "y": 925.0}, "sw": {"x": 1055.0, "y": 915.0}, "nw": {"x": 1055.0, "y": 925.0}}, "position": {"x": 1050.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123233, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 915.0}, "se": {"x": 1059.0, "y": 925.0}, "sw": {"x": 1069.0, "y": 915.0}, "nw": {"x": 1069.0, "y": 925.0}}, "position": {"x": 1064.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123234, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 915.0}, "se": {"x": 1073.0, "y": 925.0}, "sw": {"x": 1083.0, "y": 915.0}, "nw": {"x": 1083.0, "y": 925.0}}, "position": {"x": 1078.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123235, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 915.0}, "se": {"x": 1087.0, "y": 925.0}, "sw": {"x": 1097.0, "y": 915.0}, "nw": {"x": 1097.0, "y": 925.0}}, "position": {"x": 1092.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123236, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 915.0}, "se": {"x": 1101.0, "y": 925.0}, "sw": {"x": 1111.0, "y": 915.0}, "nw": {"x": 1111.0, "y": 925.0}}, "position": {"x": 1106.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123237, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 915.0}, "se": {"x": 1115.0, "y": 925.0}, "sw": {"x": 1125.0, "y": 915.0}, "nw": {"x": 1125.0, "y": 925.0}}, "position": {"x": 1120.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123238, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 915.0}, "se": {"x": 1129.0, "y": 925.0}, "sw": {"x": 1139.0, "y": 915.0}, "nw": {"x": 1139.0, "y": 925.0}}, "position": {"x": 1134.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123239, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 915.0}, "se": {"x": 1143.0, "y": 925.0}, "sw": {"x": 1153.0, "y": 915.0}, "nw": {"x": 1153.0, "y": 925.0}}, "position": {"x": 1148.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123240, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 915.0}, "se": {"x": 1157.0, "y": 925.0}, "sw": {"x": 1167.0, "y": 915.0}, "nw": {"x": 1167.0, "y": 925.0}}, "position": {"x": 1162.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 12\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "12\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00012\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123241, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 929.0}, "se": {"x": 1031.0, "y": 939.0}, "sw": {"x": 1041.0, "y": 929.0}, "nw": {"x": 1041.0, "y": 939.0}}, "position": {"x": 1036.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123242, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 929.0}, "se": {"x": 1045.0, "y": 939.0}, "sw": {"x": 1055.0, "y": 929.0}, "nw": {"x": 1055.0, "y": 939.0}}, "position": {"x": 1050.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123243, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 929.0}, "se": {"x": 1059.0, "y": 939.0}, "sw": {"x": 1069.0, "y": 929.0}, "nw": {"x": 1069.0, "y": 939.0}}, "position": {"x": 1064.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123244, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 929.0}, "se": {"x": 1073.0, "y": 939.0}, "sw": {"x": 1083.0, "y": 929.0}, "nw": {"x": 1083.0, "y": 939.0}}, "position": {"x": 1078.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123245, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 929.0}, "se": {"x": 1087.0, "y": 939.0}, "sw": {"x": 1097.0, "y": 929.0}, "nw": {"x": 1097.0, "y": 939.0}}, "position": {"x": 1092.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123246, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 929.0}, "se": {"x": 1101.0, "y": 939.0}, "sw": {"x": 1111.0, "y": 929.0}, "nw": {"x": 1111.0, "y": 939.0}}, "position": {"x": 1106.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123247, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 929.0}, "se": {"x": 1115.0, "y": 939.0}, "sw": {"x": 1125.0, "y": 929.0}, "nw": {"x": 1125.0, "y": 939.0}}, "position": {"x": 1120.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123248, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 929.0}, "se": {"x": 1129.0, "y": 939.0}, "sw": {"x": 1139.0, "y": 929.0}, "nw": {"x": 1139.0, "y": 939.0}}, "position": {"x": 1134.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123249, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 929.0}, "se": {"x": 1143.0, "y": 939.0}, "sw": {"x": 1153.0, "y": 929.0}, "nw": {"x": 1153.0, "y": 939.0}}, "position": {"x": 1148.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123250, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 929.0}, "se": {"x": 1157.0, "y": 939.0}, "sw": {"x": 1167.0, "y": 929.0}, "nw": {"x": 1167.0, "y": 939.0}}, "position": {"x": 1162.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 13\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "13\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00013\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123251, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 943.0}, "se": {"x": 1031.0, "y": 953.0}, "sw": {"x": 1041.0, "y": 943.0}, "nw": {"x": 1041.0, "y": 953.0}}, "position": {"x": 1036.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123252, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 943.0}, "se": {"x": 1045.0, "y": 953.0}, "sw": {"x": 1055.0, "y": 943.0}, "nw": {"x": 1055.0, "y": 953.0}}, "position": {"x": 1050.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123253, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 943.0}, "se": {"x": 1059.0, "y": 953.0}, "sw": {"x": 1069.0, "y": 943.0}, "nw": {"x": 1069.0, "y": 953.0}}, "position": {"x": 1064.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123254, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 943.0}, "se": {"x": 1073.0, "y": 953.0}, "sw": {"x": 1083.0, "y": 943.0}, "nw": {"x": 1083.0, "y": 953.0}}, "position": {"x": 1078.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123255, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 943.0}, "se": {"x": 1087.0, "y": 953.0}, "sw": {"x": 1097.0, "y": 943.0}, "nw": {"x": 1097.0, "y": 953.0}}, "position": {"x": 1092.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123256, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 943.0}, "se": {"x": 1101.0, "y": 953.0}, "sw": {"x": 1111.0, "y": 943.0}, "nw": {"x": 1111.0, "y": 953.0}}, "position": {"x": 1106.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123257, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 943.0}, "se": {"x": 1115.0, "y": 953.0}, "sw": {"x": 1125.0, "y": 943.0}, "nw": {"x": 1125.0, "y": 953.0}}, "position": {"x": 1120.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123258, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 943.0}, "se": {"x": 1129.0, "y": 953.0}, "sw": {"x": 1139.0, "y": 943.0}, "nw": {"x": 1139.0, "y": 953.0}}, "position": {"x": 1134.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123259, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 943.0}, "se": {"x": 1143.0, "y": 953.0}, "sw": {"x": 1153.0, "y": 943.0}, "nw": {"x": 1153.0, "y": 953.0}}, "position": {"x": 1148.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123260, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 943.0}, "se": {"x": 1157.0, "y": 953.0}, "sw": {"x": 1167.0, "y": 943.0}, "nw": {"x": 1167.0, "y": 953.0}}, "position": {"x": 1162.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 14\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "14\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00014\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123261, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 957.0}, "se": {"x": 1031.0, "y": 967.0}, "sw": {"x": 1041.0, "y": 957.0}, "nw": {"x": 1041.0, "y": 967.0}}, "position": {"x": 1036.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123262, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 957.0}, "se": {"x": 1045.0, "y": 967.0}, "sw": {"x": 1055.0, "y": 957.0}, "nw": {"x": 1055.0, "y": 967.0}}, "position": {"x": 1050.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123263, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 957.0}, "se": {"x": 1059.0, "y": 967.0}, "sw": {"x": 1069.0, "y": 957.0}, "nw": {"x": 1069.0, "y": 967.0}}, "position": {"x": 1064.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123264, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 957.0}, "se": {"x": 1073.0, "y": 967.0}, "sw": {"x": 1083.0, "y": 957.0}, "nw": {"x": 1083.0, "y": 967.0}}, "position": {"x": 1078.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123265, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 957.0}, "se": {"x": 1087.0, "y": 967.0}, "sw": {"x": 1097.0, "y": 957.0}, "nw": {"x": 1097.0, "y": 967.0}}, "position": {"x": 1092.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123266, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 957.0}, "se": {"x": 1101.0, "y": 967.0}, "sw": {"x": 1111.0, "y": 957.0}, "nw": {"x": 1111.0, "y": 967.0}}, "position": {"x": 1106.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123267, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 957.0}, "se": {"x": 1115.0, "y": 967.0}, "sw": {"x": 1125.0, "y": 957.0}, "nw": {"x": 1125.0, "y": 967.0}}, "position": {"x": 1120.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123268, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 957.0}, "se": {"x": 1129.0, "y": 967.0}, "sw": {"x": 1139.0, "y": 957.0}, "nw": {"x": 1139.0, "y": 967.0}}, "position": {"x": 1134.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123269, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 957.0}, "se": {"x": 1143.0, "y": 967.0}, "sw": {"x": 1153.0, "y": 957.0}, "nw": {"x": 1153.0, "y": 967.0}}, "position": {"x": 1148.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123270, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 957.0}, "se": {"x": 1157.0, "y": 967.0}, "sw": {"x": 1167.0, "y": 957.0}, "nw": {"x": 1167.0, "y": 967.0}}, "position": {"x": 1162.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 15\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "15\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00015\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123271, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 971.0}, "se": {"x": 1031.0, "y": 981.0}, "sw": {"x": 1041.0, "y": 971.0}, "nw": {"x": 1041.0, "y": 981.0}}, "position": {"x": 1036.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123272, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 971.0}, "se": {"x": 1045.0, "y": 981.0}, "sw": {"x": 1055.0, "y": 971.0}, "nw": {"x": 1055.0, "y": 981.0}}, "position": {"x": 1050.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123273, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 971.0}, "se": {"x": 1059.0, "y": 981.0}, "sw": {"x": 1069.0, "y": 971.0}, "nw": {"x": 1069.0, "y": 981.0}}, "position": {"x": 1064.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123274, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 971.0}, "se": {"x": 1073.0, "y": 981.0}, "sw": {"x": 1083.0, "y": 971.0}, "nw": {"x": 1083.0, "y": 981.0}}, "position": {"x": 1078.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123275, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 971.0}, "se": {"x": 1087.0, "y": 981.0}, "sw": {"x": 1097.0, "y": 971.0}, "nw": {"x": 1097.0, "y": 981.0}}, "position": {"x": 1092.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123276, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 971.0}, "se": {"x": 1101.0, "y": 981.0}, "sw": {"x": 1111.0, "y": 971.0}, "nw": {"x": 1111.0, "y": 981.0}}, "position": {"x": 1106.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123277, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 971.0}, "se": {"x": 1115.0, "y": 981.0}, "sw": {"x": 1125.0, "y": 971.0}, "nw": {"x": 1125.0, "y": 981.0}}, "position": {"x": 1120.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123278, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 971.0}, "se": {"x": 1129.0, "y": 981.0}, "sw": {"x": 1139.0, "y": 971.0}, "nw": {"x": 1139.0, "y": 981.0}}, "position": {"x": 1134.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123279, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 971.0}, "se": {"x": 1143.0, "y": 981.0}, "sw": {"x": 1153.0, "y": 971.0}, "nw": {"x": 1153.0, "y": 981.0}}, "position": {"x": 1148.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123280, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 971.0}, "se": {"x": 1157.0, "y": 981.0}, "sw": {"x": 1167.0, "y": 971.0}, "nw": {"x": 1167.0, "y": 981.0}}, "position": {"x": 1162.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 2\uad6c\uc5ed 16\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 2\uad6c\uc5ed", "16\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00002\uad6c\uc5ed00016\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123311, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 776.0}, "se": {"x": 1253.0, "y": 786.0}, "sw": {"x": 1263.0, "y": 776.0}, "nw": {"x": 1263.0, "y": 786.0}}, "position": {"x": 1258.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123312, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 776.0}, "se": {"x": 1267.0, "y": 786.0}, "sw": {"x": 1277.0, "y": 776.0}, "nw": {"x": 1277.0, "y": 786.0}}, "position": {"x": 1272.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123321, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 790.0}, "se": {"x": 1253.0, "y": 800.0}, "sw": {"x": 1263.0, "y": 790.0}, "nw": {"x": 1263.0, "y": 800.0}}, "position": {"x": 1258.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123322, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 790.0}, "se": {"x": 1267.0, "y": 800.0}, "sw": {"x": 1277.0, "y": 790.0}, "nw": {"x": 1277.0, "y": 800.0}}, "position": {"x": 1272.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123331, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 804.0}, "se": {"x": 1253.0, "y": 814.0}, "sw": {"x": 1263.0, "y": 804.0}, "nw": {"x": 1263.0, "y": 814.0}}, "position": {"x": 1258.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123332, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 804.0}, "se": {"x": 1267.0, "y": 814.0}, "sw": {"x": 1277.0, "y": 804.0}, "nw": {"x": 1277.0, "y": 814.0}}, "position": {"x": 1272.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123341, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 818.0}, "se": {"x": 1253.0, "y": 828.0}, "sw": {"x": 1263.0, "y": 818.0}, "nw": {"x": 1263.0, "y": 828.0}}, "position": {"x": 1258.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123342, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 818.0}, "se": {"x": 1267.0, "y": 828.0}, "sw": {"x": 1277.0, "y": 818.0}, "nw": {"x": 1277.0, "y": 828.0}}, "position": {"x": 1272.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123351, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 832.0}, "se": {"x": 1253.0, "y": 842.0}, "sw": {"x": 1263.0, "y": 832.0}, "nw": {"x": 1263.0, "y": 842.0}}, "position": {"x": 1258.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123352, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 832.0}, "se": {"x": 1267.0, "y": 842.0}, "sw": {"x": 1277.0, "y": 832.0}, "nw": {"x": 1277.0, "y": 842.0}}, "position": {"x": 1272.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123361, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 873.0}, "se": {"x": 1253.0, "y": 883.0}, "sw": {"x": 1263.0, "y": 873.0}, "nw": {"x": 1263.0, "y": 883.0}}, "position": {"x": 1258.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123362, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 873.0}, "se": {"x": 1267.0, "y": 883.0}, "sw": {"x": 1277.0, "y": 873.0}, "nw": {"x": 1277.0, "y": 883.0}}, "position": {"x": 1272.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123371, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 887.0}, "se": {"x": 1253.0, "y": 897.0}, "sw": {"x": 1263.0, "y": 887.0}, "nw": {"x": 1263.0, "y": 897.0}}, "position": {"x": 1258.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 10\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "10\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00010\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123372, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 887.0}, "se": {"x": 1267.0, "y": 897.0}, "sw": {"x": 1277.0, "y": 887.0}, "nw": {"x": 1277.0, "y": 897.0}}, "position": {"x": 1272.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 10\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "10\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00010\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123381, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 901.0}, "se": {"x": 1253.0, "y": 911.0}, "sw": {"x": 1263.0, "y": 901.0}, "nw": {"x": 1263.0, "y": 911.0}}, "position": {"x": 1258.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123382, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 901.0}, "se": {"x": 1267.0, "y": 911.0}, "sw": {"x": 1277.0, "y": 901.0}, "nw": {"x": 1277.0, "y": 911.0}}, "position": {"x": 1272.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123391, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 915.0}, "se": {"x": 1253.0, "y": 925.0}, "sw": {"x": 1263.0, "y": 915.0}, "nw": {"x": 1263.0, "y": 925.0}}, "position": {"x": 1258.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123392, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 915.0}, "se": {"x": 1267.0, "y": 925.0}, "sw": {"x": 1277.0, "y": 915.0}, "nw": {"x": 1277.0, "y": 925.0}}, "position": {"x": 1272.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123401, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 929.0}, "se": {"x": 1253.0, "y": 939.0}, "sw": {"x": 1263.0, "y": 929.0}, "nw": {"x": 1263.0, "y": 939.0}}, "position": {"x": 1258.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123402, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 929.0}, "se": {"x": 1267.0, "y": 939.0}, "sw": {"x": 1277.0, "y": 929.0}, "nw": {"x": 1277.0, "y": 939.0}}, "position": {"x": 1272.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123411, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 943.0}, "se": {"x": 1253.0, "y": 953.0}, "sw": {"x": 1263.0, "y": 943.0}, "nw": {"x": 1263.0, "y": 953.0}}, "position": {"x": 1258.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123412, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 943.0}, "se": {"x": 1267.0, "y": 953.0}, "sw": {"x": 1277.0, "y": 943.0}, "nw": {"x": 1277.0, "y": 953.0}}, "position": {"x": 1272.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123421, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 957.0}, "se": {"x": 1253.0, "y": 967.0}, "sw": {"x": 1263.0, "y": 957.0}, "nw": {"x": 1263.0, "y": 967.0}}, "position": {"x": 1258.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123422, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 957.0}, "se": {"x": 1267.0, "y": 967.0}, "sw": {"x": 1277.0, "y": 957.0}, "nw": {"x": 1277.0, "y": 967.0}}, "position": {"x": 1272.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123431, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 971.0}, "se": {"x": 1253.0, "y": 981.0}, "sw": {"x": 1263.0, "y": 971.0}, "nw": {"x": 1263.0, "y": 981.0}}, "position": {"x": 1258.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123432, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 971.0}, "se": {"x": 1267.0, "y": 981.0}, "sw": {"x": 1277.0, "y": 971.0}, "nw": {"x": 1277.0, "y": 981.0}}, "position": {"x": 1272.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}], "3:5": [{"logicalSeatId": 1537123659, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 812.0, "y": 1286.0}, "se": {"x": 812.0, "y": 1296.0}, "sw": {"x": 822.0, "y": 1286.0}, "nw": {"x": 822.0, "y": 1296.0}}, "position": {"x": 817.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123660, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 826.0, "y": 1286.0}, "se": {"x": 826.0, "y": 1296.0}, "sw": {"x": 836.0, "y": 1286.0}, "nw": {"x": 836.0, "y": 1296.0}}, "position": {"x": 831.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123661, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 840.0, "y": 1286.0}, "se": {"x": 840.0, "y": 1296.0}, "sw": {"x": 850.0, "y": 1286.0}, "nw": {"x": 850.0, "y": 1296.0}}, "position": {"x": 845.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123662, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 854.0, "y": 1286.0}, "se": {"x": 854.0, "y": 1296.0}, "sw": {"x": 864.0, "y": 1286.0}, "nw": {"x": 864.0, "y": 1296.0}}, "position": {"x": 859.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123663, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 868.0, "y": 1286.0}, "se": {"x": 868.0, "y": 1296.0}, "sw": {"x": 878.0, "y": 1286.0}, "nw": {"x": 878.0, "y": 1296.0}}, "position": {"x": 873.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123664, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 882.0, "y": 1286.0}, "se": {"x": 882.0, "y": 1296.0}, "sw": {"x": 892.0, "y": 1286.0}, "nw": {"x": 892.0, "y": 1296.0}}, "position": {"x": 887.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123665, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 896.0, "y": 1286.0}, "se": {"x": 896.0, "y": 1296.0}, "sw": {"x": 906.0, "y": 1286.0}, "nw": {"x": 906.0, "y": 1296.0}}, "position": {"x": 901.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123666, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 910.0, "y": 1286.0}, "se": {"x": 910.0, "y": 1296.0}, "sw": {"x": 920.0, "y": 1286.0}, "nw": {"x": 920.0, "y": 1296.0}}, "position": {"x": 915.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123667, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 924.0, "y": 1286.0}, "se": {"x": 924.0, "y": 1296.0}, "sw": {"x": 934.0, "y": 1286.0}, "nw": {"x": 934.0, "y": 1296.0}}, "position": {"x": 929.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123668, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 938.0, "y": 1286.0}, "se": {"x": 938.0, "y": 1296.0}, "sw": {"x": 948.0, "y": 1286.0}, "nw": {"x": 948.0, "y": 1296.0}}, "position": {"x": 943.0, "y": 1291.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 1\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "1\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500001\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}], "5:3": [{"logicalSeatId": 1537123313, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 776.0}, "se": {"x": 1281.0, "y": 786.0}, "sw": {"x": 1291.0, "y": 776.0}, "nw": {"x": 1291.0, "y": 786.0}}, "position": {"x": 1286.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123314, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 776.0}, "se": {"x": 1295.0, "y": 786.0}, "sw": {"x": 1305.0, "y": 776.0}, "nw": {"x": 1305.0, "y": 786.0}}, "position": {"x": 1300.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123315, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 776.0}, "se": {"x": 1309.0, "y": 786.0}, "sw": {"x": 1319.0, "y": 776.0}, "nw": {"x": 1319.0, "y": 786.0}}, "position": {"x": 1314.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123316, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 776.0}, "se": {"x": 1323.0, "y": 786.0}, "sw": {"x": 1333.0, "y": 776.0}, "nw": {"x": 1333.0, "y": 786.0}}, "position": {"x": 1328.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123317, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 776.0}, "se": {"x": 1337.0, "y": 786.0}, "sw": {"x": 1347.0, "y": 776.0}, "nw": {"x": 1347.0, "y": 786.0}}, "position": {"x": 1342.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123318, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 776.0}, "se": {"x": 1351.0, "y": 786.0}, "sw": {"x": 1361.0, "y": 776.0}, "nw": {"x": 1361.0, "y": 786.0}}, "position": {"x": 1356.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123319, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 776.0}, "se": {"x": 1365.0, "y": 786.0}, "sw": {"x": 1375.0, "y": 776.0}, "nw": {"x": 1375.0, "y": 786.0}}, "position": {"x": 1370.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123320, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 776.0}, "se": {"x": 1379.0, "y": 786.0}, "sw": {"x": 1389.0, "y": 776.0}, "nw": {"x": 1389.0, "y": 786.0}}, "position": {"x": 1384.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123323, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 790.0}, "se": {"x": 1281.0, "y": 800.0}, "sw": {"x": 1291.0, "y": 790.0}, "nw": {"x": 1291.0, "y": 800.0}}, "position": {"x": 1286.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123324, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 790.0}, "se": {"x": 1295.0, "y": 800.0}, "sw": {"x": 1305.0, "y": 790.0}, "nw": {"x": 1305.0, "y": 800.0}}, "position": {"x": 1300.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123325, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 790.0}, "se": {"x": 1309.0, "y": 800.0}, "sw": {"x": 1319.0, "y": 790.0}, "nw": {"x": 1319.0, "y": 800.0}}, "position": {"x": 1314.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123326, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 790.0}, "se": {"x": 1323.0, "y": 800.0}, "sw": {"x": 1333.0, "y": 790.0}, "nw": {"x": 1333.0, "y": 800.0}}, "position": {"x": 1328.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123327, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 790.0}, "se": {"x": 1337.0, "y": 800.0}, "sw": {"x": 1347.0, "y": 790.0}, "nw": {"x": 1347.0, "y": 800.0}}, "position": {"x": 1342.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123328, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 790.0}, "se": {"x": 1351.0, "y": 800.0}, "sw": {"x": 1361.0, "y": 790.0}, "nw": {"x": 1361.0, "y": 800.0}}, "position": {"x": 1356.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123329, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 790.0}, "se": {"x": 1365.0, "y": 800.0}, "sw": {"x": 1375.0, "y": 790.0}, "nw": {"x": 1375.0, "y": 800.0}}, "position": {"x": 1370.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123330, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 790.0}, "se": {"x": 1379.0, "y": 800.0}, "sw": {"x": 1389.0, "y": 790.0}, "nw": {"x": 1389.0, "y": 800.0}}, "position": {"x": 1384.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123333, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 804.0}, "se": {"x": 1281.0, "y": 814.0}, "sw": {"x": 1291.0, "y": 804.0}, "nw": {"x": 1291.0, "y": 814.0}}, "position": {"x": 1286.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123334, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 804.0}, "se": {"x": 1295.0, "y": 814.0}, "sw": {"x": 1305.0, "y": 804.0}, "nw": {"x": 1305.0, "y": 814.0}}, "position": {"x": 1300.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123335, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 804.0}, "se": {"x": 1309.0, "y": 814.0}, "sw": {"x": 1319.0, "y": 804.0}, "nw": {"x": 1319.0, "y": 814.0}}, "position": {"x": 1314.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123336, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 804.0}, "se": {"x": 1323.0, "y": 814.0}, "sw": {"x": 1333.0, "y": 804.0}, "nw": {"x": 1333.0, "y": 814.0}}, "position": {"x": 1328.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123337, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 804.0}, "se": {"x": 1337.0, "y": 814.0}, "sw": {"x": 1347.0, "y": 804.0}, "nw": {"x": 1347.0, "y": 814.0}}, "position": {"x": 1342.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123338, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 804.0}, "se": {"x": 1351.0, "y": 814.0}, "sw": {"x": 1361.0, "y": 804.0}, "nw": {"x": 1361.0, "y": 814.0}}, "position": {"x": 1356.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123339, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 804.0}, "se": {"x": 1365.0, "y": 814.0}, "sw": {"x": 1375.0, "y": 804.0}, "nw": {"x": 1375.0, "y": 814.0}}, "position": {"x": 1370.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123340, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 804.0}, "se": {"x": 1379.0, "y": 814.0}, "sw": {"x": 1389.0, "y": 804.0}, "nw": {"x": 1389.0, "y": 814.0}}, "position": {"x": 1384.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 6\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "6\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00006\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123343, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 818.0}, "se": {"x": 1281.0, "y": 828.0}, "sw": {"x": 1291.0, "y": 818.0}, "nw": {"x": 1291.0, "y": 828.0}}, "position": {"x": 1286.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123344, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 818.0}, "se": {"x": 1295.0, "y": 828.0}, "sw": {"x": 1305.0, "y": 818.0}, "nw": {"x": 1305.0, "y": 828.0}}, "position": {"x": 1300.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123345, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 818.0}, "se": {"x": 1309.0, "y": 828.0}, "sw": {"x": 1319.0, "y": 818.0}, "nw": {"x": 1319.0, "y": 828.0}}, "position": {"x": 1314.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123346, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 818.0}, "se": {"x": 1323.0, "y": 828.0}, "sw": {"x": 1333.0, "y": 818.0}, "nw": {"x": 1333.0, "y": 828.0}}, "position": {"x": 1328.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123347, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 818.0}, "se": {"x": 1337.0, "y": 828.0}, "sw": {"x": 1347.0, "y": 818.0}, "nw": {"x": 1347.0, "y": 828.0}}, "position": {"x": 1342.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123348, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 818.0}, "se": {"x": 1351.0, "y": 828.0}, "sw": {"x": 1361.0, "y": 818.0}, "nw": {"x": 1361.0, "y": 828.0}}, "position": {"x": 1356.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123349, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 818.0}, "se": {"x": 1365.0, "y": 828.0}, "sw": {"x": 1375.0, "y": 818.0}, "nw": {"x": 1375.0, "y": 828.0}}, "position": {"x": 1370.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123350, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 818.0}, "se": {"x": 1379.0, "y": 828.0}, "sw": {"x": 1389.0, "y": 818.0}, "nw": {"x": 1389.0, "y": 828.0}}, "position": {"x": 1384.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123353, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 832.0}, "se": {"x": 1281.0, "y": 842.0}, "sw": {"x": 1291.0, "y": 832.0}, "nw": {"x": 1291.0, "y": 842.0}}, "position": {"x": 1286.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123354, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 832.0}, "se": {"x": 1295.0, "y": 842.0}, "sw": {"x": 1305.0, "y": 832.0}, "nw": {"x": 1305.0, "y": 842.0}}, "position": {"x": 1300.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123355, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 832.0}, "se": {"x": 1309.0, "y": 842.0}, "sw": {"x": 1319.0, "y": 832.0}, "nw": {"x": 1319.0, "y": 842.0}}, "position": {"x": 1314.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123356, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 832.0}, "se": {"x": 1323.0, "y": 842.0}, "sw": {"x": 1333.0, "y": 832.0}, "nw": {"x": 1333.0, "y": 842.0}}, "position": {"x": 1328.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123357, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 832.0}, "se": {"x": 1337.0, "y": 842.0}, "sw": {"x": 1347.0, "y": 832.0}, "nw": {"x": 1347.0, "y": 842.0}}, "position": {"x": 1342.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123358, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 832.0}, "se": {"x": 1351.0, "y": 842.0}, "sw": {"x": 1361.0, "y": 832.0}, "nw": {"x": 1361.0, "y": 842.0}}, "position": {"x": 1356.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123359, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 832.0}, "se": {"x": 1365.0, "y": 842.0}, "sw": {"x": 1375.0, "y": 832.0}, "nw": {"x": 1375.0, "y": 842.0}}, "position": {"x": 1370.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123360, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 832.0}, "se": {"x": 1379.0, "y": 842.0}, "sw": {"x": 1389.0, "y": 832.0}, "nw": {"x": 1389.0, "y": 842.0}}, "position": {"x": 1384.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123363, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 873.0}, "se": {"x": 1281.0, "y": 883.0}, "sw": {"x": 1291.0, "y": 873.0}, "nw": {"x": 1291.0, "y": 883.0}}, "position": {"x": 1286.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123364, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 873.0}, "se": {"x": 1295.0, "y": 883.0}, "sw": {"x": 1305.0, "y": 873.0}, "nw": {"x": 1305.0, "y": 883.0}}, "position": {"x": 1300.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123365, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 873.0}, "se": {"x": 1309.0, "y": 883.0}, "sw": {"x": 1319.0, "y": 873.0}, "nw": {"x": 1319.0, "y": 883.0}}, "position": {"x": 1314.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123366, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 873.0}, "se": {"x": 1323.0, "y": 883.0}, "sw": {"x": 1333.0, "y": 873.0}, "nw": {"x": 1333.0, "y": 883.0}}, "position": {"x": 1328.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123367, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 873.0}, "se": {"x": 1337.0, "y": 883.0}, "sw": {"x": 1347.0, "y": 873.0}, "nw": {"x": 1347.0, "y": 883.0}}, "position": {"x": 1342.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123368, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 873.0}, "se": {"x": 1351.0, "y": 883.0}, "sw": {"x": 1361.0, "y": 873.0}, "nw": {"x": 1361.0, "y": 883.0}}, "position": {"x": 1356.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123369, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 873.0}, "se": {"x": 1365.0, "y": 883.0}, "sw": {"x": 1375.0, "y": 873.0}, "nw": {"x": 1375.0, "y": 883.0}}, "position": {"x": 1370.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123370, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 873.0}, "se": {"x": 1379.0, "y": 883.0}, "sw": {"x": 1389.0, "y": 873.0}, "nw": {"x": 1389.0, "y": 883.0}}, "position": {"x": 1384.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 9\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "9\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00009\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123373, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 887.0}, "se": {"x": 1281.0, "y": 897.0}, "sw": {"x": 1291.0, "y": 887.0}, "nw": {"x": 1291.0, "y": 897.0}}, "position": {"x": 1286.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 10\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "10\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00010\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123374, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 887.0}, "se": {"x": 1295.0, "y": 897.0}, "sw": {"x": 1305.0, "y": 887.0}, "nw": {"x": 1305.0, "y": 897.0}}, "position": {"x": 1300.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 10\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "10\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00010\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123375, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 887.0}, "se": {"x": 1309.0, "y": 897.0}, "sw": {"x": 1319.0, "y": 887.0}, "nw": {"x": 1319.0, "y": 897.0}}, "position": {"x": 1314.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 10\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "10\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00010\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123376, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 887.0}, "se": {"x": 1323.0, "y": 897.0}, "sw": {"x": 1333.0, "y": 887.0}, "nw": {"x": 1333.0, "y": 897.0}}, "position": {"x": 1328.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 10\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "10\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00010\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123383, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 901.0}, "se": {"x": 1281.0, "y": 911.0}, "sw": {"x": 1291.0, "y": 901.0}, "nw": {"x": 1291.0, "y": 911.0}}, "position": {"x": 1286.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123384, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 901.0}, "se": {"x": 1295.0, "y": 911.0}, "sw": {"x": 1305.0, "y": 901.0}, "nw": {"x": 1305.0, "y": 911.0}}, "position": {"x": 1300.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123385, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 901.0}, "se": {"x": 1309.0, "y": 911.0}, "sw": {"x": 1319.0, "y": 901.0}, "nw": {"x": 1319.0, "y": 911.0}}, "position": {"x": 1314.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123386, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 901.0}, "se": {"x": 1323.0, "y": 911.0}, "sw": {"x": 1333.0, "y": 901.0}, "nw": {"x": 1333.0, "y": 911.0}}, "position": {"x": 1328.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123387, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 901.0}, "se": {"x": 1337.0, "y": 911.0}, "sw": {"x": 1347.0, "y": 901.0}, "nw": {"x": 1347.0, "y": 911.0}}, "position": {"x": 1342.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123388, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 901.0}, "se": {"x": 1351.0, "y": 911.0}, "sw": {"x": 1361.0, "y": 901.0}, "nw": {"x": 1361.0, "y": 911.0}}, "position": {"x": 1356.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123389, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 901.0}, "se": {"x": 1365.0, "y": 911.0}, "sw": {"x": 1375.0, "y": 901.0}, "nw": {"x": 1375.0, "y": 911.0}}, "position": {"x": 1370.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123390, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 901.0}, "se": {"x": 1379.0, "y": 911.0}, "sw": {"x": 1389.0, "y": 901.0}, "nw": {"x": 1389.0, "y": 911.0}}, "position": {"x": 1384.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 11\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "11\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00011\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123393, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 915.0}, "se": {"x": 1281.0, "y": 925.0}, "sw": {"x": 1291.0, "y": 915.0}, "nw": {"x": 1291.0, "y": 925.0}}, "position": {"x": 1286.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123394, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 915.0}, "se": {"x": 1295.0, "y": 925.0}, "sw": {"x": 1305.0, "y": 915.0}, "nw": {"x": 1305.0, "y": 925.0}}, "position": {"x": 1300.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123395, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 915.0}, "se": {"x": 1309.0, "y": 925.0}, "sw": {"x": 1319.0, "y": 915.0}, "nw": {"x": 1319.0, "y": 925.0}}, "position": {"x": 1314.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123396, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 915.0}, "se": {"x": 1323.0, "y": 925.0}, "sw": {"x": 1333.0, "y": 915.0}, "nw": {"x": 1333.0, "y": 925.0}}, "position": {"x": 1328.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123397, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 915.0}, "se": {"x": 1337.0, "y": 925.0}, "sw": {"x": 1347.0, "y": 915.0}, "nw": {"x": 1347.0, "y": 925.0}}, "position": {"x": 1342.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123398, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 915.0}, "se": {"x": 1351.0, "y": 925.0}, "sw": {"x": 1361.0, "y": 915.0}, "nw": {"x": 1361.0, "y": 925.0}}, "position": {"x": 1356.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123399, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 915.0}, "se": {"x": 1365.0, "y": 925.0}, "sw": {"x": 1375.0, "y": 915.0}, "nw": {"x": 1375.0, "y": 925.0}}, "position": {"x": 1370.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123400, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 915.0}, "se": {"x": 1379.0, "y": 925.0}, "sw": {"x": 1389.0, "y": 915.0}, "nw": {"x": 1389.0, "y": 925.0}}, "position": {"x": 1384.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 12\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "12\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00012\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123403, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 929.0}, "se": {"x": 1281.0, "y": 939.0}, "sw": {"x": 1291.0, "y": 929.0}, "nw": {"x": 1291.0, "y": 939.0}}, "position": {"x": 1286.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123404, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 929.0}, "se": {"x": 1295.0, "y": 939.0}, "sw": {"x": 1305.0, "y": 929.0}, "nw": {"x": 1305.0, "y": 939.0}}, "position": {"x": 1300.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123405, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 929.0}, "se": {"x": 1309.0, "y": 939.0}, "sw": {"x": 1319.0, "y": 929.0}, "nw": {"x": 1319.0, "y": 939.0}}, "position": {"x": 1314.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123406, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 929.0}, "se": {"x": 1323.0, "y": 939.0}, "sw": {"x": 1333.0, "y": 929.0}, "nw": {"x": 1333.0, "y": 939.0}}, "position": {"x": 1328.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123407, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 929.0}, "se": {"x": 1337.0, "y": 939.0}, "sw": {"x": 1347.0, "y": 929.0}, "nw": {"x": 1347.0, "y": 939.0}}, "position": {"x": 1342.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123408, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 929.0}, "se": {"x": 1351.0, "y": 939.0}, "sw": {"x": 1361.0, "y": 929.0}, "nw": {"x": 1361.0, "y": 939.0}}, "position": {"x": 1356.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123409, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 929.0}, "se": {"x": 1365.0, "y": 939.0}, "sw": {"x": 1375.0, "y": 929.0}, "nw": {"x": 1375.0, "y": 939.0}}, "position": {"x": 1370.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123410, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 929.0}, "se": {"x": 1379.0, "y": 939.0}, "sw": {"x": 1389.0, "y": 929.0}, "nw": {"x": 1389.0, "y": 939.0}}, "position": {"x": 1384.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 13\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "13\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00013\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123413, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 943.0}, "se": {"x": 1281.0, "y": 953.0}, "sw": {"x": 1291.0, "y": 943.0}, "nw": {"x": 1291.0, "y": 953.0}}, "position": {"x": 1286.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123414, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 943.0}, "se": {"x": 1295.0, "y": 953.0}, "sw": {"x": 1305.0, "y": 943.0}, "nw": {"x": 1305.0, "y": 953.0}}, "position": {"x": 1300.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123415, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 943.0}, "se": {"x": 1309.0, "y": 953.0}, "sw": {"x": 1319.0, "y": 943.0}, "nw": {"x": 1319.0, "y": 953.0}}, "position": {"x": 1314.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123416, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 943.0}, "se": {"x": 1323.0, "y": 953.0}, "sw": {"x": 1333.0, "y": 943.0}, "nw": {"x": 1333.0, "y": 953.0}}, "position": {"x": 1328.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123417, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 943.0}, "se": {"x": 1337.0, "y": 953.0}, "sw": {"x": 1347.0, "y": 943.0}, "nw": {"x": 1347.0, "y": 953.0}}, "position": {"x": 1342.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123418, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 943.0}, "se": {"x": 1351.0, "y": 953.0}, "sw": {"x": 1361.0, "y": 943.0}, "nw": {"x": 1361.0, "y": 953.0}}, "position": {"x": 1356.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123419, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 943.0}, "se": {"x": 1365.0, "y": 953.0}, "sw": {"x": 1375.0, "y": 943.0}, "nw": {"x": 1375.0, "y": 953.0}}, "position": {"x": 1370.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123420, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 943.0}, "se": {"x": 1379.0, "y": 953.0}, "sw": {"x": 1389.0, "y": 943.0}, "nw": {"x": 1389.0, "y": 953.0}}, "position": {"x": 1384.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 14\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "14\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00014\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123423, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 957.0}, "se": {"x": 1281.0, "y": 967.0}, "sw": {"x": 1291.0, "y": 957.0}, "nw": {"x": 1291.0, "y": 967.0}}, "position": {"x": 1286.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123424, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 957.0}, "se": {"x": 1295.0, "y": 967.0}, "sw": {"x": 1305.0, "y": 957.0}, "nw": {"x": 1305.0, "y": 967.0}}, "position": {"x": 1300.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123425, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 957.0}, "se": {"x": 1309.0, "y": 967.0}, "sw": {"x": 1319.0, "y": 957.0}, "nw": {"x": 1319.0, "y": 967.0}}, "position": {"x": 1314.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123426, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 957.0}, "se": {"x": 1323.0, "y": 967.0}, "sw": {"x": 1333.0, "y": 957.0}, "nw": {"x": 1333.0, "y": 967.0}}, "position": {"x": 1328.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123427, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 957.0}, "se": {"x": 1337.0, "y": 967.0}, "sw": {"x": 1347.0, "y": 957.0}, "nw": {"x": 1347.0, "y": 967.0}}, "position": {"x": 1342.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123428, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 957.0}, "se": {"x": 1351.0, "y": 967.0}, "sw": {"x": 1361.0, "y": 957.0}, "nw": {"x": 1361.0, "y": 967.0}}, "position": {"x": 1356.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123429, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 957.0}, "se": {"x": 1365.0, "y": 967.0}, "sw": {"x": 1375.0, "y": 957.0}, "nw": {"x": 1375.0, "y": 967.0}}, "position": {"x": 1370.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123430, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 957.0}, "se": {"x": 1379.0, "y": 967.0}, "sw": {"x": 1389.0, "y": 957.0}, "nw": {"x": 1389.0, "y": 967.0}}, "position": {"x": 1384.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 15\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "15\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00015\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123433, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 971.0}, "se": {"x": 1281.0, "y": 981.0}, "sw": {"x": 1291.0, "y": 971.0}, "nw": {"x": 1291.0, "y": 981.0}}, "position": {"x": 1286.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123434, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 971.0}, "se": {"x": 1295.0, "y": 981.0}, "sw": {"x": 1305.0, "y": 971.0}, "nw": {"x": 1305.0, "y": 981.0}}, "position": {"x": 1300.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123435, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 971.0}, "se": {"x": 1309.0, "y": 981.0}, "sw": {"x": 1319.0, "y": 971.0}, "nw": {"x": 1319.0, "y": 981.0}}, "position": {"x": 1314.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123436, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 971.0}, "se": {"x": 1323.0, "y": 981.0}, "sw": {"x": 1333.0, "y": 971.0}, "nw": {"x": 1333.0, "y": 981.0}}, "position": {"x": 1328.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123437, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 971.0}, "se": {"x": 1337.0, "y": 981.0}, "sw": {"x": 1347.0, "y": 971.0}, "nw": {"x": 1347.0, "y": 981.0}}, "position": {"x": 1342.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123438, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 971.0}, "se": {"x": 1351.0, "y": 981.0}, "sw": {"x": 1361.0, "y": 971.0}, "nw": {"x": 1361.0, "y": 981.0}}, "position": {"x": 1356.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123439, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 971.0}, "se": {"x": 1365.0, "y": 981.0}, "sw": {"x": 1375.0, "y": 971.0}, "nw": {"x": 1375.0, "y": 981.0}}, "position": {"x": 1370.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123440, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 971.0}, "se": {"x": 1379.0, "y": 981.0}, "sw": {"x": 1389.0, "y": 971.0}, "nw": {"x": 1389.0, "y": 981.0}}, "position": {"x": 1384.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 3\uad6c\uc5ed 16\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 3\uad6c\uc5ed", "16\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00003\uad6c\uc5ed00016\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123459, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 776.0}, "se": {"x": 1465.0, "y": 786.0}, "sw": {"x": 1475.0, "y": 776.0}, "nw": {"x": 1475.0, "y": 786.0}}, "position": {"x": 1470.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123460, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 776.0}, "se": {"x": 1479.0, "y": 786.0}, "sw": {"x": 1489.0, "y": 776.0}, "nw": {"x": 1489.0, "y": 786.0}}, "position": {"x": 1484.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123461, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 776.0}, "se": {"x": 1493.0, "y": 786.0}, "sw": {"x": 1503.0, "y": 776.0}, "nw": {"x": 1503.0, "y": 786.0}}, "position": {"x": 1498.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123462, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 776.0}, "se": {"x": 1507.0, "y": 786.0}, "sw": {"x": 1517.0, "y": 776.0}, "nw": {"x": 1517.0, "y": 786.0}}, "position": {"x": 1512.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123463, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 776.0}, "se": {"x": 1521.0, "y": 786.0}, "sw": {"x": 1531.0, "y": 776.0}, "nw": {"x": 1531.0, "y": 786.0}}, "position": {"x": 1526.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123469, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 790.0}, "se": {"x": 1465.0, "y": 800.0}, "sw": {"x": 1475.0, "y": 790.0}, "nw": {"x": 1475.0, "y": 800.0}}, "position": {"x": 1470.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123470, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 790.0}, "se": {"x": 1479.0, "y": 800.0}, "sw": {"x": 1489.0, "y": 790.0}, "nw": {"x": 1489.0, "y": 800.0}}, "position": {"x": 1484.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123471, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 790.0}, "se": {"x": 1493.0, "y": 800.0}, "sw": {"x": 1503.0, "y": 790.0}, "nw": {"x": 1503.0, "y": 800.0}}, "position": {"x": 1498.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123472, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 790.0}, "se": {"x": 1507.0, "y": 800.0}, "sw": {"x": 1517.0, "y": 790.0}, "nw": {"x": 1517.0, "y": 800.0}}, "position": {"x": 1512.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123473, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 790.0}, "se": {"x": 1521.0, "y": 800.0}, "sw": {"x": 1531.0, "y": 790.0}, "nw": {"x": 1531.0, "y": 800.0}}, "position": {"x": 1526.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123479, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 804.0}, "se": {"x": 1465.0, "y": 814.0}, "sw": {"x": 1475.0, "y": 804.0}, "nw": {"x": 1475.0, "y": 814.0}}, "position": {"x": 1470.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123480, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 804.0}, "se": {"x": 1479.0, "y": 814.0}, "sw": {"x": 1489.0, "y": 804.0}, "nw": {"x": 1489.0, "y": 814.0}}, "position": {"x": 1484.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123481, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 804.0}, "se": {"x": 1493.0, "y": 814.0}, "sw": {"x": 1503.0, "y": 804.0}, "nw": {"x": 1503.0, "y": 814.0}}, "position": {"x": 1498.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123482, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 804.0}, "se": {"x": 1507.0, "y": 814.0}, "sw": {"x": 1517.0, "y": 804.0}, "nw": {"x": 1517.0, "y": 814.0}}, "position": {"x": 1512.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123483, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 804.0}, "se": {"x": 1521.0, "y": 814.0}, "sw": {"x": 1531.0, "y": 804.0}, "nw": {"x": 1531.0, "y": 814.0}}, "position": {"x": 1526.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123489, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 818.0}, "se": {"x": 1465.0, "y": 828.0}, "sw": {"x": 1475.0, "y": 818.0}, "nw": {"x": 1475.0, "y": 828.0}}, "position": {"x": 1470.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123490, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 818.0}, "se": {"x": 1479.0, "y": 828.0}, "sw": {"x": 1489.0, "y": 818.0}, "nw": {"x": 1489.0, "y": 828.0}}, "position": {"x": 1484.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123491, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 818.0}, "se": {"x": 1493.0, "y": 828.0}, "sw": {"x": 1503.0, "y": 818.0}, "nw": {"x": 1503.0, "y": 828.0}}, "position": {"x": 1498.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123492, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 818.0}, "se": {"x": 1507.0, "y": 828.0}, "sw": {"x": 1517.0, "y": 818.0}, "nw": {"x": 1517.0, "y": 828.0}}, "position": {"x": 1512.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123493, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 818.0}, "se": {"x": 1521.0, "y": 828.0}, "sw": {"x": 1531.0, "y": 818.0}, "nw": {"x": 1531.0, "y": 828.0}}, "position": {"x": 1526.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123499, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 832.0}, "se": {"x": 1465.0, "y": 842.0}, "sw": {"x": 1475.0, "y": 832.0}, "nw": {"x": 1475.0, "y": 842.0}}, "position": {"x": 1470.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123500, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 832.0}, "se": {"x": 1479.0, "y": 842.0}, "sw": {"x": 1489.0, "y": 832.0}, "nw": {"x": 1489.0, "y": 842.0}}, "position": {"x": 1484.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123501, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 832.0}, "se": {"x": 1493.0, "y": 842.0}, "sw": {"x": 1503.0, "y": 832.0}, "nw": {"x": 1503.0, "y": 842.0}}, "position": {"x": 1498.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123502, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 832.0}, "se": {"x": 1507.0, "y": 842.0}, "sw": {"x": 1517.0, "y": 832.0}, "nw": {"x": 1517.0, "y": 842.0}}, "position": {"x": 1512.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123503, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 832.0}, "se": {"x": 1521.0, "y": 842.0}, "sw": {"x": 1531.0, "y": 832.0}, "nw": {"x": 1531.0, "y": 842.0}}, "position": {"x": 1526.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123509, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 873.0}, "se": {"x": 1465.0, "y": 883.0}, "sw": {"x": 1475.0, "y": 873.0}, "nw": {"x": 1475.0, "y": 883.0}}, "position": {"x": 1470.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123510, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 873.0}, "se": {"x": 1479.0, "y": 883.0}, "sw": {"x": 1489.0, "y": 873.0}, "nw": {"x": 1489.0, "y": 883.0}}, "position": {"x": 1484.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123511, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 873.0}, "se": {"x": 1493.0, "y": 883.0}, "sw": {"x": 1503.0, "y": 873.0}, "nw": {"x": 1503.0, "y": 883.0}}, "position": {"x": 1498.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123512, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 873.0}, "se": {"x": 1507.0, "y": 883.0}, "sw": {"x": 1517.0, "y": 873.0}, "nw": {"x": 1517.0, "y": 883.0}}, "position": {"x": 1512.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123513, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 873.0}, "se": {"x": 1521.0, "y": 883.0}, "sw": {"x": 1531.0, "y": 873.0}, "nw": {"x": 1531.0, "y": 883.0}}, "position": {"x": 1526.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123519, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 887.0}, "se": {"x": 1465.0, "y": 897.0}, "sw": {"x": 1475.0, "y": 887.0}, "nw": {"x": 1475.0, "y": 897.0}}, "position": {"x": 1470.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123520, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 887.0}, "se": {"x": 1479.0, "y": 897.0}, "sw": {"x": 1489.0, "y": 887.0}, "nw": {"x": 1489.0, "y": 897.0}}, "position": {"x": 1484.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123521, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 887.0}, "se": {"x": 1493.0, "y": 897.0}, "sw": {"x": 1503.0, "y": 887.0}, "nw": {"x": 1503.0, "y": 897.0}}, "position": {"x": 1498.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123522, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 887.0}, "se": {"x": 1507.0, "y": 897.0}, "sw": {"x": 1517.0, "y": 887.0}, "nw": {"x": 1517.0, "y": 897.0}}, "position": {"x": 1512.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123523, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 887.0}, "se": {"x": 1521.0, "y": 897.0}, "sw": {"x": 1531.0, "y": 887.0}, "nw": {"x": 1531.0, "y": 897.0}}, "position": {"x": 1526.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123529, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 901.0}, "se": {"x": 1465.0, "y": 911.0}, "sw": {"x": 1475.0, "y": 901.0}, "nw": {"x": 1475.0, "y": 911.0}}, "position": {"x": 1470.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123530, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 901.0}, "se": {"x": 1479.0, "y": 911.0}, "sw": {"x": 1489.0, "y": 901.0}, "nw": {"x": 1489.0, "y": 911.0}}, "position": {"x": 1484.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123531, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 901.0}, "se": {"x": 1493.0, "y": 911.0}, "sw": {"x": 1503.0, "y": 901.0}, "nw": {"x": 1503.0, "y": 911.0}}, "position": {"x": 1498.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123532, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 901.0}, "se": {"x": 1507.0, "y": 911.0}, "sw": {"x": 1517.0, "y": 901.0}, "nw": {"x": 1517.0, "y": 911.0}}, "position": {"x": 1512.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123533, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 901.0}, "se": {"x": 1521.0, "y": 911.0}, "sw": {"x": 1531.0, "y": 901.0}, "nw": {"x": 1531.0, "y": 911.0}}, "position": {"x": 1526.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123539, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 915.0}, "se": {"x": 1465.0, "y": 925.0}, "sw": {"x": 1475.0, "y": 915.0}, "nw": {"x": 1475.0, "y": 925.0}}, "position": {"x": 1470.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123540, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 915.0}, "se": {"x": 1479.0, "y": 925.0}, "sw": {"x": 1489.0, "y": 915.0}, "nw": {"x": 1489.0, "y": 925.0}}, "position": {"x": 1484.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123541, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 915.0}, "se": {"x": 1493.0, "y": 925.0}, "sw": {"x": 1503.0, "y": 915.0}, "nw": {"x": 1503.0, "y": 925.0}}, "position": {"x": 1498.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123542, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 915.0}, "se": {"x": 1507.0, "y": 925.0}, "sw": {"x": 1517.0, "y": 915.0}, "nw": {"x": 1517.0, "y": 925.0}}, "position": {"x": 1512.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123543, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 915.0}, "se": {"x": 1521.0, "y": 925.0}, "sw": {"x": 1531.0, "y": 915.0}, "nw": {"x": 1531.0, "y": 925.0}}, "position": {"x": 1526.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123550, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 929.0}, "se": {"x": 1479.0, "y": 939.0}, "sw": {"x": 1489.0, "y": 929.0}, "nw": {"x": 1489.0, "y": 939.0}}, "position": {"x": 1484.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123551, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 929.0}, "se": {"x": 1493.0, "y": 939.0}, "sw": {"x": 1503.0, "y": 929.0}, "nw": {"x": 1503.0, "y": 939.0}}, "position": {"x": 1498.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123552, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 929.0}, "se": {"x": 1507.0, "y": 939.0}, "sw": {"x": 1517.0, "y": 929.0}, "nw": {"x": 1517.0, "y": 939.0}}, "position": {"x": 1512.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123553, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 929.0}, "se": {"x": 1521.0, "y": 939.0}, "sw": {"x": 1531.0, "y": 929.0}, "nw": {"x": 1531.0, "y": 939.0}}, "position": {"x": 1526.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123559, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 943.0}, "se": {"x": 1465.0, "y": 953.0}, "sw": {"x": 1475.0, "y": 943.0}, "nw": {"x": 1475.0, "y": 953.0}}, "position": {"x": 1470.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123560, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 943.0}, "se": {"x": 1479.0, "y": 953.0}, "sw": {"x": 1489.0, "y": 943.0}, "nw": {"x": 1489.0, "y": 953.0}}, "position": {"x": 1484.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123561, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 943.0}, "se": {"x": 1493.0, "y": 953.0}, "sw": {"x": 1503.0, "y": 943.0}, "nw": {"x": 1503.0, "y": 953.0}}, "position": {"x": 1498.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123562, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 943.0}, "se": {"x": 1507.0, "y": 953.0}, "sw": {"x": 1517.0, "y": 943.0}, "nw": {"x": 1517.0, "y": 953.0}}, "position": {"x": 1512.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123563, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 943.0}, "se": {"x": 1521.0, "y": 953.0}, "sw": {"x": 1531.0, "y": 943.0}, "nw": {"x": 1531.0, "y": 953.0}}, "position": {"x": 1526.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123569, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 957.0}, "se": {"x": 1465.0, "y": 967.0}, "sw": {"x": 1475.0, "y": 957.0}, "nw": {"x": 1475.0, "y": 967.0}}, "position": {"x": 1470.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123570, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 957.0}, "se": {"x": 1479.0, "y": 967.0}, "sw": {"x": 1489.0, "y": 957.0}, "nw": {"x": 1489.0, "y": 967.0}}, "position": {"x": 1484.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123571, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 957.0}, "se": {"x": 1493.0, "y": 967.0}, "sw": {"x": 1503.0, "y": 957.0}, "nw": {"x": 1503.0, "y": 967.0}}, "position": {"x": 1498.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123572, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 957.0}, "se": {"x": 1507.0, "y": 967.0}, "sw": {"x": 1517.0, "y": 957.0}, "nw": {"x": 1517.0, "y": 967.0}}, "position": {"x": 1512.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123573, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 957.0}, "se": {"x": 1521.0, "y": 967.0}, "sw": {"x": 1531.0, "y": 957.0}, "nw": {"x": 1531.0, "y": 967.0}}, "position": {"x": 1526.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123579, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 971.0}, "se": {"x": 1465.0, "y": 981.0}, "sw": {"x": 1475.0, "y": 971.0}, "nw": {"x": 1475.0, "y": 981.0}}, "position": {"x": 1470.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123580, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 971.0}, "se": {"x": 1479.0, "y": 981.0}, "sw": {"x": 1489.0, "y": 971.0}, "nw": {"x": 1489.0, "y": 981.0}}, "position": {"x": 1484.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123581, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 971.0}, "se": {"x": 1493.0, "y": 981.0}, "sw": {"x": 1503.0, "y": 971.0}, "nw": {"x": 1503.0, "y": 981.0}}, "position": {"x": 1498.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123582, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 971.0}, "se": {"x": 1507.0, "y": 981.0}, "sw": {"x": 1517.0, "y": 971.0}, "nw": {"x": 1517.0, "y": 981.0}}, "position": {"x": 1512.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123583, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 971.0}, "se": {"x": 1521.0, "y": 981.0}, "sw": {"x": 1531.0, "y": 971.0}, "nw": {"x": 1531.0, "y": 981.0}}, "position": {"x": 1526.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}], "2:6": [{"logicalSeatId": 1537121339, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1719.0}, "se": {"x": 732.0, "y": 1729.0}, "sw": {"x": 742.0, "y": 1719.0}, "nw": {"x": 742.0, "y": 1729.0}}, "position": {"x": 737.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158689, "gate": "", "blockId": null, "orderNum": 1607, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121340, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1719.0}, "se": {"x": 746.0, "y": 1729.0}, "sw": {"x": 756.0, "y": 1719.0}, "nw": {"x": 756.0, "y": 1729.0}}, "position": {"x": 751.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158690, "gate": "", "blockId": null, "orderNum": 1622, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121341, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1719.0}, "se": {"x": 760.0, "y": 1729.0}, "sw": {"x": 770.0, "y": 1719.0}, "nw": {"x": 770.0, "y": 1729.0}}, "position": {"x": 765.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158691, "gate": "", "blockId": null, "orderNum": 1638, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121349, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1733.0}, "se": {"x": 704.0, "y": 1743.0}, "sw": {"x": 714.0, "y": 1733.0}, "nw": {"x": 714.0, "y": 1743.0}}, "position": {"x": 709.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158661, "gate": "", "blockId": null, "orderNum": 1485, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121350, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1733.0}, "se": {"x": 732.0, "y": 1743.0}, "sw": {"x": 742.0, "y": 1733.0}, "nw": {"x": 742.0, "y": 1743.0}}, "position": {"x": 737.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158689, "gate": "", "blockId": null, "orderNum": 1606, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121351, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1733.0}, "se": {"x": 746.0, "y": 1743.0}, "sw": {"x": 756.0, "y": 1733.0}, "nw": {"x": 756.0, "y": 1743.0}}, "position": {"x": 751.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158690, "gate": "", "blockId": null, "orderNum": 1621, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121352, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1733.0}, "se": {"x": 760.0, "y": 1743.0}, "sw": {"x": 770.0, "y": 1733.0}, "nw": {"x": 770.0, "y": 1743.0}}, "position": {"x": 765.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158691, "gate": "", "blockId": null, "orderNum": 1637, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121360, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1747.0}, "se": {"x": 676.0, "y": 1757.0}, "sw": {"x": 686.0, "y": 1747.0}, "nw": {"x": 686.0, "y": 1757.0}}, "position": {"x": 681.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158686, "gate": "", "blockId": null, "orderNum": 1269, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121361, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1747.0}, "se": {"x": 690.0, "y": 1757.0}, "sw": {"x": 700.0, "y": 1747.0}, "nw": {"x": 700.0, "y": 1757.0}}, "position": {"x": 695.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158673, "gate": "", "blockId": null, "orderNum": 1377, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121362, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1747.0}, "se": {"x": 718.0, "y": 1757.0}, "sw": {"x": 728.0, "y": 1747.0}, "nw": {"x": 728.0, "y": 1757.0}}, "position": {"x": 723.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158688, "gate": "", "blockId": null, "orderNum": 1592, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121363, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1747.0}, "se": {"x": 732.0, "y": 1757.0}, "sw": {"x": 742.0, "y": 1747.0}, "nw": {"x": 742.0, "y": 1757.0}}, "position": {"x": 737.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158689, "gate": "", "blockId": null, "orderNum": 1605, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121364, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1747.0}, "se": {"x": 746.0, "y": 1757.0}, "sw": {"x": 756.0, "y": 1747.0}, "nw": {"x": 756.0, "y": 1757.0}}, "position": {"x": 751.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158690, "gate": "", "blockId": null, "orderNum": 1620, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121365, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1747.0}, "se": {"x": 760.0, "y": 1757.0}, "sw": {"x": 770.0, "y": 1747.0}, "nw": {"x": 770.0, "y": 1757.0}}, "position": {"x": 765.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158691, "gate": "", "blockId": null, "orderNum": 1636, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121373, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1761.0}, "se": {"x": 662.0, "y": 1771.0}, "sw": {"x": 672.0, "y": 1761.0}, "nw": {"x": 672.0, "y": 1771.0}}, "position": {"x": 667.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158685, "gate": "", "blockId": null, "orderNum": 1180, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121374, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1761.0}, "se": {"x": 676.0, "y": 1771.0}, "sw": {"x": 686.0, "y": 1761.0}, "nw": {"x": 686.0, "y": 1771.0}}, "position": {"x": 681.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158686, "gate": "", "blockId": null, "orderNum": 1268, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121375, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1761.0}, "se": {"x": 704.0, "y": 1771.0}, "sw": {"x": 714.0, "y": 1761.0}, "nw": {"x": 714.0, "y": 1771.0}}, "position": {"x": 709.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158687, "gate": "", "blockId": null, "orderNum": 1484, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121376, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1761.0}, "se": {"x": 718.0, "y": 1771.0}, "sw": {"x": 728.0, "y": 1761.0}, "nw": {"x": 728.0, "y": 1771.0}}, "position": {"x": 723.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158688, "gate": "", "blockId": null, "orderNum": 1591, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121377, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1761.0}, "se": {"x": 732.0, "y": 1771.0}, "sw": {"x": 742.0, "y": 1761.0}, "nw": {"x": 742.0, "y": 1771.0}}, "position": {"x": 737.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158689, "gate": "", "blockId": null, "orderNum": 1604, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121378, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1761.0}, "se": {"x": 746.0, "y": 1771.0}, "sw": {"x": 756.0, "y": 1761.0}, "nw": {"x": 756.0, "y": 1771.0}}, "position": {"x": 751.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158690, "gate": "", "blockId": null, "orderNum": 1619, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121379, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1761.0}, "se": {"x": 760.0, "y": 1771.0}, "sw": {"x": 770.0, "y": 1761.0}, "nw": {"x": 770.0, "y": 1771.0}}, "position": {"x": 765.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158691, "gate": "", "blockId": null, "orderNum": 1635, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121639, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1540.0}, "se": {"x": 604.0, "y": 1540.0}, "sw": {"x": 614.0, "y": 1550.0}, "nw": {"x": 604.0, "y": 1550.0}}, "position": {"x": 609.0, "y": 1545.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1387, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121640, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1554.0}, "se": {"x": 604.0, "y": 1554.0}, "sw": {"x": 614.0, "y": 1564.0}, "nw": {"x": 604.0, "y": 1564.0}}, "position": {"x": 609.0, "y": 1559.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1386, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121641, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1568.0}, "se": {"x": 604.0, "y": 1568.0}, "sw": {"x": 614.0, "y": 1578.0}, "nw": {"x": 604.0, "y": 1578.0}}, "position": {"x": 609.0, "y": 1573.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1385, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121642, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1582.0}, "se": {"x": 604.0, "y": 1582.0}, "sw": {"x": 614.0, "y": 1592.0}, "nw": {"x": 604.0, "y": 1592.0}}, "position": {"x": 609.0, "y": 1587.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1384, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121643, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1596.0}, "se": {"x": 604.0, "y": 1596.0}, "sw": {"x": 614.0, "y": 1606.0}, "nw": {"x": 604.0, "y": 1606.0}}, "position": {"x": 609.0, "y": 1601.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1383, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121644, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1610.0}, "se": {"x": 604.0, "y": 1610.0}, "sw": {"x": 614.0, "y": 1620.0}, "nw": {"x": 604.0, "y": 1620.0}}, "position": {"x": 609.0, "y": 1615.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1382, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121645, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1624.0}, "se": {"x": 604.0, "y": 1624.0}, "sw": {"x": 614.0, "y": 1634.0}, "nw": {"x": 604.0, "y": 1634.0}}, "position": {"x": 609.0, "y": 1629.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1381, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121646, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1638.0}, "se": {"x": 604.0, "y": 1638.0}, "sw": {"x": 614.0, "y": 1648.0}, "nw": {"x": 604.0, "y": 1648.0}}, "position": {"x": 609.0, "y": 1643.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1380, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121647, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1652.0}, "se": {"x": 604.0, "y": 1652.0}, "sw": {"x": 614.0, "y": 1662.0}, "nw": {"x": 604.0, "y": 1662.0}}, "position": {"x": 609.0, "y": 1657.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1379, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121648, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 614.0, "y": 1666.0}, "se": {"x": 604.0, "y": 1666.0}, "sw": {"x": 614.0, "y": 1676.0}, "nw": {"x": 604.0, "y": 1676.0}}, "position": {"x": 609.0, "y": 1671.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 2\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158960, "gate": "", "blockId": null, "orderNum": 1378, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "2\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00002\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121654, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1540.0}, "se": {"x": 590.0, "y": 1540.0}, "sw": {"x": 600.0, "y": 1550.0}, "nw": {"x": 590.0, "y": 1550.0}}, "position": {"x": 595.0, "y": 1545.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1280, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121655, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1554.0}, "se": {"x": 590.0, "y": 1554.0}, "sw": {"x": 600.0, "y": 1564.0}, "nw": {"x": 590.0, "y": 1564.0}}, "position": {"x": 595.0, "y": 1559.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1279, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121656, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1568.0}, "se": {"x": 590.0, "y": 1568.0}, "sw": {"x": 600.0, "y": 1578.0}, "nw": {"x": 590.0, "y": 1578.0}}, "position": {"x": 595.0, "y": 1573.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1278, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121657, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1582.0}, "se": {"x": 590.0, "y": 1582.0}, "sw": {"x": 600.0, "y": 1592.0}, "nw": {"x": 590.0, "y": 1592.0}}, "position": {"x": 595.0, "y": 1587.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1277, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121658, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1596.0}, "se": {"x": 590.0, "y": 1596.0}, "sw": {"x": 600.0, "y": 1606.0}, "nw": {"x": 590.0, "y": 1606.0}}, "position": {"x": 595.0, "y": 1601.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1276, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121659, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1610.0}, "se": {"x": 590.0, "y": 1610.0}, "sw": {"x": 600.0, "y": 1620.0}, "nw": {"x": 590.0, "y": 1620.0}}, "position": {"x": 595.0, "y": 1615.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1275, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121660, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1624.0}, "se": {"x": 590.0, "y": 1624.0}, "sw": {"x": 600.0, "y": 1634.0}, "nw": {"x": 590.0, "y": 1634.0}}, "position": {"x": 595.0, "y": 1629.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1274, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121661, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1638.0}, "se": {"x": 590.0, "y": 1638.0}, "sw": {"x": 600.0, "y": 1648.0}, "nw": {"x": 590.0, "y": 1648.0}}, "position": {"x": 595.0, "y": 1643.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1273, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121662, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1652.0}, "se": {"x": 590.0, "y": 1652.0}, "sw": {"x": 600.0, "y": 1662.0}, "nw": {"x": 590.0, "y": 1662.0}}, "position": {"x": 595.0, "y": 1657.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1272, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121663, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1666.0}, "se": {"x": 590.0, "y": 1666.0}, "sw": {"x": 600.0, "y": 1676.0}, "nw": {"x": 590.0, "y": 1676.0}}, "position": {"x": 595.0, "y": 1671.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158975, "gate": "", "blockId": null, "orderNum": 1271, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121664, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 600.0, "y": 1694.0}, "se": {"x": 590.0, "y": 1694.0}, "sw": {"x": 600.0, "y": 1704.0}, "nw": {"x": 590.0, "y": 1704.0}}, "position": {"x": 595.0, "y": 1699.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 3\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158976, "gate": "", "blockId": null, "orderNum": 1270, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "3\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00003\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121670, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1540.0}, "se": {"x": 576.0, "y": 1540.0}, "sw": {"x": 586.0, "y": 1550.0}, "nw": {"x": 576.0, "y": 1550.0}}, "position": {"x": 581.0, "y": 1545.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1193, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121671, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1554.0}, "se": {"x": 576.0, "y": 1554.0}, "sw": {"x": 586.0, "y": 1564.0}, "nw": {"x": 576.0, "y": 1564.0}}, "position": {"x": 581.0, "y": 1559.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1192, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121672, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1568.0}, "se": {"x": 576.0, "y": 1568.0}, "sw": {"x": 586.0, "y": 1578.0}, "nw": {"x": 576.0, "y": 1578.0}}, "position": {"x": 581.0, "y": 1573.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1191, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121673, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1582.0}, "se": {"x": 576.0, "y": 1582.0}, "sw": {"x": 586.0, "y": 1592.0}, "nw": {"x": 576.0, "y": 1592.0}}, "position": {"x": 581.0, "y": 1587.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1190, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121674, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1596.0}, "se": {"x": 576.0, "y": 1596.0}, "sw": {"x": 586.0, "y": 1606.0}, "nw": {"x": 576.0, "y": 1606.0}}, "position": {"x": 581.0, "y": 1601.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1189, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121675, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1610.0}, "se": {"x": 576.0, "y": 1610.0}, "sw": {"x": 586.0, "y": 1620.0}, "nw": {"x": 576.0, "y": 1620.0}}, "position": {"x": 581.0, "y": 1615.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1188, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121676, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1624.0}, "se": {"x": 576.0, "y": 1624.0}, "sw": {"x": 586.0, "y": 1634.0}, "nw": {"x": 576.0, "y": 1634.0}}, "position": {"x": 581.0, "y": 1629.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1187, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121677, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1638.0}, "se": {"x": 576.0, "y": 1638.0}, "sw": {"x": 586.0, "y": 1648.0}, "nw": {"x": 576.0, "y": 1648.0}}, "position": {"x": 581.0, "y": 1643.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1186, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121678, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1652.0}, "se": {"x": 576.0, "y": 1652.0}, "sw": {"x": 586.0, "y": 1662.0}, "nw": {"x": 576.0, "y": 1662.0}}, "position": {"x": 581.0, "y": 1657.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1185, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121679, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1666.0}, "se": {"x": 576.0, "y": 1666.0}, "sw": {"x": 586.0, "y": 1676.0}, "nw": {"x": 576.0, "y": 1676.0}}, "position": {"x": 581.0, "y": 1671.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1184, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121680, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1680.0}, "se": {"x": 576.0, "y": 1680.0}, "sw": {"x": 586.0, "y": 1690.0}, "nw": {"x": 576.0, "y": 1690.0}}, "position": {"x": 581.0, "y": 1685.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158992, "gate": "", "blockId": null, "orderNum": 1183, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121681, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1708.0}, "se": {"x": 576.0, "y": 1708.0}, "sw": {"x": 586.0, "y": 1718.0}, "nw": {"x": 576.0, "y": 1718.0}}, "position": {"x": 581.0, "y": 1713.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158994, "gate": "", "blockId": null, "orderNum": 1182, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121682, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 586.0, "y": 1722.0}, "se": {"x": 576.0, "y": 1722.0}, "sw": {"x": 586.0, "y": 1732.0}, "nw": {"x": 576.0, "y": 1732.0}}, "position": {"x": 581.0, "y": 1727.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 4\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158994, "gate": "", "blockId": null, "orderNum": 1181, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "4\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00004\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121688, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1540.0}, "se": {"x": 562.0, "y": 1540.0}, "sw": {"x": 572.0, "y": 1550.0}, "nw": {"x": 562.0, "y": 1550.0}}, "position": {"x": 567.0, "y": 1545.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121689, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1554.0}, "se": {"x": 562.0, "y": 1554.0}, "sw": {"x": 572.0, "y": 1564.0}, "nw": {"x": 562.0, "y": 1564.0}}, "position": {"x": 567.0, "y": 1559.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121690, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1568.0}, "se": {"x": 562.0, "y": 1568.0}, "sw": {"x": 572.0, "y": 1578.0}, "nw": {"x": 562.0, "y": 1578.0}}, "position": {"x": 567.0, "y": 1573.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121691, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1582.0}, "se": {"x": 562.0, "y": 1582.0}, "sw": {"x": 572.0, "y": 1592.0}, "nw": {"x": 562.0, "y": 1592.0}}, "position": {"x": 567.0, "y": 1587.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121692, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1596.0}, "se": {"x": 562.0, "y": 1596.0}, "sw": {"x": 572.0, "y": 1606.0}, "nw": {"x": 562.0, "y": 1606.0}}, "position": {"x": 567.0, "y": 1601.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121693, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1610.0}, "se": {"x": 562.0, "y": 1610.0}, "sw": {"x": 572.0, "y": 1620.0}, "nw": {"x": 562.0, "y": 1620.0}}, "position": {"x": 567.0, "y": 1615.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121694, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1624.0}, "se": {"x": 562.0, "y": 1624.0}, "sw": {"x": 572.0, "y": 1634.0}, "nw": {"x": 562.0, "y": 1634.0}}, "position": {"x": 567.0, "y": 1629.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121695, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1638.0}, "se": {"x": 562.0, "y": 1638.0}, "sw": {"x": 572.0, "y": 1648.0}, "nw": {"x": 562.0, "y": 1648.0}}, "position": {"x": 567.0, "y": 1643.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121696, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1652.0}, "se": {"x": 562.0, "y": 1652.0}, "sw": {"x": 572.0, "y": 1662.0}, "nw": {"x": 562.0, "y": 1662.0}}, "position": {"x": 567.0, "y": 1657.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121697, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1666.0}, "se": {"x": 562.0, "y": 1666.0}, "sw": {"x": 572.0, "y": 1676.0}, "nw": {"x": 562.0, "y": 1676.0}}, "position": {"x": 567.0, "y": 1671.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121698, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1680.0}, "se": {"x": 562.0, "y": 1680.0}, "sw": {"x": 572.0, "y": 1690.0}, "nw": {"x": 562.0, "y": 1690.0}}, "position": {"x": 567.0, "y": 1685.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121699, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1694.0}, "se": {"x": 562.0, "y": 1694.0}, "sw": {"x": 572.0, "y": 1704.0}, "nw": {"x": 562.0, "y": 1704.0}}, "position": {"x": 567.0, "y": 1699.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121700, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1722.0}, "se": {"x": 562.0, "y": 1722.0}, "sw": {"x": 572.0, "y": 1732.0}, "nw": {"x": 562.0, "y": 1732.0}}, "position": {"x": 567.0, "y": 1727.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121701, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 572.0, "y": 1736.0}, "se": {"x": 562.0, "y": 1736.0}, "sw": {"x": 572.0, "y": 1746.0}, "nw": {"x": 562.0, "y": 1746.0}}, "position": {"x": 567.0, "y": 1741.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 L\uad6c\uc5ed 5\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "2\uce35", "L\uad6c\uc5ed", "5\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35L\uad6c\uc5ed00005\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}], "4:4": [{"logicalSeatId": 1537123709, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 1189.0}, "se": {"x": 1031.0, "y": 1199.0}, "sw": {"x": 1041.0, "y": 1189.0}, "nw": {"x": 1041.0, "y": 1199.0}}, "position": {"x": 1036.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123710, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 1189.0}, "se": {"x": 1045.0, "y": 1199.0}, "sw": {"x": 1055.0, "y": 1189.0}, "nw": {"x": 1055.0, "y": 1199.0}}, "position": {"x": 1050.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123711, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 1189.0}, "se": {"x": 1059.0, "y": 1199.0}, "sw": {"x": 1069.0, "y": 1189.0}, "nw": {"x": 1069.0, "y": 1199.0}}, "position": {"x": 1064.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123712, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 1189.0}, "se": {"x": 1073.0, "y": 1199.0}, "sw": {"x": 1083.0, "y": 1189.0}, "nw": {"x": 1083.0, "y": 1199.0}}, "position": {"x": 1078.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123713, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 1189.0}, "se": {"x": 1087.0, "y": 1199.0}, "sw": {"x": 1097.0, "y": 1189.0}, "nw": {"x": 1097.0, "y": 1199.0}}, "position": {"x": 1092.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123714, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 1189.0}, "se": {"x": 1101.0, "y": 1199.0}, "sw": {"x": 1111.0, "y": 1189.0}, "nw": {"x": 1111.0, "y": 1199.0}}, "position": {"x": 1106.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123715, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 1189.0}, "se": {"x": 1115.0, "y": 1199.0}, "sw": {"x": 1125.0, "y": 1189.0}, "nw": {"x": 1125.0, "y": 1199.0}}, "position": {"x": 1120.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123716, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 1189.0}, "se": {"x": 1129.0, "y": 1199.0}, "sw": {"x": 1139.0, "y": 1189.0}, "nw": {"x": 1139.0, "y": 1199.0}}, "position": {"x": 1134.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123717, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 1189.0}, "se": {"x": 1143.0, "y": 1199.0}, "sw": {"x": 1153.0, "y": 1189.0}, "nw": {"x": 1153.0, "y": 1199.0}}, "position": {"x": 1148.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123718, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 1189.0}, "se": {"x": 1157.0, "y": 1199.0}, "sw": {"x": 1167.0, "y": 1189.0}, "nw": {"x": 1167.0, "y": 1199.0}}, "position": {"x": 1162.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 1\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "1\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00001\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123719, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 1203.0}, "se": {"x": 1031.0, "y": 1213.0}, "sw": {"x": 1041.0, "y": 1203.0}, "nw": {"x": 1041.0, "y": 1213.0}}, "position": {"x": 1036.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123720, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 1203.0}, "se": {"x": 1045.0, "y": 1213.0}, "sw": {"x": 1055.0, "y": 1203.0}, "nw": {"x": 1055.0, "y": 1213.0}}, "position": {"x": 1050.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123721, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 1203.0}, "se": {"x": 1059.0, "y": 1213.0}, "sw": {"x": 1069.0, "y": 1203.0}, "nw": {"x": 1069.0, "y": 1213.0}}, "position": {"x": 1064.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123722, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 1203.0}, "se": {"x": 1073.0, "y": 1213.0}, "sw": {"x": 1083.0, "y": 1203.0}, "nw": {"x": 1083.0, "y": 1213.0}}, "position": {"x": 1078.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123723, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 1203.0}, "se": {"x": 1087.0, "y": 1213.0}, "sw": {"x": 1097.0, "y": 1203.0}, "nw": {"x": 1097.0, "y": 1213.0}}, "position": {"x": 1092.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123724, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 1203.0}, "se": {"x": 1101.0, "y": 1213.0}, "sw": {"x": 1111.0, "y": 1203.0}, "nw": {"x": 1111.0, "y": 1213.0}}, "position": {"x": 1106.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123725, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 1203.0}, "se": {"x": 1115.0, "y": 1213.0}, "sw": {"x": 1125.0, "y": 1203.0}, "nw": {"x": 1125.0, "y": 1213.0}}, "position": {"x": 1120.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123726, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 1203.0}, "se": {"x": 1129.0, "y": 1213.0}, "sw": {"x": 1139.0, "y": 1203.0}, "nw": {"x": 1139.0, "y": 1213.0}}, "position": {"x": 1134.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123727, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 1203.0}, "se": {"x": 1143.0, "y": 1213.0}, "sw": {"x": 1153.0, "y": 1203.0}, "nw": {"x": 1153.0, "y": 1213.0}}, "position": {"x": 1148.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123728, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 1203.0}, "se": {"x": 1157.0, "y": 1213.0}, "sw": {"x": 1167.0, "y": 1203.0}, "nw": {"x": 1167.0, "y": 1213.0}}, "position": {"x": 1162.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123729, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 1217.0}, "se": {"x": 1031.0, "y": 1227.0}, "sw": {"x": 1041.0, "y": 1217.0}, "nw": {"x": 1041.0, "y": 1227.0}}, "position": {"x": 1036.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123730, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 1217.0}, "se": {"x": 1045.0, "y": 1227.0}, "sw": {"x": 1055.0, "y": 1217.0}, "nw": {"x": 1055.0, "y": 1227.0}}, "position": {"x": 1050.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123731, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 1217.0}, "se": {"x": 1059.0, "y": 1227.0}, "sw": {"x": 1069.0, "y": 1217.0}, "nw": {"x": 1069.0, "y": 1227.0}}, "position": {"x": 1064.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123732, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 1217.0}, "se": {"x": 1073.0, "y": 1227.0}, "sw": {"x": 1083.0, "y": 1217.0}, "nw": {"x": 1083.0, "y": 1227.0}}, "position": {"x": 1078.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123733, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 1217.0}, "se": {"x": 1087.0, "y": 1227.0}, "sw": {"x": 1097.0, "y": 1217.0}, "nw": {"x": 1097.0, "y": 1227.0}}, "position": {"x": 1092.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123734, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 1217.0}, "se": {"x": 1101.0, "y": 1227.0}, "sw": {"x": 1111.0, "y": 1217.0}, "nw": {"x": 1111.0, "y": 1227.0}}, "position": {"x": 1106.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123735, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 1217.0}, "se": {"x": 1115.0, "y": 1227.0}, "sw": {"x": 1125.0, "y": 1217.0}, "nw": {"x": 1125.0, "y": 1227.0}}, "position": {"x": 1120.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123736, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 1217.0}, "se": {"x": 1129.0, "y": 1227.0}, "sw": {"x": 1139.0, "y": 1217.0}, "nw": {"x": 1139.0, "y": 1227.0}}, "position": {"x": 1134.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123737, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 1217.0}, "se": {"x": 1143.0, "y": 1227.0}, "sw": {"x": 1153.0, "y": 1217.0}, "nw": {"x": 1153.0, "y": 1227.0}}, "position": {"x": 1148.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123738, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 1217.0}, "se": {"x": 1157.0, "y": 1227.0}, "sw": {"x": 1167.0, "y": 1217.0}, "nw": {"x": 1167.0, "y": 1227.0}}, "position": {"x": 1162.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123739, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 1231.0}, "se": {"x": 1031.0, "y": 1241.0}, "sw": {"x": 1041.0, "y": 1231.0}, "nw": {"x": 1041.0, "y": 1241.0}}, "position": {"x": 1036.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123740, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 1231.0}, "se": {"x": 1045.0, "y": 1241.0}, "sw": {"x": 1055.0, "y": 1231.0}, "nw": {"x": 1055.0, "y": 1241.0}}, "position": {"x": 1050.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123741, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 1231.0}, "se": {"x": 1059.0, "y": 1241.0}, "sw": {"x": 1069.0, "y": 1231.0}, "nw": {"x": 1069.0, "y": 1241.0}}, "position": {"x": 1064.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123742, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 1231.0}, "se": {"x": 1073.0, "y": 1241.0}, "sw": {"x": 1083.0, "y": 1231.0}, "nw": {"x": 1083.0, "y": 1241.0}}, "position": {"x": 1078.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123743, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 1231.0}, "se": {"x": 1087.0, "y": 1241.0}, "sw": {"x": 1097.0, "y": 1231.0}, "nw": {"x": 1097.0, "y": 1241.0}}, "position": {"x": 1092.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123744, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 1231.0}, "se": {"x": 1101.0, "y": 1241.0}, "sw": {"x": 1111.0, "y": 1231.0}, "nw": {"x": 1111.0, "y": 1241.0}}, "position": {"x": 1106.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123745, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 1231.0}, "se": {"x": 1115.0, "y": 1241.0}, "sw": {"x": 1125.0, "y": 1231.0}, "nw": {"x": 1125.0, "y": 1241.0}}, "position": {"x": 1120.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123746, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 1231.0}, "se": {"x": 1129.0, "y": 1241.0}, "sw": {"x": 1139.0, "y": 1231.0}, "nw": {"x": 1139.0, "y": 1241.0}}, "position": {"x": 1134.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123747, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 1231.0}, "se": {"x": 1143.0, "y": 1241.0}, "sw": {"x": 1153.0, "y": 1231.0}, "nw": {"x": 1153.0, "y": 1241.0}}, "position": {"x": 1148.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123748, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 1231.0}, "se": {"x": 1157.0, "y": 1241.0}, "sw": {"x": 1167.0, "y": 1231.0}, "nw": {"x": 1167.0, "y": 1241.0}}, "position": {"x": 1162.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123749, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 1245.0}, "se": {"x": 1031.0, "y": 1255.0}, "sw": {"x": 1041.0, "y": 1245.0}, "nw": {"x": 1041.0, "y": 1255.0}}, "position": {"x": 1036.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123750, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 1245.0}, "se": {"x": 1045.0, "y": 1255.0}, "sw": {"x": 1055.0, "y": 1245.0}, "nw": {"x": 1055.0, "y": 1255.0}}, "position": {"x": 1050.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123751, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 1245.0}, "se": {"x": 1059.0, "y": 1255.0}, "sw": {"x": 1069.0, "y": 1245.0}, "nw": {"x": 1069.0, "y": 1255.0}}, "position": {"x": 1064.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123752, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 1245.0}, "se": {"x": 1073.0, "y": 1255.0}, "sw": {"x": 1083.0, "y": 1245.0}, "nw": {"x": 1083.0, "y": 1255.0}}, "position": {"x": 1078.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123753, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 1245.0}, "se": {"x": 1087.0, "y": 1255.0}, "sw": {"x": 1097.0, "y": 1245.0}, "nw": {"x": 1097.0, "y": 1255.0}}, "position": {"x": 1092.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123754, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 1245.0}, "se": {"x": 1101.0, "y": 1255.0}, "sw": {"x": 1111.0, "y": 1245.0}, "nw": {"x": 1111.0, "y": 1255.0}}, "position": {"x": 1106.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123755, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 1245.0}, "se": {"x": 1115.0, "y": 1255.0}, "sw": {"x": 1125.0, "y": 1245.0}, "nw": {"x": 1125.0, "y": 1255.0}}, "position": {"x": 1120.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123756, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 1245.0}, "se": {"x": 1129.0, "y": 1255.0}, "sw": {"x": 1139.0, "y": 1245.0}, "nw": {"x": 1139.0, "y": 1255.0}}, "position": {"x": 1134.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123757, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 1245.0}, "se": {"x": 1143.0, "y": 1255.0}, "sw": {"x": 1153.0, "y": 1245.0}, "nw": {"x": 1153.0, "y": 1255.0}}, "position": {"x": 1148.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123758, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 1245.0}, "se": {"x": 1157.0, "y": 1255.0}, "sw": {"x": 1167.0, "y": 1245.0}, "nw": {"x": 1167.0, "y": 1255.0}}, "position": {"x": 1162.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123759, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 1259.0}, "se": {"x": 1031.0, "y": 1269.0}, "sw": {"x": 1041.0, "y": 1259.0}, "nw": {"x": 1041.0, "y": 1269.0}}, "position": {"x": 1036.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123760, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 1259.0}, "se": {"x": 1045.0, "y": 1269.0}, "sw": {"x": 1055.0, "y": 1259.0}, "nw": {"x": 1055.0, "y": 1269.0}}, "position": {"x": 1050.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123761, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 1259.0}, "se": {"x": 1059.0, "y": 1269.0}, "sw": {"x": 1069.0, "y": 1259.0}, "nw": {"x": 1069.0, "y": 1269.0}}, "position": {"x": 1064.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123762, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 1259.0}, "se": {"x": 1073.0, "y": 1269.0}, "sw": {"x": 1083.0, "y": 1259.0}, "nw": {"x": 1083.0, "y": 1269.0}}, "position": {"x": 1078.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123763, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 1259.0}, "se": {"x": 1087.0, "y": 1269.0}, "sw": {"x": 1097.0, "y": 1259.0}, "nw": {"x": 1097.0, "y": 1269.0}}, "position": {"x": 1092.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123764, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 1259.0}, "se": {"x": 1101.0, "y": 1269.0}, "sw": {"x": 1111.0, "y": 1259.0}, "nw": {"x": 1111.0, "y": 1269.0}}, "position": {"x": 1106.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123765, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 1259.0}, "se": {"x": 1115.0, "y": 1269.0}, "sw": {"x": 1125.0, "y": 1259.0}, "nw": {"x": 1125.0, "y": 1269.0}}, "position": {"x": 1120.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123766, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 1259.0}, "se": {"x": 1129.0, "y": 1269.0}, "sw": {"x": 1139.0, "y": 1259.0}, "nw": {"x": 1139.0, "y": 1269.0}}, "position": {"x": 1134.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123767, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 1259.0}, "se": {"x": 1143.0, "y": 1269.0}, "sw": {"x": 1153.0, "y": 1259.0}, "nw": {"x": 1153.0, "y": 1269.0}}, "position": {"x": 1148.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123768, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 1259.0}, "se": {"x": 1157.0, "y": 1269.0}, "sw": {"x": 1167.0, "y": 1259.0}, "nw": {"x": 1167.0, "y": 1269.0}}, "position": {"x": 1162.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 6\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "6\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00006\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123769, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 1273.0}, "se": {"x": 1031.0, "y": 1283.0}, "sw": {"x": 1041.0, "y": 1273.0}, "nw": {"x": 1041.0, "y": 1283.0}}, "position": {"x": 1036.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123770, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 1273.0}, "se": {"x": 1045.0, "y": 1283.0}, "sw": {"x": 1055.0, "y": 1273.0}, "nw": {"x": 1055.0, "y": 1283.0}}, "position": {"x": 1050.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123771, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 1273.0}, "se": {"x": 1059.0, "y": 1283.0}, "sw": {"x": 1069.0, "y": 1273.0}, "nw": {"x": 1069.0, "y": 1283.0}}, "position": {"x": 1064.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123772, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 1273.0}, "se": {"x": 1073.0, "y": 1283.0}, "sw": {"x": 1083.0, "y": 1273.0}, "nw": {"x": 1083.0, "y": 1283.0}}, "position": {"x": 1078.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123773, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 1273.0}, "se": {"x": 1087.0, "y": 1283.0}, "sw": {"x": 1097.0, "y": 1273.0}, "nw": {"x": 1097.0, "y": 1283.0}}, "position": {"x": 1092.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123774, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 1273.0}, "se": {"x": 1101.0, "y": 1283.0}, "sw": {"x": 1111.0, "y": 1273.0}, "nw": {"x": 1111.0, "y": 1283.0}}, "position": {"x": 1106.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123775, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 1273.0}, "se": {"x": 1115.0, "y": 1283.0}, "sw": {"x": 1125.0, "y": 1273.0}, "nw": {"x": 1125.0, "y": 1283.0}}, "position": {"x": 1120.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123776, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 1273.0}, "se": {"x": 1129.0, "y": 1283.0}, "sw": {"x": 1139.0, "y": 1273.0}, "nw": {"x": 1139.0, "y": 1283.0}}, "position": {"x": 1134.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123777, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 1273.0}, "se": {"x": 1143.0, "y": 1283.0}, "sw": {"x": 1153.0, "y": 1273.0}, "nw": {"x": 1153.0, "y": 1283.0}}, "position": {"x": 1148.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123778, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 1273.0}, "se": {"x": 1157.0, "y": 1283.0}, "sw": {"x": 1167.0, "y": 1273.0}, "nw": {"x": 1167.0, "y": 1283.0}}, "position": {"x": 1162.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123829, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 1189.0}, "se": {"x": 1253.0, "y": 1199.0}, "sw": {"x": 1263.0, "y": 1189.0}, "nw": {"x": 1263.0, "y": 1199.0}}, "position": {"x": 1258.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123830, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 1189.0}, "se": {"x": 1267.0, "y": 1199.0}, "sw": {"x": 1277.0, "y": 1189.0}, "nw": {"x": 1277.0, "y": 1199.0}}, "position": {"x": 1272.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123839, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 1203.0}, "se": {"x": 1253.0, "y": 1213.0}, "sw": {"x": 1263.0, "y": 1203.0}, "nw": {"x": 1263.0, "y": 1213.0}}, "position": {"x": 1258.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123840, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 1203.0}, "se": {"x": 1267.0, "y": 1213.0}, "sw": {"x": 1277.0, "y": 1203.0}, "nw": {"x": 1277.0, "y": 1213.0}}, "position": {"x": 1272.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123849, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 1217.0}, "se": {"x": 1253.0, "y": 1227.0}, "sw": {"x": 1263.0, "y": 1217.0}, "nw": {"x": 1263.0, "y": 1227.0}}, "position": {"x": 1258.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123850, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 1217.0}, "se": {"x": 1267.0, "y": 1227.0}, "sw": {"x": 1277.0, "y": 1217.0}, "nw": {"x": 1277.0, "y": 1227.0}}, "position": {"x": 1272.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123859, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 1231.0}, "se": {"x": 1253.0, "y": 1241.0}, "sw": {"x": 1263.0, "y": 1231.0}, "nw": {"x": 1263.0, "y": 1241.0}}, "position": {"x": 1258.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123860, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 1231.0}, "se": {"x": 1267.0, "y": 1241.0}, "sw": {"x": 1277.0, "y": 1231.0}, "nw": {"x": 1277.0, "y": 1241.0}}, "position": {"x": 1272.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123869, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 1245.0}, "se": {"x": 1253.0, "y": 1255.0}, "sw": {"x": 1263.0, "y": 1245.0}, "nw": {"x": 1263.0, "y": 1255.0}}, "position": {"x": 1258.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123870, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 1245.0}, "se": {"x": 1267.0, "y": 1255.0}, "sw": {"x": 1277.0, "y": 1245.0}, "nw": {"x": 1277.0, "y": 1255.0}}, "position": {"x": 1272.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123879, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 1259.0}, "se": {"x": 1253.0, "y": 1269.0}, "sw": {"x": 1263.0, "y": 1259.0}, "nw": {"x": 1263.0, "y": 1269.0}}, "position": {"x": 1258.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123880, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 1259.0}, "se": {"x": 1267.0, "y": 1269.0}, "sw": {"x": 1277.0, "y": 1259.0}, "nw": {"x": 1277.0, "y": 1269.0}}, "position": {"x": 1272.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123889, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 1273.0}, "se": {"x": 1253.0, "y": 1283.0}, "sw": {"x": 1263.0, "y": 1273.0}, "nw": {"x": 1263.0, "y": 1283.0}}, "position": {"x": 1258.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123890, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 1273.0}, "se": {"x": 1267.0, "y": 1283.0}, "sw": {"x": 1277.0, "y": 1273.0}, "nw": {"x": 1277.0, "y": 1283.0}}, "position": {"x": 1272.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}], "6:2": [{"logicalSeatId": 1537123450, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 748.0}, "se": {"x": 1535.0, "y": 758.0}, "sw": {"x": 1545.0, "y": 748.0}, "nw": {"x": 1545.0, "y": 758.0}}, "position": {"x": 1540.0, "y": 753.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123456, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 762.0}, "se": {"x": 1535.0, "y": 772.0}, "sw": {"x": 1545.0, "y": 762.0}, "nw": {"x": 1545.0, "y": 772.0}}, "position": {"x": 1540.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123457, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 762.0}, "se": {"x": 1549.0, "y": 772.0}, "sw": {"x": 1559.0, "y": 762.0}, "nw": {"x": 1559.0, "y": 772.0}}, "position": {"x": 1554.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123458, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 762.0}, "se": {"x": 1563.0, "y": 772.0}, "sw": {"x": 1573.0, "y": 762.0}, "nw": {"x": 1573.0, "y": 772.0}}, "position": {"x": 1568.0, "y": 767.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 2}, "waitingLinkedId": null, "sectionId": 59712}], "3:6": [{"logicalSeatId": 1537120844, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1719.0}, "se": {"x": 912.0, "y": 1729.0}, "sw": {"x": 922.0, "y": 1719.0}, "nw": {"x": 922.0, "y": 1729.0}}, "position": {"x": 917.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158270, "gate": "", "blockId": null, "orderNum": 2351, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120845, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1719.0}, "se": {"x": 926.0, "y": 1729.0}, "sw": {"x": 936.0, "y": 1719.0}, "nw": {"x": 936.0, "y": 1729.0}}, "position": {"x": 931.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158271, "gate": "", "blockId": null, "orderNum": 2431, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120846, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1719.0}, "se": {"x": 940.0, "y": 1729.0}, "sw": {"x": 950.0, "y": 1719.0}, "nw": {"x": 950.0, "y": 1729.0}}, "position": {"x": 945.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158272, "gate": "", "blockId": null, "orderNum": 2511, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120847, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1719.0}, "se": {"x": 954.0, "y": 1729.0}, "sw": {"x": 964.0, "y": 1719.0}, "nw": {"x": 964.0, "y": 1729.0}}, "position": {"x": 959.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158273, "gate": "", "blockId": null, "orderNum": 2591, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120848, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1719.0}, "se": {"x": 968.0, "y": 1729.0}, "sw": {"x": 978.0, "y": 1719.0}, "nw": {"x": 978.0, "y": 1729.0}}, "position": {"x": 973.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158274, "gate": "", "blockId": null, "orderNum": 2671, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120849, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1719.0}, "se": {"x": 982.0, "y": 1729.0}, "sw": {"x": 992.0, "y": 1719.0}, "nw": {"x": 992.0, "y": 1729.0}}, "position": {"x": 987.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158275, "gate": "", "blockId": null, "orderNum": 2751, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120850, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1719.0}, "se": {"x": 996.0, "y": 1729.0}, "sw": {"x": 1006.0, "y": 1719.0}, "nw": {"x": 1006.0, "y": 1729.0}}, "position": {"x": 1001.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158276, "gate": "", "blockId": null, "orderNum": 2831, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120851, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1719.0}, "se": {"x": 1010.0, "y": 1729.0}, "sw": {"x": 1020.0, "y": 1719.0}, "nw": {"x": 1020.0, "y": 1729.0}}, "position": {"x": 1015.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158277, "gate": "", "blockId": null, "orderNum": 2911, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120882, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1733.0}, "se": {"x": 912.0, "y": 1743.0}, "sw": {"x": 922.0, "y": 1733.0}, "nw": {"x": 922.0, "y": 1743.0}}, "position": {"x": 917.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158270, "gate": "", "blockId": null, "orderNum": 2350, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120883, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1733.0}, "se": {"x": 926.0, "y": 1743.0}, "sw": {"x": 936.0, "y": 1733.0}, "nw": {"x": 936.0, "y": 1743.0}}, "position": {"x": 931.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158271, "gate": "", "blockId": null, "orderNum": 2430, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120884, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1733.0}, "se": {"x": 940.0, "y": 1743.0}, "sw": {"x": 950.0, "y": 1733.0}, "nw": {"x": 950.0, "y": 1743.0}}, "position": {"x": 945.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158272, "gate": "", "blockId": null, "orderNum": 2510, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120885, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1733.0}, "se": {"x": 954.0, "y": 1743.0}, "sw": {"x": 964.0, "y": 1733.0}, "nw": {"x": 964.0, "y": 1743.0}}, "position": {"x": 959.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158273, "gate": "", "blockId": null, "orderNum": 2590, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120886, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1733.0}, "se": {"x": 968.0, "y": 1743.0}, "sw": {"x": 978.0, "y": 1733.0}, "nw": {"x": 978.0, "y": 1743.0}}, "position": {"x": 973.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158274, "gate": "", "blockId": null, "orderNum": 2670, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120887, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1733.0}, "se": {"x": 982.0, "y": 1743.0}, "sw": {"x": 992.0, "y": 1733.0}, "nw": {"x": 992.0, "y": 1743.0}}, "position": {"x": 987.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158275, "gate": "", "blockId": null, "orderNum": 2750, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120888, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1733.0}, "se": {"x": 996.0, "y": 1743.0}, "sw": {"x": 1006.0, "y": 1733.0}, "nw": {"x": 1006.0, "y": 1743.0}}, "position": {"x": 1001.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158276, "gate": "", "blockId": null, "orderNum": 2830, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120889, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1733.0}, "se": {"x": 1010.0, "y": 1743.0}, "sw": {"x": 1020.0, "y": 1733.0}, "nw": {"x": 1020.0, "y": 1743.0}}, "position": {"x": 1015.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158277, "gate": "", "blockId": null, "orderNum": 2910, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120920, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1747.0}, "se": {"x": 912.0, "y": 1757.0}, "sw": {"x": 922.0, "y": 1747.0}, "nw": {"x": 922.0, "y": 1757.0}}, "position": {"x": 917.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158270, "gate": "", "blockId": null, "orderNum": 2349, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120921, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1747.0}, "se": {"x": 926.0, "y": 1757.0}, "sw": {"x": 936.0, "y": 1747.0}, "nw": {"x": 936.0, "y": 1757.0}}, "position": {"x": 931.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158271, "gate": "", "blockId": null, "orderNum": 2429, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120922, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1747.0}, "se": {"x": 940.0, "y": 1757.0}, "sw": {"x": 950.0, "y": 1747.0}, "nw": {"x": 950.0, "y": 1757.0}}, "position": {"x": 945.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158272, "gate": "", "blockId": null, "orderNum": 2509, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120923, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1747.0}, "se": {"x": 954.0, "y": 1757.0}, "sw": {"x": 964.0, "y": 1747.0}, "nw": {"x": 964.0, "y": 1757.0}}, "position": {"x": 959.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158273, "gate": "", "blockId": null, "orderNum": 2589, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120924, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1747.0}, "se": {"x": 968.0, "y": 1757.0}, "sw": {"x": 978.0, "y": 1747.0}, "nw": {"x": 978.0, "y": 1757.0}}, "position": {"x": 973.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158274, "gate": "", "blockId": null, "orderNum": 2669, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120925, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1747.0}, "se": {"x": 982.0, "y": 1757.0}, "sw": {"x": 992.0, "y": 1747.0}, "nw": {"x": 992.0, "y": 1757.0}}, "position": {"x": 987.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158275, "gate": "", "blockId": null, "orderNum": 2749, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120926, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1747.0}, "se": {"x": 996.0, "y": 1757.0}, "sw": {"x": 1006.0, "y": 1747.0}, "nw": {"x": 1006.0, "y": 1757.0}}, "position": {"x": 1001.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158276, "gate": "", "blockId": null, "orderNum": 2829, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120927, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1747.0}, "se": {"x": 1010.0, "y": 1757.0}, "sw": {"x": 1020.0, "y": 1747.0}, "nw": {"x": 1020.0, "y": 1757.0}}, "position": {"x": 1015.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158277, "gate": "", "blockId": null, "orderNum": 2909, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120958, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1761.0}, "se": {"x": 912.0, "y": 1771.0}, "sw": {"x": 922.0, "y": 1761.0}, "nw": {"x": 922.0, "y": 1771.0}}, "position": {"x": 917.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158270, "gate": "", "blockId": null, "orderNum": 2348, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120959, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1761.0}, "se": {"x": 926.0, "y": 1771.0}, "sw": {"x": 936.0, "y": 1761.0}, "nw": {"x": 936.0, "y": 1771.0}}, "position": {"x": 931.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158271, "gate": "", "blockId": null, "orderNum": 2428, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120960, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1761.0}, "se": {"x": 940.0, "y": 1771.0}, "sw": {"x": 950.0, "y": 1761.0}, "nw": {"x": 950.0, "y": 1771.0}}, "position": {"x": 945.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158272, "gate": "", "blockId": null, "orderNum": 2508, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120961, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1761.0}, "se": {"x": 954.0, "y": 1771.0}, "sw": {"x": 964.0, "y": 1761.0}, "nw": {"x": 964.0, "y": 1771.0}}, "position": {"x": 959.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158273, "gate": "", "blockId": null, "orderNum": 2588, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120962, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1761.0}, "se": {"x": 968.0, "y": 1771.0}, "sw": {"x": 978.0, "y": 1761.0}, "nw": {"x": 978.0, "y": 1771.0}}, "position": {"x": 973.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158274, "gate": "", "blockId": null, "orderNum": 2668, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120963, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1761.0}, "se": {"x": 982.0, "y": 1771.0}, "sw": {"x": 992.0, "y": 1761.0}, "nw": {"x": 992.0, "y": 1771.0}}, "position": {"x": 987.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158275, "gate": "", "blockId": null, "orderNum": 2748, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120964, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1761.0}, "se": {"x": 996.0, "y": 1771.0}, "sw": {"x": 1006.0, "y": 1761.0}, "nw": {"x": 1006.0, "y": 1771.0}}, "position": {"x": 1001.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158276, "gate": "", "blockId": null, "orderNum": 2828, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120965, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1761.0}, "se": {"x": 1010.0, "y": 1771.0}, "sw": {"x": 1020.0, "y": 1761.0}, "nw": {"x": 1020.0, "y": 1771.0}}, "position": {"x": 1015.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158277, "gate": "", "blockId": null, "orderNum": 2908, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121342, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1719.0}, "se": {"x": 774.0, "y": 1729.0}, "sw": {"x": 784.0, "y": 1719.0}, "nw": {"x": 784.0, "y": 1729.0}}, "position": {"x": 779.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158692, "gate": "", "blockId": null, "orderNum": 1654, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121343, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1719.0}, "se": {"x": 788.0, "y": 1729.0}, "sw": {"x": 798.0, "y": 1719.0}, "nw": {"x": 798.0, "y": 1729.0}}, "position": {"x": 793.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158693, "gate": "", "blockId": null, "orderNum": 1670, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121344, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1719.0}, "se": {"x": 802.0, "y": 1729.0}, "sw": {"x": 812.0, "y": 1719.0}, "nw": {"x": 812.0, "y": 1729.0}}, "position": {"x": 807.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158694, "gate": "", "blockId": null, "orderNum": 1675, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121345, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1719.0}, "se": {"x": 816.0, "y": 1729.0}, "sw": {"x": 826.0, "y": 1719.0}, "nw": {"x": 826.0, "y": 1729.0}}, "position": {"x": 821.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158695, "gate": "", "blockId": null, "orderNum": 1680, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121346, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1719.0}, "se": {"x": 830.0, "y": 1729.0}, "sw": {"x": 840.0, "y": 1719.0}, "nw": {"x": 840.0, "y": 1729.0}}, "position": {"x": 835.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158696, "gate": "", "blockId": null, "orderNum": 1685, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121347, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1719.0}, "se": {"x": 844.0, "y": 1729.0}, "sw": {"x": 854.0, "y": 1719.0}, "nw": {"x": 854.0, "y": 1729.0}}, "position": {"x": 849.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158697, "gate": "", "blockId": null, "orderNum": 1690, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121348, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1719.0}, "se": {"x": 858.0, "y": 1729.0}, "sw": {"x": 868.0, "y": 1719.0}, "nw": {"x": 868.0, "y": 1729.0}}, "position": {"x": 863.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158698, "gate": "", "blockId": null, "orderNum": 1759, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121353, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1733.0}, "se": {"x": 774.0, "y": 1743.0}, "sw": {"x": 784.0, "y": 1733.0}, "nw": {"x": 784.0, "y": 1743.0}}, "position": {"x": 779.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158692, "gate": "", "blockId": null, "orderNum": 1653, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121354, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1733.0}, "se": {"x": 788.0, "y": 1743.0}, "sw": {"x": 798.0, "y": 1733.0}, "nw": {"x": 798.0, "y": 1743.0}}, "position": {"x": 793.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158693, "gate": "", "blockId": null, "orderNum": 1669, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121355, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1733.0}, "se": {"x": 802.0, "y": 1743.0}, "sw": {"x": 812.0, "y": 1733.0}, "nw": {"x": 812.0, "y": 1743.0}}, "position": {"x": 807.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158694, "gate": "", "blockId": null, "orderNum": 1674, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121356, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1733.0}, "se": {"x": 816.0, "y": 1743.0}, "sw": {"x": 826.0, "y": 1733.0}, "nw": {"x": 826.0, "y": 1743.0}}, "position": {"x": 821.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158695, "gate": "", "blockId": null, "orderNum": 1679, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121357, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1733.0}, "se": {"x": 830.0, "y": 1743.0}, "sw": {"x": 840.0, "y": 1733.0}, "nw": {"x": 840.0, "y": 1743.0}}, "position": {"x": 835.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158696, "gate": "", "blockId": null, "orderNum": 1684, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121358, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1733.0}, "se": {"x": 844.0, "y": 1743.0}, "sw": {"x": 854.0, "y": 1733.0}, "nw": {"x": 854.0, "y": 1743.0}}, "position": {"x": 849.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158697, "gate": "", "blockId": null, "orderNum": 1689, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121359, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1733.0}, "se": {"x": 858.0, "y": 1743.0}, "sw": {"x": 868.0, "y": 1733.0}, "nw": {"x": 868.0, "y": 1743.0}}, "position": {"x": 863.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158698, "gate": "", "blockId": null, "orderNum": 1758, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121366, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1747.0}, "se": {"x": 774.0, "y": 1757.0}, "sw": {"x": 784.0, "y": 1747.0}, "nw": {"x": 784.0, "y": 1757.0}}, "position": {"x": 779.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158692, "gate": "", "blockId": null, "orderNum": 1652, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121367, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1747.0}, "se": {"x": 788.0, "y": 1757.0}, "sw": {"x": 798.0, "y": 1747.0}, "nw": {"x": 798.0, "y": 1757.0}}, "position": {"x": 793.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158693, "gate": "", "blockId": null, "orderNum": 1668, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121368, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1747.0}, "se": {"x": 802.0, "y": 1757.0}, "sw": {"x": 812.0, "y": 1747.0}, "nw": {"x": 812.0, "y": 1757.0}}, "position": {"x": 807.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158694, "gate": "", "blockId": null, "orderNum": 1673, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121369, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1747.0}, "se": {"x": 816.0, "y": 1757.0}, "sw": {"x": 826.0, "y": 1747.0}, "nw": {"x": 826.0, "y": 1757.0}}, "position": {"x": 821.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158695, "gate": "", "blockId": null, "orderNum": 1678, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121370, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1747.0}, "se": {"x": 830.0, "y": 1757.0}, "sw": {"x": 840.0, "y": 1747.0}, "nw": {"x": 840.0, "y": 1757.0}}, "position": {"x": 835.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158696, "gate": "", "blockId": null, "orderNum": 1683, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400011\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121371, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1747.0}, "se": {"x": 844.0, "y": 1757.0}, "sw": {"x": 854.0, "y": 1747.0}, "nw": {"x": 854.0, "y": 1757.0}}, "position": {"x": 849.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158697, "gate": "", "blockId": null, "orderNum": 1688, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400012\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121372, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1747.0}, "se": {"x": 858.0, "y": 1757.0}, "sw": {"x": 868.0, "y": 1747.0}, "nw": {"x": 868.0, "y": 1757.0}}, "position": {"x": 863.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 4\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158698, "gate": "", "blockId": null, "orderNum": 1757, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "4\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00004\uc5f400013\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121380, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1761.0}, "se": {"x": 774.0, "y": 1771.0}, "sw": {"x": 784.0, "y": 1761.0}, "nw": {"x": 784.0, "y": 1771.0}}, "position": {"x": 779.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158692, "gate": "", "blockId": null, "orderNum": 1651, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121381, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1761.0}, "se": {"x": 788.0, "y": 1771.0}, "sw": {"x": 798.0, "y": 1761.0}, "nw": {"x": 798.0, "y": 1771.0}}, "position": {"x": 793.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158693, "gate": "", "blockId": null, "orderNum": 1667, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121382, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1761.0}, "se": {"x": 802.0, "y": 1771.0}, "sw": {"x": 812.0, "y": 1761.0}, "nw": {"x": 812.0, "y": 1771.0}}, "position": {"x": 807.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158694, "gate": "", "blockId": null, "orderNum": 1672, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121383, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1761.0}, "se": {"x": 816.0, "y": 1771.0}, "sw": {"x": 826.0, "y": 1761.0}, "nw": {"x": 826.0, "y": 1771.0}}, "position": {"x": 821.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158695, "gate": "", "blockId": null, "orderNum": 1677, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400011\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121384, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1761.0}, "se": {"x": 830.0, "y": 1771.0}, "sw": {"x": 840.0, "y": 1761.0}, "nw": {"x": 840.0, "y": 1771.0}}, "position": {"x": 835.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158696, "gate": "", "blockId": null, "orderNum": 1682, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400012\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121385, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1761.0}, "se": {"x": 844.0, "y": 1771.0}, "sw": {"x": 854.0, "y": 1761.0}, "nw": {"x": 854.0, "y": 1771.0}}, "position": {"x": 849.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158697, "gate": "", "blockId": null, "orderNum": 1687, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400013\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121386, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1761.0}, "se": {"x": 858.0, "y": 1771.0}, "sw": {"x": 868.0, "y": 1761.0}, "nw": {"x": 868.0, "y": 1771.0}}, "position": {"x": 863.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 5\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158698, "gate": "", "blockId": null, "orderNum": 1756, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "5\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00005\uc5f400014\ubc88", "area": {"virtualX": 3, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}], "5:4": [{"logicalSeatId": 1537123831, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 1189.0}, "se": {"x": 1281.0, "y": 1199.0}, "sw": {"x": 1291.0, "y": 1189.0}, "nw": {"x": 1291.0, "y": 1199.0}}, "position": {"x": 1286.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123832, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 1189.0}, "se": {"x": 1295.0, "y": 1199.0}, "sw": {"x": 1305.0, "y": 1189.0}, "nw": {"x": 1305.0, "y": 1199.0}}, "position": {"x": 1300.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123833, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 1189.0}, "se": {"x": 1309.0, "y": 1199.0}, "sw": {"x": 1319.0, "y": 1189.0}, "nw": {"x": 1319.0, "y": 1199.0}}, "position": {"x": 1314.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123834, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 1189.0}, "se": {"x": 1323.0, "y": 1199.0}, "sw": {"x": 1333.0, "y": 1189.0}, "nw": {"x": 1333.0, "y": 1199.0}}, "position": {"x": 1328.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123835, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 1189.0}, "se": {"x": 1337.0, "y": 1199.0}, "sw": {"x": 1347.0, "y": 1189.0}, "nw": {"x": 1347.0, "y": 1199.0}}, "position": {"x": 1342.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123836, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 1189.0}, "se": {"x": 1351.0, "y": 1199.0}, "sw": {"x": 1361.0, "y": 1189.0}, "nw": {"x": 1361.0, "y": 1199.0}}, "position": {"x": 1356.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123837, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 1189.0}, "se": {"x": 1365.0, "y": 1199.0}, "sw": {"x": 1375.0, "y": 1189.0}, "nw": {"x": 1375.0, "y": 1199.0}}, "position": {"x": 1370.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123838, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 1189.0}, "se": {"x": 1379.0, "y": 1199.0}, "sw": {"x": 1389.0, "y": 1189.0}, "nw": {"x": 1389.0, "y": 1199.0}}, "position": {"x": 1384.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 1\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "1\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00001\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123841, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 1203.0}, "se": {"x": 1281.0, "y": 1213.0}, "sw": {"x": 1291.0, "y": 1203.0}, "nw": {"x": 1291.0, "y": 1213.0}}, "position": {"x": 1286.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123842, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 1203.0}, "se": {"x": 1295.0, "y": 1213.0}, "sw": {"x": 1305.0, "y": 1203.0}, "nw": {"x": 1305.0, "y": 1213.0}}, "position": {"x": 1300.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123843, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 1203.0}, "se": {"x": 1309.0, "y": 1213.0}, "sw": {"x": 1319.0, "y": 1203.0}, "nw": {"x": 1319.0, "y": 1213.0}}, "position": {"x": 1314.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123844, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 1203.0}, "se": {"x": 1323.0, "y": 1213.0}, "sw": {"x": 1333.0, "y": 1203.0}, "nw": {"x": 1333.0, "y": 1213.0}}, "position": {"x": 1328.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123845, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 1203.0}, "se": {"x": 1337.0, "y": 1213.0}, "sw": {"x": 1347.0, "y": 1203.0}, "nw": {"x": 1347.0, "y": 1213.0}}, "position": {"x": 1342.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123846, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 1203.0}, "se": {"x": 1351.0, "y": 1213.0}, "sw": {"x": 1361.0, "y": 1203.0}, "nw": {"x": 1361.0, "y": 1213.0}}, "position": {"x": 1356.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123847, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 1203.0}, "se": {"x": 1365.0, "y": 1213.0}, "sw": {"x": 1375.0, "y": 1203.0}, "nw": {"x": 1375.0, "y": 1213.0}}, "position": {"x": 1370.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123848, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 1203.0}, "se": {"x": 1379.0, "y": 1213.0}, "sw": {"x": 1389.0, "y": 1203.0}, "nw": {"x": 1389.0, "y": 1213.0}}, "position": {"x": 1384.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123851, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 1217.0}, "se": {"x": 1281.0, "y": 1227.0}, "sw": {"x": 1291.0, "y": 1217.0}, "nw": {"x": 1291.0, "y": 1227.0}}, "position": {"x": 1286.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123852, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 1217.0}, "se": {"x": 1295.0, "y": 1227.0}, "sw": {"x": 1305.0, "y": 1217.0}, "nw": {"x": 1305.0, "y": 1227.0}}, "position": {"x": 1300.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123853, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 1217.0}, "se": {"x": 1309.0, "y": 1227.0}, "sw": {"x": 1319.0, "y": 1217.0}, "nw": {"x": 1319.0, "y": 1227.0}}, "position": {"x": 1314.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123854, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 1217.0}, "se": {"x": 1323.0, "y": 1227.0}, "sw": {"x": 1333.0, "y": 1217.0}, "nw": {"x": 1333.0, "y": 1227.0}}, "position": {"x": 1328.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123855, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 1217.0}, "se": {"x": 1337.0, "y": 1227.0}, "sw": {"x": 1347.0, "y": 1217.0}, "nw": {"x": 1347.0, "y": 1227.0}}, "position": {"x": 1342.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123856, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 1217.0}, "se": {"x": 1351.0, "y": 1227.0}, "sw": {"x": 1361.0, "y": 1217.0}, "nw": {"x": 1361.0, "y": 1227.0}}, "position": {"x": 1356.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123857, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 1217.0}, "se": {"x": 1365.0, "y": 1227.0}, "sw": {"x": 1375.0, "y": 1217.0}, "nw": {"x": 1375.0, "y": 1227.0}}, "position": {"x": 1370.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123858, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 1217.0}, "se": {"x": 1379.0, "y": 1227.0}, "sw": {"x": 1389.0, "y": 1217.0}, "nw": {"x": 1389.0, "y": 1227.0}}, "position": {"x": 1384.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123861, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 1231.0}, "se": {"x": 1281.0, "y": 1241.0}, "sw": {"x": 1291.0, "y": 1231.0}, "nw": {"x": 1291.0, "y": 1241.0}}, "position": {"x": 1286.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123862, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 1231.0}, "se": {"x": 1295.0, "y": 1241.0}, "sw": {"x": 1305.0, "y": 1231.0}, "nw": {"x": 1305.0, "y": 1241.0}}, "position": {"x": 1300.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123863, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 1231.0}, "se": {"x": 1309.0, "y": 1241.0}, "sw": {"x": 1319.0, "y": 1231.0}, "nw": {"x": 1319.0, "y": 1241.0}}, "position": {"x": 1314.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123864, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 1231.0}, "se": {"x": 1323.0, "y": 1241.0}, "sw": {"x": 1333.0, "y": 1231.0}, "nw": {"x": 1333.0, "y": 1241.0}}, "position": {"x": 1328.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123865, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 1231.0}, "se": {"x": 1337.0, "y": 1241.0}, "sw": {"x": 1347.0, "y": 1231.0}, "nw": {"x": 1347.0, "y": 1241.0}}, "position": {"x": 1342.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123866, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 1231.0}, "se": {"x": 1351.0, "y": 1241.0}, "sw": {"x": 1361.0, "y": 1231.0}, "nw": {"x": 1361.0, "y": 1241.0}}, "position": {"x": 1356.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123867, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 1231.0}, "se": {"x": 1365.0, "y": 1241.0}, "sw": {"x": 1375.0, "y": 1231.0}, "nw": {"x": 1375.0, "y": 1241.0}}, "position": {"x": 1370.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123868, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 1231.0}, "se": {"x": 1379.0, "y": 1241.0}, "sw": {"x": 1389.0, "y": 1231.0}, "nw": {"x": 1389.0, "y": 1241.0}}, "position": {"x": 1384.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123871, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 1245.0}, "se": {"x": 1281.0, "y": 1255.0}, "sw": {"x": 1291.0, "y": 1245.0}, "nw": {"x": 1291.0, "y": 1255.0}}, "position": {"x": 1286.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123872, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 1245.0}, "se": {"x": 1295.0, "y": 1255.0}, "sw": {"x": 1305.0, "y": 1245.0}, "nw": {"x": 1305.0, "y": 1255.0}}, "position": {"x": 1300.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123873, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 1245.0}, "se": {"x": 1309.0, "y": 1255.0}, "sw": {"x": 1319.0, "y": 1245.0}, "nw": {"x": 1319.0, "y": 1255.0}}, "position": {"x": 1314.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123874, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 1245.0}, "se": {"x": 1323.0, "y": 1255.0}, "sw": {"x": 1333.0, "y": 1245.0}, "nw": {"x": 1333.0, "y": 1255.0}}, "position": {"x": 1328.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123875, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 1245.0}, "se": {"x": 1337.0, "y": 1255.0}, "sw": {"x": 1347.0, "y": 1245.0}, "nw": {"x": 1347.0, "y": 1255.0}}, "position": {"x": 1342.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123876, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 1245.0}, "se": {"x": 1351.0, "y": 1255.0}, "sw": {"x": 1361.0, "y": 1245.0}, "nw": {"x": 1361.0, "y": 1255.0}}, "position": {"x": 1356.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123877, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 1245.0}, "se": {"x": 1365.0, "y": 1255.0}, "sw": {"x": 1375.0, "y": 1245.0}, "nw": {"x": 1375.0, "y": 1255.0}}, "position": {"x": 1370.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123878, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 1245.0}, "se": {"x": 1379.0, "y": 1255.0}, "sw": {"x": 1389.0, "y": 1245.0}, "nw": {"x": 1389.0, "y": 1255.0}}, "position": {"x": 1384.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123881, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 1259.0}, "se": {"x": 1281.0, "y": 1269.0}, "sw": {"x": 1291.0, "y": 1259.0}, "nw": {"x": 1291.0, "y": 1269.0}}, "position": {"x": 1286.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123882, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 1259.0}, "se": {"x": 1295.0, "y": 1269.0}, "sw": {"x": 1305.0, "y": 1259.0}, "nw": {"x": 1305.0, "y": 1269.0}}, "position": {"x": 1300.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123883, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 1259.0}, "se": {"x": 1309.0, "y": 1269.0}, "sw": {"x": 1319.0, "y": 1259.0}, "nw": {"x": 1319.0, "y": 1269.0}}, "position": {"x": 1314.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123884, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 1259.0}, "se": {"x": 1323.0, "y": 1269.0}, "sw": {"x": 1333.0, "y": 1259.0}, "nw": {"x": 1333.0, "y": 1269.0}}, "position": {"x": 1328.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123885, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 1259.0}, "se": {"x": 1337.0, "y": 1269.0}, "sw": {"x": 1347.0, "y": 1259.0}, "nw": {"x": 1347.0, "y": 1269.0}}, "position": {"x": 1342.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123886, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 1259.0}, "se": {"x": 1351.0, "y": 1269.0}, "sw": {"x": 1361.0, "y": 1259.0}, "nw": {"x": 1361.0, "y": 1269.0}}, "position": {"x": 1356.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123887, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 1259.0}, "se": {"x": 1365.0, "y": 1269.0}, "sw": {"x": 1375.0, "y": 1259.0}, "nw": {"x": 1375.0, "y": 1269.0}}, "position": {"x": 1370.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123888, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 1259.0}, "se": {"x": 1379.0, "y": 1269.0}, "sw": {"x": 1389.0, "y": 1259.0}, "nw": {"x": 1389.0, "y": 1269.0}}, "position": {"x": 1384.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 6\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "6\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00006\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123891, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 1273.0}, "se": {"x": 1281.0, "y": 1283.0}, "sw": {"x": 1291.0, "y": 1273.0}, "nw": {"x": 1291.0, "y": 1283.0}}, "position": {"x": 1286.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123892, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 1273.0}, "se": {"x": 1295.0, "y": 1283.0}, "sw": {"x": 1305.0, "y": 1273.0}, "nw": {"x": 1305.0, "y": 1283.0}}, "position": {"x": 1300.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123893, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 1273.0}, "se": {"x": 1309.0, "y": 1283.0}, "sw": {"x": 1319.0, "y": 1273.0}, "nw": {"x": 1319.0, "y": 1283.0}}, "position": {"x": 1314.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123894, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 1273.0}, "se": {"x": 1323.0, "y": 1283.0}, "sw": {"x": 1333.0, "y": 1273.0}, "nw": {"x": 1333.0, "y": 1283.0}}, "position": {"x": 1328.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123895, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 1273.0}, "se": {"x": 1337.0, "y": 1283.0}, "sw": {"x": 1347.0, "y": 1273.0}, "nw": {"x": 1347.0, "y": 1283.0}}, "position": {"x": 1342.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123896, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 1273.0}, "se": {"x": 1351.0, "y": 1283.0}, "sw": {"x": 1361.0, "y": 1273.0}, "nw": {"x": 1361.0, "y": 1283.0}}, "position": {"x": 1356.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123897, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 1273.0}, "se": {"x": 1365.0, "y": 1283.0}, "sw": {"x": 1375.0, "y": 1273.0}, "nw": {"x": 1375.0, "y": 1283.0}}, "position": {"x": 1370.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123898, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 1273.0}, "se": {"x": 1379.0, "y": 1283.0}, "sw": {"x": 1389.0, "y": 1273.0}, "nw": {"x": 1389.0, "y": 1283.0}}, "position": {"x": 1384.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123949, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1189.0}, "se": {"x": 1465.0, "y": 1199.0}, "sw": {"x": 1475.0, "y": 1189.0}, "nw": {"x": 1475.0, "y": 1199.0}}, "position": {"x": 1470.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123950, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1189.0}, "se": {"x": 1479.0, "y": 1199.0}, "sw": {"x": 1489.0, "y": 1189.0}, "nw": {"x": 1489.0, "y": 1199.0}}, "position": {"x": 1484.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123951, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 1189.0}, "se": {"x": 1493.0, "y": 1199.0}, "sw": {"x": 1503.0, "y": 1189.0}, "nw": {"x": 1503.0, "y": 1199.0}}, "position": {"x": 1498.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123952, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 1189.0}, "se": {"x": 1507.0, "y": 1199.0}, "sw": {"x": 1517.0, "y": 1189.0}, "nw": {"x": 1517.0, "y": 1199.0}}, "position": {"x": 1512.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123953, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 1189.0}, "se": {"x": 1521.0, "y": 1199.0}, "sw": {"x": 1531.0, "y": 1189.0}, "nw": {"x": 1531.0, "y": 1199.0}}, "position": {"x": 1526.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123959, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1203.0}, "se": {"x": 1465.0, "y": 1213.0}, "sw": {"x": 1475.0, "y": 1203.0}, "nw": {"x": 1475.0, "y": 1213.0}}, "position": {"x": 1470.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123960, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1203.0}, "se": {"x": 1479.0, "y": 1213.0}, "sw": {"x": 1489.0, "y": 1203.0}, "nw": {"x": 1489.0, "y": 1213.0}}, "position": {"x": 1484.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123961, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 1203.0}, "se": {"x": 1493.0, "y": 1213.0}, "sw": {"x": 1503.0, "y": 1203.0}, "nw": {"x": 1503.0, "y": 1213.0}}, "position": {"x": 1498.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123962, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 1203.0}, "se": {"x": 1507.0, "y": 1213.0}, "sw": {"x": 1517.0, "y": 1203.0}, "nw": {"x": 1517.0, "y": 1213.0}}, "position": {"x": 1512.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123963, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 1203.0}, "se": {"x": 1521.0, "y": 1213.0}, "sw": {"x": 1531.0, "y": 1203.0}, "nw": {"x": 1531.0, "y": 1213.0}}, "position": {"x": 1526.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123969, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1217.0}, "se": {"x": 1465.0, "y": 1227.0}, "sw": {"x": 1475.0, "y": 1217.0}, "nw": {"x": 1475.0, "y": 1227.0}}, "position": {"x": 1470.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123970, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1217.0}, "se": {"x": 1479.0, "y": 1227.0}, "sw": {"x": 1489.0, "y": 1217.0}, "nw": {"x": 1489.0, "y": 1227.0}}, "position": {"x": 1484.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123971, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 1217.0}, "se": {"x": 1493.0, "y": 1227.0}, "sw": {"x": 1503.0, "y": 1217.0}, "nw": {"x": 1503.0, "y": 1227.0}}, "position": {"x": 1498.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123972, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 1217.0}, "se": {"x": 1507.0, "y": 1227.0}, "sw": {"x": 1517.0, "y": 1217.0}, "nw": {"x": 1517.0, "y": 1227.0}}, "position": {"x": 1512.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123973, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 1217.0}, "se": {"x": 1521.0, "y": 1227.0}, "sw": {"x": 1531.0, "y": 1217.0}, "nw": {"x": 1531.0, "y": 1227.0}}, "position": {"x": 1526.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123979, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1231.0}, "se": {"x": 1465.0, "y": 1241.0}, "sw": {"x": 1475.0, "y": 1231.0}, "nw": {"x": 1475.0, "y": 1241.0}}, "position": {"x": 1470.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123980, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1231.0}, "se": {"x": 1479.0, "y": 1241.0}, "sw": {"x": 1489.0, "y": 1231.0}, "nw": {"x": 1489.0, "y": 1241.0}}, "position": {"x": 1484.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123981, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 1231.0}, "se": {"x": 1493.0, "y": 1241.0}, "sw": {"x": 1503.0, "y": 1231.0}, "nw": {"x": 1503.0, "y": 1241.0}}, "position": {"x": 1498.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123982, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 1231.0}, "se": {"x": 1507.0, "y": 1241.0}, "sw": {"x": 1517.0, "y": 1231.0}, "nw": {"x": 1517.0, "y": 1241.0}}, "position": {"x": 1512.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123983, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 1231.0}, "se": {"x": 1521.0, "y": 1241.0}, "sw": {"x": 1531.0, "y": 1231.0}, "nw": {"x": 1531.0, "y": 1241.0}}, "position": {"x": 1526.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123989, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1245.0}, "se": {"x": 1465.0, "y": 1255.0}, "sw": {"x": 1475.0, "y": 1245.0}, "nw": {"x": 1475.0, "y": 1255.0}}, "position": {"x": 1470.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123990, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1245.0}, "se": {"x": 1479.0, "y": 1255.0}, "sw": {"x": 1489.0, "y": 1245.0}, "nw": {"x": 1489.0, "y": 1255.0}}, "position": {"x": 1484.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123991, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 1245.0}, "se": {"x": 1493.0, "y": 1255.0}, "sw": {"x": 1503.0, "y": 1245.0}, "nw": {"x": 1503.0, "y": 1255.0}}, "position": {"x": 1498.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123992, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 1245.0}, "se": {"x": 1507.0, "y": 1255.0}, "sw": {"x": 1517.0, "y": 1245.0}, "nw": {"x": 1517.0, "y": 1255.0}}, "position": {"x": 1512.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123993, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 1245.0}, "se": {"x": 1521.0, "y": 1255.0}, "sw": {"x": 1531.0, "y": 1245.0}, "nw": {"x": 1531.0, "y": 1255.0}}, "position": {"x": 1526.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123999, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1259.0}, "se": {"x": 1465.0, "y": 1269.0}, "sw": {"x": 1475.0, "y": 1259.0}, "nw": {"x": 1475.0, "y": 1269.0}}, "position": {"x": 1470.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124000, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1259.0}, "se": {"x": 1479.0, "y": 1269.0}, "sw": {"x": 1489.0, "y": 1259.0}, "nw": {"x": 1489.0, "y": 1269.0}}, "position": {"x": 1484.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124001, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 1259.0}, "se": {"x": 1493.0, "y": 1269.0}, "sw": {"x": 1503.0, "y": 1259.0}, "nw": {"x": 1503.0, "y": 1269.0}}, "position": {"x": 1498.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124002, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 1259.0}, "se": {"x": 1507.0, "y": 1269.0}, "sw": {"x": 1517.0, "y": 1259.0}, "nw": {"x": 1517.0, "y": 1269.0}}, "position": {"x": 1512.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124003, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 1259.0}, "se": {"x": 1521.0, "y": 1269.0}, "sw": {"x": 1531.0, "y": 1259.0}, "nw": {"x": 1531.0, "y": 1269.0}}, "position": {"x": 1526.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124009, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1273.0}, "se": {"x": 1465.0, "y": 1283.0}, "sw": {"x": 1475.0, "y": 1273.0}, "nw": {"x": 1475.0, "y": 1283.0}}, "position": {"x": 1470.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124010, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1273.0}, "se": {"x": 1479.0, "y": 1283.0}, "sw": {"x": 1489.0, "y": 1273.0}, "nw": {"x": 1489.0, "y": 1283.0}}, "position": {"x": 1484.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124011, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 1273.0}, "se": {"x": 1493.0, "y": 1283.0}, "sw": {"x": 1503.0, "y": 1273.0}, "nw": {"x": 1503.0, "y": 1283.0}}, "position": {"x": 1498.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124012, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 1273.0}, "se": {"x": 1507.0, "y": 1283.0}, "sw": {"x": 1517.0, "y": 1273.0}, "nw": {"x": 1517.0, "y": 1283.0}}, "position": {"x": 1512.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124013, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 1273.0}, "se": {"x": 1521.0, "y": 1283.0}, "sw": {"x": 1531.0, "y": 1273.0}, "nw": {"x": 1531.0, "y": 1283.0}}, "position": {"x": 1526.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}], "2:7": [{"logicalSeatId": 1537121401, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1803.0}, "se": {"x": 676.0, "y": 1813.0}, "sw": {"x": 686.0, "y": 1803.0}, "nw": {"x": 686.0, "y": 1813.0}}, "position": {"x": 681.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1124, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121402, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1803.0}, "se": {"x": 690.0, "y": 1813.0}, "sw": {"x": 700.0, "y": 1803.0}, "nw": {"x": 700.0, "y": 1813.0}}, "position": {"x": 695.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1135, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121403, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1803.0}, "se": {"x": 704.0, "y": 1813.0}, "sw": {"x": 714.0, "y": 1803.0}, "nw": {"x": 714.0, "y": 1813.0}}, "position": {"x": 709.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1146, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121404, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1803.0}, "se": {"x": 718.0, "y": 1813.0}, "sw": {"x": 728.0, "y": 1803.0}, "nw": {"x": 728.0, "y": 1813.0}}, "position": {"x": 723.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1157, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121405, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1803.0}, "se": {"x": 732.0, "y": 1813.0}, "sw": {"x": 742.0, "y": 1803.0}, "nw": {"x": 742.0, "y": 1813.0}}, "position": {"x": 737.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1178, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121406, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1803.0}, "se": {"x": 746.0, "y": 1813.0}, "sw": {"x": 756.0, "y": 1803.0}, "nw": {"x": 756.0, "y": 1813.0}}, "position": {"x": 751.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1266, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121407, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1803.0}, "se": {"x": 760.0, "y": 1813.0}, "sw": {"x": 770.0, "y": 1803.0}, "nw": {"x": 770.0, "y": 1813.0}}, "position": {"x": 765.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1375, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121416, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1817.0}, "se": {"x": 662.0, "y": 1827.0}, "sw": {"x": 672.0, "y": 1817.0}, "nw": {"x": 672.0, "y": 1827.0}}, "position": {"x": 667.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1114, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121417, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1817.0}, "se": {"x": 676.0, "y": 1827.0}, "sw": {"x": 686.0, "y": 1817.0}, "nw": {"x": 686.0, "y": 1827.0}}, "position": {"x": 681.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1123, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121418, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1817.0}, "se": {"x": 690.0, "y": 1827.0}, "sw": {"x": 700.0, "y": 1817.0}, "nw": {"x": 700.0, "y": 1827.0}}, "position": {"x": 695.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1134, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121419, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1817.0}, "se": {"x": 704.0, "y": 1827.0}, "sw": {"x": 714.0, "y": 1817.0}, "nw": {"x": 714.0, "y": 1827.0}}, "position": {"x": 709.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1145, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121420, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1817.0}, "se": {"x": 718.0, "y": 1827.0}, "sw": {"x": 728.0, "y": 1817.0}, "nw": {"x": 728.0, "y": 1827.0}}, "position": {"x": 723.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1156, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121421, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1817.0}, "se": {"x": 732.0, "y": 1827.0}, "sw": {"x": 742.0, "y": 1817.0}, "nw": {"x": 742.0, "y": 1827.0}}, "position": {"x": 737.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1177, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121422, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1817.0}, "se": {"x": 746.0, "y": 1827.0}, "sw": {"x": 756.0, "y": 1817.0}, "nw": {"x": 756.0, "y": 1827.0}}, "position": {"x": 751.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1265, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121423, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1817.0}, "se": {"x": 760.0, "y": 1827.0}, "sw": {"x": 770.0, "y": 1817.0}, "nw": {"x": 770.0, "y": 1827.0}}, "position": {"x": 765.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1374, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121433, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1831.0}, "se": {"x": 662.0, "y": 1841.0}, "sw": {"x": 672.0, "y": 1831.0}, "nw": {"x": 672.0, "y": 1841.0}}, "position": {"x": 667.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1113, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121434, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1831.0}, "se": {"x": 676.0, "y": 1841.0}, "sw": {"x": 686.0, "y": 1831.0}, "nw": {"x": 686.0, "y": 1841.0}}, "position": {"x": 681.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1122, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121435, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1831.0}, "se": {"x": 690.0, "y": 1841.0}, "sw": {"x": 700.0, "y": 1831.0}, "nw": {"x": 700.0, "y": 1841.0}}, "position": {"x": 695.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1133, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121436, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1831.0}, "se": {"x": 704.0, "y": 1841.0}, "sw": {"x": 714.0, "y": 1831.0}, "nw": {"x": 714.0, "y": 1841.0}}, "position": {"x": 709.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1144, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121437, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1831.0}, "se": {"x": 718.0, "y": 1841.0}, "sw": {"x": 728.0, "y": 1831.0}, "nw": {"x": 728.0, "y": 1841.0}}, "position": {"x": 723.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1155, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121438, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1831.0}, "se": {"x": 732.0, "y": 1841.0}, "sw": {"x": 742.0, "y": 1831.0}, "nw": {"x": 742.0, "y": 1841.0}}, "position": {"x": 737.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1176, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121439, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1831.0}, "se": {"x": 746.0, "y": 1841.0}, "sw": {"x": 756.0, "y": 1831.0}, "nw": {"x": 756.0, "y": 1841.0}}, "position": {"x": 751.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1264, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121440, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1831.0}, "se": {"x": 760.0, "y": 1841.0}, "sw": {"x": 770.0, "y": 1831.0}, "nw": {"x": 770.0, "y": 1841.0}}, "position": {"x": 765.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1373, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121450, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 648.0, "y": 1845.0}, "se": {"x": 648.0, "y": 1855.0}, "sw": {"x": 658.0, "y": 1845.0}, "nw": {"x": 658.0, "y": 1855.0}}, "position": {"x": 653.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158916, "gate": "", "blockId": null, "orderNum": 1105, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400003\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121451, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1845.0}, "se": {"x": 662.0, "y": 1855.0}, "sw": {"x": 672.0, "y": 1845.0}, "nw": {"x": 672.0, "y": 1855.0}}, "position": {"x": 667.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1112, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121452, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1845.0}, "se": {"x": 676.0, "y": 1855.0}, "sw": {"x": 686.0, "y": 1845.0}, "nw": {"x": 686.0, "y": 1855.0}}, "position": {"x": 681.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1121, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121453, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1845.0}, "se": {"x": 690.0, "y": 1855.0}, "sw": {"x": 700.0, "y": 1845.0}, "nw": {"x": 700.0, "y": 1855.0}}, "position": {"x": 695.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1132, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121454, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1845.0}, "se": {"x": 704.0, "y": 1855.0}, "sw": {"x": 714.0, "y": 1845.0}, "nw": {"x": 714.0, "y": 1855.0}}, "position": {"x": 709.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1143, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121455, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1845.0}, "se": {"x": 718.0, "y": 1855.0}, "sw": {"x": 728.0, "y": 1845.0}, "nw": {"x": 728.0, "y": 1855.0}}, "position": {"x": 723.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1154, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121456, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1845.0}, "se": {"x": 732.0, "y": 1855.0}, "sw": {"x": 742.0, "y": 1845.0}, "nw": {"x": 742.0, "y": 1855.0}}, "position": {"x": 737.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1175, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121457, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1845.0}, "se": {"x": 746.0, "y": 1855.0}, "sw": {"x": 756.0, "y": 1845.0}, "nw": {"x": 756.0, "y": 1855.0}}, "position": {"x": 751.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1263, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121458, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1845.0}, "se": {"x": 760.0, "y": 1855.0}, "sw": {"x": 770.0, "y": 1845.0}, "nw": {"x": 770.0, "y": 1855.0}}, "position": {"x": 765.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1372, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121469, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 634.0, "y": 1859.0}, "se": {"x": 634.0, "y": 1869.0}, "sw": {"x": 644.0, "y": 1859.0}, "nw": {"x": 644.0, "y": 1869.0}}, "position": {"x": 639.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158915, "gate": "", "blockId": null, "orderNum": 1096, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400004\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121470, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 648.0, "y": 1859.0}, "se": {"x": 648.0, "y": 1869.0}, "sw": {"x": 658.0, "y": 1859.0}, "nw": {"x": 658.0, "y": 1869.0}}, "position": {"x": 653.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158916, "gate": "", "blockId": null, "orderNum": 1104, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400005\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121471, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1859.0}, "se": {"x": 662.0, "y": 1869.0}, "sw": {"x": 672.0, "y": 1859.0}, "nw": {"x": 672.0, "y": 1869.0}}, "position": {"x": 667.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1111, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400006\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121472, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1859.0}, "se": {"x": 676.0, "y": 1869.0}, "sw": {"x": 686.0, "y": 1859.0}, "nw": {"x": 686.0, "y": 1869.0}}, "position": {"x": 681.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1120, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400007\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121473, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1859.0}, "se": {"x": 690.0, "y": 1869.0}, "sw": {"x": 700.0, "y": 1859.0}, "nw": {"x": 700.0, "y": 1869.0}}, "position": {"x": 695.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1131, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121474, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1859.0}, "se": {"x": 704.0, "y": 1869.0}, "sw": {"x": 714.0, "y": 1859.0}, "nw": {"x": 714.0, "y": 1869.0}}, "position": {"x": 709.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1142, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121475, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1859.0}, "se": {"x": 718.0, "y": 1869.0}, "sw": {"x": 728.0, "y": 1859.0}, "nw": {"x": 728.0, "y": 1869.0}}, "position": {"x": 723.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1153, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121476, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1859.0}, "se": {"x": 732.0, "y": 1869.0}, "sw": {"x": 742.0, "y": 1859.0}, "nw": {"x": 742.0, "y": 1869.0}}, "position": {"x": 737.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1174, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121477, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1859.0}, "se": {"x": 746.0, "y": 1869.0}, "sw": {"x": 756.0, "y": 1859.0}, "nw": {"x": 756.0, "y": 1869.0}}, "position": {"x": 751.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1262, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121478, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1859.0}, "se": {"x": 760.0, "y": 1869.0}, "sw": {"x": 770.0, "y": 1859.0}, "nw": {"x": 770.0, "y": 1869.0}}, "position": {"x": 765.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1371, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121494, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 634.0, "y": 1873.0}, "se": {"x": 634.0, "y": 1883.0}, "sw": {"x": 644.0, "y": 1873.0}, "nw": {"x": 644.0, "y": 1883.0}}, "position": {"x": 639.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158915, "gate": "", "blockId": null, "orderNum": 1095, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121495, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 648.0, "y": 1873.0}, "se": {"x": 648.0, "y": 1883.0}, "sw": {"x": 658.0, "y": 1873.0}, "nw": {"x": 658.0, "y": 1883.0}}, "position": {"x": 653.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158916, "gate": "", "blockId": null, "orderNum": 1103, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121496, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1873.0}, "se": {"x": 662.0, "y": 1883.0}, "sw": {"x": 672.0, "y": 1873.0}, "nw": {"x": 672.0, "y": 1883.0}}, "position": {"x": 667.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1110, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121497, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1873.0}, "se": {"x": 676.0, "y": 1883.0}, "sw": {"x": 686.0, "y": 1873.0}, "nw": {"x": 686.0, "y": 1883.0}}, "position": {"x": 681.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1119, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121498, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1873.0}, "se": {"x": 690.0, "y": 1883.0}, "sw": {"x": 700.0, "y": 1873.0}, "nw": {"x": 700.0, "y": 1883.0}}, "position": {"x": 695.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1130, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121499, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1873.0}, "se": {"x": 704.0, "y": 1883.0}, "sw": {"x": 714.0, "y": 1873.0}, "nw": {"x": 714.0, "y": 1883.0}}, "position": {"x": 709.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1141, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121500, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1873.0}, "se": {"x": 718.0, "y": 1883.0}, "sw": {"x": 728.0, "y": 1873.0}, "nw": {"x": 728.0, "y": 1883.0}}, "position": {"x": 723.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1152, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121501, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1873.0}, "se": {"x": 732.0, "y": 1883.0}, "sw": {"x": 742.0, "y": 1873.0}, "nw": {"x": 742.0, "y": 1883.0}}, "position": {"x": 737.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1173, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121502, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1873.0}, "se": {"x": 746.0, "y": 1883.0}, "sw": {"x": 756.0, "y": 1873.0}, "nw": {"x": 756.0, "y": 1883.0}}, "position": {"x": 751.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1261, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121503, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1873.0}, "se": {"x": 760.0, "y": 1883.0}, "sw": {"x": 770.0, "y": 1873.0}, "nw": {"x": 770.0, "y": 1883.0}}, "position": {"x": 765.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1370, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121519, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 620.0, "y": 1887.0}, "se": {"x": 620.0, "y": 1897.0}, "sw": {"x": 630.0, "y": 1887.0}, "nw": {"x": 630.0, "y": 1897.0}}, "position": {"x": 625.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158914, "gate": "", "blockId": null, "orderNum": 1088, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121520, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 634.0, "y": 1887.0}, "se": {"x": 634.0, "y": 1897.0}, "sw": {"x": 644.0, "y": 1887.0}, "nw": {"x": 644.0, "y": 1897.0}}, "position": {"x": 639.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158915, "gate": "", "blockId": null, "orderNum": 1094, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121521, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 648.0, "y": 1887.0}, "se": {"x": 648.0, "y": 1897.0}, "sw": {"x": 658.0, "y": 1887.0}, "nw": {"x": 658.0, "y": 1897.0}}, "position": {"x": 653.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158916, "gate": "", "blockId": null, "orderNum": 1102, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121522, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1887.0}, "se": {"x": 662.0, "y": 1897.0}, "sw": {"x": 672.0, "y": 1887.0}, "nw": {"x": 672.0, "y": 1897.0}}, "position": {"x": 667.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1109, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121523, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1887.0}, "se": {"x": 676.0, "y": 1897.0}, "sw": {"x": 686.0, "y": 1887.0}, "nw": {"x": 686.0, "y": 1897.0}}, "position": {"x": 681.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1118, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121524, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1887.0}, "se": {"x": 690.0, "y": 1897.0}, "sw": {"x": 700.0, "y": 1887.0}, "nw": {"x": 700.0, "y": 1897.0}}, "position": {"x": 695.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1129, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121525, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1887.0}, "se": {"x": 704.0, "y": 1897.0}, "sw": {"x": 714.0, "y": 1887.0}, "nw": {"x": 714.0, "y": 1897.0}}, "position": {"x": 709.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1140, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121526, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1887.0}, "se": {"x": 718.0, "y": 1897.0}, "sw": {"x": 728.0, "y": 1887.0}, "nw": {"x": 728.0, "y": 1897.0}}, "position": {"x": 723.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1151, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121527, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1887.0}, "se": {"x": 732.0, "y": 1897.0}, "sw": {"x": 742.0, "y": 1887.0}, "nw": {"x": 742.0, "y": 1897.0}}, "position": {"x": 737.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1172, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121528, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1887.0}, "se": {"x": 746.0, "y": 1897.0}, "sw": {"x": 756.0, "y": 1887.0}, "nw": {"x": 756.0, "y": 1897.0}}, "position": {"x": 751.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1260, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121529, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1887.0}, "se": {"x": 760.0, "y": 1897.0}, "sw": {"x": 770.0, "y": 1887.0}, "nw": {"x": 770.0, "y": 1897.0}}, "position": {"x": 765.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1369, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121546, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 606.0, "y": 1901.0}, "se": {"x": 606.0, "y": 1911.0}, "sw": {"x": 616.0, "y": 1901.0}, "nw": {"x": 616.0, "y": 1911.0}}, "position": {"x": 611.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158913, "gate": "", "blockId": null, "orderNum": 1081, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121547, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 620.0, "y": 1901.0}, "se": {"x": 620.0, "y": 1911.0}, "sw": {"x": 630.0, "y": 1901.0}, "nw": {"x": 630.0, "y": 1911.0}}, "position": {"x": 625.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158914, "gate": "", "blockId": null, "orderNum": 1087, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121548, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 634.0, "y": 1901.0}, "se": {"x": 634.0, "y": 1911.0}, "sw": {"x": 644.0, "y": 1901.0}, "nw": {"x": 644.0, "y": 1911.0}}, "position": {"x": 639.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158915, "gate": "", "blockId": null, "orderNum": 1093, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121549, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 648.0, "y": 1901.0}, "se": {"x": 648.0, "y": 1911.0}, "sw": {"x": 658.0, "y": 1901.0}, "nw": {"x": 658.0, "y": 1911.0}}, "position": {"x": 653.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158916, "gate": "", "blockId": null, "orderNum": 1101, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121550, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1901.0}, "se": {"x": 662.0, "y": 1911.0}, "sw": {"x": 672.0, "y": 1901.0}, "nw": {"x": 672.0, "y": 1911.0}}, "position": {"x": 667.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1108, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121551, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1901.0}, "se": {"x": 676.0, "y": 1911.0}, "sw": {"x": 686.0, "y": 1901.0}, "nw": {"x": 686.0, "y": 1911.0}}, "position": {"x": 681.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1117, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121552, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1901.0}, "se": {"x": 690.0, "y": 1911.0}, "sw": {"x": 700.0, "y": 1901.0}, "nw": {"x": 700.0, "y": 1911.0}}, "position": {"x": 695.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1128, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121553, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1901.0}, "se": {"x": 704.0, "y": 1911.0}, "sw": {"x": 714.0, "y": 1901.0}, "nw": {"x": 714.0, "y": 1911.0}}, "position": {"x": 709.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1139, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121554, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1901.0}, "se": {"x": 718.0, "y": 1911.0}, "sw": {"x": 728.0, "y": 1901.0}, "nw": {"x": 728.0, "y": 1911.0}}, "position": {"x": 723.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1150, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121555, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1901.0}, "se": {"x": 732.0, "y": 1911.0}, "sw": {"x": 742.0, "y": 1901.0}, "nw": {"x": 742.0, "y": 1911.0}}, "position": {"x": 737.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1171, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121556, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1901.0}, "se": {"x": 746.0, "y": 1911.0}, "sw": {"x": 756.0, "y": 1901.0}, "nw": {"x": 756.0, "y": 1911.0}}, "position": {"x": 751.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1259, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121557, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1901.0}, "se": {"x": 760.0, "y": 1911.0}, "sw": {"x": 770.0, "y": 1901.0}, "nw": {"x": 770.0, "y": 1911.0}}, "position": {"x": 765.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1368, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400021\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121574, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 606.0, "y": 1915.0}, "se": {"x": 606.0, "y": 1925.0}, "sw": {"x": 616.0, "y": 1915.0}, "nw": {"x": 616.0, "y": 1925.0}}, "position": {"x": 611.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158913, "gate": "", "blockId": null, "orderNum": 1080, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121575, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 620.0, "y": 1915.0}, "se": {"x": 620.0, "y": 1925.0}, "sw": {"x": 630.0, "y": 1915.0}, "nw": {"x": 630.0, "y": 1925.0}}, "position": {"x": 625.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158914, "gate": "", "blockId": null, "orderNum": 1086, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121576, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 634.0, "y": 1915.0}, "se": {"x": 634.0, "y": 1925.0}, "sw": {"x": 644.0, "y": 1915.0}, "nw": {"x": 644.0, "y": 1925.0}}, "position": {"x": 639.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158915, "gate": "", "blockId": null, "orderNum": 1092, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121577, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 648.0, "y": 1915.0}, "se": {"x": 648.0, "y": 1925.0}, "sw": {"x": 658.0, "y": 1915.0}, "nw": {"x": 658.0, "y": 1925.0}}, "position": {"x": 653.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158916, "gate": "", "blockId": null, "orderNum": 1100, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121578, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1915.0}, "se": {"x": 662.0, "y": 1925.0}, "sw": {"x": 672.0, "y": 1915.0}, "nw": {"x": 672.0, "y": 1925.0}}, "position": {"x": 667.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1107, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121579, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1915.0}, "se": {"x": 676.0, "y": 1925.0}, "sw": {"x": 686.0, "y": 1915.0}, "nw": {"x": 686.0, "y": 1925.0}}, "position": {"x": 681.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1116, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121580, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1915.0}, "se": {"x": 690.0, "y": 1925.0}, "sw": {"x": 700.0, "y": 1915.0}, "nw": {"x": 700.0, "y": 1925.0}}, "position": {"x": 695.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1127, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121581, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1915.0}, "se": {"x": 704.0, "y": 1925.0}, "sw": {"x": 714.0, "y": 1915.0}, "nw": {"x": 714.0, "y": 1925.0}}, "position": {"x": 709.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1138, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121582, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1915.0}, "se": {"x": 718.0, "y": 1925.0}, "sw": {"x": 728.0, "y": 1915.0}, "nw": {"x": 728.0, "y": 1925.0}}, "position": {"x": 723.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1149, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121583, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1915.0}, "se": {"x": 732.0, "y": 1925.0}, "sw": {"x": 742.0, "y": 1915.0}, "nw": {"x": 742.0, "y": 1925.0}}, "position": {"x": 737.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1170, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121584, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1915.0}, "se": {"x": 746.0, "y": 1925.0}, "sw": {"x": 756.0, "y": 1915.0}, "nw": {"x": 756.0, "y": 1925.0}}, "position": {"x": 751.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1258, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400021\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121585, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1915.0}, "se": {"x": 760.0, "y": 1925.0}, "sw": {"x": 770.0, "y": 1915.0}, "nw": {"x": 770.0, "y": 1925.0}}, "position": {"x": 765.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 22\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1367, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "22\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400022\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121600, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 592.0, "y": 1929.0}, "se": {"x": 592.0, "y": 1939.0}, "sw": {"x": 602.0, "y": 1929.0}, "nw": {"x": 602.0, "y": 1939.0}}, "position": {"x": 597.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158912, "gate": "", "blockId": null, "orderNum": 1075, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400008\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121601, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 606.0, "y": 1929.0}, "se": {"x": 606.0, "y": 1939.0}, "sw": {"x": 616.0, "y": 1929.0}, "nw": {"x": 616.0, "y": 1939.0}}, "position": {"x": 611.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158913, "gate": "", "blockId": null, "orderNum": 1079, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400009\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121602, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 620.0, "y": 1929.0}, "se": {"x": 620.0, "y": 1939.0}, "sw": {"x": 630.0, "y": 1929.0}, "nw": {"x": 630.0, "y": 1939.0}}, "position": {"x": 625.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158914, "gate": "", "blockId": null, "orderNum": 1085, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400010\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121603, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 634.0, "y": 1929.0}, "se": {"x": 634.0, "y": 1939.0}, "sw": {"x": 644.0, "y": 1929.0}, "nw": {"x": 644.0, "y": 1939.0}}, "position": {"x": 639.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158915, "gate": "", "blockId": null, "orderNum": 1091, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400011\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121604, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 648.0, "y": 1929.0}, "se": {"x": 648.0, "y": 1939.0}, "sw": {"x": 658.0, "y": 1929.0}, "nw": {"x": 658.0, "y": 1939.0}}, "position": {"x": 653.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158916, "gate": "", "blockId": null, "orderNum": 1099, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400012\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121605, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 662.0, "y": 1929.0}, "se": {"x": 662.0, "y": 1939.0}, "sw": {"x": 672.0, "y": 1929.0}, "nw": {"x": 672.0, "y": 1939.0}}, "position": {"x": 667.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158917, "gate": "", "blockId": null, "orderNum": 1106, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400013\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121606, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 676.0, "y": 1929.0}, "se": {"x": 676.0, "y": 1939.0}, "sw": {"x": 686.0, "y": 1929.0}, "nw": {"x": 686.0, "y": 1939.0}}, "position": {"x": 681.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158918, "gate": "", "blockId": null, "orderNum": 1115, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400014\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121607, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 690.0, "y": 1929.0}, "se": {"x": 690.0, "y": 1939.0}, "sw": {"x": 700.0, "y": 1929.0}, "nw": {"x": 700.0, "y": 1939.0}}, "position": {"x": 695.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158919, "gate": "", "blockId": null, "orderNum": 1126, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400015\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121608, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 704.0, "y": 1929.0}, "se": {"x": 704.0, "y": 1939.0}, "sw": {"x": 714.0, "y": 1929.0}, "nw": {"x": 714.0, "y": 1939.0}}, "position": {"x": 709.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158920, "gate": "", "blockId": null, "orderNum": 1137, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400016\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121609, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 718.0, "y": 1929.0}, "se": {"x": 718.0, "y": 1939.0}, "sw": {"x": 728.0, "y": 1929.0}, "nw": {"x": 728.0, "y": 1939.0}}, "position": {"x": 723.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158921, "gate": "", "blockId": null, "orderNum": 1148, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400017\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121610, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 732.0, "y": 1929.0}, "se": {"x": 732.0, "y": 1939.0}, "sw": {"x": 742.0, "y": 1929.0}, "nw": {"x": 742.0, "y": 1939.0}}, "position": {"x": 737.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158922, "gate": "", "blockId": null, "orderNum": 1169, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400018\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121611, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 746.0, "y": 1929.0}, "se": {"x": 746.0, "y": 1939.0}, "sw": {"x": 756.0, "y": 1929.0}, "nw": {"x": 756.0, "y": 1939.0}}, "position": {"x": 751.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158923, "gate": "", "blockId": null, "orderNum": 1257, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400019\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121612, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 760.0, "y": 1929.0}, "se": {"x": 760.0, "y": 1939.0}, "sw": {"x": 770.0, "y": 1929.0}, "nw": {"x": 770.0, "y": 1939.0}}, "position": {"x": 765.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158924, "gate": "", "blockId": null, "orderNum": 1366, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400020\ubc88", "area": {"virtualX": 2, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}], "4:5": [{"logicalSeatId": 1537123779, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1031.0, "y": 1287.0}, "se": {"x": 1031.0, "y": 1297.0}, "sw": {"x": 1041.0, "y": 1287.0}, "nw": {"x": 1041.0, "y": 1297.0}}, "position": {"x": 1036.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123780, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1045.0, "y": 1287.0}, "se": {"x": 1045.0, "y": 1297.0}, "sw": {"x": 1055.0, "y": 1287.0}, "nw": {"x": 1055.0, "y": 1297.0}}, "position": {"x": 1050.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123781, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1059.0, "y": 1287.0}, "se": {"x": 1059.0, "y": 1297.0}, "sw": {"x": 1069.0, "y": 1287.0}, "nw": {"x": 1069.0, "y": 1297.0}}, "position": {"x": 1064.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123782, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1073.0, "y": 1287.0}, "se": {"x": 1073.0, "y": 1297.0}, "sw": {"x": 1083.0, "y": 1287.0}, "nw": {"x": 1083.0, "y": 1297.0}}, "position": {"x": 1078.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123783, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1087.0, "y": 1287.0}, "se": {"x": 1087.0, "y": 1297.0}, "sw": {"x": 1097.0, "y": 1287.0}, "nw": {"x": 1097.0, "y": 1297.0}}, "position": {"x": 1092.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123784, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1101.0, "y": 1287.0}, "se": {"x": 1101.0, "y": 1297.0}, "sw": {"x": 1111.0, "y": 1287.0}, "nw": {"x": 1111.0, "y": 1297.0}}, "position": {"x": 1106.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123785, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1115.0, "y": 1287.0}, "se": {"x": 1115.0, "y": 1297.0}, "sw": {"x": 1125.0, "y": 1287.0}, "nw": {"x": 1125.0, "y": 1297.0}}, "position": {"x": 1120.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123786, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1129.0, "y": 1287.0}, "se": {"x": 1129.0, "y": 1297.0}, "sw": {"x": 1139.0, "y": 1287.0}, "nw": {"x": 1139.0, "y": 1297.0}}, "position": {"x": 1134.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123787, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1143.0, "y": 1287.0}, "se": {"x": 1143.0, "y": 1297.0}, "sw": {"x": 1153.0, "y": 1287.0}, "nw": {"x": 1153.0, "y": 1297.0}}, "position": {"x": 1148.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123788, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1157.0, "y": 1287.0}, "se": {"x": 1157.0, "y": 1297.0}, "sw": {"x": 1167.0, "y": 1287.0}, "nw": {"x": 1167.0, "y": 1297.0}}, "position": {"x": 1162.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 2\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "2\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500002\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123899, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1253.0, "y": 1287.0}, "se": {"x": 1253.0, "y": 1297.0}, "sw": {"x": 1263.0, "y": 1287.0}, "nw": {"x": 1263.0, "y": 1297.0}}, "position": {"x": 1258.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123900, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1267.0, "y": 1287.0}, "se": {"x": 1267.0, "y": 1297.0}, "sw": {"x": 1277.0, "y": 1287.0}, "nw": {"x": 1277.0, "y": 1297.0}}, "position": {"x": 1272.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}], "6:3": [{"logicalSeatId": 1537123464, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 776.0}, "se": {"x": 1535.0, "y": 786.0}, "sw": {"x": 1545.0, "y": 776.0}, "nw": {"x": 1545.0, "y": 786.0}}, "position": {"x": 1540.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123465, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 776.0}, "se": {"x": 1549.0, "y": 786.0}, "sw": {"x": 1559.0, "y": 776.0}, "nw": {"x": 1559.0, "y": 786.0}}, "position": {"x": 1554.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123466, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 776.0}, "se": {"x": 1563.0, "y": 786.0}, "sw": {"x": 1573.0, "y": 776.0}, "nw": {"x": 1573.0, "y": 786.0}}, "position": {"x": 1568.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123467, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 776.0}, "se": {"x": 1577.0, "y": 786.0}, "sw": {"x": 1587.0, "y": 776.0}, "nw": {"x": 1587.0, "y": 786.0}}, "position": {"x": 1582.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123468, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 776.0}, "se": {"x": 1591.0, "y": 786.0}, "sw": {"x": 1601.0, "y": 776.0}, "nw": {"x": 1601.0, "y": 786.0}}, "position": {"x": 1596.0, "y": 781.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123474, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 790.0}, "se": {"x": 1535.0, "y": 800.0}, "sw": {"x": 1545.0, "y": 790.0}, "nw": {"x": 1545.0, "y": 800.0}}, "position": {"x": 1540.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123475, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 790.0}, "se": {"x": 1549.0, "y": 800.0}, "sw": {"x": 1559.0, "y": 790.0}, "nw": {"x": 1559.0, "y": 800.0}}, "position": {"x": 1554.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123476, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 790.0}, "se": {"x": 1563.0, "y": 800.0}, "sw": {"x": 1573.0, "y": 790.0}, "nw": {"x": 1573.0, "y": 800.0}}, "position": {"x": 1568.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123477, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 790.0}, "se": {"x": 1577.0, "y": 800.0}, "sw": {"x": 1587.0, "y": 790.0}, "nw": {"x": 1587.0, "y": 800.0}}, "position": {"x": 1582.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123478, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 790.0}, "se": {"x": 1591.0, "y": 800.0}, "sw": {"x": 1601.0, "y": 790.0}, "nw": {"x": 1601.0, "y": 800.0}}, "position": {"x": 1596.0, "y": 795.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123484, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 804.0}, "se": {"x": 1535.0, "y": 814.0}, "sw": {"x": 1545.0, "y": 804.0}, "nw": {"x": 1545.0, "y": 814.0}}, "position": {"x": 1540.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123485, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 804.0}, "se": {"x": 1549.0, "y": 814.0}, "sw": {"x": 1559.0, "y": 804.0}, "nw": {"x": 1559.0, "y": 814.0}}, "position": {"x": 1554.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123486, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 804.0}, "se": {"x": 1563.0, "y": 814.0}, "sw": {"x": 1573.0, "y": 804.0}, "nw": {"x": 1573.0, "y": 814.0}}, "position": {"x": 1568.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123487, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 804.0}, "se": {"x": 1577.0, "y": 814.0}, "sw": {"x": 1587.0, "y": 804.0}, "nw": {"x": 1587.0, "y": 814.0}}, "position": {"x": 1582.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123488, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 804.0}, "se": {"x": 1591.0, "y": 814.0}, "sw": {"x": 1601.0, "y": 804.0}, "nw": {"x": 1601.0, "y": 814.0}}, "position": {"x": 1596.0, "y": 809.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 6\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "6\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00006\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123494, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 818.0}, "se": {"x": 1535.0, "y": 828.0}, "sw": {"x": 1545.0, "y": 818.0}, "nw": {"x": 1545.0, "y": 828.0}}, "position": {"x": 1540.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123495, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 818.0}, "se": {"x": 1549.0, "y": 828.0}, "sw": {"x": 1559.0, "y": 818.0}, "nw": {"x": 1559.0, "y": 828.0}}, "position": {"x": 1554.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123496, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 818.0}, "se": {"x": 1563.0, "y": 828.0}, "sw": {"x": 1573.0, "y": 818.0}, "nw": {"x": 1573.0, "y": 828.0}}, "position": {"x": 1568.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123497, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 818.0}, "se": {"x": 1577.0, "y": 828.0}, "sw": {"x": 1587.0, "y": 818.0}, "nw": {"x": 1587.0, "y": 828.0}}, "position": {"x": 1582.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123498, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 818.0}, "se": {"x": 1591.0, "y": 828.0}, "sw": {"x": 1601.0, "y": 818.0}, "nw": {"x": 1601.0, "y": 828.0}}, "position": {"x": 1596.0, "y": 823.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123504, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 832.0}, "se": {"x": 1535.0, "y": 842.0}, "sw": {"x": 1545.0, "y": 832.0}, "nw": {"x": 1545.0, "y": 842.0}}, "position": {"x": 1540.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123505, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 832.0}, "se": {"x": 1549.0, "y": 842.0}, "sw": {"x": 1559.0, "y": 832.0}, "nw": {"x": 1559.0, "y": 842.0}}, "position": {"x": 1554.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123506, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 832.0}, "se": {"x": 1563.0, "y": 842.0}, "sw": {"x": 1573.0, "y": 832.0}, "nw": {"x": 1573.0, "y": 842.0}}, "position": {"x": 1568.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123507, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 832.0}, "se": {"x": 1577.0, "y": 842.0}, "sw": {"x": 1587.0, "y": 832.0}, "nw": {"x": 1587.0, "y": 842.0}}, "position": {"x": 1582.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123508, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 832.0}, "se": {"x": 1591.0, "y": 842.0}, "sw": {"x": 1601.0, "y": 832.0}, "nw": {"x": 1601.0, "y": 842.0}}, "position": {"x": 1596.0, "y": 837.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123514, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 873.0}, "se": {"x": 1535.0, "y": 883.0}, "sw": {"x": 1545.0, "y": 873.0}, "nw": {"x": 1545.0, "y": 883.0}}, "position": {"x": 1540.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123515, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 873.0}, "se": {"x": 1549.0, "y": 883.0}, "sw": {"x": 1559.0, "y": 873.0}, "nw": {"x": 1559.0, "y": 883.0}}, "position": {"x": 1554.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123516, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 873.0}, "se": {"x": 1563.0, "y": 883.0}, "sw": {"x": 1573.0, "y": 873.0}, "nw": {"x": 1573.0, "y": 883.0}}, "position": {"x": 1568.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123517, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 873.0}, "se": {"x": 1577.0, "y": 883.0}, "sw": {"x": 1587.0, "y": 873.0}, "nw": {"x": 1587.0, "y": 883.0}}, "position": {"x": 1582.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123518, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 873.0}, "se": {"x": 1591.0, "y": 883.0}, "sw": {"x": 1601.0, "y": 873.0}, "nw": {"x": 1601.0, "y": 883.0}}, "position": {"x": 1596.0, "y": 878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 9\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "9\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00009\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123524, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 887.0}, "se": {"x": 1535.0, "y": 897.0}, "sw": {"x": 1545.0, "y": 887.0}, "nw": {"x": 1545.0, "y": 897.0}}, "position": {"x": 1540.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123525, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 887.0}, "se": {"x": 1549.0, "y": 897.0}, "sw": {"x": 1559.0, "y": 887.0}, "nw": {"x": 1559.0, "y": 897.0}}, "position": {"x": 1554.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123526, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 887.0}, "se": {"x": 1563.0, "y": 897.0}, "sw": {"x": 1573.0, "y": 887.0}, "nw": {"x": 1573.0, "y": 897.0}}, "position": {"x": 1568.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123527, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 887.0}, "se": {"x": 1577.0, "y": 897.0}, "sw": {"x": 1587.0, "y": 887.0}, "nw": {"x": 1587.0, "y": 897.0}}, "position": {"x": 1582.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123528, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 887.0}, "se": {"x": 1591.0, "y": 897.0}, "sw": {"x": 1601.0, "y": 887.0}, "nw": {"x": 1601.0, "y": 897.0}}, "position": {"x": 1596.0, "y": 892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 10\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "10\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00010\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123534, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 901.0}, "se": {"x": 1535.0, "y": 911.0}, "sw": {"x": 1545.0, "y": 901.0}, "nw": {"x": 1545.0, "y": 911.0}}, "position": {"x": 1540.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123535, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 901.0}, "se": {"x": 1549.0, "y": 911.0}, "sw": {"x": 1559.0, "y": 901.0}, "nw": {"x": 1559.0, "y": 911.0}}, "position": {"x": 1554.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123536, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 901.0}, "se": {"x": 1563.0, "y": 911.0}, "sw": {"x": 1573.0, "y": 901.0}, "nw": {"x": 1573.0, "y": 911.0}}, "position": {"x": 1568.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123537, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 901.0}, "se": {"x": 1577.0, "y": 911.0}, "sw": {"x": 1587.0, "y": 901.0}, "nw": {"x": 1587.0, "y": 911.0}}, "position": {"x": 1582.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123538, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 901.0}, "se": {"x": 1591.0, "y": 911.0}, "sw": {"x": 1601.0, "y": 901.0}, "nw": {"x": 1601.0, "y": 911.0}}, "position": {"x": 1596.0, "y": 906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 11\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "11\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00011\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123544, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 915.0}, "se": {"x": 1535.0, "y": 925.0}, "sw": {"x": 1545.0, "y": 915.0}, "nw": {"x": 1545.0, "y": 925.0}}, "position": {"x": 1540.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123545, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 915.0}, "se": {"x": 1549.0, "y": 925.0}, "sw": {"x": 1559.0, "y": 915.0}, "nw": {"x": 1559.0, "y": 925.0}}, "position": {"x": 1554.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123546, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 915.0}, "se": {"x": 1563.0, "y": 925.0}, "sw": {"x": 1573.0, "y": 915.0}, "nw": {"x": 1573.0, "y": 925.0}}, "position": {"x": 1568.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123547, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 915.0}, "se": {"x": 1577.0, "y": 925.0}, "sw": {"x": 1587.0, "y": 915.0}, "nw": {"x": 1587.0, "y": 925.0}}, "position": {"x": 1582.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123548, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 915.0}, "se": {"x": 1591.0, "y": 925.0}, "sw": {"x": 1601.0, "y": 915.0}, "nw": {"x": 1601.0, "y": 925.0}}, "position": {"x": 1596.0, "y": 920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 12\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "12\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00012\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123554, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 929.0}, "se": {"x": 1535.0, "y": 939.0}, "sw": {"x": 1545.0, "y": 929.0}, "nw": {"x": 1545.0, "y": 939.0}}, "position": {"x": 1540.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123555, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 929.0}, "se": {"x": 1549.0, "y": 939.0}, "sw": {"x": 1559.0, "y": 929.0}, "nw": {"x": 1559.0, "y": 939.0}}, "position": {"x": 1554.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123556, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 929.0}, "se": {"x": 1563.0, "y": 939.0}, "sw": {"x": 1573.0, "y": 929.0}, "nw": {"x": 1573.0, "y": 939.0}}, "position": {"x": 1568.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123557, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 929.0}, "se": {"x": 1577.0, "y": 939.0}, "sw": {"x": 1587.0, "y": 929.0}, "nw": {"x": 1587.0, "y": 939.0}}, "position": {"x": 1582.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123558, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 929.0}, "se": {"x": 1591.0, "y": 939.0}, "sw": {"x": 1601.0, "y": 929.0}, "nw": {"x": 1601.0, "y": 939.0}}, "position": {"x": 1596.0, "y": 934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 13\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "13\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00013\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123564, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 943.0}, "se": {"x": 1535.0, "y": 953.0}, "sw": {"x": 1545.0, "y": 943.0}, "nw": {"x": 1545.0, "y": 953.0}}, "position": {"x": 1540.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123565, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 943.0}, "se": {"x": 1549.0, "y": 953.0}, "sw": {"x": 1559.0, "y": 943.0}, "nw": {"x": 1559.0, "y": 953.0}}, "position": {"x": 1554.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123566, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 943.0}, "se": {"x": 1563.0, "y": 953.0}, "sw": {"x": 1573.0, "y": 943.0}, "nw": {"x": 1573.0, "y": 953.0}}, "position": {"x": 1568.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123567, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 943.0}, "se": {"x": 1577.0, "y": 953.0}, "sw": {"x": 1587.0, "y": 943.0}, "nw": {"x": 1587.0, "y": 953.0}}, "position": {"x": 1582.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123568, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 943.0}, "se": {"x": 1591.0, "y": 953.0}, "sw": {"x": 1601.0, "y": 943.0}, "nw": {"x": 1601.0, "y": 953.0}}, "position": {"x": 1596.0, "y": 948.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 14\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "14\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00014\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123574, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 957.0}, "se": {"x": 1535.0, "y": 967.0}, "sw": {"x": 1545.0, "y": 957.0}, "nw": {"x": 1545.0, "y": 967.0}}, "position": {"x": 1540.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123575, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 957.0}, "se": {"x": 1549.0, "y": 967.0}, "sw": {"x": 1559.0, "y": 957.0}, "nw": {"x": 1559.0, "y": 967.0}}, "position": {"x": 1554.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123576, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 957.0}, "se": {"x": 1563.0, "y": 967.0}, "sw": {"x": 1573.0, "y": 957.0}, "nw": {"x": 1573.0, "y": 967.0}}, "position": {"x": 1568.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123577, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 957.0}, "se": {"x": 1577.0, "y": 967.0}, "sw": {"x": 1587.0, "y": 957.0}, "nw": {"x": 1587.0, "y": 967.0}}, "position": {"x": 1582.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123578, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 957.0}, "se": {"x": 1591.0, "y": 967.0}, "sw": {"x": 1601.0, "y": 957.0}, "nw": {"x": 1601.0, "y": 967.0}}, "position": {"x": 1596.0, "y": 962.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 15\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "15\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00015\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123584, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 971.0}, "se": {"x": 1535.0, "y": 981.0}, "sw": {"x": 1545.0, "y": 971.0}, "nw": {"x": 1545.0, "y": 981.0}}, "position": {"x": 1540.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123585, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 971.0}, "se": {"x": 1549.0, "y": 981.0}, "sw": {"x": 1559.0, "y": 971.0}, "nw": {"x": 1559.0, "y": 981.0}}, "position": {"x": 1554.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123586, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 971.0}, "se": {"x": 1563.0, "y": 981.0}, "sw": {"x": 1573.0, "y": 971.0}, "nw": {"x": 1573.0, "y": 981.0}}, "position": {"x": 1568.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123587, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 971.0}, "se": {"x": 1577.0, "y": 981.0}, "sw": {"x": 1587.0, "y": 971.0}, "nw": {"x": 1587.0, "y": 981.0}}, "position": {"x": 1582.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123588, "gradeId": 102831, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 971.0}, "se": {"x": 1591.0, "y": 981.0}, "sw": {"x": 1601.0, "y": 971.0}, "nw": {"x": 1601.0, "y": 981.0}}, "position": {"x": 1596.0, "y": 976.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 FLOOR 4\uad6c\uc5ed 16\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "FLOOR 4\uad6c\uc5ed", "16\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce35FLOOR00004\uad6c\uc5ed00016\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59712}], "3:7": [{"logicalSeatId": 1537121020, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1803.0}, "se": {"x": 912.0, "y": 1813.0}, "sw": {"x": 922.0, "y": 1803.0}, "nw": {"x": 922.0, "y": 1813.0}}, "position": {"x": 917.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2346, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121021, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1803.0}, "se": {"x": 926.0, "y": 1813.0}, "sw": {"x": 936.0, "y": 1803.0}, "nw": {"x": 936.0, "y": 1813.0}}, "position": {"x": 931.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2426, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121022, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1803.0}, "se": {"x": 940.0, "y": 1813.0}, "sw": {"x": 950.0, "y": 1803.0}, "nw": {"x": 950.0, "y": 1813.0}}, "position": {"x": 945.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2506, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121023, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1803.0}, "se": {"x": 954.0, "y": 1813.0}, "sw": {"x": 964.0, "y": 1803.0}, "nw": {"x": 964.0, "y": 1813.0}}, "position": {"x": 959.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2586, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121024, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1803.0}, "se": {"x": 968.0, "y": 1813.0}, "sw": {"x": 978.0, "y": 1803.0}, "nw": {"x": 978.0, "y": 1813.0}}, "position": {"x": 973.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2666, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121025, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1803.0}, "se": {"x": 982.0, "y": 1813.0}, "sw": {"x": 992.0, "y": 1803.0}, "nw": {"x": 992.0, "y": 1813.0}}, "position": {"x": 987.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2746, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121026, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1803.0}, "se": {"x": 996.0, "y": 1813.0}, "sw": {"x": 1006.0, "y": 1803.0}, "nw": {"x": 1006.0, "y": 1813.0}}, "position": {"x": 1001.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2826, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121027, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1803.0}, "se": {"x": 1010.0, "y": 1813.0}, "sw": {"x": 1020.0, "y": 1803.0}, "nw": {"x": 1020.0, "y": 1813.0}}, "position": {"x": 1015.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2906, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121044, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1817.0}, "se": {"x": 912.0, "y": 1827.0}, "sw": {"x": 922.0, "y": 1817.0}, "nw": {"x": 922.0, "y": 1827.0}}, "position": {"x": 917.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2345, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121045, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1817.0}, "se": {"x": 926.0, "y": 1827.0}, "sw": {"x": 936.0, "y": 1817.0}, "nw": {"x": 936.0, "y": 1827.0}}, "position": {"x": 931.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2425, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121046, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1817.0}, "se": {"x": 940.0, "y": 1827.0}, "sw": {"x": 950.0, "y": 1817.0}, "nw": {"x": 950.0, "y": 1827.0}}, "position": {"x": 945.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2505, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121047, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1817.0}, "se": {"x": 954.0, "y": 1827.0}, "sw": {"x": 964.0, "y": 1817.0}, "nw": {"x": 964.0, "y": 1827.0}}, "position": {"x": 959.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2585, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121048, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1817.0}, "se": {"x": 968.0, "y": 1827.0}, "sw": {"x": 978.0, "y": 1817.0}, "nw": {"x": 978.0, "y": 1827.0}}, "position": {"x": 973.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2665, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121049, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1817.0}, "se": {"x": 982.0, "y": 1827.0}, "sw": {"x": 992.0, "y": 1817.0}, "nw": {"x": 992.0, "y": 1827.0}}, "position": {"x": 987.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2745, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121050, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1817.0}, "se": {"x": 996.0, "y": 1827.0}, "sw": {"x": 1006.0, "y": 1817.0}, "nw": {"x": 1006.0, "y": 1827.0}}, "position": {"x": 1001.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2825, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121051, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1817.0}, "se": {"x": 1010.0, "y": 1827.0}, "sw": {"x": 1020.0, "y": 1817.0}, "nw": {"x": 1020.0, "y": 1827.0}}, "position": {"x": 1015.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2905, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121068, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1831.0}, "se": {"x": 912.0, "y": 1841.0}, "sw": {"x": 922.0, "y": 1831.0}, "nw": {"x": 922.0, "y": 1841.0}}, "position": {"x": 917.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2344, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121069, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1831.0}, "se": {"x": 926.0, "y": 1841.0}, "sw": {"x": 936.0, "y": 1831.0}, "nw": {"x": 936.0, "y": 1841.0}}, "position": {"x": 931.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2424, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121070, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1831.0}, "se": {"x": 940.0, "y": 1841.0}, "sw": {"x": 950.0, "y": 1831.0}, "nw": {"x": 950.0, "y": 1841.0}}, "position": {"x": 945.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2504, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121071, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1831.0}, "se": {"x": 954.0, "y": 1841.0}, "sw": {"x": 964.0, "y": 1831.0}, "nw": {"x": 964.0, "y": 1841.0}}, "position": {"x": 959.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2584, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121072, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1831.0}, "se": {"x": 968.0, "y": 1841.0}, "sw": {"x": 978.0, "y": 1831.0}, "nw": {"x": 978.0, "y": 1841.0}}, "position": {"x": 973.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2664, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121073, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1831.0}, "se": {"x": 982.0, "y": 1841.0}, "sw": {"x": 992.0, "y": 1831.0}, "nw": {"x": 992.0, "y": 1841.0}}, "position": {"x": 987.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2744, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121074, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1831.0}, "se": {"x": 996.0, "y": 1841.0}, "sw": {"x": 1006.0, "y": 1831.0}, "nw": {"x": 1006.0, "y": 1841.0}}, "position": {"x": 1001.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2824, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121075, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1831.0}, "se": {"x": 1010.0, "y": 1841.0}, "sw": {"x": 1020.0, "y": 1831.0}, "nw": {"x": 1020.0, "y": 1841.0}}, "position": {"x": 1015.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2904, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121092, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1845.0}, "se": {"x": 912.0, "y": 1855.0}, "sw": {"x": 922.0, "y": 1845.0}, "nw": {"x": 922.0, "y": 1855.0}}, "position": {"x": 917.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2343, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121093, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1845.0}, "se": {"x": 926.0, "y": 1855.0}, "sw": {"x": 936.0, "y": 1845.0}, "nw": {"x": 936.0, "y": 1855.0}}, "position": {"x": 931.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2423, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121094, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1845.0}, "se": {"x": 940.0, "y": 1855.0}, "sw": {"x": 950.0, "y": 1845.0}, "nw": {"x": 950.0, "y": 1855.0}}, "position": {"x": 945.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2503, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121095, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1845.0}, "se": {"x": 954.0, "y": 1855.0}, "sw": {"x": 964.0, "y": 1845.0}, "nw": {"x": 964.0, "y": 1855.0}}, "position": {"x": 959.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2583, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121096, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1845.0}, "se": {"x": 968.0, "y": 1855.0}, "sw": {"x": 978.0, "y": 1845.0}, "nw": {"x": 978.0, "y": 1855.0}}, "position": {"x": 973.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2663, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121097, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1845.0}, "se": {"x": 982.0, "y": 1855.0}, "sw": {"x": 992.0, "y": 1845.0}, "nw": {"x": 992.0, "y": 1855.0}}, "position": {"x": 987.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2743, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121098, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1845.0}, "se": {"x": 996.0, "y": 1855.0}, "sw": {"x": 1006.0, "y": 1845.0}, "nw": {"x": 1006.0, "y": 1855.0}}, "position": {"x": 1001.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2823, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121099, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1845.0}, "se": {"x": 1010.0, "y": 1855.0}, "sw": {"x": 1020.0, "y": 1845.0}, "nw": {"x": 1020.0, "y": 1855.0}}, "position": {"x": 1015.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2903, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121116, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1859.0}, "se": {"x": 912.0, "y": 1869.0}, "sw": {"x": 922.0, "y": 1859.0}, "nw": {"x": 922.0, "y": 1869.0}}, "position": {"x": 917.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2342, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121117, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1859.0}, "se": {"x": 926.0, "y": 1869.0}, "sw": {"x": 936.0, "y": 1859.0}, "nw": {"x": 936.0, "y": 1869.0}}, "position": {"x": 931.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2422, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121118, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1859.0}, "se": {"x": 940.0, "y": 1869.0}, "sw": {"x": 950.0, "y": 1859.0}, "nw": {"x": 950.0, "y": 1869.0}}, "position": {"x": 945.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2502, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121119, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1859.0}, "se": {"x": 954.0, "y": 1869.0}, "sw": {"x": 964.0, "y": 1859.0}, "nw": {"x": 964.0, "y": 1869.0}}, "position": {"x": 959.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2582, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121120, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1859.0}, "se": {"x": 968.0, "y": 1869.0}, "sw": {"x": 978.0, "y": 1859.0}, "nw": {"x": 978.0, "y": 1869.0}}, "position": {"x": 973.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2662, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121121, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1859.0}, "se": {"x": 982.0, "y": 1869.0}, "sw": {"x": 992.0, "y": 1859.0}, "nw": {"x": 992.0, "y": 1869.0}}, "position": {"x": 987.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2742, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121122, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1859.0}, "se": {"x": 996.0, "y": 1869.0}, "sw": {"x": 1006.0, "y": 1859.0}, "nw": {"x": 1006.0, "y": 1869.0}}, "position": {"x": 1001.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2822, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121123, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1859.0}, "se": {"x": 1010.0, "y": 1869.0}, "sw": {"x": 1020.0, "y": 1859.0}, "nw": {"x": 1020.0, "y": 1869.0}}, "position": {"x": 1015.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2902, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121140, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1873.0}, "se": {"x": 912.0, "y": 1883.0}, "sw": {"x": 922.0, "y": 1873.0}, "nw": {"x": 922.0, "y": 1883.0}}, "position": {"x": 917.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2341, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121141, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1873.0}, "se": {"x": 926.0, "y": 1883.0}, "sw": {"x": 936.0, "y": 1873.0}, "nw": {"x": 936.0, "y": 1883.0}}, "position": {"x": 931.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2421, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121142, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1873.0}, "se": {"x": 940.0, "y": 1883.0}, "sw": {"x": 950.0, "y": 1873.0}, "nw": {"x": 950.0, "y": 1883.0}}, "position": {"x": 945.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2501, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121143, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1873.0}, "se": {"x": 954.0, "y": 1883.0}, "sw": {"x": 964.0, "y": 1873.0}, "nw": {"x": 964.0, "y": 1883.0}}, "position": {"x": 959.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2581, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121144, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1873.0}, "se": {"x": 968.0, "y": 1883.0}, "sw": {"x": 978.0, "y": 1873.0}, "nw": {"x": 978.0, "y": 1883.0}}, "position": {"x": 973.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2661, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121145, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1873.0}, "se": {"x": 982.0, "y": 1883.0}, "sw": {"x": 992.0, "y": 1873.0}, "nw": {"x": 992.0, "y": 1883.0}}, "position": {"x": 987.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2741, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121146, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1873.0}, "se": {"x": 996.0, "y": 1883.0}, "sw": {"x": 1006.0, "y": 1873.0}, "nw": {"x": 1006.0, "y": 1883.0}}, "position": {"x": 1001.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2821, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121147, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1873.0}, "se": {"x": 1010.0, "y": 1883.0}, "sw": {"x": 1020.0, "y": 1873.0}, "nw": {"x": 1020.0, "y": 1883.0}}, "position": {"x": 1015.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2901, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121178, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1887.0}, "se": {"x": 912.0, "y": 1897.0}, "sw": {"x": 922.0, "y": 1887.0}, "nw": {"x": 922.0, "y": 1897.0}}, "position": {"x": 917.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2340, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121179, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1887.0}, "se": {"x": 926.0, "y": 1897.0}, "sw": {"x": 936.0, "y": 1887.0}, "nw": {"x": 936.0, "y": 1897.0}}, "position": {"x": 931.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2420, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121180, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1887.0}, "se": {"x": 940.0, "y": 1897.0}, "sw": {"x": 950.0, "y": 1887.0}, "nw": {"x": 950.0, "y": 1897.0}}, "position": {"x": 945.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2500, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121181, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1887.0}, "se": {"x": 954.0, "y": 1897.0}, "sw": {"x": 964.0, "y": 1887.0}, "nw": {"x": 964.0, "y": 1897.0}}, "position": {"x": 959.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2580, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121182, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1887.0}, "se": {"x": 968.0, "y": 1897.0}, "sw": {"x": 978.0, "y": 1887.0}, "nw": {"x": 978.0, "y": 1897.0}}, "position": {"x": 973.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2660, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121183, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1887.0}, "se": {"x": 982.0, "y": 1897.0}, "sw": {"x": 992.0, "y": 1887.0}, "nw": {"x": 992.0, "y": 1897.0}}, "position": {"x": 987.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2740, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121184, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1887.0}, "se": {"x": 996.0, "y": 1897.0}, "sw": {"x": 1006.0, "y": 1887.0}, "nw": {"x": 1006.0, "y": 1897.0}}, "position": {"x": 1001.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2820, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121185, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1887.0}, "se": {"x": 1010.0, "y": 1897.0}, "sw": {"x": 1020.0, "y": 1887.0}, "nw": {"x": 1020.0, "y": 1897.0}}, "position": {"x": 1015.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2900, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121216, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1901.0}, "se": {"x": 912.0, "y": 1911.0}, "sw": {"x": 922.0, "y": 1901.0}, "nw": {"x": 922.0, "y": 1911.0}}, "position": {"x": 917.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2339, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121217, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1901.0}, "se": {"x": 926.0, "y": 1911.0}, "sw": {"x": 936.0, "y": 1901.0}, "nw": {"x": 936.0, "y": 1911.0}}, "position": {"x": 931.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2419, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121218, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1901.0}, "se": {"x": 940.0, "y": 1911.0}, "sw": {"x": 950.0, "y": 1901.0}, "nw": {"x": 950.0, "y": 1911.0}}, "position": {"x": 945.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2499, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121219, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1901.0}, "se": {"x": 954.0, "y": 1911.0}, "sw": {"x": 964.0, "y": 1901.0}, "nw": {"x": 964.0, "y": 1911.0}}, "position": {"x": 959.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2579, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121220, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1901.0}, "se": {"x": 968.0, "y": 1911.0}, "sw": {"x": 978.0, "y": 1901.0}, "nw": {"x": 978.0, "y": 1911.0}}, "position": {"x": 973.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2659, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121221, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1901.0}, "se": {"x": 982.0, "y": 1911.0}, "sw": {"x": 992.0, "y": 1901.0}, "nw": {"x": 992.0, "y": 1911.0}}, "position": {"x": 987.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2739, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121222, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1901.0}, "se": {"x": 996.0, "y": 1911.0}, "sw": {"x": 1006.0, "y": 1901.0}, "nw": {"x": 1006.0, "y": 1911.0}}, "position": {"x": 1001.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2819, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121223, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1901.0}, "se": {"x": 1010.0, "y": 1911.0}, "sw": {"x": 1020.0, "y": 1901.0}, "nw": {"x": 1020.0, "y": 1911.0}}, "position": {"x": 1015.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2899, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121254, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1915.0}, "se": {"x": 912.0, "y": 1925.0}, "sw": {"x": 922.0, "y": 1915.0}, "nw": {"x": 922.0, "y": 1925.0}}, "position": {"x": 917.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2338, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121255, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1915.0}, "se": {"x": 926.0, "y": 1925.0}, "sw": {"x": 936.0, "y": 1915.0}, "nw": {"x": 936.0, "y": 1925.0}}, "position": {"x": 931.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2418, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121256, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1915.0}, "se": {"x": 940.0, "y": 1925.0}, "sw": {"x": 950.0, "y": 1915.0}, "nw": {"x": 950.0, "y": 1925.0}}, "position": {"x": 945.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2498, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121257, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1915.0}, "se": {"x": 954.0, "y": 1925.0}, "sw": {"x": 964.0, "y": 1915.0}, "nw": {"x": 964.0, "y": 1925.0}}, "position": {"x": 959.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2578, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121258, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1915.0}, "se": {"x": 968.0, "y": 1925.0}, "sw": {"x": 978.0, "y": 1915.0}, "nw": {"x": 978.0, "y": 1925.0}}, "position": {"x": 973.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2658, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121259, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1915.0}, "se": {"x": 982.0, "y": 1925.0}, "sw": {"x": 992.0, "y": 1915.0}, "nw": {"x": 992.0, "y": 1925.0}}, "position": {"x": 987.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2738, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121260, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1915.0}, "se": {"x": 996.0, "y": 1925.0}, "sw": {"x": 1006.0, "y": 1915.0}, "nw": {"x": 1006.0, "y": 1925.0}}, "position": {"x": 1001.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2818, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121261, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1915.0}, "se": {"x": 1010.0, "y": 1925.0}, "sw": {"x": 1020.0, "y": 1915.0}, "nw": {"x": 1020.0, "y": 1925.0}}, "position": {"x": 1015.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2898, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121292, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 912.0, "y": 1929.0}, "se": {"x": 912.0, "y": 1939.0}, "sw": {"x": 922.0, "y": 1929.0}, "nw": {"x": 922.0, "y": 1939.0}}, "position": {"x": 917.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158604, "gate": "", "blockId": null, "orderNum": 2337, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400001\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121293, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 926.0, "y": 1929.0}, "se": {"x": 926.0, "y": 1939.0}, "sw": {"x": 936.0, "y": 1929.0}, "nw": {"x": 936.0, "y": 1939.0}}, "position": {"x": 931.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158605, "gate": "", "blockId": null, "orderNum": 2417, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400002\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121294, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 940.0, "y": 1929.0}, "se": {"x": 940.0, "y": 1939.0}, "sw": {"x": 950.0, "y": 1929.0}, "nw": {"x": 950.0, "y": 1939.0}}, "position": {"x": 945.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158606, "gate": "", "blockId": null, "orderNum": 2497, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400003\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121295, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 954.0, "y": 1929.0}, "se": {"x": 954.0, "y": 1939.0}, "sw": {"x": 964.0, "y": 1929.0}, "nw": {"x": 964.0, "y": 1939.0}}, "position": {"x": 959.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158607, "gate": "", "blockId": null, "orderNum": 2577, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400004\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121296, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 968.0, "y": 1929.0}, "se": {"x": 968.0, "y": 1939.0}, "sw": {"x": 978.0, "y": 1929.0}, "nw": {"x": 978.0, "y": 1939.0}}, "position": {"x": 973.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158608, "gate": "", "blockId": null, "orderNum": 2657, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400005\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121297, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 982.0, "y": 1929.0}, "se": {"x": 982.0, "y": 1939.0}, "sw": {"x": 992.0, "y": 1929.0}, "nw": {"x": 992.0, "y": 1939.0}}, "position": {"x": 987.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158609, "gate": "", "blockId": null, "orderNum": 2737, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400006\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121298, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 996.0, "y": 1929.0}, "se": {"x": 996.0, "y": 1939.0}, "sw": {"x": 1006.0, "y": 1929.0}, "nw": {"x": 1006.0, "y": 1939.0}}, "position": {"x": 1001.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158610, "gate": "", "blockId": null, "orderNum": 2817, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400007\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121299, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1010.0, "y": 1929.0}, "se": {"x": 1010.0, "y": 1939.0}, "sw": {"x": 1020.0, "y": 1929.0}, "nw": {"x": 1020.0, "y": 1939.0}}, "position": {"x": 1015.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158611, "gate": "", "blockId": null, "orderNum": 2897, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121408, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1803.0}, "se": {"x": 774.0, "y": 1813.0}, "sw": {"x": 784.0, "y": 1803.0}, "nw": {"x": 784.0, "y": 1813.0}}, "position": {"x": 779.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1482, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121409, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1803.0}, "se": {"x": 788.0, "y": 1813.0}, "sw": {"x": 798.0, "y": 1803.0}, "nw": {"x": 798.0, "y": 1813.0}}, "position": {"x": 793.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1589, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121410, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1803.0}, "se": {"x": 802.0, "y": 1813.0}, "sw": {"x": 812.0, "y": 1803.0}, "nw": {"x": 812.0, "y": 1813.0}}, "position": {"x": 807.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1602, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121411, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1803.0}, "se": {"x": 816.0, "y": 1813.0}, "sw": {"x": 826.0, "y": 1803.0}, "nw": {"x": 826.0, "y": 1813.0}}, "position": {"x": 821.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1617, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400011\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121412, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1803.0}, "se": {"x": 830.0, "y": 1813.0}, "sw": {"x": 840.0, "y": 1803.0}, "nw": {"x": 840.0, "y": 1813.0}}, "position": {"x": 835.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1633, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400012\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121413, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1803.0}, "se": {"x": 844.0, "y": 1813.0}, "sw": {"x": 854.0, "y": 1803.0}, "nw": {"x": 854.0, "y": 1813.0}}, "position": {"x": 849.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1649, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400013\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121414, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1803.0}, "se": {"x": 858.0, "y": 1813.0}, "sw": {"x": 868.0, "y": 1803.0}, "nw": {"x": 868.0, "y": 1813.0}}, "position": {"x": 863.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 7\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1665, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "7\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00007\uc5f400014\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121424, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1817.0}, "se": {"x": 774.0, "y": 1827.0}, "sw": {"x": 784.0, "y": 1817.0}, "nw": {"x": 784.0, "y": 1827.0}}, "position": {"x": 779.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1481, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121425, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1817.0}, "se": {"x": 788.0, "y": 1827.0}, "sw": {"x": 798.0, "y": 1817.0}, "nw": {"x": 798.0, "y": 1827.0}}, "position": {"x": 793.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1588, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400011\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121426, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1817.0}, "se": {"x": 802.0, "y": 1827.0}, "sw": {"x": 812.0, "y": 1817.0}, "nw": {"x": 812.0, "y": 1827.0}}, "position": {"x": 807.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1601, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400012\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121427, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1817.0}, "se": {"x": 816.0, "y": 1827.0}, "sw": {"x": 826.0, "y": 1817.0}, "nw": {"x": 826.0, "y": 1827.0}}, "position": {"x": 821.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1616, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400013\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121428, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1817.0}, "se": {"x": 830.0, "y": 1827.0}, "sw": {"x": 840.0, "y": 1817.0}, "nw": {"x": 840.0, "y": 1827.0}}, "position": {"x": 835.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1632, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400014\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121429, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1817.0}, "se": {"x": 844.0, "y": 1827.0}, "sw": {"x": 854.0, "y": 1817.0}, "nw": {"x": 854.0, "y": 1827.0}}, "position": {"x": 849.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1648, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400015\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121430, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1817.0}, "se": {"x": 858.0, "y": 1827.0}, "sw": {"x": 868.0, "y": 1817.0}, "nw": {"x": 868.0, "y": 1827.0}}, "position": {"x": 863.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 8\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1664, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "8\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00008\uc5f400016\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121441, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1831.0}, "se": {"x": 774.0, "y": 1841.0}, "sw": {"x": 784.0, "y": 1831.0}, "nw": {"x": 784.0, "y": 1841.0}}, "position": {"x": 779.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1480, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400011\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121442, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1831.0}, "se": {"x": 788.0, "y": 1841.0}, "sw": {"x": 798.0, "y": 1831.0}, "nw": {"x": 798.0, "y": 1841.0}}, "position": {"x": 793.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1587, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400012\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121443, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1831.0}, "se": {"x": 802.0, "y": 1841.0}, "sw": {"x": 812.0, "y": 1831.0}, "nw": {"x": 812.0, "y": 1841.0}}, "position": {"x": 807.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1600, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400013\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121444, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1831.0}, "se": {"x": 816.0, "y": 1841.0}, "sw": {"x": 826.0, "y": 1831.0}, "nw": {"x": 826.0, "y": 1841.0}}, "position": {"x": 821.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1615, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400014\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121445, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1831.0}, "se": {"x": 830.0, "y": 1841.0}, "sw": {"x": 840.0, "y": 1831.0}, "nw": {"x": 840.0, "y": 1841.0}}, "position": {"x": 835.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1631, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400015\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121446, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1831.0}, "se": {"x": 844.0, "y": 1841.0}, "sw": {"x": 854.0, "y": 1831.0}, "nw": {"x": 854.0, "y": 1841.0}}, "position": {"x": 849.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1647, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400016\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121447, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1831.0}, "se": {"x": 858.0, "y": 1841.0}, "sw": {"x": 868.0, "y": 1831.0}, "nw": {"x": 868.0, "y": 1841.0}}, "position": {"x": 863.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 9\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1663, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "9\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00009\uc5f400017\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121459, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1845.0}, "se": {"x": 774.0, "y": 1855.0}, "sw": {"x": 784.0, "y": 1845.0}, "nw": {"x": 784.0, "y": 1855.0}}, "position": {"x": 779.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1479, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400012\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121460, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1845.0}, "se": {"x": 788.0, "y": 1855.0}, "sw": {"x": 798.0, "y": 1845.0}, "nw": {"x": 798.0, "y": 1855.0}}, "position": {"x": 793.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1586, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400013\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121461, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1845.0}, "se": {"x": 802.0, "y": 1855.0}, "sw": {"x": 812.0, "y": 1845.0}, "nw": {"x": 812.0, "y": 1855.0}}, "position": {"x": 807.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1599, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400014\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121462, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1845.0}, "se": {"x": 816.0, "y": 1855.0}, "sw": {"x": 826.0, "y": 1845.0}, "nw": {"x": 826.0, "y": 1855.0}}, "position": {"x": 821.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1614, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400015\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121463, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1845.0}, "se": {"x": 830.0, "y": 1855.0}, "sw": {"x": 840.0, "y": 1845.0}, "nw": {"x": 840.0, "y": 1855.0}}, "position": {"x": 835.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1630, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400016\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121464, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1845.0}, "se": {"x": 844.0, "y": 1855.0}, "sw": {"x": 854.0, "y": 1845.0}, "nw": {"x": 854.0, "y": 1855.0}}, "position": {"x": 849.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1646, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400017\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121465, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1845.0}, "se": {"x": 858.0, "y": 1855.0}, "sw": {"x": 868.0, "y": 1845.0}, "nw": {"x": 868.0, "y": 1855.0}}, "position": {"x": 863.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 10\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1662, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "10\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00010\uc5f400018\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121479, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1859.0}, "se": {"x": 774.0, "y": 1869.0}, "sw": {"x": 784.0, "y": 1859.0}, "nw": {"x": 784.0, "y": 1869.0}}, "position": {"x": 779.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1478, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400014\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121480, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1859.0}, "se": {"x": 788.0, "y": 1869.0}, "sw": {"x": 798.0, "y": 1859.0}, "nw": {"x": 798.0, "y": 1869.0}}, "position": {"x": 793.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1585, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400015\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121481, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1859.0}, "se": {"x": 802.0, "y": 1869.0}, "sw": {"x": 812.0, "y": 1859.0}, "nw": {"x": 812.0, "y": 1869.0}}, "position": {"x": 807.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1598, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400016\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121482, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1859.0}, "se": {"x": 816.0, "y": 1869.0}, "sw": {"x": 826.0, "y": 1859.0}, "nw": {"x": 826.0, "y": 1869.0}}, "position": {"x": 821.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1613, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400017\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121483, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1859.0}, "se": {"x": 830.0, "y": 1869.0}, "sw": {"x": 840.0, "y": 1859.0}, "nw": {"x": 840.0, "y": 1869.0}}, "position": {"x": 835.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1629, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400018\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121484, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1859.0}, "se": {"x": 844.0, "y": 1869.0}, "sw": {"x": 854.0, "y": 1859.0}, "nw": {"x": 854.0, "y": 1869.0}}, "position": {"x": 849.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1645, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400019\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121485, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1859.0}, "se": {"x": 858.0, "y": 1869.0}, "sw": {"x": 868.0, "y": 1859.0}, "nw": {"x": 868.0, "y": 1869.0}}, "position": {"x": 863.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 11\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1661, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "11\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00011\uc5f400020\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121504, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1873.0}, "se": {"x": 774.0, "y": 1883.0}, "sw": {"x": 784.0, "y": 1873.0}, "nw": {"x": 784.0, "y": 1883.0}}, "position": {"x": 779.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1477, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400019\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121505, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1873.0}, "se": {"x": 788.0, "y": 1883.0}, "sw": {"x": 798.0, "y": 1873.0}, "nw": {"x": 798.0, "y": 1883.0}}, "position": {"x": 793.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1584, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400020\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121506, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1873.0}, "se": {"x": 802.0, "y": 1883.0}, "sw": {"x": 812.0, "y": 1873.0}, "nw": {"x": 812.0, "y": 1883.0}}, "position": {"x": 807.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1597, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400021\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121507, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1873.0}, "se": {"x": 816.0, "y": 1883.0}, "sw": {"x": 826.0, "y": 1873.0}, "nw": {"x": 826.0, "y": 1883.0}}, "position": {"x": 821.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 22\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1612, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "22\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400022\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121508, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1873.0}, "se": {"x": 830.0, "y": 1883.0}, "sw": {"x": 840.0, "y": 1873.0}, "nw": {"x": 840.0, "y": 1883.0}}, "position": {"x": 835.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 23\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1628, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "23\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400023\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121509, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1873.0}, "se": {"x": 844.0, "y": 1883.0}, "sw": {"x": 854.0, "y": 1873.0}, "nw": {"x": 854.0, "y": 1883.0}}, "position": {"x": 849.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 24\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1644, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "24\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400024\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121510, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1873.0}, "se": {"x": 858.0, "y": 1883.0}, "sw": {"x": 868.0, "y": 1873.0}, "nw": {"x": 868.0, "y": 1883.0}}, "position": {"x": 863.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 12\uc5f4 25\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1660, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "12\uc5f4", "25\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00012\uc5f400025\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121530, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1887.0}, "se": {"x": 774.0, "y": 1897.0}, "sw": {"x": 784.0, "y": 1887.0}, "nw": {"x": 784.0, "y": 1897.0}}, "position": {"x": 779.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1476, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400020\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121531, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1887.0}, "se": {"x": 788.0, "y": 1897.0}, "sw": {"x": 798.0, "y": 1887.0}, "nw": {"x": 798.0, "y": 1897.0}}, "position": {"x": 793.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1583, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400021\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121532, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1887.0}, "se": {"x": 802.0, "y": 1897.0}, "sw": {"x": 812.0, "y": 1887.0}, "nw": {"x": 812.0, "y": 1897.0}}, "position": {"x": 807.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 22\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1596, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "22\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400022\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121533, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1887.0}, "se": {"x": 816.0, "y": 1897.0}, "sw": {"x": 826.0, "y": 1887.0}, "nw": {"x": 826.0, "y": 1897.0}}, "position": {"x": 821.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 23\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1611, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "23\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400023\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121534, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1887.0}, "se": {"x": 830.0, "y": 1897.0}, "sw": {"x": 840.0, "y": 1887.0}, "nw": {"x": 840.0, "y": 1897.0}}, "position": {"x": 835.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 24\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1627, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "24\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400024\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121535, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1887.0}, "se": {"x": 844.0, "y": 1897.0}, "sw": {"x": 854.0, "y": 1887.0}, "nw": {"x": 854.0, "y": 1897.0}}, "position": {"x": 849.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 25\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1643, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "25\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400025\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121536, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1887.0}, "se": {"x": 858.0, "y": 1897.0}, "sw": {"x": 868.0, "y": 1887.0}, "nw": {"x": 868.0, "y": 1897.0}}, "position": {"x": 863.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 13\uc5f4 26\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1659, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "13\uc5f4", "26\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00013\uc5f400026\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121558, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1901.0}, "se": {"x": 774.0, "y": 1911.0}, "sw": {"x": 784.0, "y": 1901.0}, "nw": {"x": 784.0, "y": 1911.0}}, "position": {"x": 779.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 22\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1475, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "22\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400022\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121559, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1901.0}, "se": {"x": 788.0, "y": 1911.0}, "sw": {"x": 798.0, "y": 1901.0}, "nw": {"x": 798.0, "y": 1911.0}}, "position": {"x": 793.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 23\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1582, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "23\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400023\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121560, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1901.0}, "se": {"x": 802.0, "y": 1911.0}, "sw": {"x": 812.0, "y": 1901.0}, "nw": {"x": 812.0, "y": 1911.0}}, "position": {"x": 807.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 24\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1595, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "24\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400024\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121561, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1901.0}, "se": {"x": 816.0, "y": 1911.0}, "sw": {"x": 826.0, "y": 1901.0}, "nw": {"x": 826.0, "y": 1911.0}}, "position": {"x": 821.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 25\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1610, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "25\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400025\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121562, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1901.0}, "se": {"x": 830.0, "y": 1911.0}, "sw": {"x": 840.0, "y": 1901.0}, "nw": {"x": 840.0, "y": 1911.0}}, "position": {"x": 835.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 26\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1626, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "26\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400026\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121563, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1901.0}, "se": {"x": 844.0, "y": 1911.0}, "sw": {"x": 854.0, "y": 1901.0}, "nw": {"x": 854.0, "y": 1911.0}}, "position": {"x": 849.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 27\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1642, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "27\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400027\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121564, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1901.0}, "se": {"x": 858.0, "y": 1911.0}, "sw": {"x": 868.0, "y": 1901.0}, "nw": {"x": 868.0, "y": 1911.0}}, "position": {"x": 863.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 14\uc5f4 28\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1658, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "14\uc5f4", "28\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00014\uc5f400028\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121586, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1915.0}, "se": {"x": 774.0, "y": 1925.0}, "sw": {"x": 784.0, "y": 1915.0}, "nw": {"x": 784.0, "y": 1925.0}}, "position": {"x": 779.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 23\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1474, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "23\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400023\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121587, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1915.0}, "se": {"x": 788.0, "y": 1925.0}, "sw": {"x": 798.0, "y": 1915.0}, "nw": {"x": 798.0, "y": 1925.0}}, "position": {"x": 793.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 24\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1581, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "24\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400024\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121588, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1915.0}, "se": {"x": 802.0, "y": 1925.0}, "sw": {"x": 812.0, "y": 1915.0}, "nw": {"x": 812.0, "y": 1925.0}}, "position": {"x": 807.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 25\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1594, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "25\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400025\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121589, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1915.0}, "se": {"x": 816.0, "y": 1925.0}, "sw": {"x": 826.0, "y": 1915.0}, "nw": {"x": 826.0, "y": 1925.0}}, "position": {"x": 821.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 26\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1609, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "26\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400026\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121590, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1915.0}, "se": {"x": 830.0, "y": 1925.0}, "sw": {"x": 840.0, "y": 1915.0}, "nw": {"x": 840.0, "y": 1925.0}}, "position": {"x": 835.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 27\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1625, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "27\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400027\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121591, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1915.0}, "se": {"x": 844.0, "y": 1925.0}, "sw": {"x": 854.0, "y": 1915.0}, "nw": {"x": 854.0, "y": 1925.0}}, "position": {"x": 849.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 28\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1641, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "28\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400028\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121592, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1915.0}, "se": {"x": 858.0, "y": 1925.0}, "sw": {"x": 868.0, "y": 1915.0}, "nw": {"x": 868.0, "y": 1925.0}}, "position": {"x": 863.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 15\uc5f4 29\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1657, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "15\uc5f4", "29\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00015\uc5f400029\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121613, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 774.0, "y": 1929.0}, "se": {"x": 774.0, "y": 1939.0}, "sw": {"x": 784.0, "y": 1929.0}, "nw": {"x": 784.0, "y": 1939.0}}, "position": {"x": 779.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 21\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158925, "gate": "", "blockId": null, "orderNum": 1473, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "21\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400021\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121614, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 788.0, "y": 1929.0}, "se": {"x": 788.0, "y": 1939.0}, "sw": {"x": 798.0, "y": 1929.0}, "nw": {"x": 798.0, "y": 1939.0}}, "position": {"x": 793.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 22\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158926, "gate": "", "blockId": null, "orderNum": 1580, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "22\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400022\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121615, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 802.0, "y": 1929.0}, "se": {"x": 802.0, "y": 1939.0}, "sw": {"x": 812.0, "y": 1929.0}, "nw": {"x": 812.0, "y": 1939.0}}, "position": {"x": 807.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 23\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158927, "gate": "", "blockId": null, "orderNum": 1593, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "23\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400023\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121616, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 816.0, "y": 1929.0}, "se": {"x": 816.0, "y": 1939.0}, "sw": {"x": 826.0, "y": 1929.0}, "nw": {"x": 826.0, "y": 1939.0}}, "position": {"x": 821.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 24\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158928, "gate": "", "blockId": null, "orderNum": 1608, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "24\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400024\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121617, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 830.0, "y": 1929.0}, "se": {"x": 830.0, "y": 1939.0}, "sw": {"x": 840.0, "y": 1929.0}, "nw": {"x": 840.0, "y": 1939.0}}, "position": {"x": 835.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 25\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158929, "gate": "", "blockId": null, "orderNum": 1624, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "25\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400025\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121618, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 844.0, "y": 1929.0}, "se": {"x": 844.0, "y": 1939.0}, "sw": {"x": 854.0, "y": 1929.0}, "nw": {"x": 854.0, "y": 1939.0}}, "position": {"x": 849.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 26\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158930, "gate": "", "blockId": null, "orderNum": 1640, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "26\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400026\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121619, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 858.0, "y": 1929.0}, "se": {"x": 858.0, "y": 1939.0}, "sw": {"x": 868.0, "y": 1929.0}, "nw": {"x": 868.0, "y": 1939.0}}, "position": {"x": 863.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 M\uad6c\uc5ed 16\uc5f4 27\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158931, "gate": "", "blockId": null, "orderNum": 1656, "attributes": ["", "", "2\uce35", "M\uad6c\uc5ed", "16\uc5f4", "27\ubc88"], "sortMapInfo": "00002\uce35M\uad6c\uc5ed00016\uc5f400027\ubc88", "area": {"virtualX": 3, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}], "5:5": [{"logicalSeatId": 1537123901, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1281.0, "y": 1287.0}, "se": {"x": 1281.0, "y": 1297.0}, "sw": {"x": 1291.0, "y": 1287.0}, "nw": {"x": 1291.0, "y": 1297.0}}, "position": {"x": 1286.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123902, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1295.0, "y": 1287.0}, "se": {"x": 1295.0, "y": 1297.0}, "sw": {"x": 1305.0, "y": 1287.0}, "nw": {"x": 1305.0, "y": 1297.0}}, "position": {"x": 1300.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123903, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1309.0, "y": 1287.0}, "se": {"x": 1309.0, "y": 1297.0}, "sw": {"x": 1319.0, "y": 1287.0}, "nw": {"x": 1319.0, "y": 1297.0}}, "position": {"x": 1314.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123904, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1323.0, "y": 1287.0}, "se": {"x": 1323.0, "y": 1297.0}, "sw": {"x": 1333.0, "y": 1287.0}, "nw": {"x": 1333.0, "y": 1297.0}}, "position": {"x": 1328.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123905, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1337.0, "y": 1287.0}, "se": {"x": 1337.0, "y": 1297.0}, "sw": {"x": 1347.0, "y": 1287.0}, "nw": {"x": 1347.0, "y": 1297.0}}, "position": {"x": 1342.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123906, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1351.0, "y": 1287.0}, "se": {"x": 1351.0, "y": 1297.0}, "sw": {"x": 1361.0, "y": 1287.0}, "nw": {"x": 1361.0, "y": 1297.0}}, "position": {"x": 1356.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123907, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1365.0, "y": 1287.0}, "se": {"x": 1365.0, "y": 1297.0}, "sw": {"x": 1375.0, "y": 1287.0}, "nw": {"x": 1375.0, "y": 1297.0}}, "position": {"x": 1370.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123908, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1379.0, "y": 1287.0}, "se": {"x": 1379.0, "y": 1297.0}, "sw": {"x": 1389.0, "y": 1287.0}, "nw": {"x": 1389.0, "y": 1297.0}}, "position": {"x": 1384.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 3\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "3\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500003\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124019, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1287.0}, "se": {"x": 1465.0, "y": 1297.0}, "sw": {"x": 1475.0, "y": 1287.0}, "nw": {"x": 1475.0, "y": 1297.0}}, "position": {"x": 1470.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124020, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1287.0}, "se": {"x": 1479.0, "y": 1297.0}, "sw": {"x": 1489.0, "y": 1287.0}, "nw": {"x": 1489.0, "y": 1297.0}}, "position": {"x": 1484.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124021, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1493.0, "y": 1287.0}, "se": {"x": 1493.0, "y": 1297.0}, "sw": {"x": 1503.0, "y": 1287.0}, "nw": {"x": 1503.0, "y": 1297.0}}, "position": {"x": 1498.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124022, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1507.0, "y": 1287.0}, "se": {"x": 1507.0, "y": 1297.0}, "sw": {"x": 1517.0, "y": 1287.0}, "nw": {"x": 1517.0, "y": 1297.0}}, "position": {"x": 1512.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124023, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1521.0, "y": 1287.0}, "se": {"x": 1521.0, "y": 1297.0}, "sw": {"x": 1531.0, "y": 1287.0}, "nw": {"x": 1531.0, "y": 1297.0}}, "position": {"x": 1526.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}], "7:3": [{"logicalSeatId": 1537119617, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1018.0}, "se": {"x": 1814.0, "y": 1018.0}, "sw": {"x": 1804.0, "y": 1008.0}, "nw": {"x": 1814.0, "y": 1008.0}}, "position": {"x": 1809.0, "y": 1013.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7646, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119618, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1004.0}, "se": {"x": 1814.0, "y": 1004.0}, "sw": {"x": 1804.0, "y": 994.0}, "nw": {"x": 1814.0, "y": 994.0}}, "position": {"x": 1809.0, "y": 999.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7647, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119619, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 990.0}, "se": {"x": 1814.0, "y": 990.0}, "sw": {"x": 1804.0, "y": 980.0}, "nw": {"x": 1814.0, "y": 980.0}}, "position": {"x": 1809.0, "y": 985.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7648, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119620, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 976.0}, "se": {"x": 1814.0, "y": 976.0}, "sw": {"x": 1804.0, "y": 966.0}, "nw": {"x": 1814.0, "y": 966.0}}, "position": {"x": 1809.0, "y": 971.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7649, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119621, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 962.0}, "se": {"x": 1814.0, "y": 962.0}, "sw": {"x": 1804.0, "y": 952.0}, "nw": {"x": 1814.0, "y": 952.0}}, "position": {"x": 1809.0, "y": 957.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7650, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119622, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 948.0}, "se": {"x": 1814.0, "y": 948.0}, "sw": {"x": 1804.0, "y": 938.0}, "nw": {"x": 1814.0, "y": 938.0}}, "position": {"x": 1809.0, "y": 943.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7651, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400011\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119623, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 934.0}, "se": {"x": 1814.0, "y": 934.0}, "sw": {"x": 1804.0, "y": 924.0}, "nw": {"x": 1814.0, "y": 924.0}}, "position": {"x": 1809.0, "y": 929.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7652, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400012\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119624, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 920.0}, "se": {"x": 1814.0, "y": 920.0}, "sw": {"x": 1804.0, "y": 910.0}, "nw": {"x": 1814.0, "y": 910.0}}, "position": {"x": 1809.0, "y": 915.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7653, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400013\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119625, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 906.0}, "se": {"x": 1814.0, "y": 906.0}, "sw": {"x": 1804.0, "y": 896.0}, "nw": {"x": 1814.0, "y": 896.0}}, "position": {"x": 1809.0, "y": 901.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7654, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400014\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119626, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 892.0}, "se": {"x": 1814.0, "y": 892.0}, "sw": {"x": 1804.0, "y": 882.0}, "nw": {"x": 1814.0, "y": 882.0}}, "position": {"x": 1809.0, "y": 887.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7655, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400015\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119627, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 878.0}, "se": {"x": 1814.0, "y": 878.0}, "sw": {"x": 1804.0, "y": 868.0}, "nw": {"x": 1814.0, "y": 868.0}}, "position": {"x": 1809.0, "y": 873.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7656, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400016\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119628, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 864.0}, "se": {"x": 1814.0, "y": 864.0}, "sw": {"x": 1804.0, "y": 854.0}, "nw": {"x": 1814.0, "y": 854.0}}, "position": {"x": 1809.0, "y": 859.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7657, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400017\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119629, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 850.0}, "se": {"x": 1814.0, "y": 850.0}, "sw": {"x": 1804.0, "y": 840.0}, "nw": {"x": 1814.0, "y": 840.0}}, "position": {"x": 1809.0, "y": 845.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7658, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119630, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 836.0}, "se": {"x": 1814.0, "y": 836.0}, "sw": {"x": 1804.0, "y": 826.0}, "nw": {"x": 1814.0, "y": 826.0}}, "position": {"x": 1809.0, "y": 831.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7659, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400019\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119631, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 822.0}, "se": {"x": 1814.0, "y": 822.0}, "sw": {"x": 1804.0, "y": 812.0}, "nw": {"x": 1814.0, "y": 812.0}}, "position": {"x": 1809.0, "y": 817.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7660, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400020\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119637, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1018.0}, "se": {"x": 1828.0, "y": 1018.0}, "sw": {"x": 1818.0, "y": 1008.0}, "nw": {"x": 1828.0, "y": 1008.0}}, "position": {"x": 1823.0, "y": 1013.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7733, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119638, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1004.0}, "se": {"x": 1828.0, "y": 1004.0}, "sw": {"x": 1818.0, "y": 994.0}, "nw": {"x": 1828.0, "y": 994.0}}, "position": {"x": 1823.0, "y": 999.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7734, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119639, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 990.0}, "se": {"x": 1828.0, "y": 990.0}, "sw": {"x": 1818.0, "y": 980.0}, "nw": {"x": 1828.0, "y": 980.0}}, "position": {"x": 1823.0, "y": 985.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7735, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119640, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 976.0}, "se": {"x": 1828.0, "y": 976.0}, "sw": {"x": 1818.0, "y": 966.0}, "nw": {"x": 1828.0, "y": 966.0}}, "position": {"x": 1823.0, "y": 971.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7736, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119641, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 962.0}, "se": {"x": 1828.0, "y": 962.0}, "sw": {"x": 1818.0, "y": 952.0}, "nw": {"x": 1828.0, "y": 952.0}}, "position": {"x": 1823.0, "y": 957.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7737, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119642, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 948.0}, "se": {"x": 1828.0, "y": 948.0}, "sw": {"x": 1818.0, "y": 938.0}, "nw": {"x": 1828.0, "y": 938.0}}, "position": {"x": 1823.0, "y": 943.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7738, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119643, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 934.0}, "se": {"x": 1828.0, "y": 934.0}, "sw": {"x": 1818.0, "y": 924.0}, "nw": {"x": 1828.0, "y": 924.0}}, "position": {"x": 1823.0, "y": 929.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7739, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400012\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119644, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 920.0}, "se": {"x": 1828.0, "y": 920.0}, "sw": {"x": 1818.0, "y": 910.0}, "nw": {"x": 1828.0, "y": 910.0}}, "position": {"x": 1823.0, "y": 915.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7740, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400013\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119645, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 906.0}, "se": {"x": 1828.0, "y": 906.0}, "sw": {"x": 1818.0, "y": 896.0}, "nw": {"x": 1828.0, "y": 896.0}}, "position": {"x": 1823.0, "y": 901.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7741, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400014\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119646, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 892.0}, "se": {"x": 1828.0, "y": 892.0}, "sw": {"x": 1818.0, "y": 882.0}, "nw": {"x": 1828.0, "y": 882.0}}, "position": {"x": 1823.0, "y": 887.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7742, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400015\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119647, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 878.0}, "se": {"x": 1828.0, "y": 878.0}, "sw": {"x": 1818.0, "y": 868.0}, "nw": {"x": 1828.0, "y": 868.0}}, "position": {"x": 1823.0, "y": 873.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7743, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400016\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119648, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 864.0}, "se": {"x": 1828.0, "y": 864.0}, "sw": {"x": 1818.0, "y": 854.0}, "nw": {"x": 1828.0, "y": 854.0}}, "position": {"x": 1823.0, "y": 859.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7744, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400017\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119649, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 850.0}, "se": {"x": 1828.0, "y": 850.0}, "sw": {"x": 1818.0, "y": 840.0}, "nw": {"x": 1828.0, "y": 840.0}}, "position": {"x": 1823.0, "y": 845.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7745, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119650, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 836.0}, "se": {"x": 1828.0, "y": 836.0}, "sw": {"x": 1818.0, "y": 826.0}, "nw": {"x": 1828.0, "y": 826.0}}, "position": {"x": 1823.0, "y": 831.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7746, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400019\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119651, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 822.0}, "se": {"x": 1828.0, "y": 822.0}, "sw": {"x": 1818.0, "y": 812.0}, "nw": {"x": 1828.0, "y": 812.0}}, "position": {"x": 1823.0, "y": 817.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7747, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400020\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119657, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1018.0}, "se": {"x": 1842.0, "y": 1018.0}, "sw": {"x": 1832.0, "y": 1008.0}, "nw": {"x": 1842.0, "y": 1008.0}}, "position": {"x": 1837.0, "y": 1013.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7820, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119658, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1004.0}, "se": {"x": 1842.0, "y": 1004.0}, "sw": {"x": 1832.0, "y": 994.0}, "nw": {"x": 1842.0, "y": 994.0}}, "position": {"x": 1837.0, "y": 999.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7821, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119659, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 990.0}, "se": {"x": 1842.0, "y": 990.0}, "sw": {"x": 1832.0, "y": 980.0}, "nw": {"x": 1842.0, "y": 980.0}}, "position": {"x": 1837.0, "y": 985.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7822, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119660, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 976.0}, "se": {"x": 1842.0, "y": 976.0}, "sw": {"x": 1832.0, "y": 966.0}, "nw": {"x": 1842.0, "y": 966.0}}, "position": {"x": 1837.0, "y": 971.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7823, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119661, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 962.0}, "se": {"x": 1842.0, "y": 962.0}, "sw": {"x": 1832.0, "y": 952.0}, "nw": {"x": 1842.0, "y": 952.0}}, "position": {"x": 1837.0, "y": 957.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7824, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119662, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 948.0}, "se": {"x": 1842.0, "y": 948.0}, "sw": {"x": 1832.0, "y": 938.0}, "nw": {"x": 1842.0, "y": 938.0}}, "position": {"x": 1837.0, "y": 943.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7825, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400011\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119663, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 934.0}, "se": {"x": 1842.0, "y": 934.0}, "sw": {"x": 1832.0, "y": 924.0}, "nw": {"x": 1842.0, "y": 924.0}}, "position": {"x": 1837.0, "y": 929.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7826, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400012\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119664, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 920.0}, "se": {"x": 1842.0, "y": 920.0}, "sw": {"x": 1832.0, "y": 910.0}, "nw": {"x": 1842.0, "y": 910.0}}, "position": {"x": 1837.0, "y": 915.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7827, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400013\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119665, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 906.0}, "se": {"x": 1842.0, "y": 906.0}, "sw": {"x": 1832.0, "y": 896.0}, "nw": {"x": 1842.0, "y": 896.0}}, "position": {"x": 1837.0, "y": 901.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7828, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400014\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119666, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 892.0}, "se": {"x": 1842.0, "y": 892.0}, "sw": {"x": 1832.0, "y": 882.0}, "nw": {"x": 1842.0, "y": 882.0}}, "position": {"x": 1837.0, "y": 887.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7829, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400015\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119667, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 878.0}, "se": {"x": 1842.0, "y": 878.0}, "sw": {"x": 1832.0, "y": 868.0}, "nw": {"x": 1842.0, "y": 868.0}}, "position": {"x": 1837.0, "y": 873.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7830, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400016\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119668, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 864.0}, "se": {"x": 1842.0, "y": 864.0}, "sw": {"x": 1832.0, "y": 854.0}, "nw": {"x": 1842.0, "y": 854.0}}, "position": {"x": 1837.0, "y": 859.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7831, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400017\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119669, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 850.0}, "se": {"x": 1842.0, "y": 850.0}, "sw": {"x": 1832.0, "y": 840.0}, "nw": {"x": 1842.0, "y": 840.0}}, "position": {"x": 1837.0, "y": 845.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7832, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119670, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 836.0}, "se": {"x": 1842.0, "y": 836.0}, "sw": {"x": 1832.0, "y": 826.0}, "nw": {"x": 1842.0, "y": 826.0}}, "position": {"x": 1837.0, "y": 831.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7833, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400019\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119671, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 822.0}, "se": {"x": 1842.0, "y": 822.0}, "sw": {"x": 1832.0, "y": 812.0}, "nw": {"x": 1842.0, "y": 812.0}}, "position": {"x": 1837.0, "y": 817.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7834, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400020\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119677, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1018.0}, "se": {"x": 1856.0, "y": 1018.0}, "sw": {"x": 1846.0, "y": 1008.0}, "nw": {"x": 1856.0, "y": 1008.0}}, "position": {"x": 1851.0, "y": 1013.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7907, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119678, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1004.0}, "se": {"x": 1856.0, "y": 1004.0}, "sw": {"x": 1846.0, "y": 994.0}, "nw": {"x": 1856.0, "y": 994.0}}, "position": {"x": 1851.0, "y": 999.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7908, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119679, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 990.0}, "se": {"x": 1856.0, "y": 990.0}, "sw": {"x": 1846.0, "y": 980.0}, "nw": {"x": 1856.0, "y": 980.0}}, "position": {"x": 1851.0, "y": 985.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7909, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119680, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 976.0}, "se": {"x": 1856.0, "y": 976.0}, "sw": {"x": 1846.0, "y": 966.0}, "nw": {"x": 1856.0, "y": 966.0}}, "position": {"x": 1851.0, "y": 971.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7910, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119681, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 962.0}, "se": {"x": 1856.0, "y": 962.0}, "sw": {"x": 1846.0, "y": 952.0}, "nw": {"x": 1856.0, "y": 952.0}}, "position": {"x": 1851.0, "y": 957.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7911, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119682, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 948.0}, "se": {"x": 1856.0, "y": 948.0}, "sw": {"x": 1846.0, "y": 938.0}, "nw": {"x": 1856.0, "y": 938.0}}, "position": {"x": 1851.0, "y": 943.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7912, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400011\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119683, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 934.0}, "se": {"x": 1856.0, "y": 934.0}, "sw": {"x": 1846.0, "y": 924.0}, "nw": {"x": 1856.0, "y": 924.0}}, "position": {"x": 1851.0, "y": 929.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7913, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400012\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119684, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 920.0}, "se": {"x": 1856.0, "y": 920.0}, "sw": {"x": 1846.0, "y": 910.0}, "nw": {"x": 1856.0, "y": 910.0}}, "position": {"x": 1851.0, "y": 915.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7914, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400013\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119685, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 906.0}, "se": {"x": 1856.0, "y": 906.0}, "sw": {"x": 1846.0, "y": 896.0}, "nw": {"x": 1856.0, "y": 896.0}}, "position": {"x": 1851.0, "y": 901.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7915, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400014\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119686, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 892.0}, "se": {"x": 1856.0, "y": 892.0}, "sw": {"x": 1846.0, "y": 882.0}, "nw": {"x": 1856.0, "y": 882.0}}, "position": {"x": 1851.0, "y": 887.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7916, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400015\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119687, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 878.0}, "se": {"x": 1856.0, "y": 878.0}, "sw": {"x": 1846.0, "y": 868.0}, "nw": {"x": 1856.0, "y": 868.0}}, "position": {"x": 1851.0, "y": 873.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7917, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400016\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119688, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 864.0}, "se": {"x": 1856.0, "y": 864.0}, "sw": {"x": 1846.0, "y": 854.0}, "nw": {"x": 1856.0, "y": 854.0}}, "position": {"x": 1851.0, "y": 859.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7918, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400017\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119689, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 850.0}, "se": {"x": 1856.0, "y": 850.0}, "sw": {"x": 1846.0, "y": 840.0}, "nw": {"x": 1856.0, "y": 840.0}}, "position": {"x": 1851.0, "y": 845.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7919, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119690, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 836.0}, "se": {"x": 1856.0, "y": 836.0}, "sw": {"x": 1846.0, "y": 826.0}, "nw": {"x": 1856.0, "y": 826.0}}, "position": {"x": 1851.0, "y": 831.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7920, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400019\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119691, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 822.0}, "se": {"x": 1856.0, "y": 822.0}, "sw": {"x": 1846.0, "y": 812.0}, "nw": {"x": 1856.0, "y": 812.0}}, "position": {"x": 1851.0, "y": 817.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7921, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400020\ubc88", "area": {"virtualX": 7, "virtualY": 3}, "waitingLinkedId": null, "sectionId": 59711}], "4:6": [{"logicalSeatId": 1537120852, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1719.0}, "se": {"x": 1024.0, "y": 1729.0}, "sw": {"x": 1034.0, "y": 1719.0}, "nw": {"x": 1034.0, "y": 1729.0}}, "position": {"x": 1029.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158278, "gate": "", "blockId": null, "orderNum": 2991, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120853, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1719.0}, "se": {"x": 1038.0, "y": 1729.0}, "sw": {"x": 1048.0, "y": 1719.0}, "nw": {"x": 1048.0, "y": 1729.0}}, "position": {"x": 1043.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158279, "gate": "", "blockId": null, "orderNum": 3071, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120854, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1719.0}, "se": {"x": 1052.0, "y": 1729.0}, "sw": {"x": 1062.0, "y": 1719.0}, "nw": {"x": 1062.0, "y": 1729.0}}, "position": {"x": 1057.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158280, "gate": "", "blockId": null, "orderNum": 3151, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120855, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1719.0}, "se": {"x": 1066.0, "y": 1729.0}, "sw": {"x": 1076.0, "y": 1719.0}, "nw": {"x": 1076.0, "y": 1729.0}}, "position": {"x": 1071.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158281, "gate": "", "blockId": null, "orderNum": 3206, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120856, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1719.0}, "se": {"x": 1080.0, "y": 1729.0}, "sw": {"x": 1090.0, "y": 1719.0}, "nw": {"x": 1090.0, "y": 1729.0}}, "position": {"x": 1085.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158282, "gate": "", "blockId": null, "orderNum": 3255, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120857, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1719.0}, "se": {"x": 1094.0, "y": 1729.0}, "sw": {"x": 1104.0, "y": 1719.0}, "nw": {"x": 1104.0, "y": 1729.0}}, "position": {"x": 1099.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158283, "gate": "", "blockId": null, "orderNum": 3304, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120858, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1719.0}, "se": {"x": 1108.0, "y": 1729.0}, "sw": {"x": 1118.0, "y": 1719.0}, "nw": {"x": 1118.0, "y": 1729.0}}, "position": {"x": 1113.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158284, "gate": "", "blockId": null, "orderNum": 3353, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120859, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1719.0}, "se": {"x": 1122.0, "y": 1729.0}, "sw": {"x": 1132.0, "y": 1719.0}, "nw": {"x": 1132.0, "y": 1729.0}}, "position": {"x": 1127.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158285, "gate": "", "blockId": null, "orderNum": 3402, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120860, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1719.0}, "se": {"x": 1136.0, "y": 1729.0}, "sw": {"x": 1146.0, "y": 1719.0}, "nw": {"x": 1146.0, "y": 1729.0}}, "position": {"x": 1141.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158286, "gate": "", "blockId": null, "orderNum": 3451, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120861, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1719.0}, "se": {"x": 1150.0, "y": 1729.0}, "sw": {"x": 1160.0, "y": 1719.0}, "nw": {"x": 1160.0, "y": 1729.0}}, "position": {"x": 1155.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158287, "gate": "", "blockId": null, "orderNum": 3500, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120862, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1719.0}, "se": {"x": 1164.0, "y": 1729.0}, "sw": {"x": 1174.0, "y": 1719.0}, "nw": {"x": 1174.0, "y": 1729.0}}, "position": {"x": 1169.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 2\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158288, "gate": "", "blockId": null, "orderNum": 3549, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "2\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00002\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120863, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1719.0}, "se": {"x": 1227.0, "y": 1729.0}, "sw": {"x": 1237.0, "y": 1719.0}, "nw": {"x": 1237.0, "y": 1729.0}}, "position": {"x": 1232.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158289, "gate": "", "blockId": null, "orderNum": 3949, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120864, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1719.0}, "se": {"x": 1241.0, "y": 1729.0}, "sw": {"x": 1251.0, "y": 1719.0}, "nw": {"x": 1251.0, "y": 1729.0}}, "position": {"x": 1246.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158290, "gate": "", "blockId": null, "orderNum": 4037, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120865, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1719.0}, "se": {"x": 1255.0, "y": 1729.0}, "sw": {"x": 1265.0, "y": 1719.0}, "nw": {"x": 1265.0, "y": 1729.0}}, "position": {"x": 1260.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158291, "gate": "", "blockId": null, "orderNum": 4125, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120866, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1719.0}, "se": {"x": 1269.0, "y": 1729.0}, "sw": {"x": 1279.0, "y": 1719.0}, "nw": {"x": 1279.0, "y": 1729.0}}, "position": {"x": 1274.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158292, "gate": "", "blockId": null, "orderNum": 4213, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120890, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1733.0}, "se": {"x": 1024.0, "y": 1743.0}, "sw": {"x": 1034.0, "y": 1733.0}, "nw": {"x": 1034.0, "y": 1743.0}}, "position": {"x": 1029.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158278, "gate": "", "blockId": null, "orderNum": 2990, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120891, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1733.0}, "se": {"x": 1038.0, "y": 1743.0}, "sw": {"x": 1048.0, "y": 1733.0}, "nw": {"x": 1048.0, "y": 1743.0}}, "position": {"x": 1043.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158279, "gate": "", "blockId": null, "orderNum": 3070, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120892, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1733.0}, "se": {"x": 1052.0, "y": 1743.0}, "sw": {"x": 1062.0, "y": 1733.0}, "nw": {"x": 1062.0, "y": 1743.0}}, "position": {"x": 1057.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158280, "gate": "", "blockId": null, "orderNum": 3150, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120893, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1733.0}, "se": {"x": 1066.0, "y": 1743.0}, "sw": {"x": 1076.0, "y": 1733.0}, "nw": {"x": 1076.0, "y": 1743.0}}, "position": {"x": 1071.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158281, "gate": "", "blockId": null, "orderNum": 3205, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120894, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1733.0}, "se": {"x": 1080.0, "y": 1743.0}, "sw": {"x": 1090.0, "y": 1733.0}, "nw": {"x": 1090.0, "y": 1743.0}}, "position": {"x": 1085.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158282, "gate": "", "blockId": null, "orderNum": 3254, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120895, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1733.0}, "se": {"x": 1094.0, "y": 1743.0}, "sw": {"x": 1104.0, "y": 1733.0}, "nw": {"x": 1104.0, "y": 1743.0}}, "position": {"x": 1099.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158283, "gate": "", "blockId": null, "orderNum": 3303, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120896, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1733.0}, "se": {"x": 1108.0, "y": 1743.0}, "sw": {"x": 1118.0, "y": 1733.0}, "nw": {"x": 1118.0, "y": 1743.0}}, "position": {"x": 1113.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158284, "gate": "", "blockId": null, "orderNum": 3352, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120897, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1733.0}, "se": {"x": 1122.0, "y": 1743.0}, "sw": {"x": 1132.0, "y": 1733.0}, "nw": {"x": 1132.0, "y": 1743.0}}, "position": {"x": 1127.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158285, "gate": "", "blockId": null, "orderNum": 3401, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120898, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1733.0}, "se": {"x": 1136.0, "y": 1743.0}, "sw": {"x": 1146.0, "y": 1733.0}, "nw": {"x": 1146.0, "y": 1743.0}}, "position": {"x": 1141.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158286, "gate": "", "blockId": null, "orderNum": 3450, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120899, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1733.0}, "se": {"x": 1150.0, "y": 1743.0}, "sw": {"x": 1160.0, "y": 1733.0}, "nw": {"x": 1160.0, "y": 1743.0}}, "position": {"x": 1155.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158287, "gate": "", "blockId": null, "orderNum": 3499, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120900, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1733.0}, "se": {"x": 1164.0, "y": 1743.0}, "sw": {"x": 1174.0, "y": 1733.0}, "nw": {"x": 1174.0, "y": 1743.0}}, "position": {"x": 1169.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 3\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158288, "gate": "", "blockId": null, "orderNum": 3548, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "3\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00003\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120901, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1733.0}, "se": {"x": 1227.0, "y": 1743.0}, "sw": {"x": 1237.0, "y": 1733.0}, "nw": {"x": 1237.0, "y": 1743.0}}, "position": {"x": 1232.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158289, "gate": "", "blockId": null, "orderNum": 3948, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120902, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1733.0}, "se": {"x": 1241.0, "y": 1743.0}, "sw": {"x": 1251.0, "y": 1733.0}, "nw": {"x": 1251.0, "y": 1743.0}}, "position": {"x": 1246.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158290, "gate": "", "blockId": null, "orderNum": 4036, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120903, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1733.0}, "se": {"x": 1255.0, "y": 1743.0}, "sw": {"x": 1265.0, "y": 1733.0}, "nw": {"x": 1265.0, "y": 1743.0}}, "position": {"x": 1260.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158291, "gate": "", "blockId": null, "orderNum": 4124, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120904, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1733.0}, "se": {"x": 1269.0, "y": 1743.0}, "sw": {"x": 1279.0, "y": 1733.0}, "nw": {"x": 1279.0, "y": 1743.0}}, "position": {"x": 1274.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158292, "gate": "", "blockId": null, "orderNum": 4212, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120928, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1747.0}, "se": {"x": 1024.0, "y": 1757.0}, "sw": {"x": 1034.0, "y": 1747.0}, "nw": {"x": 1034.0, "y": 1757.0}}, "position": {"x": 1029.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158278, "gate": "", "blockId": null, "orderNum": 2989, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120929, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1747.0}, "se": {"x": 1038.0, "y": 1757.0}, "sw": {"x": 1048.0, "y": 1747.0}, "nw": {"x": 1048.0, "y": 1757.0}}, "position": {"x": 1043.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158279, "gate": "", "blockId": null, "orderNum": 3069, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120930, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1747.0}, "se": {"x": 1052.0, "y": 1757.0}, "sw": {"x": 1062.0, "y": 1747.0}, "nw": {"x": 1062.0, "y": 1757.0}}, "position": {"x": 1057.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158280, "gate": "", "blockId": null, "orderNum": 3149, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120931, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1747.0}, "se": {"x": 1066.0, "y": 1757.0}, "sw": {"x": 1076.0, "y": 1747.0}, "nw": {"x": 1076.0, "y": 1757.0}}, "position": {"x": 1071.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158281, "gate": "", "blockId": null, "orderNum": 3204, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120932, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1747.0}, "se": {"x": 1080.0, "y": 1757.0}, "sw": {"x": 1090.0, "y": 1747.0}, "nw": {"x": 1090.0, "y": 1757.0}}, "position": {"x": 1085.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158282, "gate": "", "blockId": null, "orderNum": 3253, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120933, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1747.0}, "se": {"x": 1094.0, "y": 1757.0}, "sw": {"x": 1104.0, "y": 1747.0}, "nw": {"x": 1104.0, "y": 1757.0}}, "position": {"x": 1099.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158283, "gate": "", "blockId": null, "orderNum": 3302, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120934, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1747.0}, "se": {"x": 1108.0, "y": 1757.0}, "sw": {"x": 1118.0, "y": 1747.0}, "nw": {"x": 1118.0, "y": 1757.0}}, "position": {"x": 1113.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158284, "gate": "", "blockId": null, "orderNum": 3351, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120935, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1747.0}, "se": {"x": 1122.0, "y": 1757.0}, "sw": {"x": 1132.0, "y": 1747.0}, "nw": {"x": 1132.0, "y": 1757.0}}, "position": {"x": 1127.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158285, "gate": "", "blockId": null, "orderNum": 3400, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120936, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1747.0}, "se": {"x": 1136.0, "y": 1757.0}, "sw": {"x": 1146.0, "y": 1747.0}, "nw": {"x": 1146.0, "y": 1757.0}}, "position": {"x": 1141.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158286, "gate": "", "blockId": null, "orderNum": 3449, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120937, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1747.0}, "se": {"x": 1150.0, "y": 1757.0}, "sw": {"x": 1160.0, "y": 1747.0}, "nw": {"x": 1160.0, "y": 1757.0}}, "position": {"x": 1155.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158287, "gate": "", "blockId": null, "orderNum": 3498, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120938, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1747.0}, "se": {"x": 1164.0, "y": 1757.0}, "sw": {"x": 1174.0, "y": 1747.0}, "nw": {"x": 1174.0, "y": 1757.0}}, "position": {"x": 1169.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 4\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158288, "gate": "", "blockId": null, "orderNum": 3547, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "4\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00004\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120939, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1747.0}, "se": {"x": 1227.0, "y": 1757.0}, "sw": {"x": 1237.0, "y": 1747.0}, "nw": {"x": 1237.0, "y": 1757.0}}, "position": {"x": 1232.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158289, "gate": "", "blockId": null, "orderNum": 3947, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120940, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1747.0}, "se": {"x": 1241.0, "y": 1757.0}, "sw": {"x": 1251.0, "y": 1747.0}, "nw": {"x": 1251.0, "y": 1757.0}}, "position": {"x": 1246.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158290, "gate": "", "blockId": null, "orderNum": 4035, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120941, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1747.0}, "se": {"x": 1255.0, "y": 1757.0}, "sw": {"x": 1265.0, "y": 1747.0}, "nw": {"x": 1265.0, "y": 1757.0}}, "position": {"x": 1260.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158291, "gate": "", "blockId": null, "orderNum": 4123, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120942, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1747.0}, "se": {"x": 1269.0, "y": 1757.0}, "sw": {"x": 1279.0, "y": 1747.0}, "nw": {"x": 1279.0, "y": 1757.0}}, "position": {"x": 1274.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158292, "gate": "", "blockId": null, "orderNum": 4211, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120966, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1761.0}, "se": {"x": 1024.0, "y": 1771.0}, "sw": {"x": 1034.0, "y": 1761.0}, "nw": {"x": 1034.0, "y": 1771.0}}, "position": {"x": 1029.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158278, "gate": "", "blockId": null, "orderNum": 2988, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120967, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1761.0}, "se": {"x": 1038.0, "y": 1771.0}, "sw": {"x": 1048.0, "y": 1761.0}, "nw": {"x": 1048.0, "y": 1771.0}}, "position": {"x": 1043.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158279, "gate": "", "blockId": null, "orderNum": 3068, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120968, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1761.0}, "se": {"x": 1052.0, "y": 1771.0}, "sw": {"x": 1062.0, "y": 1761.0}, "nw": {"x": 1062.0, "y": 1771.0}}, "position": {"x": 1057.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158280, "gate": "", "blockId": null, "orderNum": 3148, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120969, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1761.0}, "se": {"x": 1066.0, "y": 1771.0}, "sw": {"x": 1076.0, "y": 1761.0}, "nw": {"x": 1076.0, "y": 1771.0}}, "position": {"x": 1071.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158281, "gate": "", "blockId": null, "orderNum": 3203, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120970, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1761.0}, "se": {"x": 1080.0, "y": 1771.0}, "sw": {"x": 1090.0, "y": 1761.0}, "nw": {"x": 1090.0, "y": 1771.0}}, "position": {"x": 1085.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158282, "gate": "", "blockId": null, "orderNum": 3252, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120971, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1761.0}, "se": {"x": 1094.0, "y": 1771.0}, "sw": {"x": 1104.0, "y": 1761.0}, "nw": {"x": 1104.0, "y": 1771.0}}, "position": {"x": 1099.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158283, "gate": "", "blockId": null, "orderNum": 3301, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120972, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1761.0}, "se": {"x": 1108.0, "y": 1771.0}, "sw": {"x": 1118.0, "y": 1761.0}, "nw": {"x": 1118.0, "y": 1771.0}}, "position": {"x": 1113.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158284, "gate": "", "blockId": null, "orderNum": 3350, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120973, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1761.0}, "se": {"x": 1122.0, "y": 1771.0}, "sw": {"x": 1132.0, "y": 1761.0}, "nw": {"x": 1132.0, "y": 1771.0}}, "position": {"x": 1127.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158285, "gate": "", "blockId": null, "orderNum": 3399, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120974, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1761.0}, "se": {"x": 1136.0, "y": 1771.0}, "sw": {"x": 1146.0, "y": 1761.0}, "nw": {"x": 1146.0, "y": 1771.0}}, "position": {"x": 1141.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158286, "gate": "", "blockId": null, "orderNum": 3448, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120975, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1761.0}, "se": {"x": 1150.0, "y": 1771.0}, "sw": {"x": 1160.0, "y": 1761.0}, "nw": {"x": 1160.0, "y": 1771.0}}, "position": {"x": 1155.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158287, "gate": "", "blockId": null, "orderNum": 3497, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120976, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1761.0}, "se": {"x": 1164.0, "y": 1771.0}, "sw": {"x": 1174.0, "y": 1761.0}, "nw": {"x": 1174.0, "y": 1771.0}}, "position": {"x": 1169.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 5\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158288, "gate": "", "blockId": null, "orderNum": 3546, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "5\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00005\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120977, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1761.0}, "se": {"x": 1227.0, "y": 1771.0}, "sw": {"x": 1237.0, "y": 1761.0}, "nw": {"x": 1237.0, "y": 1771.0}}, "position": {"x": 1232.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158289, "gate": "", "blockId": null, "orderNum": 3946, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120978, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1761.0}, "se": {"x": 1241.0, "y": 1771.0}, "sw": {"x": 1251.0, "y": 1761.0}, "nw": {"x": 1251.0, "y": 1771.0}}, "position": {"x": 1246.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158290, "gate": "", "blockId": null, "orderNum": 4034, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120979, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1761.0}, "se": {"x": 1255.0, "y": 1771.0}, "sw": {"x": 1265.0, "y": 1761.0}, "nw": {"x": 1265.0, "y": 1771.0}}, "position": {"x": 1260.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158291, "gate": "", "blockId": null, "orderNum": 4122, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120980, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1761.0}, "se": {"x": 1269.0, "y": 1771.0}, "sw": {"x": 1279.0, "y": 1761.0}, "nw": {"x": 1279.0, "y": 1771.0}}, "position": {"x": 1274.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158292, "gate": "", "blockId": null, "orderNum": 4210, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}], "6:4": [{"logicalSeatId": 1537123954, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 1189.0}, "se": {"x": 1535.0, "y": 1199.0}, "sw": {"x": 1545.0, "y": 1189.0}, "nw": {"x": 1545.0, "y": 1199.0}}, "position": {"x": 1540.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123955, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 1189.0}, "se": {"x": 1549.0, "y": 1199.0}, "sw": {"x": 1559.0, "y": 1189.0}, "nw": {"x": 1559.0, "y": 1199.0}}, "position": {"x": 1554.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123956, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 1189.0}, "se": {"x": 1563.0, "y": 1199.0}, "sw": {"x": 1573.0, "y": 1189.0}, "nw": {"x": 1573.0, "y": 1199.0}}, "position": {"x": 1568.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123957, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 1189.0}, "se": {"x": 1577.0, "y": 1199.0}, "sw": {"x": 1587.0, "y": 1189.0}, "nw": {"x": 1587.0, "y": 1199.0}}, "position": {"x": 1582.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123958, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 1189.0}, "se": {"x": 1591.0, "y": 1199.0}, "sw": {"x": 1601.0, "y": 1189.0}, "nw": {"x": 1601.0, "y": 1199.0}}, "position": {"x": 1596.0, "y": 1194.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 1\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "1\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00001\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123964, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 1203.0}, "se": {"x": 1535.0, "y": 1213.0}, "sw": {"x": 1545.0, "y": 1203.0}, "nw": {"x": 1545.0, "y": 1213.0}}, "position": {"x": 1540.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123965, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 1203.0}, "se": {"x": 1549.0, "y": 1213.0}, "sw": {"x": 1559.0, "y": 1203.0}, "nw": {"x": 1559.0, "y": 1213.0}}, "position": {"x": 1554.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123966, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 1203.0}, "se": {"x": 1563.0, "y": 1213.0}, "sw": {"x": 1573.0, "y": 1203.0}, "nw": {"x": 1573.0, "y": 1213.0}}, "position": {"x": 1568.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123967, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 1203.0}, "se": {"x": 1577.0, "y": 1213.0}, "sw": {"x": 1587.0, "y": 1203.0}, "nw": {"x": 1587.0, "y": 1213.0}}, "position": {"x": 1582.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123968, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 1203.0}, "se": {"x": 1591.0, "y": 1213.0}, "sw": {"x": 1601.0, "y": 1203.0}, "nw": {"x": 1601.0, "y": 1213.0}}, "position": {"x": 1596.0, "y": 1208.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123974, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 1217.0}, "se": {"x": 1535.0, "y": 1227.0}, "sw": {"x": 1545.0, "y": 1217.0}, "nw": {"x": 1545.0, "y": 1227.0}}, "position": {"x": 1540.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123975, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 1217.0}, "se": {"x": 1549.0, "y": 1227.0}, "sw": {"x": 1559.0, "y": 1217.0}, "nw": {"x": 1559.0, "y": 1227.0}}, "position": {"x": 1554.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123976, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 1217.0}, "se": {"x": 1563.0, "y": 1227.0}, "sw": {"x": 1573.0, "y": 1217.0}, "nw": {"x": 1573.0, "y": 1227.0}}, "position": {"x": 1568.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123977, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 1217.0}, "se": {"x": 1577.0, "y": 1227.0}, "sw": {"x": 1587.0, "y": 1217.0}, "nw": {"x": 1587.0, "y": 1227.0}}, "position": {"x": 1582.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123978, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 1217.0}, "se": {"x": 1591.0, "y": 1227.0}, "sw": {"x": 1601.0, "y": 1217.0}, "nw": {"x": 1601.0, "y": 1227.0}}, "position": {"x": 1596.0, "y": 1222.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123984, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 1231.0}, "se": {"x": 1535.0, "y": 1241.0}, "sw": {"x": 1545.0, "y": 1231.0}, "nw": {"x": 1545.0, "y": 1241.0}}, "position": {"x": 1540.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123985, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 1231.0}, "se": {"x": 1549.0, "y": 1241.0}, "sw": {"x": 1559.0, "y": 1231.0}, "nw": {"x": 1559.0, "y": 1241.0}}, "position": {"x": 1554.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123986, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 1231.0}, "se": {"x": 1563.0, "y": 1241.0}, "sw": {"x": 1573.0, "y": 1231.0}, "nw": {"x": 1573.0, "y": 1241.0}}, "position": {"x": 1568.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123987, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 1231.0}, "se": {"x": 1577.0, "y": 1241.0}, "sw": {"x": 1587.0, "y": 1231.0}, "nw": {"x": 1587.0, "y": 1241.0}}, "position": {"x": 1582.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123988, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 1231.0}, "se": {"x": 1591.0, "y": 1241.0}, "sw": {"x": 1601.0, "y": 1231.0}, "nw": {"x": 1601.0, "y": 1241.0}}, "position": {"x": 1596.0, "y": 1236.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123994, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 1245.0}, "se": {"x": 1535.0, "y": 1255.0}, "sw": {"x": 1545.0, "y": 1245.0}, "nw": {"x": 1545.0, "y": 1255.0}}, "position": {"x": 1540.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123995, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 1245.0}, "se": {"x": 1549.0, "y": 1255.0}, "sw": {"x": 1559.0, "y": 1245.0}, "nw": {"x": 1559.0, "y": 1255.0}}, "position": {"x": 1554.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123996, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 1245.0}, "se": {"x": 1563.0, "y": 1255.0}, "sw": {"x": 1573.0, "y": 1245.0}, "nw": {"x": 1573.0, "y": 1255.0}}, "position": {"x": 1568.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123997, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 1245.0}, "se": {"x": 1577.0, "y": 1255.0}, "sw": {"x": 1587.0, "y": 1245.0}, "nw": {"x": 1587.0, "y": 1255.0}}, "position": {"x": 1582.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537123998, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 1245.0}, "se": {"x": 1591.0, "y": 1255.0}, "sw": {"x": 1601.0, "y": 1245.0}, "nw": {"x": 1601.0, "y": 1255.0}}, "position": {"x": 1596.0, "y": 1250.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124004, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 1259.0}, "se": {"x": 1535.0, "y": 1269.0}, "sw": {"x": 1545.0, "y": 1259.0}, "nw": {"x": 1545.0, "y": 1269.0}}, "position": {"x": 1540.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124005, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 1259.0}, "se": {"x": 1549.0, "y": 1269.0}, "sw": {"x": 1559.0, "y": 1259.0}, "nw": {"x": 1559.0, "y": 1269.0}}, "position": {"x": 1554.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124006, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 1259.0}, "se": {"x": 1563.0, "y": 1269.0}, "sw": {"x": 1573.0, "y": 1259.0}, "nw": {"x": 1573.0, "y": 1269.0}}, "position": {"x": 1568.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124007, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 1259.0}, "se": {"x": 1577.0, "y": 1269.0}, "sw": {"x": 1587.0, "y": 1259.0}, "nw": {"x": 1587.0, "y": 1269.0}}, "position": {"x": 1582.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124008, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 1259.0}, "se": {"x": 1591.0, "y": 1269.0}, "sw": {"x": 1601.0, "y": 1259.0}, "nw": {"x": 1601.0, "y": 1269.0}}, "position": {"x": 1596.0, "y": 1264.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 6\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "6\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00006\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124014, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 1273.0}, "se": {"x": 1535.0, "y": 1283.0}, "sw": {"x": 1545.0, "y": 1273.0}, "nw": {"x": 1545.0, "y": 1283.0}}, "position": {"x": 1540.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124015, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 1273.0}, "se": {"x": 1549.0, "y": 1283.0}, "sw": {"x": 1559.0, "y": 1273.0}, "nw": {"x": 1559.0, "y": 1283.0}}, "position": {"x": 1554.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124016, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 1273.0}, "se": {"x": 1563.0, "y": 1283.0}, "sw": {"x": 1573.0, "y": 1273.0}, "nw": {"x": 1573.0, "y": 1283.0}}, "position": {"x": 1568.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124017, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 1273.0}, "se": {"x": 1577.0, "y": 1283.0}, "sw": {"x": 1587.0, "y": 1273.0}, "nw": {"x": 1587.0, "y": 1283.0}}, "position": {"x": 1582.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124018, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 1273.0}, "se": {"x": 1591.0, "y": 1283.0}, "sw": {"x": 1601.0, "y": 1273.0}, "nw": {"x": 1601.0, "y": 1283.0}}, "position": {"x": 1596.0, "y": 1278.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59712}], "5:6": [{"logicalSeatId": 1537120867, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1719.0}, "se": {"x": 1283.0, "y": 1729.0}, "sw": {"x": 1293.0, "y": 1719.0}, "nw": {"x": 1293.0, "y": 1729.0}}, "position": {"x": 1288.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158293, "gate": "", "blockId": null, "orderNum": 4301, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120868, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1719.0}, "se": {"x": 1297.0, "y": 1729.0}, "sw": {"x": 1307.0, "y": 1719.0}, "nw": {"x": 1307.0, "y": 1729.0}}, "position": {"x": 1302.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158294, "gate": "", "blockId": null, "orderNum": 4413, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120869, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1719.0}, "se": {"x": 1311.0, "y": 1729.0}, "sw": {"x": 1321.0, "y": 1719.0}, "nw": {"x": 1321.0, "y": 1729.0}}, "position": {"x": 1316.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158295, "gate": "", "blockId": null, "orderNum": 4525, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120870, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1719.0}, "se": {"x": 1325.0, "y": 1729.0}, "sw": {"x": 1335.0, "y": 1719.0}, "nw": {"x": 1335.0, "y": 1729.0}}, "position": {"x": 1330.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158296, "gate": "", "blockId": null, "orderNum": 4643, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120871, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1719.0}, "se": {"x": 1339.0, "y": 1729.0}, "sw": {"x": 1349.0, "y": 1719.0}, "nw": {"x": 1349.0, "y": 1729.0}}, "position": {"x": 1344.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158297, "gate": "", "blockId": null, "orderNum": 4761, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120872, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1719.0}, "se": {"x": 1353.0, "y": 1729.0}, "sw": {"x": 1363.0, "y": 1719.0}, "nw": {"x": 1363.0, "y": 1729.0}}, "position": {"x": 1358.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158298, "gate": "", "blockId": null, "orderNum": 4929, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120873, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1719.0}, "se": {"x": 1367.0, "y": 1729.0}, "sw": {"x": 1377.0, "y": 1719.0}, "nw": {"x": 1377.0, "y": 1729.0}}, "position": {"x": 1372.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158299, "gate": "", "blockId": null, "orderNum": 5097, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120874, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1719.0}, "se": {"x": 1381.0, "y": 1729.0}, "sw": {"x": 1391.0, "y": 1719.0}, "nw": {"x": 1391.0, "y": 1729.0}}, "position": {"x": 1386.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158300, "gate": "", "blockId": null, "orderNum": 5265, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120875, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1719.0}, "se": {"x": 1395.0, "y": 1729.0}, "sw": {"x": 1405.0, "y": 1719.0}, "nw": {"x": 1405.0, "y": 1729.0}}, "position": {"x": 1400.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158301, "gate": "", "blockId": null, "orderNum": 5433, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120876, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1719.0}, "se": {"x": 1409.0, "y": 1729.0}, "sw": {"x": 1419.0, "y": 1719.0}, "nw": {"x": 1419.0, "y": 1729.0}}, "position": {"x": 1414.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158302, "gate": "", "blockId": null, "orderNum": 5601, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120877, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1719.0}, "se": {"x": 1423.0, "y": 1729.0}, "sw": {"x": 1433.0, "y": 1719.0}, "nw": {"x": 1433.0, "y": 1729.0}}, "position": {"x": 1428.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158303, "gate": "", "blockId": null, "orderNum": 5791, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120878, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1719.0}, "se": {"x": 1437.0, "y": 1729.0}, "sw": {"x": 1447.0, "y": 1719.0}, "nw": {"x": 1447.0, "y": 1729.0}}, "position": {"x": 1442.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158304, "gate": "", "blockId": null, "orderNum": 5981, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120879, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1719.0}, "se": {"x": 1451.0, "y": 1729.0}, "sw": {"x": 1461.0, "y": 1719.0}, "nw": {"x": 1461.0, "y": 1729.0}}, "position": {"x": 1456.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158305, "gate": "", "blockId": null, "orderNum": 6171, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120880, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1719.0}, "se": {"x": 1465.0, "y": 1729.0}, "sw": {"x": 1475.0, "y": 1719.0}, "nw": {"x": 1475.0, "y": 1729.0}}, "position": {"x": 1470.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158306, "gate": "", "blockId": null, "orderNum": 6361, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120881, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1719.0}, "se": {"x": 1479.0, "y": 1729.0}, "sw": {"x": 1489.0, "y": 1719.0}, "nw": {"x": 1489.0, "y": 1729.0}}, "position": {"x": 1484.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 2\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158307, "gate": "", "blockId": null, "orderNum": 6551, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "2\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00002\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120905, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1733.0}, "se": {"x": 1283.0, "y": 1743.0}, "sw": {"x": 1293.0, "y": 1733.0}, "nw": {"x": 1293.0, "y": 1743.0}}, "position": {"x": 1288.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158293, "gate": "", "blockId": null, "orderNum": 4300, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120906, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1733.0}, "se": {"x": 1297.0, "y": 1743.0}, "sw": {"x": 1307.0, "y": 1733.0}, "nw": {"x": 1307.0, "y": 1743.0}}, "position": {"x": 1302.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158294, "gate": "", "blockId": null, "orderNum": 4412, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120907, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1733.0}, "se": {"x": 1311.0, "y": 1743.0}, "sw": {"x": 1321.0, "y": 1733.0}, "nw": {"x": 1321.0, "y": 1743.0}}, "position": {"x": 1316.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158295, "gate": "", "blockId": null, "orderNum": 4524, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120908, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1733.0}, "se": {"x": 1325.0, "y": 1743.0}, "sw": {"x": 1335.0, "y": 1733.0}, "nw": {"x": 1335.0, "y": 1743.0}}, "position": {"x": 1330.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158296, "gate": "", "blockId": null, "orderNum": 4642, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120909, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1733.0}, "se": {"x": 1339.0, "y": 1743.0}, "sw": {"x": 1349.0, "y": 1733.0}, "nw": {"x": 1349.0, "y": 1743.0}}, "position": {"x": 1344.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158297, "gate": "", "blockId": null, "orderNum": 4760, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120910, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1733.0}, "se": {"x": 1353.0, "y": 1743.0}, "sw": {"x": 1363.0, "y": 1733.0}, "nw": {"x": 1363.0, "y": 1743.0}}, "position": {"x": 1358.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158298, "gate": "", "blockId": null, "orderNum": 4928, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120911, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1733.0}, "se": {"x": 1367.0, "y": 1743.0}, "sw": {"x": 1377.0, "y": 1733.0}, "nw": {"x": 1377.0, "y": 1743.0}}, "position": {"x": 1372.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158299, "gate": "", "blockId": null, "orderNum": 5096, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120912, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1733.0}, "se": {"x": 1381.0, "y": 1743.0}, "sw": {"x": 1391.0, "y": 1733.0}, "nw": {"x": 1391.0, "y": 1743.0}}, "position": {"x": 1386.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158300, "gate": "", "blockId": null, "orderNum": 5264, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120913, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1733.0}, "se": {"x": 1395.0, "y": 1743.0}, "sw": {"x": 1405.0, "y": 1733.0}, "nw": {"x": 1405.0, "y": 1743.0}}, "position": {"x": 1400.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158301, "gate": "", "blockId": null, "orderNum": 5432, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120914, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1733.0}, "se": {"x": 1409.0, "y": 1743.0}, "sw": {"x": 1419.0, "y": 1733.0}, "nw": {"x": 1419.0, "y": 1743.0}}, "position": {"x": 1414.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158302, "gate": "", "blockId": null, "orderNum": 5600, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120915, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1733.0}, "se": {"x": 1423.0, "y": 1743.0}, "sw": {"x": 1433.0, "y": 1733.0}, "nw": {"x": 1433.0, "y": 1743.0}}, "position": {"x": 1428.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158303, "gate": "", "blockId": null, "orderNum": 5790, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120916, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1733.0}, "se": {"x": 1437.0, "y": 1743.0}, "sw": {"x": 1447.0, "y": 1733.0}, "nw": {"x": 1447.0, "y": 1743.0}}, "position": {"x": 1442.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158304, "gate": "", "blockId": null, "orderNum": 5980, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120917, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1733.0}, "se": {"x": 1451.0, "y": 1743.0}, "sw": {"x": 1461.0, "y": 1733.0}, "nw": {"x": 1461.0, "y": 1743.0}}, "position": {"x": 1456.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158305, "gate": "", "blockId": null, "orderNum": 6170, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120918, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1733.0}, "se": {"x": 1465.0, "y": 1743.0}, "sw": {"x": 1475.0, "y": 1733.0}, "nw": {"x": 1475.0, "y": 1743.0}}, "position": {"x": 1470.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158306, "gate": "", "blockId": null, "orderNum": 6360, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120919, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1733.0}, "se": {"x": 1479.0, "y": 1743.0}, "sw": {"x": 1489.0, "y": 1733.0}, "nw": {"x": 1489.0, "y": 1743.0}}, "position": {"x": 1484.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 3\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158307, "gate": "", "blockId": null, "orderNum": 6550, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "3\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00003\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120943, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1747.0}, "se": {"x": 1283.0, "y": 1757.0}, "sw": {"x": 1293.0, "y": 1747.0}, "nw": {"x": 1293.0, "y": 1757.0}}, "position": {"x": 1288.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158293, "gate": "", "blockId": null, "orderNum": 4299, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120944, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1747.0}, "se": {"x": 1297.0, "y": 1757.0}, "sw": {"x": 1307.0, "y": 1747.0}, "nw": {"x": 1307.0, "y": 1757.0}}, "position": {"x": 1302.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158294, "gate": "", "blockId": null, "orderNum": 4411, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120945, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1747.0}, "se": {"x": 1311.0, "y": 1757.0}, "sw": {"x": 1321.0, "y": 1747.0}, "nw": {"x": 1321.0, "y": 1757.0}}, "position": {"x": 1316.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158295, "gate": "", "blockId": null, "orderNum": 4523, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120946, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1747.0}, "se": {"x": 1325.0, "y": 1757.0}, "sw": {"x": 1335.0, "y": 1747.0}, "nw": {"x": 1335.0, "y": 1757.0}}, "position": {"x": 1330.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158296, "gate": "", "blockId": null, "orderNum": 4641, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120947, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1747.0}, "se": {"x": 1339.0, "y": 1757.0}, "sw": {"x": 1349.0, "y": 1747.0}, "nw": {"x": 1349.0, "y": 1757.0}}, "position": {"x": 1344.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158297, "gate": "", "blockId": null, "orderNum": 4759, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120948, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1747.0}, "se": {"x": 1353.0, "y": 1757.0}, "sw": {"x": 1363.0, "y": 1747.0}, "nw": {"x": 1363.0, "y": 1757.0}}, "position": {"x": 1358.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158298, "gate": "", "blockId": null, "orderNum": 4927, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120949, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1747.0}, "se": {"x": 1367.0, "y": 1757.0}, "sw": {"x": 1377.0, "y": 1747.0}, "nw": {"x": 1377.0, "y": 1757.0}}, "position": {"x": 1372.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158299, "gate": "", "blockId": null, "orderNum": 5095, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120950, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1747.0}, "se": {"x": 1381.0, "y": 1757.0}, "sw": {"x": 1391.0, "y": 1747.0}, "nw": {"x": 1391.0, "y": 1757.0}}, "position": {"x": 1386.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158300, "gate": "", "blockId": null, "orderNum": 5263, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120951, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1747.0}, "se": {"x": 1395.0, "y": 1757.0}, "sw": {"x": 1405.0, "y": 1747.0}, "nw": {"x": 1405.0, "y": 1757.0}}, "position": {"x": 1400.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158301, "gate": "", "blockId": null, "orderNum": 5431, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120952, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1747.0}, "se": {"x": 1409.0, "y": 1757.0}, "sw": {"x": 1419.0, "y": 1747.0}, "nw": {"x": 1419.0, "y": 1757.0}}, "position": {"x": 1414.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158302, "gate": "", "blockId": null, "orderNum": 5599, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120953, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1747.0}, "se": {"x": 1423.0, "y": 1757.0}, "sw": {"x": 1433.0, "y": 1747.0}, "nw": {"x": 1433.0, "y": 1757.0}}, "position": {"x": 1428.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158303, "gate": "", "blockId": null, "orderNum": 5789, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120954, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1747.0}, "se": {"x": 1437.0, "y": 1757.0}, "sw": {"x": 1447.0, "y": 1747.0}, "nw": {"x": 1447.0, "y": 1757.0}}, "position": {"x": 1442.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158304, "gate": "", "blockId": null, "orderNum": 5979, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120955, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1747.0}, "se": {"x": 1451.0, "y": 1757.0}, "sw": {"x": 1461.0, "y": 1747.0}, "nw": {"x": 1461.0, "y": 1757.0}}, "position": {"x": 1456.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158305, "gate": "", "blockId": null, "orderNum": 6169, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120956, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1747.0}, "se": {"x": 1465.0, "y": 1757.0}, "sw": {"x": 1475.0, "y": 1747.0}, "nw": {"x": 1475.0, "y": 1757.0}}, "position": {"x": 1470.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158306, "gate": "", "blockId": null, "orderNum": 6359, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120957, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1747.0}, "se": {"x": 1479.0, "y": 1757.0}, "sw": {"x": 1489.0, "y": 1747.0}, "nw": {"x": 1489.0, "y": 1757.0}}, "position": {"x": 1484.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 4\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158307, "gate": "", "blockId": null, "orderNum": 6549, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "4\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00004\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120981, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1761.0}, "se": {"x": 1283.0, "y": 1771.0}, "sw": {"x": 1293.0, "y": 1761.0}, "nw": {"x": 1293.0, "y": 1771.0}}, "position": {"x": 1288.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158293, "gate": "", "blockId": null, "orderNum": 4298, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120982, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1761.0}, "se": {"x": 1297.0, "y": 1771.0}, "sw": {"x": 1307.0, "y": 1761.0}, "nw": {"x": 1307.0, "y": 1771.0}}, "position": {"x": 1302.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158294, "gate": "", "blockId": null, "orderNum": 4410, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120983, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1761.0}, "se": {"x": 1311.0, "y": 1771.0}, "sw": {"x": 1321.0, "y": 1761.0}, "nw": {"x": 1321.0, "y": 1771.0}}, "position": {"x": 1316.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158295, "gate": "", "blockId": null, "orderNum": 4522, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120984, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1761.0}, "se": {"x": 1325.0, "y": 1771.0}, "sw": {"x": 1335.0, "y": 1761.0}, "nw": {"x": 1335.0, "y": 1771.0}}, "position": {"x": 1330.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158296, "gate": "", "blockId": null, "orderNum": 4640, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120985, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1761.0}, "se": {"x": 1339.0, "y": 1771.0}, "sw": {"x": 1349.0, "y": 1761.0}, "nw": {"x": 1349.0, "y": 1771.0}}, "position": {"x": 1344.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158297, "gate": "", "blockId": null, "orderNum": 4758, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120986, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1761.0}, "se": {"x": 1353.0, "y": 1771.0}, "sw": {"x": 1363.0, "y": 1761.0}, "nw": {"x": 1363.0, "y": 1771.0}}, "position": {"x": 1358.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158298, "gate": "", "blockId": null, "orderNum": 4926, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120987, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1761.0}, "se": {"x": 1367.0, "y": 1771.0}, "sw": {"x": 1377.0, "y": 1761.0}, "nw": {"x": 1377.0, "y": 1771.0}}, "position": {"x": 1372.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158299, "gate": "", "blockId": null, "orderNum": 5094, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120988, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1761.0}, "se": {"x": 1381.0, "y": 1771.0}, "sw": {"x": 1391.0, "y": 1761.0}, "nw": {"x": 1391.0, "y": 1771.0}}, "position": {"x": 1386.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158300, "gate": "", "blockId": null, "orderNum": 5262, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120989, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1761.0}, "se": {"x": 1395.0, "y": 1771.0}, "sw": {"x": 1405.0, "y": 1761.0}, "nw": {"x": 1405.0, "y": 1771.0}}, "position": {"x": 1400.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158301, "gate": "", "blockId": null, "orderNum": 5430, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120990, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1761.0}, "se": {"x": 1409.0, "y": 1771.0}, "sw": {"x": 1419.0, "y": 1761.0}, "nw": {"x": 1419.0, "y": 1771.0}}, "position": {"x": 1414.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158302, "gate": "", "blockId": null, "orderNum": 5598, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120991, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1761.0}, "se": {"x": 1423.0, "y": 1771.0}, "sw": {"x": 1433.0, "y": 1761.0}, "nw": {"x": 1433.0, "y": 1771.0}}, "position": {"x": 1428.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158303, "gate": "", "blockId": null, "orderNum": 5788, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120992, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1761.0}, "se": {"x": 1437.0, "y": 1771.0}, "sw": {"x": 1447.0, "y": 1761.0}, "nw": {"x": 1447.0, "y": 1771.0}}, "position": {"x": 1442.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158304, "gate": "", "blockId": null, "orderNum": 5978, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120993, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1761.0}, "se": {"x": 1451.0, "y": 1771.0}, "sw": {"x": 1461.0, "y": 1761.0}, "nw": {"x": 1461.0, "y": 1771.0}}, "position": {"x": 1456.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158305, "gate": "", "blockId": null, "orderNum": 6168, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120994, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1761.0}, "se": {"x": 1465.0, "y": 1771.0}, "sw": {"x": 1475.0, "y": 1761.0}, "nw": {"x": 1475.0, "y": 1771.0}}, "position": {"x": 1470.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158306, "gate": "", "blockId": null, "orderNum": 6358, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120995, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1761.0}, "se": {"x": 1479.0, "y": 1771.0}, "sw": {"x": 1489.0, "y": 1761.0}, "nw": {"x": 1489.0, "y": 1771.0}}, "position": {"x": 1484.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 5\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158307, "gate": "", "blockId": null, "orderNum": 6548, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "5\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00005\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}], "7:4": [{"logicalSeatId": 1537119612, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1088.0}, "se": {"x": 1814.0, "y": 1088.0}, "sw": {"x": 1804.0, "y": 1078.0}, "nw": {"x": 1814.0, "y": 1078.0}}, "position": {"x": 1809.0, "y": 1083.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7641, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119613, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1074.0}, "se": {"x": 1814.0, "y": 1074.0}, "sw": {"x": 1804.0, "y": 1064.0}, "nw": {"x": 1814.0, "y": 1064.0}}, "position": {"x": 1809.0, "y": 1069.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7642, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119614, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1060.0}, "se": {"x": 1814.0, "y": 1060.0}, "sw": {"x": 1804.0, "y": 1050.0}, "nw": {"x": 1814.0, "y": 1050.0}}, "position": {"x": 1809.0, "y": 1055.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7643, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119615, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1046.0}, "se": {"x": 1814.0, "y": 1046.0}, "sw": {"x": 1804.0, "y": 1036.0}, "nw": {"x": 1814.0, "y": 1036.0}}, "position": {"x": 1809.0, "y": 1041.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7644, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119616, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1032.0}, "se": {"x": 1814.0, "y": 1032.0}, "sw": {"x": 1804.0, "y": 1022.0}, "nw": {"x": 1814.0, "y": 1022.0}}, "position": {"x": 1809.0, "y": 1027.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156906, "gate": "", "blockId": null, "orderNum": 7645, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119632, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1088.0}, "se": {"x": 1828.0, "y": 1088.0}, "sw": {"x": 1818.0, "y": 1078.0}, "nw": {"x": 1828.0, "y": 1078.0}}, "position": {"x": 1823.0, "y": 1083.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7728, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119633, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1074.0}, "se": {"x": 1828.0, "y": 1074.0}, "sw": {"x": 1818.0, "y": 1064.0}, "nw": {"x": 1828.0, "y": 1064.0}}, "position": {"x": 1823.0, "y": 1069.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7729, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119634, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1060.0}, "se": {"x": 1828.0, "y": 1060.0}, "sw": {"x": 1818.0, "y": 1050.0}, "nw": {"x": 1828.0, "y": 1050.0}}, "position": {"x": 1823.0, "y": 1055.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7730, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119635, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1046.0}, "se": {"x": 1828.0, "y": 1046.0}, "sw": {"x": 1818.0, "y": 1036.0}, "nw": {"x": 1828.0, "y": 1036.0}}, "position": {"x": 1823.0, "y": 1041.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7731, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119636, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1032.0}, "se": {"x": 1828.0, "y": 1032.0}, "sw": {"x": 1818.0, "y": 1022.0}, "nw": {"x": 1828.0, "y": 1022.0}}, "position": {"x": 1823.0, "y": 1027.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156926, "gate": "", "blockId": null, "orderNum": 7732, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119652, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1088.0}, "se": {"x": 1842.0, "y": 1088.0}, "sw": {"x": 1832.0, "y": 1078.0}, "nw": {"x": 1842.0, "y": 1078.0}}, "position": {"x": 1837.0, "y": 1083.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7815, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119653, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1074.0}, "se": {"x": 1842.0, "y": 1074.0}, "sw": {"x": 1832.0, "y": 1064.0}, "nw": {"x": 1842.0, "y": 1064.0}}, "position": {"x": 1837.0, "y": 1069.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7816, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119654, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1060.0}, "se": {"x": 1842.0, "y": 1060.0}, "sw": {"x": 1832.0, "y": 1050.0}, "nw": {"x": 1842.0, "y": 1050.0}}, "position": {"x": 1837.0, "y": 1055.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7817, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119655, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1046.0}, "se": {"x": 1842.0, "y": 1046.0}, "sw": {"x": 1832.0, "y": 1036.0}, "nw": {"x": 1842.0, "y": 1036.0}}, "position": {"x": 1837.0, "y": 1041.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7818, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119656, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1032.0}, "se": {"x": 1842.0, "y": 1032.0}, "sw": {"x": 1832.0, "y": 1022.0}, "nw": {"x": 1842.0, "y": 1022.0}}, "position": {"x": 1837.0, "y": 1027.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156946, "gate": "", "blockId": null, "orderNum": 7819, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119672, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1088.0}, "se": {"x": 1856.0, "y": 1088.0}, "sw": {"x": 1846.0, "y": 1078.0}, "nw": {"x": 1856.0, "y": 1078.0}}, "position": {"x": 1851.0, "y": 1083.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7902, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119673, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1074.0}, "se": {"x": 1856.0, "y": 1074.0}, "sw": {"x": 1846.0, "y": 1064.0}, "nw": {"x": 1856.0, "y": 1064.0}}, "position": {"x": 1851.0, "y": 1069.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7903, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119674, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1060.0}, "se": {"x": 1856.0, "y": 1060.0}, "sw": {"x": 1846.0, "y": 1050.0}, "nw": {"x": 1856.0, "y": 1050.0}}, "position": {"x": 1851.0, "y": 1055.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7904, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119675, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1046.0}, "se": {"x": 1856.0, "y": 1046.0}, "sw": {"x": 1846.0, "y": 1036.0}, "nw": {"x": 1856.0, "y": 1036.0}}, "position": {"x": 1851.0, "y": 1041.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7905, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537119676, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1032.0}, "se": {"x": 1856.0, "y": 1032.0}, "sw": {"x": 1846.0, "y": 1022.0}, "nw": {"x": 1856.0, "y": 1022.0}}, "position": {"x": 1851.0, "y": 1027.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 E\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49156966, "gate": "", "blockId": null, "orderNum": 7906, "attributes": ["", "", "2\uce35", "E\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35E\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 7, "virtualY": 4}, "waitingLinkedId": null, "sectionId": 59711}], "4:7": [{"logicalSeatId": 1537121028, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1803.0}, "se": {"x": 1024.0, "y": 1813.0}, "sw": {"x": 1034.0, "y": 1803.0}, "nw": {"x": 1034.0, "y": 1813.0}}, "position": {"x": 1029.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2986, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121029, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1803.0}, "se": {"x": 1038.0, "y": 1813.0}, "sw": {"x": 1048.0, "y": 1803.0}, "nw": {"x": 1048.0, "y": 1813.0}}, "position": {"x": 1043.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3066, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121030, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1803.0}, "se": {"x": 1052.0, "y": 1813.0}, "sw": {"x": 1062.0, "y": 1803.0}, "nw": {"x": 1062.0, "y": 1813.0}}, "position": {"x": 1057.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3146, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121031, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1803.0}, "se": {"x": 1066.0, "y": 1813.0}, "sw": {"x": 1076.0, "y": 1803.0}, "nw": {"x": 1076.0, "y": 1813.0}}, "position": {"x": 1071.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 7\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3201, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "7\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00007\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121052, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1817.0}, "se": {"x": 1024.0, "y": 1827.0}, "sw": {"x": 1034.0, "y": 1817.0}, "nw": {"x": 1034.0, "y": 1827.0}}, "position": {"x": 1029.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2985, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121053, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1817.0}, "se": {"x": 1038.0, "y": 1827.0}, "sw": {"x": 1048.0, "y": 1817.0}, "nw": {"x": 1048.0, "y": 1827.0}}, "position": {"x": 1043.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3065, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121054, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1817.0}, "se": {"x": 1052.0, "y": 1827.0}, "sw": {"x": 1062.0, "y": 1817.0}, "nw": {"x": 1062.0, "y": 1827.0}}, "position": {"x": 1057.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3145, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121055, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1817.0}, "se": {"x": 1066.0, "y": 1827.0}, "sw": {"x": 1076.0, "y": 1817.0}, "nw": {"x": 1076.0, "y": 1827.0}}, "position": {"x": 1071.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 8\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3200, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "8\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00008\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121076, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1831.0}, "se": {"x": 1024.0, "y": 1841.0}, "sw": {"x": 1034.0, "y": 1831.0}, "nw": {"x": 1034.0, "y": 1841.0}}, "position": {"x": 1029.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2984, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121077, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1831.0}, "se": {"x": 1038.0, "y": 1841.0}, "sw": {"x": 1048.0, "y": 1831.0}, "nw": {"x": 1048.0, "y": 1841.0}}, "position": {"x": 1043.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3064, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121078, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1831.0}, "se": {"x": 1052.0, "y": 1841.0}, "sw": {"x": 1062.0, "y": 1831.0}, "nw": {"x": 1062.0, "y": 1841.0}}, "position": {"x": 1057.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3144, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121079, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1831.0}, "se": {"x": 1066.0, "y": 1841.0}, "sw": {"x": 1076.0, "y": 1831.0}, "nw": {"x": 1076.0, "y": 1841.0}}, "position": {"x": 1071.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 9\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3199, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "9\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00009\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121100, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1845.0}, "se": {"x": 1024.0, "y": 1855.0}, "sw": {"x": 1034.0, "y": 1845.0}, "nw": {"x": 1034.0, "y": 1855.0}}, "position": {"x": 1029.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2983, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121101, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1845.0}, "se": {"x": 1038.0, "y": 1855.0}, "sw": {"x": 1048.0, "y": 1845.0}, "nw": {"x": 1048.0, "y": 1855.0}}, "position": {"x": 1043.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3063, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121102, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1845.0}, "se": {"x": 1052.0, "y": 1855.0}, "sw": {"x": 1062.0, "y": 1845.0}, "nw": {"x": 1062.0, "y": 1855.0}}, "position": {"x": 1057.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3143, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121103, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1845.0}, "se": {"x": 1066.0, "y": 1855.0}, "sw": {"x": 1076.0, "y": 1845.0}, "nw": {"x": 1076.0, "y": 1855.0}}, "position": {"x": 1071.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 10\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3198, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "10\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00010\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121124, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1859.0}, "se": {"x": 1024.0, "y": 1869.0}, "sw": {"x": 1034.0, "y": 1859.0}, "nw": {"x": 1034.0, "y": 1869.0}}, "position": {"x": 1029.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2982, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121125, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1859.0}, "se": {"x": 1038.0, "y": 1869.0}, "sw": {"x": 1048.0, "y": 1859.0}, "nw": {"x": 1048.0, "y": 1869.0}}, "position": {"x": 1043.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3062, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121126, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1859.0}, "se": {"x": 1052.0, "y": 1869.0}, "sw": {"x": 1062.0, "y": 1859.0}, "nw": {"x": 1062.0, "y": 1869.0}}, "position": {"x": 1057.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3142, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121127, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1859.0}, "se": {"x": 1066.0, "y": 1869.0}, "sw": {"x": 1076.0, "y": 1859.0}, "nw": {"x": 1076.0, "y": 1869.0}}, "position": {"x": 1071.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 11\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3197, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "11\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00011\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121148, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1873.0}, "se": {"x": 1024.0, "y": 1883.0}, "sw": {"x": 1034.0, "y": 1873.0}, "nw": {"x": 1034.0, "y": 1883.0}}, "position": {"x": 1029.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2981, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121149, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1873.0}, "se": {"x": 1038.0, "y": 1883.0}, "sw": {"x": 1048.0, "y": 1873.0}, "nw": {"x": 1048.0, "y": 1883.0}}, "position": {"x": 1043.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3061, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121150, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1873.0}, "se": {"x": 1052.0, "y": 1883.0}, "sw": {"x": 1062.0, "y": 1873.0}, "nw": {"x": 1062.0, "y": 1883.0}}, "position": {"x": 1057.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3141, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121151, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1873.0}, "se": {"x": 1066.0, "y": 1883.0}, "sw": {"x": 1076.0, "y": 1873.0}, "nw": {"x": 1076.0, "y": 1883.0}}, "position": {"x": 1071.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3196, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121152, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1873.0}, "se": {"x": 1080.0, "y": 1883.0}, "sw": {"x": 1090.0, "y": 1873.0}, "nw": {"x": 1090.0, "y": 1883.0}}, "position": {"x": 1085.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158616, "gate": "", "blockId": null, "orderNum": 3251, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121153, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1873.0}, "se": {"x": 1094.0, "y": 1883.0}, "sw": {"x": 1104.0, "y": 1873.0}, "nw": {"x": 1104.0, "y": 1883.0}}, "position": {"x": 1099.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158617, "gate": "", "blockId": null, "orderNum": 3300, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121154, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1873.0}, "se": {"x": 1108.0, "y": 1883.0}, "sw": {"x": 1118.0, "y": 1873.0}, "nw": {"x": 1118.0, "y": 1883.0}}, "position": {"x": 1113.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158618, "gate": "", "blockId": null, "orderNum": 3349, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121155, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1873.0}, "se": {"x": 1122.0, "y": 1883.0}, "sw": {"x": 1132.0, "y": 1873.0}, "nw": {"x": 1132.0, "y": 1883.0}}, "position": {"x": 1127.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158619, "gate": "", "blockId": null, "orderNum": 3398, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121156, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1873.0}, "se": {"x": 1136.0, "y": 1883.0}, "sw": {"x": 1146.0, "y": 1873.0}, "nw": {"x": 1146.0, "y": 1883.0}}, "position": {"x": 1141.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158620, "gate": "", "blockId": null, "orderNum": 3447, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121157, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1873.0}, "se": {"x": 1150.0, "y": 1883.0}, "sw": {"x": 1160.0, "y": 1873.0}, "nw": {"x": 1160.0, "y": 1883.0}}, "position": {"x": 1155.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158621, "gate": "", "blockId": null, "orderNum": 3496, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121158, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1873.0}, "se": {"x": 1164.0, "y": 1883.0}, "sw": {"x": 1174.0, "y": 1873.0}, "nw": {"x": 1174.0, "y": 1883.0}}, "position": {"x": 1169.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 12\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158622, "gate": "", "blockId": null, "orderNum": 3545, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "12\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00012\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121159, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1873.0}, "se": {"x": 1227.0, "y": 1883.0}, "sw": {"x": 1237.0, "y": 1873.0}, "nw": {"x": 1237.0, "y": 1883.0}}, "position": {"x": 1232.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158623, "gate": "", "blockId": null, "orderNum": 3945, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121160, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1873.0}, "se": {"x": 1241.0, "y": 1883.0}, "sw": {"x": 1251.0, "y": 1873.0}, "nw": {"x": 1251.0, "y": 1883.0}}, "position": {"x": 1246.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158624, "gate": "", "blockId": null, "orderNum": 4033, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121161, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1873.0}, "se": {"x": 1255.0, "y": 1883.0}, "sw": {"x": 1265.0, "y": 1873.0}, "nw": {"x": 1265.0, "y": 1883.0}}, "position": {"x": 1260.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158625, "gate": "", "blockId": null, "orderNum": 4121, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121162, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1873.0}, "se": {"x": 1269.0, "y": 1883.0}, "sw": {"x": 1279.0, "y": 1873.0}, "nw": {"x": 1279.0, "y": 1883.0}}, "position": {"x": 1274.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158626, "gate": "", "blockId": null, "orderNum": 4209, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121186, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1887.0}, "se": {"x": 1024.0, "y": 1897.0}, "sw": {"x": 1034.0, "y": 1887.0}, "nw": {"x": 1034.0, "y": 1897.0}}, "position": {"x": 1029.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2980, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121187, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1887.0}, "se": {"x": 1038.0, "y": 1897.0}, "sw": {"x": 1048.0, "y": 1887.0}, "nw": {"x": 1048.0, "y": 1897.0}}, "position": {"x": 1043.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3060, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121188, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1887.0}, "se": {"x": 1052.0, "y": 1897.0}, "sw": {"x": 1062.0, "y": 1887.0}, "nw": {"x": 1062.0, "y": 1897.0}}, "position": {"x": 1057.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3140, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121189, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1887.0}, "se": {"x": 1066.0, "y": 1897.0}, "sw": {"x": 1076.0, "y": 1887.0}, "nw": {"x": 1076.0, "y": 1897.0}}, "position": {"x": 1071.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3195, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121190, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1887.0}, "se": {"x": 1080.0, "y": 1897.0}, "sw": {"x": 1090.0, "y": 1887.0}, "nw": {"x": 1090.0, "y": 1897.0}}, "position": {"x": 1085.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158616, "gate": "", "blockId": null, "orderNum": 3250, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121191, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1887.0}, "se": {"x": 1094.0, "y": 1897.0}, "sw": {"x": 1104.0, "y": 1887.0}, "nw": {"x": 1104.0, "y": 1897.0}}, "position": {"x": 1099.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158617, "gate": "", "blockId": null, "orderNum": 3299, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121192, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1887.0}, "se": {"x": 1108.0, "y": 1897.0}, "sw": {"x": 1118.0, "y": 1887.0}, "nw": {"x": 1118.0, "y": 1897.0}}, "position": {"x": 1113.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158618, "gate": "", "blockId": null, "orderNum": 3348, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121193, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1887.0}, "se": {"x": 1122.0, "y": 1897.0}, "sw": {"x": 1132.0, "y": 1887.0}, "nw": {"x": 1132.0, "y": 1897.0}}, "position": {"x": 1127.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158619, "gate": "", "blockId": null, "orderNum": 3397, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121194, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1887.0}, "se": {"x": 1136.0, "y": 1897.0}, "sw": {"x": 1146.0, "y": 1887.0}, "nw": {"x": 1146.0, "y": 1897.0}}, "position": {"x": 1141.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158620, "gate": "", "blockId": null, "orderNum": 3446, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121195, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1887.0}, "se": {"x": 1150.0, "y": 1897.0}, "sw": {"x": 1160.0, "y": 1887.0}, "nw": {"x": 1160.0, "y": 1897.0}}, "position": {"x": 1155.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158621, "gate": "", "blockId": null, "orderNum": 3495, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121196, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1887.0}, "se": {"x": 1164.0, "y": 1897.0}, "sw": {"x": 1174.0, "y": 1887.0}, "nw": {"x": 1174.0, "y": 1897.0}}, "position": {"x": 1169.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 13\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158622, "gate": "", "blockId": null, "orderNum": 3544, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "13\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00013\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121197, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1887.0}, "se": {"x": 1227.0, "y": 1897.0}, "sw": {"x": 1237.0, "y": 1887.0}, "nw": {"x": 1237.0, "y": 1897.0}}, "position": {"x": 1232.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158623, "gate": "", "blockId": null, "orderNum": 3944, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121198, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1887.0}, "se": {"x": 1241.0, "y": 1897.0}, "sw": {"x": 1251.0, "y": 1887.0}, "nw": {"x": 1251.0, "y": 1897.0}}, "position": {"x": 1246.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158624, "gate": "", "blockId": null, "orderNum": 4032, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121199, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1887.0}, "se": {"x": 1255.0, "y": 1897.0}, "sw": {"x": 1265.0, "y": 1887.0}, "nw": {"x": 1265.0, "y": 1897.0}}, "position": {"x": 1260.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158625, "gate": "", "blockId": null, "orderNum": 4120, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121200, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1887.0}, "se": {"x": 1269.0, "y": 1897.0}, "sw": {"x": 1279.0, "y": 1887.0}, "nw": {"x": 1279.0, "y": 1897.0}}, "position": {"x": 1274.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158626, "gate": "", "blockId": null, "orderNum": 4208, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121224, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1901.0}, "se": {"x": 1024.0, "y": 1911.0}, "sw": {"x": 1034.0, "y": 1901.0}, "nw": {"x": 1034.0, "y": 1911.0}}, "position": {"x": 1029.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2979, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121225, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1901.0}, "se": {"x": 1038.0, "y": 1911.0}, "sw": {"x": 1048.0, "y": 1901.0}, "nw": {"x": 1048.0, "y": 1911.0}}, "position": {"x": 1043.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3059, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121226, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1901.0}, "se": {"x": 1052.0, "y": 1911.0}, "sw": {"x": 1062.0, "y": 1901.0}, "nw": {"x": 1062.0, "y": 1911.0}}, "position": {"x": 1057.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3139, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121227, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1901.0}, "se": {"x": 1066.0, "y": 1911.0}, "sw": {"x": 1076.0, "y": 1901.0}, "nw": {"x": 1076.0, "y": 1911.0}}, "position": {"x": 1071.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3194, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121228, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1901.0}, "se": {"x": 1080.0, "y": 1911.0}, "sw": {"x": 1090.0, "y": 1901.0}, "nw": {"x": 1090.0, "y": 1911.0}}, "position": {"x": 1085.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158616, "gate": "", "blockId": null, "orderNum": 3249, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121229, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1901.0}, "se": {"x": 1094.0, "y": 1911.0}, "sw": {"x": 1104.0, "y": 1901.0}, "nw": {"x": 1104.0, "y": 1911.0}}, "position": {"x": 1099.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158617, "gate": "", "blockId": null, "orderNum": 3298, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121230, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1901.0}, "se": {"x": 1108.0, "y": 1911.0}, "sw": {"x": 1118.0, "y": 1901.0}, "nw": {"x": 1118.0, "y": 1911.0}}, "position": {"x": 1113.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158618, "gate": "", "blockId": null, "orderNum": 3347, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121231, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1901.0}, "se": {"x": 1122.0, "y": 1911.0}, "sw": {"x": 1132.0, "y": 1901.0}, "nw": {"x": 1132.0, "y": 1911.0}}, "position": {"x": 1127.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158619, "gate": "", "blockId": null, "orderNum": 3396, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121232, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1901.0}, "se": {"x": 1136.0, "y": 1911.0}, "sw": {"x": 1146.0, "y": 1901.0}, "nw": {"x": 1146.0, "y": 1911.0}}, "position": {"x": 1141.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158620, "gate": "", "blockId": null, "orderNum": 3445, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121233, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1901.0}, "se": {"x": 1150.0, "y": 1911.0}, "sw": {"x": 1160.0, "y": 1901.0}, "nw": {"x": 1160.0, "y": 1911.0}}, "position": {"x": 1155.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158621, "gate": "", "blockId": null, "orderNum": 3494, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121234, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1901.0}, "se": {"x": 1164.0, "y": 1911.0}, "sw": {"x": 1174.0, "y": 1901.0}, "nw": {"x": 1174.0, "y": 1911.0}}, "position": {"x": 1169.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 14\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158622, "gate": "", "blockId": null, "orderNum": 3543, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "14\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00014\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121235, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1901.0}, "se": {"x": 1227.0, "y": 1911.0}, "sw": {"x": 1237.0, "y": 1901.0}, "nw": {"x": 1237.0, "y": 1911.0}}, "position": {"x": 1232.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158623, "gate": "", "blockId": null, "orderNum": 3943, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121236, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1901.0}, "se": {"x": 1241.0, "y": 1911.0}, "sw": {"x": 1251.0, "y": 1901.0}, "nw": {"x": 1251.0, "y": 1911.0}}, "position": {"x": 1246.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158624, "gate": "", "blockId": null, "orderNum": 4031, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121237, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1901.0}, "se": {"x": 1255.0, "y": 1911.0}, "sw": {"x": 1265.0, "y": 1901.0}, "nw": {"x": 1265.0, "y": 1911.0}}, "position": {"x": 1260.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158625, "gate": "", "blockId": null, "orderNum": 4119, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121238, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1901.0}, "se": {"x": 1269.0, "y": 1911.0}, "sw": {"x": 1279.0, "y": 1901.0}, "nw": {"x": 1279.0, "y": 1911.0}}, "position": {"x": 1274.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158626, "gate": "", "blockId": null, "orderNum": 4207, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121262, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1915.0}, "se": {"x": 1024.0, "y": 1925.0}, "sw": {"x": 1034.0, "y": 1915.0}, "nw": {"x": 1034.0, "y": 1925.0}}, "position": {"x": 1029.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2978, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121263, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1915.0}, "se": {"x": 1038.0, "y": 1925.0}, "sw": {"x": 1048.0, "y": 1915.0}, "nw": {"x": 1048.0, "y": 1925.0}}, "position": {"x": 1043.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3058, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121264, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1915.0}, "se": {"x": 1052.0, "y": 1925.0}, "sw": {"x": 1062.0, "y": 1915.0}, "nw": {"x": 1062.0, "y": 1925.0}}, "position": {"x": 1057.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3138, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121265, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1915.0}, "se": {"x": 1066.0, "y": 1925.0}, "sw": {"x": 1076.0, "y": 1915.0}, "nw": {"x": 1076.0, "y": 1925.0}}, "position": {"x": 1071.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3193, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121266, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1915.0}, "se": {"x": 1080.0, "y": 1925.0}, "sw": {"x": 1090.0, "y": 1915.0}, "nw": {"x": 1090.0, "y": 1925.0}}, "position": {"x": 1085.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158616, "gate": "", "blockId": null, "orderNum": 3248, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121267, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1915.0}, "se": {"x": 1094.0, "y": 1925.0}, "sw": {"x": 1104.0, "y": 1915.0}, "nw": {"x": 1104.0, "y": 1925.0}}, "position": {"x": 1099.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158617, "gate": "", "blockId": null, "orderNum": 3297, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121268, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1915.0}, "se": {"x": 1108.0, "y": 1925.0}, "sw": {"x": 1118.0, "y": 1915.0}, "nw": {"x": 1118.0, "y": 1925.0}}, "position": {"x": 1113.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158618, "gate": "", "blockId": null, "orderNum": 3346, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121269, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1915.0}, "se": {"x": 1122.0, "y": 1925.0}, "sw": {"x": 1132.0, "y": 1915.0}, "nw": {"x": 1132.0, "y": 1925.0}}, "position": {"x": 1127.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158619, "gate": "", "blockId": null, "orderNum": 3395, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121270, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1915.0}, "se": {"x": 1136.0, "y": 1925.0}, "sw": {"x": 1146.0, "y": 1915.0}, "nw": {"x": 1146.0, "y": 1925.0}}, "position": {"x": 1141.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158620, "gate": "", "blockId": null, "orderNum": 3444, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121271, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1915.0}, "se": {"x": 1150.0, "y": 1925.0}, "sw": {"x": 1160.0, "y": 1915.0}, "nw": {"x": 1160.0, "y": 1925.0}}, "position": {"x": 1155.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158621, "gate": "", "blockId": null, "orderNum": 3493, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121272, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1915.0}, "se": {"x": 1164.0, "y": 1925.0}, "sw": {"x": 1174.0, "y": 1915.0}, "nw": {"x": 1174.0, "y": 1925.0}}, "position": {"x": 1169.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 15\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158622, "gate": "", "blockId": null, "orderNum": 3542, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "15\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00015\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121273, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1915.0}, "se": {"x": 1227.0, "y": 1925.0}, "sw": {"x": 1237.0, "y": 1915.0}, "nw": {"x": 1237.0, "y": 1925.0}}, "position": {"x": 1232.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158623, "gate": "", "blockId": null, "orderNum": 3942, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121274, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1915.0}, "se": {"x": 1241.0, "y": 1925.0}, "sw": {"x": 1251.0, "y": 1915.0}, "nw": {"x": 1251.0, "y": 1925.0}}, "position": {"x": 1246.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158624, "gate": "", "blockId": null, "orderNum": 4030, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121275, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1915.0}, "se": {"x": 1255.0, "y": 1925.0}, "sw": {"x": 1265.0, "y": 1915.0}, "nw": {"x": 1265.0, "y": 1925.0}}, "position": {"x": 1260.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158625, "gate": "", "blockId": null, "orderNum": 4118, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121276, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1915.0}, "se": {"x": 1269.0, "y": 1925.0}, "sw": {"x": 1279.0, "y": 1915.0}, "nw": {"x": 1279.0, "y": 1925.0}}, "position": {"x": 1274.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158626, "gate": "", "blockId": null, "orderNum": 4206, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121300, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1024.0, "y": 1929.0}, "se": {"x": 1024.0, "y": 1939.0}, "sw": {"x": 1034.0, "y": 1929.0}, "nw": {"x": 1034.0, "y": 1939.0}}, "position": {"x": 1029.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158612, "gate": "", "blockId": null, "orderNum": 2977, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400009\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121301, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1038.0, "y": 1929.0}, "se": {"x": 1038.0, "y": 1939.0}, "sw": {"x": 1048.0, "y": 1929.0}, "nw": {"x": 1048.0, "y": 1939.0}}, "position": {"x": 1043.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158613, "gate": "", "blockId": null, "orderNum": 3057, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400010\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121302, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1052.0, "y": 1929.0}, "se": {"x": 1052.0, "y": 1939.0}, "sw": {"x": 1062.0, "y": 1929.0}, "nw": {"x": 1062.0, "y": 1939.0}}, "position": {"x": 1057.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158614, "gate": "", "blockId": null, "orderNum": 3137, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400011\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121303, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1066.0, "y": 1929.0}, "se": {"x": 1066.0, "y": 1939.0}, "sw": {"x": 1076.0, "y": 1929.0}, "nw": {"x": 1076.0, "y": 1939.0}}, "position": {"x": 1071.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158615, "gate": "", "blockId": null, "orderNum": 3192, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400012\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121304, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1080.0, "y": 1929.0}, "se": {"x": 1080.0, "y": 1939.0}, "sw": {"x": 1090.0, "y": 1929.0}, "nw": {"x": 1090.0, "y": 1939.0}}, "position": {"x": 1085.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158616, "gate": "", "blockId": null, "orderNum": 3247, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400013\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121305, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1094.0, "y": 1929.0}, "se": {"x": 1094.0, "y": 1939.0}, "sw": {"x": 1104.0, "y": 1929.0}, "nw": {"x": 1104.0, "y": 1939.0}}, "position": {"x": 1099.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158617, "gate": "", "blockId": null, "orderNum": 3296, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400014\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121306, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1108.0, "y": 1929.0}, "se": {"x": 1108.0, "y": 1939.0}, "sw": {"x": 1118.0, "y": 1929.0}, "nw": {"x": 1118.0, "y": 1939.0}}, "position": {"x": 1113.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158618, "gate": "", "blockId": null, "orderNum": 3345, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400015\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121307, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1122.0, "y": 1929.0}, "se": {"x": 1122.0, "y": 1939.0}, "sw": {"x": 1132.0, "y": 1929.0}, "nw": {"x": 1132.0, "y": 1939.0}}, "position": {"x": 1127.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158619, "gate": "", "blockId": null, "orderNum": 3394, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400016\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121308, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1136.0, "y": 1929.0}, "se": {"x": 1136.0, "y": 1939.0}, "sw": {"x": 1146.0, "y": 1929.0}, "nw": {"x": 1146.0, "y": 1939.0}}, "position": {"x": 1141.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158620, "gate": "", "blockId": null, "orderNum": 3443, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400017\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121309, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1150.0, "y": 1929.0}, "se": {"x": 1150.0, "y": 1939.0}, "sw": {"x": 1160.0, "y": 1929.0}, "nw": {"x": 1160.0, "y": 1939.0}}, "position": {"x": 1155.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158621, "gate": "", "blockId": null, "orderNum": 3492, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400018\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121310, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1164.0, "y": 1929.0}, "se": {"x": 1164.0, "y": 1939.0}, "sw": {"x": 1174.0, "y": 1929.0}, "nw": {"x": 1174.0, "y": 1939.0}}, "position": {"x": 1169.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 N\uad6c\uc5ed 16\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158622, "gate": "", "blockId": null, "orderNum": 3541, "attributes": ["", "", "2\uce35", "N\uad6c\uc5ed", "16\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35N\uad6c\uc5ed00016\uc5f400019\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121311, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1227.0, "y": 1929.0}, "se": {"x": 1227.0, "y": 1939.0}, "sw": {"x": 1237.0, "y": 1929.0}, "nw": {"x": 1237.0, "y": 1939.0}}, "position": {"x": 1232.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158623, "gate": "", "blockId": null, "orderNum": 3941, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400001\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121312, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1241.0, "y": 1929.0}, "se": {"x": 1241.0, "y": 1939.0}, "sw": {"x": 1251.0, "y": 1929.0}, "nw": {"x": 1251.0, "y": 1939.0}}, "position": {"x": 1246.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158624, "gate": "", "blockId": null, "orderNum": 4029, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400002\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121313, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1255.0, "y": 1929.0}, "se": {"x": 1255.0, "y": 1939.0}, "sw": {"x": 1265.0, "y": 1929.0}, "nw": {"x": 1265.0, "y": 1939.0}}, "position": {"x": 1260.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158625, "gate": "", "blockId": null, "orderNum": 4117, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400003\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121314, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1269.0, "y": 1929.0}, "se": {"x": 1269.0, "y": 1939.0}, "sw": {"x": 1279.0, "y": 1929.0}, "nw": {"x": 1279.0, "y": 1939.0}}, "position": {"x": 1274.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158626, "gate": "", "blockId": null, "orderNum": 4205, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400004\ubc88", "area": {"virtualX": 4, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}], "6:5": [{"logicalSeatId": 1537124024, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1535.0, "y": 1287.0}, "se": {"x": 1535.0, "y": 1297.0}, "sw": {"x": 1545.0, "y": 1287.0}, "nw": {"x": 1545.0, "y": 1297.0}}, "position": {"x": 1540.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124025, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1549.0, "y": 1287.0}, "se": {"x": 1549.0, "y": 1297.0}, "sw": {"x": 1559.0, "y": 1287.0}, "nw": {"x": 1559.0, "y": 1297.0}}, "position": {"x": 1554.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124026, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1563.0, "y": 1287.0}, "se": {"x": 1563.0, "y": 1297.0}, "sw": {"x": 1573.0, "y": 1287.0}, "nw": {"x": 1573.0, "y": 1297.0}}, "position": {"x": 1568.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124027, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1577.0, "y": 1287.0}, "se": {"x": 1577.0, "y": 1297.0}, "sw": {"x": 1587.0, "y": 1287.0}, "nw": {"x": 1587.0, "y": 1297.0}}, "position": {"x": 1582.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}, {"logicalSeatId": 1537124028, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1591.0, "y": 1287.0}, "se": {"x": 1591.0, "y": 1297.0}, "sw": {"x": 1601.0, "y": 1287.0}, "nw": {"x": 1601.0, "y": 1297.0}}, "position": {"x": 1596.0, "y": 1292.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "1\uce35 4\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": -1, "gate": "", "blockId": null, "orderNum": 0, "attributes": ["", "", "1\uce35", "4\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00001\uce3500004\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59712}], "5:7": [{"logicalSeatId": 1537121032, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1803.0}, "se": {"x": 1325.0, "y": 1813.0}, "sw": {"x": 1335.0, "y": 1803.0}, "nw": {"x": 1335.0, "y": 1813.0}}, "position": {"x": 1330.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4638, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121033, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1803.0}, "se": {"x": 1339.0, "y": 1813.0}, "sw": {"x": 1349.0, "y": 1803.0}, "nw": {"x": 1349.0, "y": 1813.0}}, "position": {"x": 1344.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4756, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121034, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1803.0}, "se": {"x": 1353.0, "y": 1813.0}, "sw": {"x": 1363.0, "y": 1803.0}, "nw": {"x": 1363.0, "y": 1813.0}}, "position": {"x": 1358.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4924, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121035, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1803.0}, "se": {"x": 1367.0, "y": 1813.0}, "sw": {"x": 1377.0, "y": 1803.0}, "nw": {"x": 1377.0, "y": 1813.0}}, "position": {"x": 1372.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5092, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121036, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1803.0}, "se": {"x": 1381.0, "y": 1813.0}, "sw": {"x": 1391.0, "y": 1803.0}, "nw": {"x": 1391.0, "y": 1813.0}}, "position": {"x": 1386.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5260, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121037, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1803.0}, "se": {"x": 1395.0, "y": 1813.0}, "sw": {"x": 1405.0, "y": 1803.0}, "nw": {"x": 1405.0, "y": 1813.0}}, "position": {"x": 1400.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5428, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121038, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1803.0}, "se": {"x": 1409.0, "y": 1813.0}, "sw": {"x": 1419.0, "y": 1803.0}, "nw": {"x": 1419.0, "y": 1813.0}}, "position": {"x": 1414.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5596, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121039, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1803.0}, "se": {"x": 1423.0, "y": 1813.0}, "sw": {"x": 1433.0, "y": 1803.0}, "nw": {"x": 1433.0, "y": 1813.0}}, "position": {"x": 1428.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5786, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121040, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1803.0}, "se": {"x": 1437.0, "y": 1813.0}, "sw": {"x": 1447.0, "y": 1803.0}, "nw": {"x": 1447.0, "y": 1813.0}}, "position": {"x": 1442.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5976, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121041, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1803.0}, "se": {"x": 1451.0, "y": 1813.0}, "sw": {"x": 1461.0, "y": 1803.0}, "nw": {"x": 1461.0, "y": 1813.0}}, "position": {"x": 1456.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6166, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121042, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1803.0}, "se": {"x": 1465.0, "y": 1813.0}, "sw": {"x": 1475.0, "y": 1803.0}, "nw": {"x": 1475.0, "y": 1813.0}}, "position": {"x": 1470.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6356, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121043, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1803.0}, "se": {"x": 1479.0, "y": 1813.0}, "sw": {"x": 1489.0, "y": 1803.0}, "nw": {"x": 1489.0, "y": 1813.0}}, "position": {"x": 1484.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 7\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6546, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "7\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00007\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121056, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1817.0}, "se": {"x": 1325.0, "y": 1827.0}, "sw": {"x": 1335.0, "y": 1817.0}, "nw": {"x": 1335.0, "y": 1827.0}}, "position": {"x": 1330.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4637, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121057, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1817.0}, "se": {"x": 1339.0, "y": 1827.0}, "sw": {"x": 1349.0, "y": 1817.0}, "nw": {"x": 1349.0, "y": 1827.0}}, "position": {"x": 1344.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4755, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121058, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1817.0}, "se": {"x": 1353.0, "y": 1827.0}, "sw": {"x": 1363.0, "y": 1817.0}, "nw": {"x": 1363.0, "y": 1827.0}}, "position": {"x": 1358.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4923, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121059, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1817.0}, "se": {"x": 1367.0, "y": 1827.0}, "sw": {"x": 1377.0, "y": 1817.0}, "nw": {"x": 1377.0, "y": 1827.0}}, "position": {"x": 1372.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5091, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121060, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1817.0}, "se": {"x": 1381.0, "y": 1827.0}, "sw": {"x": 1391.0, "y": 1817.0}, "nw": {"x": 1391.0, "y": 1827.0}}, "position": {"x": 1386.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5259, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121061, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1817.0}, "se": {"x": 1395.0, "y": 1827.0}, "sw": {"x": 1405.0, "y": 1817.0}, "nw": {"x": 1405.0, "y": 1827.0}}, "position": {"x": 1400.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5427, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121062, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1817.0}, "se": {"x": 1409.0, "y": 1827.0}, "sw": {"x": 1419.0, "y": 1817.0}, "nw": {"x": 1419.0, "y": 1827.0}}, "position": {"x": 1414.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5595, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121063, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1817.0}, "se": {"x": 1423.0, "y": 1827.0}, "sw": {"x": 1433.0, "y": 1817.0}, "nw": {"x": 1433.0, "y": 1827.0}}, "position": {"x": 1428.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5785, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121064, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1817.0}, "se": {"x": 1437.0, "y": 1827.0}, "sw": {"x": 1447.0, "y": 1817.0}, "nw": {"x": 1447.0, "y": 1827.0}}, "position": {"x": 1442.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5975, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121065, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1817.0}, "se": {"x": 1451.0, "y": 1827.0}, "sw": {"x": 1461.0, "y": 1817.0}, "nw": {"x": 1461.0, "y": 1827.0}}, "position": {"x": 1456.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6165, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121066, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1817.0}, "se": {"x": 1465.0, "y": 1827.0}, "sw": {"x": 1475.0, "y": 1817.0}, "nw": {"x": 1475.0, "y": 1827.0}}, "position": {"x": 1470.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6355, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121067, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1817.0}, "se": {"x": 1479.0, "y": 1827.0}, "sw": {"x": 1489.0, "y": 1817.0}, "nw": {"x": 1489.0, "y": 1827.0}}, "position": {"x": 1484.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 8\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6545, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "8\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00008\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121080, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1831.0}, "se": {"x": 1325.0, "y": 1841.0}, "sw": {"x": 1335.0, "y": 1831.0}, "nw": {"x": 1335.0, "y": 1841.0}}, "position": {"x": 1330.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4636, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121081, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1831.0}, "se": {"x": 1339.0, "y": 1841.0}, "sw": {"x": 1349.0, "y": 1831.0}, "nw": {"x": 1349.0, "y": 1841.0}}, "position": {"x": 1344.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4754, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121082, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1831.0}, "se": {"x": 1353.0, "y": 1841.0}, "sw": {"x": 1363.0, "y": 1831.0}, "nw": {"x": 1363.0, "y": 1841.0}}, "position": {"x": 1358.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4922, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121083, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1831.0}, "se": {"x": 1367.0, "y": 1841.0}, "sw": {"x": 1377.0, "y": 1831.0}, "nw": {"x": 1377.0, "y": 1841.0}}, "position": {"x": 1372.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5090, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121084, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1831.0}, "se": {"x": 1381.0, "y": 1841.0}, "sw": {"x": 1391.0, "y": 1831.0}, "nw": {"x": 1391.0, "y": 1841.0}}, "position": {"x": 1386.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5258, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121085, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1831.0}, "se": {"x": 1395.0, "y": 1841.0}, "sw": {"x": 1405.0, "y": 1831.0}, "nw": {"x": 1405.0, "y": 1841.0}}, "position": {"x": 1400.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5426, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121086, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1831.0}, "se": {"x": 1409.0, "y": 1841.0}, "sw": {"x": 1419.0, "y": 1831.0}, "nw": {"x": 1419.0, "y": 1841.0}}, "position": {"x": 1414.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5594, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121087, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1831.0}, "se": {"x": 1423.0, "y": 1841.0}, "sw": {"x": 1433.0, "y": 1831.0}, "nw": {"x": 1433.0, "y": 1841.0}}, "position": {"x": 1428.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5784, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121088, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1831.0}, "se": {"x": 1437.0, "y": 1841.0}, "sw": {"x": 1447.0, "y": 1831.0}, "nw": {"x": 1447.0, "y": 1841.0}}, "position": {"x": 1442.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5974, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121089, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1831.0}, "se": {"x": 1451.0, "y": 1841.0}, "sw": {"x": 1461.0, "y": 1831.0}, "nw": {"x": 1461.0, "y": 1841.0}}, "position": {"x": 1456.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6164, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121090, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1831.0}, "se": {"x": 1465.0, "y": 1841.0}, "sw": {"x": 1475.0, "y": 1831.0}, "nw": {"x": 1475.0, "y": 1841.0}}, "position": {"x": 1470.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6354, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121091, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1831.0}, "se": {"x": 1479.0, "y": 1841.0}, "sw": {"x": 1489.0, "y": 1831.0}, "nw": {"x": 1489.0, "y": 1841.0}}, "position": {"x": 1484.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 9\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6544, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "9\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00009\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121104, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1845.0}, "se": {"x": 1325.0, "y": 1855.0}, "sw": {"x": 1335.0, "y": 1845.0}, "nw": {"x": 1335.0, "y": 1855.0}}, "position": {"x": 1330.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4635, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121105, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1845.0}, "se": {"x": 1339.0, "y": 1855.0}, "sw": {"x": 1349.0, "y": 1845.0}, "nw": {"x": 1349.0, "y": 1855.0}}, "position": {"x": 1344.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4753, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121106, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1845.0}, "se": {"x": 1353.0, "y": 1855.0}, "sw": {"x": 1363.0, "y": 1845.0}, "nw": {"x": 1363.0, "y": 1855.0}}, "position": {"x": 1358.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4921, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121107, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1845.0}, "se": {"x": 1367.0, "y": 1855.0}, "sw": {"x": 1377.0, "y": 1845.0}, "nw": {"x": 1377.0, "y": 1855.0}}, "position": {"x": 1372.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5089, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121108, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1845.0}, "se": {"x": 1381.0, "y": 1855.0}, "sw": {"x": 1391.0, "y": 1845.0}, "nw": {"x": 1391.0, "y": 1855.0}}, "position": {"x": 1386.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5257, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121109, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1845.0}, "se": {"x": 1395.0, "y": 1855.0}, "sw": {"x": 1405.0, "y": 1845.0}, "nw": {"x": 1405.0, "y": 1855.0}}, "position": {"x": 1400.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5425, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121110, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1845.0}, "se": {"x": 1409.0, "y": 1855.0}, "sw": {"x": 1419.0, "y": 1845.0}, "nw": {"x": 1419.0, "y": 1855.0}}, "position": {"x": 1414.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5593, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121111, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1845.0}, "se": {"x": 1423.0, "y": 1855.0}, "sw": {"x": 1433.0, "y": 1845.0}, "nw": {"x": 1433.0, "y": 1855.0}}, "position": {"x": 1428.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5783, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121112, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1845.0}, "se": {"x": 1437.0, "y": 1855.0}, "sw": {"x": 1447.0, "y": 1845.0}, "nw": {"x": 1447.0, "y": 1855.0}}, "position": {"x": 1442.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5973, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121113, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1845.0}, "se": {"x": 1451.0, "y": 1855.0}, "sw": {"x": 1461.0, "y": 1845.0}, "nw": {"x": 1461.0, "y": 1855.0}}, "position": {"x": 1456.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6163, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121114, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1845.0}, "se": {"x": 1465.0, "y": 1855.0}, "sw": {"x": 1475.0, "y": 1845.0}, "nw": {"x": 1475.0, "y": 1855.0}}, "position": {"x": 1470.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6353, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121115, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1845.0}, "se": {"x": 1479.0, "y": 1855.0}, "sw": {"x": 1489.0, "y": 1845.0}, "nw": {"x": 1489.0, "y": 1855.0}}, "position": {"x": 1484.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 10\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6543, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "10\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00010\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121128, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1859.0}, "se": {"x": 1325.0, "y": 1869.0}, "sw": {"x": 1335.0, "y": 1859.0}, "nw": {"x": 1335.0, "y": 1869.0}}, "position": {"x": 1330.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4634, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400001\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121129, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1859.0}, "se": {"x": 1339.0, "y": 1869.0}, "sw": {"x": 1349.0, "y": 1859.0}, "nw": {"x": 1349.0, "y": 1869.0}}, "position": {"x": 1344.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4752, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400002\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121130, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1859.0}, "se": {"x": 1353.0, "y": 1869.0}, "sw": {"x": 1363.0, "y": 1859.0}, "nw": {"x": 1363.0, "y": 1869.0}}, "position": {"x": 1358.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4920, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400003\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121131, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1859.0}, "se": {"x": 1367.0, "y": 1869.0}, "sw": {"x": 1377.0, "y": 1859.0}, "nw": {"x": 1377.0, "y": 1869.0}}, "position": {"x": 1372.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5088, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400004\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121132, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1859.0}, "se": {"x": 1381.0, "y": 1869.0}, "sw": {"x": 1391.0, "y": 1859.0}, "nw": {"x": 1391.0, "y": 1869.0}}, "position": {"x": 1386.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5256, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121133, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1859.0}, "se": {"x": 1395.0, "y": 1869.0}, "sw": {"x": 1405.0, "y": 1859.0}, "nw": {"x": 1405.0, "y": 1869.0}}, "position": {"x": 1400.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5424, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121134, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1859.0}, "se": {"x": 1409.0, "y": 1869.0}, "sw": {"x": 1419.0, "y": 1859.0}, "nw": {"x": 1419.0, "y": 1869.0}}, "position": {"x": 1414.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5592, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121135, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1859.0}, "se": {"x": 1423.0, "y": 1869.0}, "sw": {"x": 1433.0, "y": 1859.0}, "nw": {"x": 1433.0, "y": 1869.0}}, "position": {"x": 1428.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5782, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121136, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1859.0}, "se": {"x": 1437.0, "y": 1869.0}, "sw": {"x": 1447.0, "y": 1859.0}, "nw": {"x": 1447.0, "y": 1869.0}}, "position": {"x": 1442.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5972, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121137, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1859.0}, "se": {"x": 1451.0, "y": 1869.0}, "sw": {"x": 1461.0, "y": 1859.0}, "nw": {"x": 1461.0, "y": 1869.0}}, "position": {"x": 1456.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6162, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121138, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1859.0}, "se": {"x": 1465.0, "y": 1869.0}, "sw": {"x": 1475.0, "y": 1859.0}, "nw": {"x": 1475.0, "y": 1869.0}}, "position": {"x": 1470.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6352, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121139, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1859.0}, "se": {"x": 1479.0, "y": 1869.0}, "sw": {"x": 1489.0, "y": 1859.0}, "nw": {"x": 1489.0, "y": 1869.0}}, "position": {"x": 1484.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 11\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6542, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "11\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00011\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121163, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1873.0}, "se": {"x": 1283.0, "y": 1883.0}, "sw": {"x": 1293.0, "y": 1873.0}, "nw": {"x": 1293.0, "y": 1883.0}}, "position": {"x": 1288.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158627, "gate": "", "blockId": null, "orderNum": 4297, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121164, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1873.0}, "se": {"x": 1297.0, "y": 1883.0}, "sw": {"x": 1307.0, "y": 1873.0}, "nw": {"x": 1307.0, "y": 1883.0}}, "position": {"x": 1302.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158628, "gate": "", "blockId": null, "orderNum": 4409, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121165, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1873.0}, "se": {"x": 1311.0, "y": 1883.0}, "sw": {"x": 1321.0, "y": 1873.0}, "nw": {"x": 1321.0, "y": 1883.0}}, "position": {"x": 1316.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158629, "gate": "", "blockId": null, "orderNum": 4521, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121166, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1873.0}, "se": {"x": 1325.0, "y": 1883.0}, "sw": {"x": 1335.0, "y": 1873.0}, "nw": {"x": 1335.0, "y": 1883.0}}, "position": {"x": 1330.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4633, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121167, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1873.0}, "se": {"x": 1339.0, "y": 1883.0}, "sw": {"x": 1349.0, "y": 1873.0}, "nw": {"x": 1349.0, "y": 1883.0}}, "position": {"x": 1344.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4751, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121168, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1873.0}, "se": {"x": 1353.0, "y": 1883.0}, "sw": {"x": 1363.0, "y": 1873.0}, "nw": {"x": 1363.0, "y": 1883.0}}, "position": {"x": 1358.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4919, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121169, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1873.0}, "se": {"x": 1367.0, "y": 1883.0}, "sw": {"x": 1377.0, "y": 1873.0}, "nw": {"x": 1377.0, "y": 1883.0}}, "position": {"x": 1372.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5087, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121170, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1873.0}, "se": {"x": 1381.0, "y": 1883.0}, "sw": {"x": 1391.0, "y": 1873.0}, "nw": {"x": 1391.0, "y": 1883.0}}, "position": {"x": 1386.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5255, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121171, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1873.0}, "se": {"x": 1395.0, "y": 1883.0}, "sw": {"x": 1405.0, "y": 1873.0}, "nw": {"x": 1405.0, "y": 1883.0}}, "position": {"x": 1400.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5423, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121172, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1873.0}, "se": {"x": 1409.0, "y": 1883.0}, "sw": {"x": 1419.0, "y": 1873.0}, "nw": {"x": 1419.0, "y": 1883.0}}, "position": {"x": 1414.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5591, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121173, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1873.0}, "se": {"x": 1423.0, "y": 1883.0}, "sw": {"x": 1433.0, "y": 1873.0}, "nw": {"x": 1433.0, "y": 1883.0}}, "position": {"x": 1428.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5781, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121174, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1873.0}, "se": {"x": 1437.0, "y": 1883.0}, "sw": {"x": 1447.0, "y": 1873.0}, "nw": {"x": 1447.0, "y": 1883.0}}, "position": {"x": 1442.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5971, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121175, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1873.0}, "se": {"x": 1451.0, "y": 1883.0}, "sw": {"x": 1461.0, "y": 1873.0}, "nw": {"x": 1461.0, "y": 1883.0}}, "position": {"x": 1456.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6161, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121176, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1873.0}, "se": {"x": 1465.0, "y": 1883.0}, "sw": {"x": 1475.0, "y": 1873.0}, "nw": {"x": 1475.0, "y": 1883.0}}, "position": {"x": 1470.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6351, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121177, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1873.0}, "se": {"x": 1479.0, "y": 1883.0}, "sw": {"x": 1489.0, "y": 1873.0}, "nw": {"x": 1489.0, "y": 1883.0}}, "position": {"x": 1484.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 12\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6541, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "12\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00012\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121201, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1887.0}, "se": {"x": 1283.0, "y": 1897.0}, "sw": {"x": 1293.0, "y": 1887.0}, "nw": {"x": 1293.0, "y": 1897.0}}, "position": {"x": 1288.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158627, "gate": "", "blockId": null, "orderNum": 4296, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121202, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1887.0}, "se": {"x": 1297.0, "y": 1897.0}, "sw": {"x": 1307.0, "y": 1887.0}, "nw": {"x": 1307.0, "y": 1897.0}}, "position": {"x": 1302.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158628, "gate": "", "blockId": null, "orderNum": 4408, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121203, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1887.0}, "se": {"x": 1311.0, "y": 1897.0}, "sw": {"x": 1321.0, "y": 1887.0}, "nw": {"x": 1321.0, "y": 1897.0}}, "position": {"x": 1316.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158629, "gate": "", "blockId": null, "orderNum": 4520, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121204, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1887.0}, "se": {"x": 1325.0, "y": 1897.0}, "sw": {"x": 1335.0, "y": 1887.0}, "nw": {"x": 1335.0, "y": 1897.0}}, "position": {"x": 1330.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4632, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121205, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1887.0}, "se": {"x": 1339.0, "y": 1897.0}, "sw": {"x": 1349.0, "y": 1887.0}, "nw": {"x": 1349.0, "y": 1897.0}}, "position": {"x": 1344.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4750, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121206, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1887.0}, "se": {"x": 1353.0, "y": 1897.0}, "sw": {"x": 1363.0, "y": 1887.0}, "nw": {"x": 1363.0, "y": 1897.0}}, "position": {"x": 1358.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4918, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121207, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1887.0}, "se": {"x": 1367.0, "y": 1897.0}, "sw": {"x": 1377.0, "y": 1887.0}, "nw": {"x": 1377.0, "y": 1897.0}}, "position": {"x": 1372.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5086, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121208, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1887.0}, "se": {"x": 1381.0, "y": 1897.0}, "sw": {"x": 1391.0, "y": 1887.0}, "nw": {"x": 1391.0, "y": 1897.0}}, "position": {"x": 1386.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5254, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121209, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1887.0}, "se": {"x": 1395.0, "y": 1897.0}, "sw": {"x": 1405.0, "y": 1887.0}, "nw": {"x": 1405.0, "y": 1897.0}}, "position": {"x": 1400.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5422, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121210, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1887.0}, "se": {"x": 1409.0, "y": 1897.0}, "sw": {"x": 1419.0, "y": 1887.0}, "nw": {"x": 1419.0, "y": 1897.0}}, "position": {"x": 1414.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5590, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121211, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1887.0}, "se": {"x": 1423.0, "y": 1897.0}, "sw": {"x": 1433.0, "y": 1887.0}, "nw": {"x": 1433.0, "y": 1897.0}}, "position": {"x": 1428.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5780, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121212, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1887.0}, "se": {"x": 1437.0, "y": 1897.0}, "sw": {"x": 1447.0, "y": 1887.0}, "nw": {"x": 1447.0, "y": 1897.0}}, "position": {"x": 1442.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5970, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121213, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1887.0}, "se": {"x": 1451.0, "y": 1897.0}, "sw": {"x": 1461.0, "y": 1887.0}, "nw": {"x": 1461.0, "y": 1897.0}}, "position": {"x": 1456.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6160, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121214, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1887.0}, "se": {"x": 1465.0, "y": 1897.0}, "sw": {"x": 1475.0, "y": 1887.0}, "nw": {"x": 1475.0, "y": 1897.0}}, "position": {"x": 1470.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6350, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121215, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1887.0}, "se": {"x": 1479.0, "y": 1897.0}, "sw": {"x": 1489.0, "y": 1887.0}, "nw": {"x": 1489.0, "y": 1897.0}}, "position": {"x": 1484.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 13\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6540, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "13\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00013\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121239, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1901.0}, "se": {"x": 1283.0, "y": 1911.0}, "sw": {"x": 1293.0, "y": 1901.0}, "nw": {"x": 1293.0, "y": 1911.0}}, "position": {"x": 1288.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158627, "gate": "", "blockId": null, "orderNum": 4295, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121240, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1901.0}, "se": {"x": 1297.0, "y": 1911.0}, "sw": {"x": 1307.0, "y": 1901.0}, "nw": {"x": 1307.0, "y": 1911.0}}, "position": {"x": 1302.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158628, "gate": "", "blockId": null, "orderNum": 4407, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121241, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1901.0}, "se": {"x": 1311.0, "y": 1911.0}, "sw": {"x": 1321.0, "y": 1901.0}, "nw": {"x": 1321.0, "y": 1911.0}}, "position": {"x": 1316.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158629, "gate": "", "blockId": null, "orderNum": 4519, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121242, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1901.0}, "se": {"x": 1325.0, "y": 1911.0}, "sw": {"x": 1335.0, "y": 1901.0}, "nw": {"x": 1335.0, "y": 1911.0}}, "position": {"x": 1330.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4631, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121243, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1901.0}, "se": {"x": 1339.0, "y": 1911.0}, "sw": {"x": 1349.0, "y": 1901.0}, "nw": {"x": 1349.0, "y": 1911.0}}, "position": {"x": 1344.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4749, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121244, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1901.0}, "se": {"x": 1353.0, "y": 1911.0}, "sw": {"x": 1363.0, "y": 1901.0}, "nw": {"x": 1363.0, "y": 1911.0}}, "position": {"x": 1358.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4917, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121245, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1901.0}, "se": {"x": 1367.0, "y": 1911.0}, "sw": {"x": 1377.0, "y": 1901.0}, "nw": {"x": 1377.0, "y": 1911.0}}, "position": {"x": 1372.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5085, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121246, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1901.0}, "se": {"x": 1381.0, "y": 1911.0}, "sw": {"x": 1391.0, "y": 1901.0}, "nw": {"x": 1391.0, "y": 1911.0}}, "position": {"x": 1386.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5253, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121247, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1901.0}, "se": {"x": 1395.0, "y": 1911.0}, "sw": {"x": 1405.0, "y": 1901.0}, "nw": {"x": 1405.0, "y": 1911.0}}, "position": {"x": 1400.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5421, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121248, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1901.0}, "se": {"x": 1409.0, "y": 1911.0}, "sw": {"x": 1419.0, "y": 1901.0}, "nw": {"x": 1419.0, "y": 1911.0}}, "position": {"x": 1414.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5589, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121249, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1901.0}, "se": {"x": 1423.0, "y": 1911.0}, "sw": {"x": 1433.0, "y": 1901.0}, "nw": {"x": 1433.0, "y": 1911.0}}, "position": {"x": 1428.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5779, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121250, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1901.0}, "se": {"x": 1437.0, "y": 1911.0}, "sw": {"x": 1447.0, "y": 1901.0}, "nw": {"x": 1447.0, "y": 1911.0}}, "position": {"x": 1442.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5969, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121251, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1901.0}, "se": {"x": 1451.0, "y": 1911.0}, "sw": {"x": 1461.0, "y": 1901.0}, "nw": {"x": 1461.0, "y": 1911.0}}, "position": {"x": 1456.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6159, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121252, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1901.0}, "se": {"x": 1465.0, "y": 1911.0}, "sw": {"x": 1475.0, "y": 1901.0}, "nw": {"x": 1475.0, "y": 1911.0}}, "position": {"x": 1470.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6349, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121253, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1901.0}, "se": {"x": 1479.0, "y": 1911.0}, "sw": {"x": 1489.0, "y": 1901.0}, "nw": {"x": 1489.0, "y": 1911.0}}, "position": {"x": 1484.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 14\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6539, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "14\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00014\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121277, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1915.0}, "se": {"x": 1283.0, "y": 1925.0}, "sw": {"x": 1293.0, "y": 1915.0}, "nw": {"x": 1293.0, "y": 1925.0}}, "position": {"x": 1288.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158627, "gate": "", "blockId": null, "orderNum": 4294, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121278, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1915.0}, "se": {"x": 1297.0, "y": 1925.0}, "sw": {"x": 1307.0, "y": 1915.0}, "nw": {"x": 1307.0, "y": 1925.0}}, "position": {"x": 1302.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158628, "gate": "", "blockId": null, "orderNum": 4406, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121279, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1915.0}, "se": {"x": 1311.0, "y": 1925.0}, "sw": {"x": 1321.0, "y": 1915.0}, "nw": {"x": 1321.0, "y": 1925.0}}, "position": {"x": 1316.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158629, "gate": "", "blockId": null, "orderNum": 4518, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121280, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1915.0}, "se": {"x": 1325.0, "y": 1925.0}, "sw": {"x": 1335.0, "y": 1915.0}, "nw": {"x": 1335.0, "y": 1925.0}}, "position": {"x": 1330.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4630, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121281, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1915.0}, "se": {"x": 1339.0, "y": 1925.0}, "sw": {"x": 1349.0, "y": 1915.0}, "nw": {"x": 1349.0, "y": 1925.0}}, "position": {"x": 1344.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4748, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121282, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1915.0}, "se": {"x": 1353.0, "y": 1925.0}, "sw": {"x": 1363.0, "y": 1915.0}, "nw": {"x": 1363.0, "y": 1925.0}}, "position": {"x": 1358.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4916, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121283, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1915.0}, "se": {"x": 1367.0, "y": 1925.0}, "sw": {"x": 1377.0, "y": 1915.0}, "nw": {"x": 1377.0, "y": 1925.0}}, "position": {"x": 1372.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5084, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121284, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1915.0}, "se": {"x": 1381.0, "y": 1925.0}, "sw": {"x": 1391.0, "y": 1915.0}, "nw": {"x": 1391.0, "y": 1925.0}}, "position": {"x": 1386.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5252, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121285, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1915.0}, "se": {"x": 1395.0, "y": 1925.0}, "sw": {"x": 1405.0, "y": 1915.0}, "nw": {"x": 1405.0, "y": 1925.0}}, "position": {"x": 1400.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5420, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121286, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1915.0}, "se": {"x": 1409.0, "y": 1925.0}, "sw": {"x": 1419.0, "y": 1915.0}, "nw": {"x": 1419.0, "y": 1925.0}}, "position": {"x": 1414.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5588, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121287, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1915.0}, "se": {"x": 1423.0, "y": 1925.0}, "sw": {"x": 1433.0, "y": 1915.0}, "nw": {"x": 1433.0, "y": 1925.0}}, "position": {"x": 1428.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5778, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121288, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1915.0}, "se": {"x": 1437.0, "y": 1925.0}, "sw": {"x": 1447.0, "y": 1915.0}, "nw": {"x": 1447.0, "y": 1925.0}}, "position": {"x": 1442.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5968, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121289, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1915.0}, "se": {"x": 1451.0, "y": 1925.0}, "sw": {"x": 1461.0, "y": 1915.0}, "nw": {"x": 1461.0, "y": 1925.0}}, "position": {"x": 1456.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6158, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121290, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1915.0}, "se": {"x": 1465.0, "y": 1925.0}, "sw": {"x": 1475.0, "y": 1915.0}, "nw": {"x": 1475.0, "y": 1925.0}}, "position": {"x": 1470.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6348, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121291, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1915.0}, "se": {"x": 1479.0, "y": 1925.0}, "sw": {"x": 1489.0, "y": 1915.0}, "nw": {"x": 1489.0, "y": 1925.0}}, "position": {"x": 1484.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 15\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6538, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "15\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00015\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121315, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1283.0, "y": 1929.0}, "se": {"x": 1283.0, "y": 1939.0}, "sw": {"x": 1293.0, "y": 1929.0}, "nw": {"x": 1293.0, "y": 1939.0}}, "position": {"x": 1288.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158627, "gate": "", "blockId": null, "orderNum": 4293, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400005\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121316, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1297.0, "y": 1929.0}, "se": {"x": 1297.0, "y": 1939.0}, "sw": {"x": 1307.0, "y": 1929.0}, "nw": {"x": 1307.0, "y": 1939.0}}, "position": {"x": 1302.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158628, "gate": "", "blockId": null, "orderNum": 4405, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400006\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121317, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1311.0, "y": 1929.0}, "se": {"x": 1311.0, "y": 1939.0}, "sw": {"x": 1321.0, "y": 1929.0}, "nw": {"x": 1321.0, "y": 1939.0}}, "position": {"x": 1316.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158629, "gate": "", "blockId": null, "orderNum": 4517, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400007\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121318, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1325.0, "y": 1929.0}, "se": {"x": 1325.0, "y": 1939.0}, "sw": {"x": 1335.0, "y": 1929.0}, "nw": {"x": 1335.0, "y": 1939.0}}, "position": {"x": 1330.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158630, "gate": "", "blockId": null, "orderNum": 4629, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400008\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121319, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1339.0, "y": 1929.0}, "se": {"x": 1339.0, "y": 1939.0}, "sw": {"x": 1349.0, "y": 1929.0}, "nw": {"x": 1349.0, "y": 1939.0}}, "position": {"x": 1344.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158631, "gate": "", "blockId": null, "orderNum": 4747, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400009\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121320, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1353.0, "y": 1929.0}, "se": {"x": 1353.0, "y": 1939.0}, "sw": {"x": 1363.0, "y": 1929.0}, "nw": {"x": 1363.0, "y": 1939.0}}, "position": {"x": 1358.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158632, "gate": "", "blockId": null, "orderNum": 4915, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400010\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121321, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1367.0, "y": 1929.0}, "se": {"x": 1367.0, "y": 1939.0}, "sw": {"x": 1377.0, "y": 1929.0}, "nw": {"x": 1377.0, "y": 1939.0}}, "position": {"x": 1372.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158633, "gate": "", "blockId": null, "orderNum": 5083, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400011\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121322, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1381.0, "y": 1929.0}, "se": {"x": 1381.0, "y": 1939.0}, "sw": {"x": 1391.0, "y": 1929.0}, "nw": {"x": 1391.0, "y": 1939.0}}, "position": {"x": 1386.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158634, "gate": "", "blockId": null, "orderNum": 5251, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400012\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121323, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1395.0, "y": 1929.0}, "se": {"x": 1395.0, "y": 1939.0}, "sw": {"x": 1405.0, "y": 1929.0}, "nw": {"x": 1405.0, "y": 1939.0}}, "position": {"x": 1400.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158635, "gate": "", "blockId": null, "orderNum": 5419, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400013\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121324, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1409.0, "y": 1929.0}, "se": {"x": 1409.0, "y": 1939.0}, "sw": {"x": 1419.0, "y": 1929.0}, "nw": {"x": 1419.0, "y": 1939.0}}, "position": {"x": 1414.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158636, "gate": "", "blockId": null, "orderNum": 5587, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400014\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121325, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1423.0, "y": 1929.0}, "se": {"x": 1423.0, "y": 1939.0}, "sw": {"x": 1433.0, "y": 1929.0}, "nw": {"x": 1433.0, "y": 1939.0}}, "position": {"x": 1428.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158637, "gate": "", "blockId": null, "orderNum": 5777, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400015\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121326, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1437.0, "y": 1929.0}, "se": {"x": 1437.0, "y": 1939.0}, "sw": {"x": 1447.0, "y": 1929.0}, "nw": {"x": 1447.0, "y": 1939.0}}, "position": {"x": 1442.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158638, "gate": "", "blockId": null, "orderNum": 5967, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400016\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121327, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1451.0, "y": 1929.0}, "se": {"x": 1451.0, "y": 1939.0}, "sw": {"x": 1461.0, "y": 1929.0}, "nw": {"x": 1461.0, "y": 1939.0}}, "position": {"x": 1456.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158639, "gate": "", "blockId": null, "orderNum": 6157, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400017\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121328, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1465.0, "y": 1929.0}, "se": {"x": 1465.0, "y": 1939.0}, "sw": {"x": 1475.0, "y": 1929.0}, "nw": {"x": 1475.0, "y": 1939.0}}, "position": {"x": 1470.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158640, "gate": "", "blockId": null, "orderNum": 6347, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400018\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537121329, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1479.0, "y": 1929.0}, "se": {"x": 1479.0, "y": 1939.0}, "sw": {"x": 1489.0, "y": 1929.0}, "nw": {"x": 1489.0, "y": 1939.0}}, "position": {"x": 1484.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 A\uad6c\uc5ed 16\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158641, "gate": "", "blockId": null, "orderNum": 6537, "attributes": ["", "", "2\uce35", "A\uad6c\uc5ed", "16\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35A\uad6c\uc5ed00016\uc5f400019\ubc88", "area": {"virtualX": 5, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}], "7:5": [{"logicalSeatId": 1537120244, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1533.0}, "se": {"x": 1814.0, "y": 1533.0}, "sw": {"x": 1804.0, "y": 1523.0}, "nw": {"x": 1814.0, "y": 1523.0}}, "position": {"x": 1809.0, "y": 1528.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7636, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400011\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120245, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1519.0}, "se": {"x": 1814.0, "y": 1519.0}, "sw": {"x": 1804.0, "y": 1509.0}, "nw": {"x": 1814.0, "y": 1509.0}}, "position": {"x": 1809.0, "y": 1514.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7637, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400012\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120246, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1505.0}, "se": {"x": 1814.0, "y": 1505.0}, "sw": {"x": 1804.0, "y": 1495.0}, "nw": {"x": 1814.0, "y": 1495.0}}, "position": {"x": 1809.0, "y": 1500.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7638, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400013\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120247, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1491.0}, "se": {"x": 1814.0, "y": 1491.0}, "sw": {"x": 1804.0, "y": 1481.0}, "nw": {"x": 1814.0, "y": 1481.0}}, "position": {"x": 1809.0, "y": 1486.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7639, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400014\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120248, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1477.0}, "se": {"x": 1814.0, "y": 1477.0}, "sw": {"x": 1804.0, "y": 1467.0}, "nw": {"x": 1814.0, "y": 1467.0}}, "position": {"x": 1809.0, "y": 1472.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7640, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400015\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120261, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1533.0}, "se": {"x": 1828.0, "y": 1533.0}, "sw": {"x": 1818.0, "y": 1523.0}, "nw": {"x": 1828.0, "y": 1523.0}}, "position": {"x": 1823.0, "y": 1528.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7723, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400013\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120262, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1519.0}, "se": {"x": 1828.0, "y": 1519.0}, "sw": {"x": 1818.0, "y": 1509.0}, "nw": {"x": 1828.0, "y": 1509.0}}, "position": {"x": 1823.0, "y": 1514.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7724, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400014\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120263, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1505.0}, "se": {"x": 1828.0, "y": 1505.0}, "sw": {"x": 1818.0, "y": 1495.0}, "nw": {"x": 1828.0, "y": 1495.0}}, "position": {"x": 1823.0, "y": 1500.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7725, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400015\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120264, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1491.0}, "se": {"x": 1828.0, "y": 1491.0}, "sw": {"x": 1818.0, "y": 1481.0}, "nw": {"x": 1828.0, "y": 1481.0}}, "position": {"x": 1823.0, "y": 1486.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7726, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400016\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120265, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1477.0}, "se": {"x": 1828.0, "y": 1477.0}, "sw": {"x": 1818.0, "y": 1467.0}, "nw": {"x": 1828.0, "y": 1467.0}}, "position": {"x": 1823.0, "y": 1472.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7727, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400017\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120279, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1533.0}, "se": {"x": 1842.0, "y": 1533.0}, "sw": {"x": 1832.0, "y": 1523.0}, "nw": {"x": 1842.0, "y": 1523.0}}, "position": {"x": 1837.0, "y": 1528.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7810, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400014\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120280, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1519.0}, "se": {"x": 1842.0, "y": 1519.0}, "sw": {"x": 1832.0, "y": 1509.0}, "nw": {"x": 1842.0, "y": 1509.0}}, "position": {"x": 1837.0, "y": 1514.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7811, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400015\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120281, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1505.0}, "se": {"x": 1842.0, "y": 1505.0}, "sw": {"x": 1832.0, "y": 1495.0}, "nw": {"x": 1842.0, "y": 1495.0}}, "position": {"x": 1837.0, "y": 1500.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7812, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400016\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120282, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1491.0}, "se": {"x": 1842.0, "y": 1491.0}, "sw": {"x": 1832.0, "y": 1481.0}, "nw": {"x": 1842.0, "y": 1481.0}}, "position": {"x": 1837.0, "y": 1486.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7813, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400017\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120283, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1477.0}, "se": {"x": 1842.0, "y": 1477.0}, "sw": {"x": 1832.0, "y": 1467.0}, "nw": {"x": 1842.0, "y": 1467.0}}, "position": {"x": 1837.0, "y": 1472.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7814, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120298, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1533.0}, "se": {"x": 1856.0, "y": 1533.0}, "sw": {"x": 1846.0, "y": 1523.0}, "nw": {"x": 1856.0, "y": 1523.0}}, "position": {"x": 1851.0, "y": 1528.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7897, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400015\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120299, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1519.0}, "se": {"x": 1856.0, "y": 1519.0}, "sw": {"x": 1846.0, "y": 1509.0}, "nw": {"x": 1856.0, "y": 1509.0}}, "position": {"x": 1851.0, "y": 1514.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7898, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400016\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120300, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1505.0}, "se": {"x": 1856.0, "y": 1505.0}, "sw": {"x": 1846.0, "y": 1495.0}, "nw": {"x": 1856.0, "y": 1495.0}}, "position": {"x": 1851.0, "y": 1500.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7899, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400017\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120301, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1491.0}, "se": {"x": 1856.0, "y": 1491.0}, "sw": {"x": 1846.0, "y": 1481.0}, "nw": {"x": 1856.0, "y": 1481.0}}, "position": {"x": 1851.0, "y": 1486.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7900, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120302, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1477.0}, "se": {"x": 1856.0, "y": 1477.0}, "sw": {"x": 1846.0, "y": 1467.0}, "nw": {"x": 1856.0, "y": 1467.0}}, "position": {"x": 1851.0, "y": 1472.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7901, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400019\ubc88", "area": {"virtualX": 7, "virtualY": 5}, "waitingLinkedId": null, "sectionId": 59711}], "6:6": [{"logicalSeatId": 1537120527, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1719.0}, "se": {"x": 1547.0, "y": 1729.0}, "sw": {"x": 1557.0, "y": 1719.0}, "nw": {"x": 1557.0, "y": 1729.0}}, "position": {"x": 1552.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157873, "gate": "", "blockId": null, "orderNum": 7242, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120528, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1719.0}, "se": {"x": 1561.0, "y": 1729.0}, "sw": {"x": 1571.0, "y": 1719.0}, "nw": {"x": 1571.0, "y": 1729.0}}, "position": {"x": 1566.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157874, "gate": "", "blockId": null, "orderNum": 7421, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120529, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1719.0}, "se": {"x": 1575.0, "y": 1729.0}, "sw": {"x": 1585.0, "y": 1719.0}, "nw": {"x": 1585.0, "y": 1729.0}}, "position": {"x": 1580.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157875, "gate": "", "blockId": null, "orderNum": 7426, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120530, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1719.0}, "se": {"x": 1589.0, "y": 1729.0}, "sw": {"x": 1599.0, "y": 1719.0}, "nw": {"x": 1599.0, "y": 1729.0}}, "position": {"x": 1594.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157876, "gate": "", "blockId": null, "orderNum": 7431, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120531, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1719.0}, "se": {"x": 1603.0, "y": 1729.0}, "sw": {"x": 1613.0, "y": 1719.0}, "nw": {"x": 1613.0, "y": 1729.0}}, "position": {"x": 1608.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157877, "gate": "", "blockId": null, "orderNum": 7436, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120532, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1719.0}, "se": {"x": 1617.0, "y": 1729.0}, "sw": {"x": 1627.0, "y": 1719.0}, "nw": {"x": 1627.0, "y": 1729.0}}, "position": {"x": 1622.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157878, "gate": "", "blockId": null, "orderNum": 7452, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120533, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1719.0}, "se": {"x": 1631.0, "y": 1729.0}, "sw": {"x": 1641.0, "y": 1719.0}, "nw": {"x": 1641.0, "y": 1729.0}}, "position": {"x": 1636.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157879, "gate": "", "blockId": null, "orderNum": 7468, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120534, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1719.0}, "se": {"x": 1645.0, "y": 1729.0}, "sw": {"x": 1655.0, "y": 1719.0}, "nw": {"x": 1655.0, "y": 1729.0}}, "position": {"x": 1650.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157880, "gate": "", "blockId": null, "orderNum": 7484, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120535, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1719.0}, "se": {"x": 1659.0, "y": 1729.0}, "sw": {"x": 1669.0, "y": 1719.0}, "nw": {"x": 1669.0, "y": 1729.0}}, "position": {"x": 1664.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157881, "gate": "", "blockId": null, "orderNum": 7500, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120536, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1719.0}, "se": {"x": 1673.0, "y": 1729.0}, "sw": {"x": 1683.0, "y": 1719.0}, "nw": {"x": 1683.0, "y": 1729.0}}, "position": {"x": 1678.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157882, "gate": "", "blockId": null, "orderNum": 7516, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120537, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1733.0}, "se": {"x": 1547.0, "y": 1743.0}, "sw": {"x": 1557.0, "y": 1733.0}, "nw": {"x": 1557.0, "y": 1743.0}}, "position": {"x": 1552.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157873, "gate": "", "blockId": null, "orderNum": 7241, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120538, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1733.0}, "se": {"x": 1561.0, "y": 1743.0}, "sw": {"x": 1571.0, "y": 1733.0}, "nw": {"x": 1571.0, "y": 1743.0}}, "position": {"x": 1566.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157874, "gate": "", "blockId": null, "orderNum": 7420, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120539, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1733.0}, "se": {"x": 1575.0, "y": 1743.0}, "sw": {"x": 1585.0, "y": 1733.0}, "nw": {"x": 1585.0, "y": 1743.0}}, "position": {"x": 1580.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157875, "gate": "", "blockId": null, "orderNum": 7425, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120540, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1733.0}, "se": {"x": 1589.0, "y": 1743.0}, "sw": {"x": 1599.0, "y": 1733.0}, "nw": {"x": 1599.0, "y": 1743.0}}, "position": {"x": 1594.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157876, "gate": "", "blockId": null, "orderNum": 7430, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120541, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1733.0}, "se": {"x": 1603.0, "y": 1743.0}, "sw": {"x": 1613.0, "y": 1733.0}, "nw": {"x": 1613.0, "y": 1743.0}}, "position": {"x": 1608.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157877, "gate": "", "blockId": null, "orderNum": 7435, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120542, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1733.0}, "se": {"x": 1617.0, "y": 1743.0}, "sw": {"x": 1627.0, "y": 1733.0}, "nw": {"x": 1627.0, "y": 1743.0}}, "position": {"x": 1622.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157878, "gate": "", "blockId": null, "orderNum": 7451, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120543, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1733.0}, "se": {"x": 1631.0, "y": 1743.0}, "sw": {"x": 1641.0, "y": 1733.0}, "nw": {"x": 1641.0, "y": 1743.0}}, "position": {"x": 1636.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157879, "gate": "", "blockId": null, "orderNum": 7467, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120544, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1733.0}, "se": {"x": 1645.0, "y": 1743.0}, "sw": {"x": 1655.0, "y": 1733.0}, "nw": {"x": 1655.0, "y": 1743.0}}, "position": {"x": 1650.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157880, "gate": "", "blockId": null, "orderNum": 7483, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120545, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1733.0}, "se": {"x": 1659.0, "y": 1743.0}, "sw": {"x": 1669.0, "y": 1733.0}, "nw": {"x": 1669.0, "y": 1743.0}}, "position": {"x": 1664.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157881, "gate": "", "blockId": null, "orderNum": 7499, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120546, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1733.0}, "se": {"x": 1673.0, "y": 1743.0}, "sw": {"x": 1683.0, "y": 1733.0}, "nw": {"x": 1683.0, "y": 1743.0}}, "position": {"x": 1678.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157882, "gate": "", "blockId": null, "orderNum": 7515, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120547, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1733.0}, "se": {"x": 1701.0, "y": 1743.0}, "sw": {"x": 1711.0, "y": 1733.0}, "nw": {"x": 1711.0, "y": 1743.0}}, "position": {"x": 1706.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157859, "gate": "", "blockId": null, "orderNum": 7542, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120548, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1747.0}, "se": {"x": 1547.0, "y": 1757.0}, "sw": {"x": 1557.0, "y": 1747.0}, "nw": {"x": 1557.0, "y": 1757.0}}, "position": {"x": 1552.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157873, "gate": "", "blockId": null, "orderNum": 7240, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120549, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1747.0}, "se": {"x": 1561.0, "y": 1757.0}, "sw": {"x": 1571.0, "y": 1747.0}, "nw": {"x": 1571.0, "y": 1757.0}}, "position": {"x": 1566.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157874, "gate": "", "blockId": null, "orderNum": 7419, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120550, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1747.0}, "se": {"x": 1575.0, "y": 1757.0}, "sw": {"x": 1585.0, "y": 1747.0}, "nw": {"x": 1585.0, "y": 1757.0}}, "position": {"x": 1580.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157875, "gate": "", "blockId": null, "orderNum": 7424, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120551, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1747.0}, "se": {"x": 1589.0, "y": 1757.0}, "sw": {"x": 1599.0, "y": 1747.0}, "nw": {"x": 1599.0, "y": 1757.0}}, "position": {"x": 1594.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157876, "gate": "", "blockId": null, "orderNum": 7429, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120552, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1747.0}, "se": {"x": 1603.0, "y": 1757.0}, "sw": {"x": 1613.0, "y": 1747.0}, "nw": {"x": 1613.0, "y": 1757.0}}, "position": {"x": 1608.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157877, "gate": "", "blockId": null, "orderNum": 7434, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120553, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1747.0}, "se": {"x": 1617.0, "y": 1757.0}, "sw": {"x": 1627.0, "y": 1747.0}, "nw": {"x": 1627.0, "y": 1757.0}}, "position": {"x": 1622.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157878, "gate": "", "blockId": null, "orderNum": 7450, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120554, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1747.0}, "se": {"x": 1631.0, "y": 1757.0}, "sw": {"x": 1641.0, "y": 1747.0}, "nw": {"x": 1641.0, "y": 1757.0}}, "position": {"x": 1636.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157879, "gate": "", "blockId": null, "orderNum": 7466, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120555, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1747.0}, "se": {"x": 1645.0, "y": 1757.0}, "sw": {"x": 1655.0, "y": 1747.0}, "nw": {"x": 1655.0, "y": 1757.0}}, "position": {"x": 1650.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157880, "gate": "", "blockId": null, "orderNum": 7482, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120556, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1747.0}, "se": {"x": 1659.0, "y": 1757.0}, "sw": {"x": 1669.0, "y": 1747.0}, "nw": {"x": 1669.0, "y": 1757.0}}, "position": {"x": 1664.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157881, "gate": "", "blockId": null, "orderNum": 7498, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120557, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1747.0}, "se": {"x": 1673.0, "y": 1757.0}, "sw": {"x": 1683.0, "y": 1747.0}, "nw": {"x": 1683.0, "y": 1757.0}}, "position": {"x": 1678.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157882, "gate": "", "blockId": null, "orderNum": 7514, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120558, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1747.0}, "se": {"x": 1687.0, "y": 1757.0}, "sw": {"x": 1697.0, "y": 1747.0}, "nw": {"x": 1697.0, "y": 1757.0}}, "position": {"x": 1692.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157883, "gate": "", "blockId": null, "orderNum": 7529, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120559, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1747.0}, "se": {"x": 1715.0, "y": 1757.0}, "sw": {"x": 1725.0, "y": 1747.0}, "nw": {"x": 1725.0, "y": 1757.0}}, "position": {"x": 1720.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157871, "gate": "", "blockId": null, "orderNum": 7625, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120560, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1747.0}, "se": {"x": 1729.0, "y": 1757.0}, "sw": {"x": 1739.0, "y": 1747.0}, "nw": {"x": 1739.0, "y": 1757.0}}, "position": {"x": 1734.0, "y": 1752.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 4\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157885, "gate": "", "blockId": null, "orderNum": 7710, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "4\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00004\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120561, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1761.0}, "se": {"x": 1547.0, "y": 1771.0}, "sw": {"x": 1557.0, "y": 1761.0}, "nw": {"x": 1557.0, "y": 1771.0}}, "position": {"x": 1552.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157873, "gate": "", "blockId": null, "orderNum": 7239, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120562, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1761.0}, "se": {"x": 1561.0, "y": 1771.0}, "sw": {"x": 1571.0, "y": 1761.0}, "nw": {"x": 1571.0, "y": 1771.0}}, "position": {"x": 1566.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157874, "gate": "", "blockId": null, "orderNum": 7418, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120563, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1761.0}, "se": {"x": 1575.0, "y": 1771.0}, "sw": {"x": 1585.0, "y": 1761.0}, "nw": {"x": 1585.0, "y": 1771.0}}, "position": {"x": 1580.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157875, "gate": "", "blockId": null, "orderNum": 7423, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120564, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1761.0}, "se": {"x": 1589.0, "y": 1771.0}, "sw": {"x": 1599.0, "y": 1761.0}, "nw": {"x": 1599.0, "y": 1771.0}}, "position": {"x": 1594.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157876, "gate": "", "blockId": null, "orderNum": 7428, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120565, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1761.0}, "se": {"x": 1603.0, "y": 1771.0}, "sw": {"x": 1613.0, "y": 1761.0}, "nw": {"x": 1613.0, "y": 1771.0}}, "position": {"x": 1608.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157877, "gate": "", "blockId": null, "orderNum": 7433, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120566, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1761.0}, "se": {"x": 1617.0, "y": 1771.0}, "sw": {"x": 1627.0, "y": 1761.0}, "nw": {"x": 1627.0, "y": 1771.0}}, "position": {"x": 1622.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157878, "gate": "", "blockId": null, "orderNum": 7449, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120567, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1761.0}, "se": {"x": 1631.0, "y": 1771.0}, "sw": {"x": 1641.0, "y": 1761.0}, "nw": {"x": 1641.0, "y": 1771.0}}, "position": {"x": 1636.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157879, "gate": "", "blockId": null, "orderNum": 7465, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120568, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1761.0}, "se": {"x": 1645.0, "y": 1771.0}, "sw": {"x": 1655.0, "y": 1761.0}, "nw": {"x": 1655.0, "y": 1771.0}}, "position": {"x": 1650.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157880, "gate": "", "blockId": null, "orderNum": 7481, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120569, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1761.0}, "se": {"x": 1659.0, "y": 1771.0}, "sw": {"x": 1669.0, "y": 1761.0}, "nw": {"x": 1669.0, "y": 1771.0}}, "position": {"x": 1664.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157881, "gate": "", "blockId": null, "orderNum": 7497, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120570, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1761.0}, "se": {"x": 1673.0, "y": 1771.0}, "sw": {"x": 1683.0, "y": 1761.0}, "nw": {"x": 1683.0, "y": 1771.0}}, "position": {"x": 1678.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157882, "gate": "", "blockId": null, "orderNum": 7513, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120571, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1761.0}, "se": {"x": 1687.0, "y": 1771.0}, "sw": {"x": 1697.0, "y": 1761.0}, "nw": {"x": 1697.0, "y": 1771.0}}, "position": {"x": 1692.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157883, "gate": "", "blockId": null, "orderNum": 7528, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120572, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1761.0}, "se": {"x": 1701.0, "y": 1771.0}, "sw": {"x": 1711.0, "y": 1761.0}, "nw": {"x": 1711.0, "y": 1771.0}}, "position": {"x": 1706.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157884, "gate": "", "blockId": null, "orderNum": 7541, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120573, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1761.0}, "se": {"x": 1729.0, "y": 1771.0}, "sw": {"x": 1739.0, "y": 1761.0}, "nw": {"x": 1739.0, "y": 1771.0}}, "position": {"x": 1734.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157885, "gate": "", "blockId": null, "orderNum": 7709, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120574, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1761.0}, "se": {"x": 1743.0, "y": 1771.0}, "sw": {"x": 1753.0, "y": 1761.0}, "nw": {"x": 1753.0, "y": 1771.0}}, "position": {"x": 1748.0, "y": 1766.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 5\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157886, "gate": "", "blockId": null, "orderNum": 7796, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "5\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00005\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}], "7:6": [{"logicalSeatId": 1537120234, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1673.0}, "se": {"x": 1814.0, "y": 1673.0}, "sw": {"x": 1804.0, "y": 1663.0}, "nw": {"x": 1814.0, "y": 1663.0}}, "position": {"x": 1809.0, "y": 1668.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7626, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400001\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120235, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1659.0}, "se": {"x": 1814.0, "y": 1659.0}, "sw": {"x": 1804.0, "y": 1649.0}, "nw": {"x": 1814.0, "y": 1649.0}}, "position": {"x": 1809.0, "y": 1654.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7627, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400002\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120236, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1645.0}, "se": {"x": 1814.0, "y": 1645.0}, "sw": {"x": 1804.0, "y": 1635.0}, "nw": {"x": 1814.0, "y": 1635.0}}, "position": {"x": 1809.0, "y": 1640.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7628, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400003\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120237, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1631.0}, "se": {"x": 1814.0, "y": 1631.0}, "sw": {"x": 1804.0, "y": 1621.0}, "nw": {"x": 1814.0, "y": 1621.0}}, "position": {"x": 1809.0, "y": 1626.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7629, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400004\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120238, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1617.0}, "se": {"x": 1814.0, "y": 1617.0}, "sw": {"x": 1804.0, "y": 1607.0}, "nw": {"x": 1814.0, "y": 1607.0}}, "position": {"x": 1809.0, "y": 1612.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7630, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400005\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120239, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1603.0}, "se": {"x": 1814.0, "y": 1603.0}, "sw": {"x": 1804.0, "y": 1593.0}, "nw": {"x": 1814.0, "y": 1593.0}}, "position": {"x": 1809.0, "y": 1598.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7631, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400006\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120240, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1589.0}, "se": {"x": 1814.0, "y": 1589.0}, "sw": {"x": 1804.0, "y": 1579.0}, "nw": {"x": 1814.0, "y": 1579.0}}, "position": {"x": 1809.0, "y": 1584.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7632, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400007\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120241, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1575.0}, "se": {"x": 1814.0, "y": 1575.0}, "sw": {"x": 1804.0, "y": 1565.0}, "nw": {"x": 1814.0, "y": 1565.0}}, "position": {"x": 1809.0, "y": 1570.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7633, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400008\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120242, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1561.0}, "se": {"x": 1814.0, "y": 1561.0}, "sw": {"x": 1804.0, "y": 1551.0}, "nw": {"x": 1814.0, "y": 1551.0}}, "position": {"x": 1809.0, "y": 1556.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7634, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400009\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120243, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1804.0, "y": 1547.0}, "se": {"x": 1814.0, "y": 1547.0}, "sw": {"x": 1804.0, "y": 1537.0}, "nw": {"x": 1814.0, "y": 1537.0}}, "position": {"x": 1809.0, "y": 1542.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 2\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157546, "gate": "", "blockId": null, "orderNum": 7635, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "2\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00002\uc5f400010\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120249, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1715.0}, "se": {"x": 1828.0, "y": 1715.0}, "sw": {"x": 1818.0, "y": 1705.0}, "nw": {"x": 1828.0, "y": 1705.0}}, "position": {"x": 1823.0, "y": 1710.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157561, "gate": "", "blockId": null, "orderNum": 7711, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400001\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120250, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1687.0}, "se": {"x": 1828.0, "y": 1687.0}, "sw": {"x": 1818.0, "y": 1677.0}, "nw": {"x": 1828.0, "y": 1677.0}}, "position": {"x": 1823.0, "y": 1682.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7712, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400002\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120251, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1673.0}, "se": {"x": 1828.0, "y": 1673.0}, "sw": {"x": 1818.0, "y": 1663.0}, "nw": {"x": 1828.0, "y": 1663.0}}, "position": {"x": 1823.0, "y": 1668.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7713, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400003\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120252, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1659.0}, "se": {"x": 1828.0, "y": 1659.0}, "sw": {"x": 1818.0, "y": 1649.0}, "nw": {"x": 1828.0, "y": 1649.0}}, "position": {"x": 1823.0, "y": 1654.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7714, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400004\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120253, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1645.0}, "se": {"x": 1828.0, "y": 1645.0}, "sw": {"x": 1818.0, "y": 1635.0}, "nw": {"x": 1828.0, "y": 1635.0}}, "position": {"x": 1823.0, "y": 1640.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7715, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400005\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120254, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1631.0}, "se": {"x": 1828.0, "y": 1631.0}, "sw": {"x": 1818.0, "y": 1621.0}, "nw": {"x": 1828.0, "y": 1621.0}}, "position": {"x": 1823.0, "y": 1626.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7716, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400006\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120255, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1617.0}, "se": {"x": 1828.0, "y": 1617.0}, "sw": {"x": 1818.0, "y": 1607.0}, "nw": {"x": 1828.0, "y": 1607.0}}, "position": {"x": 1823.0, "y": 1612.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7717, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400007\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120256, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1603.0}, "se": {"x": 1828.0, "y": 1603.0}, "sw": {"x": 1818.0, "y": 1593.0}, "nw": {"x": 1828.0, "y": 1593.0}}, "position": {"x": 1823.0, "y": 1598.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7718, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400008\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120257, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1589.0}, "se": {"x": 1828.0, "y": 1589.0}, "sw": {"x": 1818.0, "y": 1579.0}, "nw": {"x": 1828.0, "y": 1579.0}}, "position": {"x": 1823.0, "y": 1584.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7719, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400009\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120258, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1575.0}, "se": {"x": 1828.0, "y": 1575.0}, "sw": {"x": 1818.0, "y": 1565.0}, "nw": {"x": 1828.0, "y": 1565.0}}, "position": {"x": 1823.0, "y": 1570.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7720, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400010\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120259, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1561.0}, "se": {"x": 1828.0, "y": 1561.0}, "sw": {"x": 1818.0, "y": 1551.0}, "nw": {"x": 1828.0, "y": 1551.0}}, "position": {"x": 1823.0, "y": 1556.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7721, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400011\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120260, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1818.0, "y": 1547.0}, "se": {"x": 1828.0, "y": 1547.0}, "sw": {"x": 1818.0, "y": 1537.0}, "nw": {"x": 1828.0, "y": 1537.0}}, "position": {"x": 1823.0, "y": 1542.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 3\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157562, "gate": "", "blockId": null, "orderNum": 7722, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "3\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00003\uc5f400012\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120266, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1729.0}, "se": {"x": 1842.0, "y": 1729.0}, "sw": {"x": 1832.0, "y": 1719.0}, "nw": {"x": 1842.0, "y": 1719.0}}, "position": {"x": 1837.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157578, "gate": "", "blockId": null, "orderNum": 7797, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400001\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120267, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1715.0}, "se": {"x": 1842.0, "y": 1715.0}, "sw": {"x": 1832.0, "y": 1705.0}, "nw": {"x": 1842.0, "y": 1705.0}}, "position": {"x": 1837.0, "y": 1710.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157578, "gate": "", "blockId": null, "orderNum": 7798, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400002\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120268, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1687.0}, "se": {"x": 1842.0, "y": 1687.0}, "sw": {"x": 1832.0, "y": 1677.0}, "nw": {"x": 1842.0, "y": 1677.0}}, "position": {"x": 1837.0, "y": 1682.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7799, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400003\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120269, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1673.0}, "se": {"x": 1842.0, "y": 1673.0}, "sw": {"x": 1832.0, "y": 1663.0}, "nw": {"x": 1842.0, "y": 1663.0}}, "position": {"x": 1837.0, "y": 1668.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7800, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400004\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120270, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1659.0}, "se": {"x": 1842.0, "y": 1659.0}, "sw": {"x": 1832.0, "y": 1649.0}, "nw": {"x": 1842.0, "y": 1649.0}}, "position": {"x": 1837.0, "y": 1654.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7801, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400005\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120271, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1645.0}, "se": {"x": 1842.0, "y": 1645.0}, "sw": {"x": 1832.0, "y": 1635.0}, "nw": {"x": 1842.0, "y": 1635.0}}, "position": {"x": 1837.0, "y": 1640.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7802, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400006\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120272, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1631.0}, "se": {"x": 1842.0, "y": 1631.0}, "sw": {"x": 1832.0, "y": 1621.0}, "nw": {"x": 1842.0, "y": 1621.0}}, "position": {"x": 1837.0, "y": 1626.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7803, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400007\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120273, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1617.0}, "se": {"x": 1842.0, "y": 1617.0}, "sw": {"x": 1832.0, "y": 1607.0}, "nw": {"x": 1842.0, "y": 1607.0}}, "position": {"x": 1837.0, "y": 1612.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7804, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400008\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120274, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1603.0}, "se": {"x": 1842.0, "y": 1603.0}, "sw": {"x": 1832.0, "y": 1593.0}, "nw": {"x": 1842.0, "y": 1593.0}}, "position": {"x": 1837.0, "y": 1598.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7805, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400009\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120275, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1589.0}, "se": {"x": 1842.0, "y": 1589.0}, "sw": {"x": 1832.0, "y": 1579.0}, "nw": {"x": 1842.0, "y": 1579.0}}, "position": {"x": 1837.0, "y": 1584.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7806, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400010\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120276, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1575.0}, "se": {"x": 1842.0, "y": 1575.0}, "sw": {"x": 1832.0, "y": 1565.0}, "nw": {"x": 1842.0, "y": 1565.0}}, "position": {"x": 1837.0, "y": 1570.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7807, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400011\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120277, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1561.0}, "se": {"x": 1842.0, "y": 1561.0}, "sw": {"x": 1832.0, "y": 1551.0}, "nw": {"x": 1842.0, "y": 1551.0}}, "position": {"x": 1837.0, "y": 1556.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7808, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400012\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120278, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1832.0, "y": 1547.0}, "se": {"x": 1842.0, "y": 1547.0}, "sw": {"x": 1832.0, "y": 1537.0}, "nw": {"x": 1842.0, "y": 1537.0}}, "position": {"x": 1837.0, "y": 1542.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 4\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157580, "gate": "", "blockId": null, "orderNum": 7809, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "4\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00004\uc5f400013\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120284, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1743.0}, "se": {"x": 1856.0, "y": 1743.0}, "sw": {"x": 1846.0, "y": 1733.0}, "nw": {"x": 1856.0, "y": 1733.0}}, "position": {"x": 1851.0, "y": 1738.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157596, "gate": "", "blockId": null, "orderNum": 7883, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400001\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120285, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1729.0}, "se": {"x": 1856.0, "y": 1729.0}, "sw": {"x": 1846.0, "y": 1719.0}, "nw": {"x": 1856.0, "y": 1719.0}}, "position": {"x": 1851.0, "y": 1724.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157596, "gate": "", "blockId": null, "orderNum": 7884, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400002\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120286, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1701.0}, "se": {"x": 1856.0, "y": 1701.0}, "sw": {"x": 1846.0, "y": 1691.0}, "nw": {"x": 1856.0, "y": 1691.0}}, "position": {"x": 1851.0, "y": 1696.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7885, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400003\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120287, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1687.0}, "se": {"x": 1856.0, "y": 1687.0}, "sw": {"x": 1846.0, "y": 1677.0}, "nw": {"x": 1856.0, "y": 1677.0}}, "position": {"x": 1851.0, "y": 1682.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7886, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400004\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120288, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1673.0}, "se": {"x": 1856.0, "y": 1673.0}, "sw": {"x": 1846.0, "y": 1663.0}, "nw": {"x": 1856.0, "y": 1663.0}}, "position": {"x": 1851.0, "y": 1668.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7887, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400005\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120289, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1659.0}, "se": {"x": 1856.0, "y": 1659.0}, "sw": {"x": 1846.0, "y": 1649.0}, "nw": {"x": 1856.0, "y": 1649.0}}, "position": {"x": 1851.0, "y": 1654.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7888, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400006\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120290, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1645.0}, "se": {"x": 1856.0, "y": 1645.0}, "sw": {"x": 1846.0, "y": 1635.0}, "nw": {"x": 1856.0, "y": 1635.0}}, "position": {"x": 1851.0, "y": 1640.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7889, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400007\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120291, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1631.0}, "se": {"x": 1856.0, "y": 1631.0}, "sw": {"x": 1846.0, "y": 1621.0}, "nw": {"x": 1856.0, "y": 1621.0}}, "position": {"x": 1851.0, "y": 1626.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7890, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400008\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120292, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1617.0}, "se": {"x": 1856.0, "y": 1617.0}, "sw": {"x": 1846.0, "y": 1607.0}, "nw": {"x": 1856.0, "y": 1607.0}}, "position": {"x": 1851.0, "y": 1612.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7891, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400009\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120293, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1603.0}, "se": {"x": 1856.0, "y": 1603.0}, "sw": {"x": 1846.0, "y": 1593.0}, "nw": {"x": 1856.0, "y": 1593.0}}, "position": {"x": 1851.0, "y": 1598.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7892, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400010\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120294, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1589.0}, "se": {"x": 1856.0, "y": 1589.0}, "sw": {"x": 1846.0, "y": 1579.0}, "nw": {"x": 1856.0, "y": 1579.0}}, "position": {"x": 1851.0, "y": 1584.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7893, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400011\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120295, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1575.0}, "se": {"x": 1856.0, "y": 1575.0}, "sw": {"x": 1846.0, "y": 1565.0}, "nw": {"x": 1856.0, "y": 1565.0}}, "position": {"x": 1851.0, "y": 1570.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7894, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400012\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120296, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1561.0}, "se": {"x": 1856.0, "y": 1561.0}, "sw": {"x": 1846.0, "y": 1551.0}, "nw": {"x": 1856.0, "y": 1551.0}}, "position": {"x": 1851.0, "y": 1556.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7895, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400013\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120297, "gradeId": 102832, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1846.0, "y": 1547.0}, "se": {"x": 1856.0, "y": 1547.0}, "sw": {"x": 1846.0, "y": 1537.0}, "nw": {"x": 1856.0, "y": 1537.0}}, "position": {"x": 1851.0, "y": 1542.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 C\uad6c\uc5ed 5\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49157598, "gate": "", "blockId": null, "orderNum": 7896, "attributes": ["", "", "2\uce35", "C\uad6c\uc5ed", "5\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35C\uad6c\uc5ed00005\uc5f400014\ubc88", "area": {"virtualX": 7, "virtualY": 6}, "waitingLinkedId": null, "sectionId": 59711}], "6:7": [{"logicalSeatId": 1537120588, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1803.0}, "se": {"x": 1547.0, "y": 1813.0}, "sw": {"x": 1557.0, "y": 1803.0}, "nw": {"x": 1557.0, "y": 1813.0}}, "position": {"x": 1552.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7447, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120589, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1803.0}, "se": {"x": 1561.0, "y": 1813.0}, "sw": {"x": 1571.0, "y": 1803.0}, "nw": {"x": 1571.0, "y": 1813.0}}, "position": {"x": 1566.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7463, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120590, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1803.0}, "se": {"x": 1575.0, "y": 1813.0}, "sw": {"x": 1585.0, "y": 1803.0}, "nw": {"x": 1585.0, "y": 1813.0}}, "position": {"x": 1580.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7479, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120591, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1803.0}, "se": {"x": 1589.0, "y": 1813.0}, "sw": {"x": 1599.0, "y": 1803.0}, "nw": {"x": 1599.0, "y": 1813.0}}, "position": {"x": 1594.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7495, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120592, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1803.0}, "se": {"x": 1603.0, "y": 1813.0}, "sw": {"x": 1613.0, "y": 1803.0}, "nw": {"x": 1613.0, "y": 1813.0}}, "position": {"x": 1608.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7511, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120593, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1803.0}, "se": {"x": 1617.0, "y": 1813.0}, "sw": {"x": 1627.0, "y": 1803.0}, "nw": {"x": 1627.0, "y": 1813.0}}, "position": {"x": 1622.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7526, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120594, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1803.0}, "se": {"x": 1631.0, "y": 1813.0}, "sw": {"x": 1641.0, "y": 1803.0}, "nw": {"x": 1641.0, "y": 1813.0}}, "position": {"x": 1636.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7539, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120595, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1803.0}, "se": {"x": 1645.0, "y": 1813.0}, "sw": {"x": 1655.0, "y": 1803.0}, "nw": {"x": 1655.0, "y": 1813.0}}, "position": {"x": 1650.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7623, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120596, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1803.0}, "se": {"x": 1659.0, "y": 1813.0}, "sw": {"x": 1669.0, "y": 1803.0}, "nw": {"x": 1669.0, "y": 1813.0}}, "position": {"x": 1664.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7707, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120597, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1803.0}, "se": {"x": 1673.0, "y": 1813.0}, "sw": {"x": 1683.0, "y": 1803.0}, "nw": {"x": 1683.0, "y": 1813.0}}, "position": {"x": 1678.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7794, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120598, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1803.0}, "se": {"x": 1687.0, "y": 1813.0}, "sw": {"x": 1697.0, "y": 1803.0}, "nw": {"x": 1697.0, "y": 1813.0}}, "position": {"x": 1692.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7881, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120599, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1803.0}, "se": {"x": 1701.0, "y": 1813.0}, "sw": {"x": 1711.0, "y": 1803.0}, "nw": {"x": 1711.0, "y": 1813.0}}, "position": {"x": 1706.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7968, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120600, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1803.0}, "se": {"x": 1715.0, "y": 1813.0}, "sw": {"x": 1725.0, "y": 1803.0}, "nw": {"x": 1725.0, "y": 1813.0}}, "position": {"x": 1720.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7979, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120601, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1803.0}, "se": {"x": 1729.0, "y": 1813.0}, "sw": {"x": 1739.0, "y": 1803.0}, "nw": {"x": 1739.0, "y": 1813.0}}, "position": {"x": 1734.0, "y": 1808.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 7\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7990, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "7\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00007\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120603, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1817.0}, "se": {"x": 1547.0, "y": 1827.0}, "sw": {"x": 1557.0, "y": 1817.0}, "nw": {"x": 1557.0, "y": 1827.0}}, "position": {"x": 1552.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7446, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120604, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1817.0}, "se": {"x": 1561.0, "y": 1827.0}, "sw": {"x": 1571.0, "y": 1817.0}, "nw": {"x": 1571.0, "y": 1827.0}}, "position": {"x": 1566.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7462, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120605, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1817.0}, "se": {"x": 1575.0, "y": 1827.0}, "sw": {"x": 1585.0, "y": 1817.0}, "nw": {"x": 1585.0, "y": 1827.0}}, "position": {"x": 1580.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7478, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120606, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1817.0}, "se": {"x": 1589.0, "y": 1827.0}, "sw": {"x": 1599.0, "y": 1817.0}, "nw": {"x": 1599.0, "y": 1827.0}}, "position": {"x": 1594.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7494, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120607, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1817.0}, "se": {"x": 1603.0, "y": 1827.0}, "sw": {"x": 1613.0, "y": 1817.0}, "nw": {"x": 1613.0, "y": 1827.0}}, "position": {"x": 1608.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7510, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120608, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1817.0}, "se": {"x": 1617.0, "y": 1827.0}, "sw": {"x": 1627.0, "y": 1817.0}, "nw": {"x": 1627.0, "y": 1827.0}}, "position": {"x": 1622.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7525, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120609, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1817.0}, "se": {"x": 1631.0, "y": 1827.0}, "sw": {"x": 1641.0, "y": 1817.0}, "nw": {"x": 1641.0, "y": 1827.0}}, "position": {"x": 1636.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7538, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120610, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1817.0}, "se": {"x": 1645.0, "y": 1827.0}, "sw": {"x": 1655.0, "y": 1817.0}, "nw": {"x": 1655.0, "y": 1827.0}}, "position": {"x": 1650.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7622, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120611, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1817.0}, "se": {"x": 1659.0, "y": 1827.0}, "sw": {"x": 1669.0, "y": 1817.0}, "nw": {"x": 1669.0, "y": 1827.0}}, "position": {"x": 1664.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7706, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120612, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1817.0}, "se": {"x": 1673.0, "y": 1827.0}, "sw": {"x": 1683.0, "y": 1817.0}, "nw": {"x": 1683.0, "y": 1827.0}}, "position": {"x": 1678.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7793, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120613, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1817.0}, "se": {"x": 1687.0, "y": 1827.0}, "sw": {"x": 1697.0, "y": 1817.0}, "nw": {"x": 1697.0, "y": 1827.0}}, "position": {"x": 1692.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7880, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120614, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1817.0}, "se": {"x": 1701.0, "y": 1827.0}, "sw": {"x": 1711.0, "y": 1817.0}, "nw": {"x": 1711.0, "y": 1827.0}}, "position": {"x": 1706.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7967, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120615, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1817.0}, "se": {"x": 1715.0, "y": 1827.0}, "sw": {"x": 1725.0, "y": 1817.0}, "nw": {"x": 1725.0, "y": 1827.0}}, "position": {"x": 1720.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7978, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120616, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1817.0}, "se": {"x": 1729.0, "y": 1827.0}, "sw": {"x": 1739.0, "y": 1817.0}, "nw": {"x": 1739.0, "y": 1827.0}}, "position": {"x": 1734.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7989, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120617, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1817.0}, "se": {"x": 1743.0, "y": 1827.0}, "sw": {"x": 1753.0, "y": 1817.0}, "nw": {"x": 1753.0, "y": 1827.0}}, "position": {"x": 1748.0, "y": 1822.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 8\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7999, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "8\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00008\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120619, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1831.0}, "se": {"x": 1547.0, "y": 1841.0}, "sw": {"x": 1557.0, "y": 1831.0}, "nw": {"x": 1557.0, "y": 1841.0}}, "position": {"x": 1552.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7445, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120620, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1831.0}, "se": {"x": 1561.0, "y": 1841.0}, "sw": {"x": 1571.0, "y": 1831.0}, "nw": {"x": 1571.0, "y": 1841.0}}, "position": {"x": 1566.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7461, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120621, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1831.0}, "se": {"x": 1575.0, "y": 1841.0}, "sw": {"x": 1585.0, "y": 1831.0}, "nw": {"x": 1585.0, "y": 1841.0}}, "position": {"x": 1580.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7477, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120622, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1831.0}, "se": {"x": 1589.0, "y": 1841.0}, "sw": {"x": 1599.0, "y": 1831.0}, "nw": {"x": 1599.0, "y": 1841.0}}, "position": {"x": 1594.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7493, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120623, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1831.0}, "se": {"x": 1603.0, "y": 1841.0}, "sw": {"x": 1613.0, "y": 1831.0}, "nw": {"x": 1613.0, "y": 1841.0}}, "position": {"x": 1608.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7509, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120624, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1831.0}, "se": {"x": 1617.0, "y": 1841.0}, "sw": {"x": 1627.0, "y": 1831.0}, "nw": {"x": 1627.0, "y": 1841.0}}, "position": {"x": 1622.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7524, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120625, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1831.0}, "se": {"x": 1631.0, "y": 1841.0}, "sw": {"x": 1641.0, "y": 1831.0}, "nw": {"x": 1641.0, "y": 1841.0}}, "position": {"x": 1636.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7537, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120626, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1831.0}, "se": {"x": 1645.0, "y": 1841.0}, "sw": {"x": 1655.0, "y": 1831.0}, "nw": {"x": 1655.0, "y": 1841.0}}, "position": {"x": 1650.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7621, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120627, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1831.0}, "se": {"x": 1659.0, "y": 1841.0}, "sw": {"x": 1669.0, "y": 1831.0}, "nw": {"x": 1669.0, "y": 1841.0}}, "position": {"x": 1664.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7705, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120628, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1831.0}, "se": {"x": 1673.0, "y": 1841.0}, "sw": {"x": 1683.0, "y": 1831.0}, "nw": {"x": 1683.0, "y": 1841.0}}, "position": {"x": 1678.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7792, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120629, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1831.0}, "se": {"x": 1687.0, "y": 1841.0}, "sw": {"x": 1697.0, "y": 1831.0}, "nw": {"x": 1697.0, "y": 1841.0}}, "position": {"x": 1692.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7879, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120630, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1831.0}, "se": {"x": 1701.0, "y": 1841.0}, "sw": {"x": 1711.0, "y": 1831.0}, "nw": {"x": 1711.0, "y": 1841.0}}, "position": {"x": 1706.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7966, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120631, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1831.0}, "se": {"x": 1715.0, "y": 1841.0}, "sw": {"x": 1725.0, "y": 1831.0}, "nw": {"x": 1725.0, "y": 1841.0}}, "position": {"x": 1720.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7977, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120632, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1831.0}, "se": {"x": 1729.0, "y": 1841.0}, "sw": {"x": 1739.0, "y": 1831.0}, "nw": {"x": 1739.0, "y": 1841.0}}, "position": {"x": 1734.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7988, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120633, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1831.0}, "se": {"x": 1743.0, "y": 1841.0}, "sw": {"x": 1753.0, "y": 1831.0}, "nw": {"x": 1753.0, "y": 1841.0}}, "position": {"x": 1748.0, "y": 1836.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 9\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7998, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "9\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00009\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120636, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1845.0}, "se": {"x": 1547.0, "y": 1855.0}, "sw": {"x": 1557.0, "y": 1845.0}, "nw": {"x": 1557.0, "y": 1855.0}}, "position": {"x": 1552.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7444, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120637, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1845.0}, "se": {"x": 1561.0, "y": 1855.0}, "sw": {"x": 1571.0, "y": 1845.0}, "nw": {"x": 1571.0, "y": 1855.0}}, "position": {"x": 1566.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7460, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120638, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1845.0}, "se": {"x": 1575.0, "y": 1855.0}, "sw": {"x": 1585.0, "y": 1845.0}, "nw": {"x": 1585.0, "y": 1855.0}}, "position": {"x": 1580.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7476, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120639, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1845.0}, "se": {"x": 1589.0, "y": 1855.0}, "sw": {"x": 1599.0, "y": 1845.0}, "nw": {"x": 1599.0, "y": 1855.0}}, "position": {"x": 1594.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7492, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120640, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1845.0}, "se": {"x": 1603.0, "y": 1855.0}, "sw": {"x": 1613.0, "y": 1845.0}, "nw": {"x": 1613.0, "y": 1855.0}}, "position": {"x": 1608.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7508, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120641, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1845.0}, "se": {"x": 1617.0, "y": 1855.0}, "sw": {"x": 1627.0, "y": 1845.0}, "nw": {"x": 1627.0, "y": 1855.0}}, "position": {"x": 1622.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7523, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120642, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1845.0}, "se": {"x": 1631.0, "y": 1855.0}, "sw": {"x": 1641.0, "y": 1845.0}, "nw": {"x": 1641.0, "y": 1855.0}}, "position": {"x": 1636.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7536, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120643, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1845.0}, "se": {"x": 1645.0, "y": 1855.0}, "sw": {"x": 1655.0, "y": 1845.0}, "nw": {"x": 1655.0, "y": 1855.0}}, "position": {"x": 1650.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7620, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120644, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1845.0}, "se": {"x": 1659.0, "y": 1855.0}, "sw": {"x": 1669.0, "y": 1845.0}, "nw": {"x": 1669.0, "y": 1855.0}}, "position": {"x": 1664.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7704, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120645, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1845.0}, "se": {"x": 1673.0, "y": 1855.0}, "sw": {"x": 1683.0, "y": 1845.0}, "nw": {"x": 1683.0, "y": 1855.0}}, "position": {"x": 1678.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7791, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120646, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1845.0}, "se": {"x": 1687.0, "y": 1855.0}, "sw": {"x": 1697.0, "y": 1845.0}, "nw": {"x": 1697.0, "y": 1855.0}}, "position": {"x": 1692.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7878, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120647, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1845.0}, "se": {"x": 1701.0, "y": 1855.0}, "sw": {"x": 1711.0, "y": 1845.0}, "nw": {"x": 1711.0, "y": 1855.0}}, "position": {"x": 1706.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7965, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120648, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1845.0}, "se": {"x": 1715.0, "y": 1855.0}, "sw": {"x": 1725.0, "y": 1845.0}, "nw": {"x": 1725.0, "y": 1855.0}}, "position": {"x": 1720.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7976, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120649, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1845.0}, "se": {"x": 1729.0, "y": 1855.0}, "sw": {"x": 1739.0, "y": 1845.0}, "nw": {"x": 1739.0, "y": 1855.0}}, "position": {"x": 1734.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7987, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120650, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1845.0}, "se": {"x": 1743.0, "y": 1855.0}, "sw": {"x": 1753.0, "y": 1845.0}, "nw": {"x": 1753.0, "y": 1855.0}}, "position": {"x": 1748.0, "y": 1850.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 10\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7997, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "10\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00010\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120654, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1859.0}, "se": {"x": 1547.0, "y": 1869.0}, "sw": {"x": 1557.0, "y": 1859.0}, "nw": {"x": 1557.0, "y": 1869.0}}, "position": {"x": 1552.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7443, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120655, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1859.0}, "se": {"x": 1561.0, "y": 1869.0}, "sw": {"x": 1571.0, "y": 1859.0}, "nw": {"x": 1571.0, "y": 1869.0}}, "position": {"x": 1566.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7459, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120656, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1859.0}, "se": {"x": 1575.0, "y": 1869.0}, "sw": {"x": 1585.0, "y": 1859.0}, "nw": {"x": 1585.0, "y": 1869.0}}, "position": {"x": 1580.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7475, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120657, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1859.0}, "se": {"x": 1589.0, "y": 1869.0}, "sw": {"x": 1599.0, "y": 1859.0}, "nw": {"x": 1599.0, "y": 1869.0}}, "position": {"x": 1594.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7491, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120658, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1859.0}, "se": {"x": 1603.0, "y": 1869.0}, "sw": {"x": 1613.0, "y": 1859.0}, "nw": {"x": 1613.0, "y": 1869.0}}, "position": {"x": 1608.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7507, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120659, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1859.0}, "se": {"x": 1617.0, "y": 1869.0}, "sw": {"x": 1627.0, "y": 1859.0}, "nw": {"x": 1627.0, "y": 1869.0}}, "position": {"x": 1622.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7522, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120660, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1859.0}, "se": {"x": 1631.0, "y": 1869.0}, "sw": {"x": 1641.0, "y": 1859.0}, "nw": {"x": 1641.0, "y": 1869.0}}, "position": {"x": 1636.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7535, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120661, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1859.0}, "se": {"x": 1645.0, "y": 1869.0}, "sw": {"x": 1655.0, "y": 1859.0}, "nw": {"x": 1655.0, "y": 1869.0}}, "position": {"x": 1650.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7619, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120662, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1859.0}, "se": {"x": 1659.0, "y": 1869.0}, "sw": {"x": 1669.0, "y": 1859.0}, "nw": {"x": 1669.0, "y": 1869.0}}, "position": {"x": 1664.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7703, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120663, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1859.0}, "se": {"x": 1673.0, "y": 1869.0}, "sw": {"x": 1683.0, "y": 1859.0}, "nw": {"x": 1683.0, "y": 1869.0}}, "position": {"x": 1678.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7790, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120664, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1859.0}, "se": {"x": 1687.0, "y": 1869.0}, "sw": {"x": 1697.0, "y": 1859.0}, "nw": {"x": 1697.0, "y": 1869.0}}, "position": {"x": 1692.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7877, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120665, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1859.0}, "se": {"x": 1701.0, "y": 1869.0}, "sw": {"x": 1711.0, "y": 1859.0}, "nw": {"x": 1711.0, "y": 1869.0}}, "position": {"x": 1706.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7964, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120666, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1859.0}, "se": {"x": 1715.0, "y": 1869.0}, "sw": {"x": 1725.0, "y": 1859.0}, "nw": {"x": 1725.0, "y": 1869.0}}, "position": {"x": 1720.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7975, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120667, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1859.0}, "se": {"x": 1729.0, "y": 1869.0}, "sw": {"x": 1739.0, "y": 1859.0}, "nw": {"x": 1739.0, "y": 1869.0}}, "position": {"x": 1734.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7986, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120668, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1859.0}, "se": {"x": 1743.0, "y": 1869.0}, "sw": {"x": 1753.0, "y": 1859.0}, "nw": {"x": 1753.0, "y": 1869.0}}, "position": {"x": 1748.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7996, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120669, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1757.0, "y": 1859.0}, "se": {"x": 1757.0, "y": 1869.0}, "sw": {"x": 1767.0, "y": 1859.0}, "nw": {"x": 1767.0, "y": 1869.0}}, "position": {"x": 1762.0, "y": 1864.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 11\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158107, "gate": "", "blockId": null, "orderNum": 8005, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "11\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00011\uc5f400016\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120673, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1873.0}, "se": {"x": 1547.0, "y": 1883.0}, "sw": {"x": 1557.0, "y": 1873.0}, "nw": {"x": 1557.0, "y": 1883.0}}, "position": {"x": 1552.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7442, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120674, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1873.0}, "se": {"x": 1561.0, "y": 1883.0}, "sw": {"x": 1571.0, "y": 1873.0}, "nw": {"x": 1571.0, "y": 1883.0}}, "position": {"x": 1566.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7458, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120675, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1873.0}, "se": {"x": 1575.0, "y": 1883.0}, "sw": {"x": 1585.0, "y": 1873.0}, "nw": {"x": 1585.0, "y": 1883.0}}, "position": {"x": 1580.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7474, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120676, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1873.0}, "se": {"x": 1589.0, "y": 1883.0}, "sw": {"x": 1599.0, "y": 1873.0}, "nw": {"x": 1599.0, "y": 1883.0}}, "position": {"x": 1594.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7490, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120677, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1873.0}, "se": {"x": 1603.0, "y": 1883.0}, "sw": {"x": 1613.0, "y": 1873.0}, "nw": {"x": 1613.0, "y": 1883.0}}, "position": {"x": 1608.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7506, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120678, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1873.0}, "se": {"x": 1617.0, "y": 1883.0}, "sw": {"x": 1627.0, "y": 1873.0}, "nw": {"x": 1627.0, "y": 1883.0}}, "position": {"x": 1622.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7521, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120679, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1873.0}, "se": {"x": 1631.0, "y": 1883.0}, "sw": {"x": 1641.0, "y": 1873.0}, "nw": {"x": 1641.0, "y": 1883.0}}, "position": {"x": 1636.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7534, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120680, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1873.0}, "se": {"x": 1645.0, "y": 1883.0}, "sw": {"x": 1655.0, "y": 1873.0}, "nw": {"x": 1655.0, "y": 1883.0}}, "position": {"x": 1650.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7618, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120681, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1873.0}, "se": {"x": 1659.0, "y": 1883.0}, "sw": {"x": 1669.0, "y": 1873.0}, "nw": {"x": 1669.0, "y": 1883.0}}, "position": {"x": 1664.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7702, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120682, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1873.0}, "se": {"x": 1673.0, "y": 1883.0}, "sw": {"x": 1683.0, "y": 1873.0}, "nw": {"x": 1683.0, "y": 1883.0}}, "position": {"x": 1678.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7789, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120683, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1873.0}, "se": {"x": 1687.0, "y": 1883.0}, "sw": {"x": 1697.0, "y": 1873.0}, "nw": {"x": 1697.0, "y": 1883.0}}, "position": {"x": 1692.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7876, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120684, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1873.0}, "se": {"x": 1701.0, "y": 1883.0}, "sw": {"x": 1711.0, "y": 1873.0}, "nw": {"x": 1711.0, "y": 1883.0}}, "position": {"x": 1706.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7963, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120685, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1873.0}, "se": {"x": 1715.0, "y": 1883.0}, "sw": {"x": 1725.0, "y": 1873.0}, "nw": {"x": 1725.0, "y": 1883.0}}, "position": {"x": 1720.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7974, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120686, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1873.0}, "se": {"x": 1729.0, "y": 1883.0}, "sw": {"x": 1739.0, "y": 1873.0}, "nw": {"x": 1739.0, "y": 1883.0}}, "position": {"x": 1734.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7985, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120687, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1873.0}, "se": {"x": 1743.0, "y": 1883.0}, "sw": {"x": 1753.0, "y": 1873.0}, "nw": {"x": 1753.0, "y": 1883.0}}, "position": {"x": 1748.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7995, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120688, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1757.0, "y": 1873.0}, "se": {"x": 1757.0, "y": 1883.0}, "sw": {"x": 1767.0, "y": 1873.0}, "nw": {"x": 1767.0, "y": 1883.0}}, "position": {"x": 1762.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158107, "gate": "", "blockId": null, "orderNum": 8004, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400016\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120689, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1785.0, "y": 1873.0}, "se": {"x": 1785.0, "y": 1883.0}, "sw": {"x": 1795.0, "y": 1873.0}, "nw": {"x": 1795.0, "y": 1883.0}}, "position": {"x": 1790.0, "y": 1878.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 12\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158108, "gate": "", "blockId": null, "orderNum": 8011, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "12\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00012\uc5f400017\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120698, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1887.0}, "se": {"x": 1547.0, "y": 1897.0}, "sw": {"x": 1557.0, "y": 1887.0}, "nw": {"x": 1557.0, "y": 1897.0}}, "position": {"x": 1552.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7441, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120699, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1887.0}, "se": {"x": 1561.0, "y": 1897.0}, "sw": {"x": 1571.0, "y": 1887.0}, "nw": {"x": 1571.0, "y": 1897.0}}, "position": {"x": 1566.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7457, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120700, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1887.0}, "se": {"x": 1575.0, "y": 1897.0}, "sw": {"x": 1585.0, "y": 1887.0}, "nw": {"x": 1585.0, "y": 1897.0}}, "position": {"x": 1580.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7473, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120701, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1887.0}, "se": {"x": 1589.0, "y": 1897.0}, "sw": {"x": 1599.0, "y": 1887.0}, "nw": {"x": 1599.0, "y": 1897.0}}, "position": {"x": 1594.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7489, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120702, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1887.0}, "se": {"x": 1603.0, "y": 1897.0}, "sw": {"x": 1613.0, "y": 1887.0}, "nw": {"x": 1613.0, "y": 1897.0}}, "position": {"x": 1608.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7505, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120703, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1887.0}, "se": {"x": 1617.0, "y": 1897.0}, "sw": {"x": 1627.0, "y": 1887.0}, "nw": {"x": 1627.0, "y": 1897.0}}, "position": {"x": 1622.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7520, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120704, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1887.0}, "se": {"x": 1631.0, "y": 1897.0}, "sw": {"x": 1641.0, "y": 1887.0}, "nw": {"x": 1641.0, "y": 1897.0}}, "position": {"x": 1636.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7533, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120705, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1887.0}, "se": {"x": 1645.0, "y": 1897.0}, "sw": {"x": 1655.0, "y": 1887.0}, "nw": {"x": 1655.0, "y": 1897.0}}, "position": {"x": 1650.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7617, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120706, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1887.0}, "se": {"x": 1659.0, "y": 1897.0}, "sw": {"x": 1669.0, "y": 1887.0}, "nw": {"x": 1669.0, "y": 1897.0}}, "position": {"x": 1664.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7701, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120707, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1887.0}, "se": {"x": 1673.0, "y": 1897.0}, "sw": {"x": 1683.0, "y": 1887.0}, "nw": {"x": 1683.0, "y": 1897.0}}, "position": {"x": 1678.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7788, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120708, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1887.0}, "se": {"x": 1687.0, "y": 1897.0}, "sw": {"x": 1697.0, "y": 1887.0}, "nw": {"x": 1697.0, "y": 1897.0}}, "position": {"x": 1692.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7875, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120709, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1887.0}, "se": {"x": 1701.0, "y": 1897.0}, "sw": {"x": 1711.0, "y": 1887.0}, "nw": {"x": 1711.0, "y": 1897.0}}, "position": {"x": 1706.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7962, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120710, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1887.0}, "se": {"x": 1715.0, "y": 1897.0}, "sw": {"x": 1725.0, "y": 1887.0}, "nw": {"x": 1725.0, "y": 1897.0}}, "position": {"x": 1720.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7973, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120711, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1887.0}, "se": {"x": 1729.0, "y": 1897.0}, "sw": {"x": 1739.0, "y": 1887.0}, "nw": {"x": 1739.0, "y": 1897.0}}, "position": {"x": 1734.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7984, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120712, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1887.0}, "se": {"x": 1743.0, "y": 1897.0}, "sw": {"x": 1753.0, "y": 1887.0}, "nw": {"x": 1753.0, "y": 1897.0}}, "position": {"x": 1748.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7994, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120713, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1757.0, "y": 1887.0}, "se": {"x": 1757.0, "y": 1897.0}, "sw": {"x": 1767.0, "y": 1887.0}, "nw": {"x": 1767.0, "y": 1897.0}}, "position": {"x": 1762.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158107, "gate": "", "blockId": null, "orderNum": 8003, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400016\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120714, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1785.0, "y": 1887.0}, "se": {"x": 1785.0, "y": 1897.0}, "sw": {"x": 1795.0, "y": 1887.0}, "nw": {"x": 1795.0, "y": 1897.0}}, "position": {"x": 1790.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158108, "gate": "", "blockId": null, "orderNum": 8010, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400017\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120724, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1901.0}, "se": {"x": 1547.0, "y": 1911.0}, "sw": {"x": 1557.0, "y": 1901.0}, "nw": {"x": 1557.0, "y": 1911.0}}, "position": {"x": 1552.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7440, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120725, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1901.0}, "se": {"x": 1561.0, "y": 1911.0}, "sw": {"x": 1571.0, "y": 1901.0}, "nw": {"x": 1571.0, "y": 1911.0}}, "position": {"x": 1566.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7456, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120726, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1901.0}, "se": {"x": 1575.0, "y": 1911.0}, "sw": {"x": 1585.0, "y": 1901.0}, "nw": {"x": 1585.0, "y": 1911.0}}, "position": {"x": 1580.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7472, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120727, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1901.0}, "se": {"x": 1589.0, "y": 1911.0}, "sw": {"x": 1599.0, "y": 1901.0}, "nw": {"x": 1599.0, "y": 1911.0}}, "position": {"x": 1594.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7488, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120728, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1901.0}, "se": {"x": 1603.0, "y": 1911.0}, "sw": {"x": 1613.0, "y": 1901.0}, "nw": {"x": 1613.0, "y": 1911.0}}, "position": {"x": 1608.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7504, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120729, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1901.0}, "se": {"x": 1617.0, "y": 1911.0}, "sw": {"x": 1627.0, "y": 1901.0}, "nw": {"x": 1627.0, "y": 1911.0}}, "position": {"x": 1622.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7519, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120730, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1901.0}, "se": {"x": 1631.0, "y": 1911.0}, "sw": {"x": 1641.0, "y": 1901.0}, "nw": {"x": 1641.0, "y": 1911.0}}, "position": {"x": 1636.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7532, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120731, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1901.0}, "se": {"x": 1645.0, "y": 1911.0}, "sw": {"x": 1655.0, "y": 1901.0}, "nw": {"x": 1655.0, "y": 1911.0}}, "position": {"x": 1650.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7616, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120732, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1901.0}, "se": {"x": 1659.0, "y": 1911.0}, "sw": {"x": 1669.0, "y": 1901.0}, "nw": {"x": 1669.0, "y": 1911.0}}, "position": {"x": 1664.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7700, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120733, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1901.0}, "se": {"x": 1673.0, "y": 1911.0}, "sw": {"x": 1683.0, "y": 1901.0}, "nw": {"x": 1683.0, "y": 1911.0}}, "position": {"x": 1678.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7787, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120734, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1901.0}, "se": {"x": 1687.0, "y": 1911.0}, "sw": {"x": 1697.0, "y": 1901.0}, "nw": {"x": 1697.0, "y": 1911.0}}, "position": {"x": 1692.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7874, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120735, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1901.0}, "se": {"x": 1701.0, "y": 1911.0}, "sw": {"x": 1711.0, "y": 1901.0}, "nw": {"x": 1711.0, "y": 1911.0}}, "position": {"x": 1706.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7961, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120736, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1901.0}, "se": {"x": 1715.0, "y": 1911.0}, "sw": {"x": 1725.0, "y": 1901.0}, "nw": {"x": 1725.0, "y": 1911.0}}, "position": {"x": 1720.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7972, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120737, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1901.0}, "se": {"x": 1729.0, "y": 1911.0}, "sw": {"x": 1739.0, "y": 1901.0}, "nw": {"x": 1739.0, "y": 1911.0}}, "position": {"x": 1734.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7983, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120738, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1901.0}, "se": {"x": 1743.0, "y": 1911.0}, "sw": {"x": 1753.0, "y": 1901.0}, "nw": {"x": 1753.0, "y": 1911.0}}, "position": {"x": 1748.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7993, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120739, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1757.0, "y": 1901.0}, "se": {"x": 1757.0, "y": 1911.0}, "sw": {"x": 1767.0, "y": 1901.0}, "nw": {"x": 1767.0, "y": 1911.0}}, "position": {"x": 1762.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158107, "gate": "", "blockId": null, "orderNum": 8002, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400016\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120740, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1785.0, "y": 1901.0}, "se": {"x": 1785.0, "y": 1911.0}, "sw": {"x": 1795.0, "y": 1901.0}, "nw": {"x": 1795.0, "y": 1911.0}}, "position": {"x": 1790.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158108, "gate": "", "blockId": null, "orderNum": 8009, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400017\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120751, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1915.0}, "se": {"x": 1547.0, "y": 1925.0}, "sw": {"x": 1557.0, "y": 1915.0}, "nw": {"x": 1557.0, "y": 1925.0}}, "position": {"x": 1552.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7439, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120752, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1915.0}, "se": {"x": 1561.0, "y": 1925.0}, "sw": {"x": 1571.0, "y": 1915.0}, "nw": {"x": 1571.0, "y": 1925.0}}, "position": {"x": 1566.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7455, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120753, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1915.0}, "se": {"x": 1575.0, "y": 1925.0}, "sw": {"x": 1585.0, "y": 1915.0}, "nw": {"x": 1585.0, "y": 1925.0}}, "position": {"x": 1580.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7471, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120754, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1915.0}, "se": {"x": 1589.0, "y": 1925.0}, "sw": {"x": 1599.0, "y": 1915.0}, "nw": {"x": 1599.0, "y": 1925.0}}, "position": {"x": 1594.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7487, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120755, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1915.0}, "se": {"x": 1603.0, "y": 1925.0}, "sw": {"x": 1613.0, "y": 1915.0}, "nw": {"x": 1613.0, "y": 1925.0}}, "position": {"x": 1608.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7503, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120756, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1915.0}, "se": {"x": 1617.0, "y": 1925.0}, "sw": {"x": 1627.0, "y": 1915.0}, "nw": {"x": 1627.0, "y": 1925.0}}, "position": {"x": 1622.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7518, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120757, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1915.0}, "se": {"x": 1631.0, "y": 1925.0}, "sw": {"x": 1641.0, "y": 1915.0}, "nw": {"x": 1641.0, "y": 1925.0}}, "position": {"x": 1636.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7531, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120758, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1915.0}, "se": {"x": 1645.0, "y": 1925.0}, "sw": {"x": 1655.0, "y": 1915.0}, "nw": {"x": 1655.0, "y": 1925.0}}, "position": {"x": 1650.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7615, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120759, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1915.0}, "se": {"x": 1659.0, "y": 1925.0}, "sw": {"x": 1669.0, "y": 1915.0}, "nw": {"x": 1669.0, "y": 1925.0}}, "position": {"x": 1664.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7699, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120760, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1915.0}, "se": {"x": 1673.0, "y": 1925.0}, "sw": {"x": 1683.0, "y": 1915.0}, "nw": {"x": 1683.0, "y": 1925.0}}, "position": {"x": 1678.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7786, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120761, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1915.0}, "se": {"x": 1687.0, "y": 1925.0}, "sw": {"x": 1697.0, "y": 1915.0}, "nw": {"x": 1697.0, "y": 1925.0}}, "position": {"x": 1692.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7873, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120762, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1915.0}, "se": {"x": 1701.0, "y": 1925.0}, "sw": {"x": 1711.0, "y": 1915.0}, "nw": {"x": 1711.0, "y": 1925.0}}, "position": {"x": 1706.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7960, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120763, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1915.0}, "se": {"x": 1715.0, "y": 1925.0}, "sw": {"x": 1725.0, "y": 1915.0}, "nw": {"x": 1725.0, "y": 1925.0}}, "position": {"x": 1720.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7971, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120764, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1915.0}, "se": {"x": 1729.0, "y": 1925.0}, "sw": {"x": 1739.0, "y": 1915.0}, "nw": {"x": 1739.0, "y": 1925.0}}, "position": {"x": 1734.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7982, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120765, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1915.0}, "se": {"x": 1743.0, "y": 1925.0}, "sw": {"x": 1753.0, "y": 1915.0}, "nw": {"x": 1753.0, "y": 1925.0}}, "position": {"x": 1748.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7992, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120766, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1757.0, "y": 1915.0}, "se": {"x": 1757.0, "y": 1925.0}, "sw": {"x": 1767.0, "y": 1915.0}, "nw": {"x": 1767.0, "y": 1925.0}}, "position": {"x": 1762.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158107, "gate": "", "blockId": null, "orderNum": 8001, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400016\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120767, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1785.0, "y": 1915.0}, "se": {"x": 1785.0, "y": 1925.0}, "sw": {"x": 1795.0, "y": 1915.0}, "nw": {"x": 1795.0, "y": 1925.0}}, "position": {"x": 1790.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158108, "gate": "", "blockId": null, "orderNum": 8008, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400017\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120780, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1547.0, "y": 1929.0}, "se": {"x": 1547.0, "y": 1939.0}, "sw": {"x": 1557.0, "y": 1929.0}, "nw": {"x": 1557.0, "y": 1939.0}}, "position": {"x": 1552.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 1\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158092, "gate": "", "blockId": null, "orderNum": 7438, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "1\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400001\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120781, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1561.0, "y": 1929.0}, "se": {"x": 1561.0, "y": 1939.0}, "sw": {"x": 1571.0, "y": 1929.0}, "nw": {"x": 1571.0, "y": 1939.0}}, "position": {"x": 1566.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 2\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158093, "gate": "", "blockId": null, "orderNum": 7454, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "2\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400002\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120782, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1575.0, "y": 1929.0}, "se": {"x": 1575.0, "y": 1939.0}, "sw": {"x": 1585.0, "y": 1929.0}, "nw": {"x": 1585.0, "y": 1939.0}}, "position": {"x": 1580.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 3\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158094, "gate": "", "blockId": null, "orderNum": 7470, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "3\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400003\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120783, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1589.0, "y": 1929.0}, "se": {"x": 1589.0, "y": 1939.0}, "sw": {"x": 1599.0, "y": 1929.0}, "nw": {"x": 1599.0, "y": 1939.0}}, "position": {"x": 1594.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 4\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158095, "gate": "", "blockId": null, "orderNum": 7486, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "4\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400004\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120784, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1603.0, "y": 1929.0}, "se": {"x": 1603.0, "y": 1939.0}, "sw": {"x": 1613.0, "y": 1929.0}, "nw": {"x": 1613.0, "y": 1939.0}}, "position": {"x": 1608.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 5\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158096, "gate": "", "blockId": null, "orderNum": 7502, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "5\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400005\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120785, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1617.0, "y": 1929.0}, "se": {"x": 1617.0, "y": 1939.0}, "sw": {"x": 1627.0, "y": 1929.0}, "nw": {"x": 1627.0, "y": 1939.0}}, "position": {"x": 1622.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 6\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158097, "gate": "", "blockId": null, "orderNum": 7517, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "6\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400006\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120786, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1631.0, "y": 1929.0}, "se": {"x": 1631.0, "y": 1939.0}, "sw": {"x": 1641.0, "y": 1929.0}, "nw": {"x": 1641.0, "y": 1939.0}}, "position": {"x": 1636.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 7\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158098, "gate": "", "blockId": null, "orderNum": 7530, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "7\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400007\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120787, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1645.0, "y": 1929.0}, "se": {"x": 1645.0, "y": 1939.0}, "sw": {"x": 1655.0, "y": 1929.0}, "nw": {"x": 1655.0, "y": 1939.0}}, "position": {"x": 1650.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 8\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158099, "gate": "", "blockId": null, "orderNum": 7614, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "8\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400008\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120788, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1659.0, "y": 1929.0}, "se": {"x": 1659.0, "y": 1939.0}, "sw": {"x": 1669.0, "y": 1929.0}, "nw": {"x": 1669.0, "y": 1939.0}}, "position": {"x": 1664.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 9\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158100, "gate": "", "blockId": null, "orderNum": 7698, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "9\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400009\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120789, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1673.0, "y": 1929.0}, "se": {"x": 1673.0, "y": 1939.0}, "sw": {"x": 1683.0, "y": 1929.0}, "nw": {"x": 1683.0, "y": 1939.0}}, "position": {"x": 1678.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 10\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158101, "gate": "", "blockId": null, "orderNum": 7785, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "10\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400010\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120790, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1687.0, "y": 1929.0}, "se": {"x": 1687.0, "y": 1939.0}, "sw": {"x": 1697.0, "y": 1929.0}, "nw": {"x": 1697.0, "y": 1939.0}}, "position": {"x": 1692.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 11\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158102, "gate": "", "blockId": null, "orderNum": 7872, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "11\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400011\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120791, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1701.0, "y": 1929.0}, "se": {"x": 1701.0, "y": 1939.0}, "sw": {"x": 1711.0, "y": 1929.0}, "nw": {"x": 1711.0, "y": 1939.0}}, "position": {"x": 1706.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 12\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158103, "gate": "", "blockId": null, "orderNum": 7959, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "12\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400012\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120792, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1715.0, "y": 1929.0}, "se": {"x": 1715.0, "y": 1939.0}, "sw": {"x": 1725.0, "y": 1929.0}, "nw": {"x": 1725.0, "y": 1939.0}}, "position": {"x": 1720.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 13\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158104, "gate": "", "blockId": null, "orderNum": 7970, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "13\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400013\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120793, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1729.0, "y": 1929.0}, "se": {"x": 1729.0, "y": 1939.0}, "sw": {"x": 1739.0, "y": 1929.0}, "nw": {"x": 1739.0, "y": 1939.0}}, "position": {"x": 1734.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 14\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158105, "gate": "", "blockId": null, "orderNum": 7981, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "14\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400014\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120794, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1743.0, "y": 1929.0}, "se": {"x": 1743.0, "y": 1939.0}, "sw": {"x": 1753.0, "y": 1929.0}, "nw": {"x": 1753.0, "y": 1939.0}}, "position": {"x": 1748.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 15\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158106, "gate": "", "blockId": null, "orderNum": 7991, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "15\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400015\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120795, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1757.0, "y": 1929.0}, "se": {"x": 1757.0, "y": 1939.0}, "sw": {"x": 1767.0, "y": 1929.0}, "nw": {"x": 1767.0, "y": 1939.0}}, "position": {"x": 1762.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 16\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158107, "gate": "", "blockId": null, "orderNum": 8000, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "16\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400016\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120796, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1785.0, "y": 1929.0}, "se": {"x": 1785.0, "y": 1939.0}, "sw": {"x": 1795.0, "y": 1929.0}, "nw": {"x": 1795.0, "y": 1939.0}}, "position": {"x": 1790.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 17\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158108, "gate": "", "blockId": null, "orderNum": 8007, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "17\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400017\ubc88", "area": {"virtualX": 6, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}], "7:7": [{"logicalSeatId": 1537120715, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1799.0, "y": 1887.0}, "se": {"x": 1799.0, "y": 1897.0}, "sw": {"x": 1809.0, "y": 1887.0}, "nw": {"x": 1809.0, "y": 1897.0}}, "position": {"x": 1804.0, "y": 1892.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 13\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158109, "gate": "", "blockId": null, "orderNum": 8018, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "13\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00013\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120741, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1799.0, "y": 1901.0}, "se": {"x": 1799.0, "y": 1911.0}, "sw": {"x": 1809.0, "y": 1901.0}, "nw": {"x": 1809.0, "y": 1911.0}}, "position": {"x": 1804.0, "y": 1906.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 14\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158109, "gate": "", "blockId": null, "orderNum": 8017, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "14\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00014\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120768, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1799.0, "y": 1915.0}, "se": {"x": 1799.0, "y": 1925.0}, "sw": {"x": 1809.0, "y": 1915.0}, "nw": {"x": 1809.0, "y": 1925.0}}, "position": {"x": 1804.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158109, "gate": "", "blockId": null, "orderNum": 8016, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120769, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1813.0, "y": 1915.0}, "se": {"x": 1813.0, "y": 1925.0}, "sw": {"x": 1823.0, "y": 1915.0}, "nw": {"x": 1823.0, "y": 1925.0}}, "position": {"x": 1818.0, "y": 1920.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 15\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158110, "gate": "", "blockId": null, "orderNum": 8023, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "15\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00015\uc5f400019\ubc88", "area": {"virtualX": 7, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120797, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1799.0, "y": 1929.0}, "se": {"x": 1799.0, "y": 1939.0}, "sw": {"x": 1809.0, "y": 1929.0}, "nw": {"x": 1809.0, "y": 1939.0}}, "position": {"x": 1804.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 18\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158109, "gate": "", "blockId": null, "orderNum": 8015, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "18\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400018\ubc88", "area": {"virtualX": 7, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120798, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1813.0, "y": 1929.0}, "se": {"x": 1813.0, "y": 1939.0}, "sw": {"x": 1823.0, "y": 1929.0}, "nw": {"x": 1823.0, "y": 1939.0}}, "position": {"x": 1818.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 19\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158110, "gate": "", "blockId": null, "orderNum": 8022, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "19\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400019\ubc88", "area": {"virtualX": 7, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}, {"logicalSeatId": 1537120799, "gradeId": 102833, "allotmentCode": "TKL", "cornerPoints": {"ne": {"x": 1827.0, "y": 1929.0}, "se": {"x": 1827.0, "y": 1939.0}, "sw": {"x": 1837.0, "y": 1929.0}, "nw": {"x": 1837.0, "y": 1939.0}}, "position": {"x": 1832.0, "y": 1934.0}, "rowIdx": -1, "colIdx": -1, "mapInfo": "2\uce35 B\uad6c\uc5ed 16\uc5f4 20\ubc88", "seatCount": 1, "groupId": 0, "linkedId": 49158111, "gate": "", "blockId": null, "orderNum": 8027, "attributes": ["", "", "2\uce35", "B\uad6c\uc5ed", "16\uc5f4", "20\ubc88"], "sortMapInfo": "00002\uce35B\uad6c\uc5ed00016\uc5f400020\ubc88", "area": {"virtualX": 7, "virtualY": 7}, "waitingLinkedId": null, "sectionId": 59711}]} \ No newline at end of file diff --git a/data/chromedriver.exe b/data/chromedriver.exe new file mode 100644 index 0000000..35e6425 Binary files /dev/null and b/data/chromedriver.exe differ diff --git a/data/common_old.onnx b/data/common_old.onnx new file mode 100644 index 0000000..8ce4807 Binary files /dev/null and b/data/common_old.onnx differ diff --git a/ocr/__init__.py b/ocr/__init__.py new file mode 100644 index 0000000..540bc4a --- /dev/null +++ b/ocr/__init__.py @@ -0,0 +1,2803 @@ +# coding=utf-8 +import warnings + +warnings.filterwarnings('ignore') +import io +import os +import base64 +import json +import pathlib +import onnxruntime +from PIL import Image, ImageChops +import numpy as np +import cv2 + + +onnxruntime.set_default_logger_severity(3) + +def base64_to_image(img_base64): + img_data = base64.b64decode(img_base64) + return Image.open(io.BytesIO(img_data)) + + +def get_img_base64(single_image_path): + with open(single_image_path, 'rb') as fp: + img_base64 = base64.b64encode(fp.read()) + return img_base64.decode() + + +class TypeError(Exception): + pass + + +def png_rgba_black_preprocess(img: Image): + width = img.width + height = img.height + image = Image.new('RGB', size=(width, height), color=(255, 255, 255)) + image.paste(img, (0, 0), mask=img) + return image + + +class DdddOcr(object): + def __init__(self, ocr: bool = True, det: bool = False, old: bool = False, beta: bool = False, + use_gpu: bool = False, + device_id: int = 0, show_ad=True, import_onnx_path: str = "", charsets_path: str = "", + origin_onnx_path: str = ""): + if show_ad: + print("欢迎使用ddddocr,本项目专注带动行业内卷,个人博客:wenanzhe.com") + print("训练数据支持来源于:http://146.56.204.113:19199/preview") + print("爬虫框架feapder可快速一键接入,快速开启爬虫之旅:https://github.com/Boris-code/feapder") + print( + "谷歌reCaptcha验证码 / hCaptcha验证码 / funCaptcha验证码商业级识别接口:https://yescaptcha.com/i/NSwk7i") + if not hasattr(Image, 'ANTIALIAS'): + setattr(Image, 'ANTIALIAS', Image.LANCZOS) + self.use_import_onnx = False + self.__word = False + self.__resize = [] + self.__charset_range = [] + self.__channel = 1 + if import_onnx_path != "": + det = False + ocr = False + self.__graph_path = import_onnx_path + with open(charsets_path, 'r', encoding="utf-8") as f: + info = json.loads(f.read()) + self.__charset = info['charset'] + self.__word = info['word'] + self.__resize = info['image'] + self.__channel = info['channel'] + self.use_import_onnx = True + + if det: + ocr = False + self.__graph_path = os.path.join(os.path.dirname(__file__), 'common_det.onnx') + self.__charset = [] + if ocr: + if not beta: + if origin_onnx_path: + self.__graph_path = origin_onnx_path + else: + self.__graph_path = os.path.join(os.path.dirname(__file__), 'common_old.onnx') + self.__charset = ["", "掀", "袜", "顧", "徕", "榱", "荪", "浡", "其", "炎", "玉", "恩", "劣", "徽", + "廉", "桂", "拂", + "鳊", "撤", + "赏", "哮", "侄", "蓮", "И", "进", "饭", "饱", "优", "楸", "礻", "蜉", "營", "伙", + "杌", "修", "榜", + "准", "铒", + "戏", "赭", "襟", "彘", "彩", "雁", "闽", "坎", "聂", "氡", "辜", "苁", "潆", "摁", + "月", "稇", "而", + "醴", "簉", + "卑", "妖", "埽", "嘡", "醛", "見", "煎", "汪", "秽", "迄", "噭", "焉", "钌", "瑕", + "玻", "仙", "蹑", + "钀", "翦", + "丰", "矗", "2", "胚", "镊", "镡", "鍊", "帖", "僰", "淀", "吒", "冲", "挡", "粼", + "螈", "缵", "孺", + "侦", "曷", + "渐", "敷", "投", "宸", "祉", "柳", "尖", "梃", "淘", "臁", "躇", "撖", "惭", "狄", + "聢", "官", "狴", + "诬", "骄", + "跻", "場", "姻", "钎", "藥", "綉", "驾", "舻", "黢", "鲦", "蜣", "渖", "绹", "佰", + "怜", "三", "痪", + "眍", "养", + "角", "薜", "濑", "劳", "戟", "傎", "纫", "徉", "收", "稍", "虫", "螋", "鬲", "捌", + "陡", "蓟", "邳", + "蹢", "涉", + "煋", "端", "懷", "椤", "埶", "廊", "免", "秫", "猢", "睐", "臺", "擀", "布", "麃", + "彗", "汊", "芄", + "遣", "胙", + "另", "癯", "徭", "疢", "茆", "忡", "'", "烃", "笕", "薤", "肆", "熛", "過", "盖", + "跷", "呷", "痿", + "沖", "魍", + "讣", "庤", "弑", "诩", "庵", "履", "暮", "始", "滟", "矅", "蛹", "鸿", "啃", "铋", + "沿", "鐾", "酆", + "團", "恙", + "閥", "聒", "讵", "颠", "沾", "堅", "踣", "陴", "覃", "滙", "浐", "钇", "脆", "炙", + "亮", "觌", "産", + "汩", "鸭", + "斄", "堆", "掭", "揞", "鹂", "郫", "瘅", "蚂", "揩", "学", "组", "浸", "腙", "耀", + "嗛", "局", "蠓", + "肠", "昏", + "I", "岑", "镯", "憧", "油", "泸", "鸟", "潇", "蕻", "褒", "瞧", "旸", "昭", "庐", + "鞒", "内", "痈", + "己", "曙", + "怠", "锟", "晞", "耢", "鲢", "醦", "糕", "療", "寇", "梵", "黾", "呻", "苒", "ü", + "校", "嘏", "昃", + "Ⅰ", "蕰", + "凖", "嵛", "裨", "筏", "匜", "咋", "乏", "婵", "镂", "珰", "感", "蔗", "蚵", "庞", + "弢", "槟", "口", + "漉", "﹒", + "咂", "俩", "增", "硐", "襙", "绉", "卿", "距", "璱", "猖", "铚", "郚", "嬖", "缒", + "阃", "扞", "V", + "望", "最", + "浔", "骜", "赃", "闻", "砍", "奸", "灶", "以", "获", "鳎", "浦", "罐", "孓", "纭", + "瘀", "普", "氰", + "塮", "症", + "顷", "们", "螓", "蛸", "鵰", "册", "美", "萨", "沘", "犰", "嫌", "名", ")", "懦", + "滇", "F", "垡", + "声", "毅", + "隅", "鲎", "煨", "萦", "宜", "唇", "鯨", "邛", "杲", "赜", "长", "魂", "桠", "锇", + "搓", "俘", "仰", + "膘", "宦", + "歹", "遁", "猃", "噉", "幂", "糜", "嗤", "周", "剂", "曦", "暧", "焖", "髻", "釐", + "泰", "窟", "檎", + "旧", "犀", + "镄", "百", "取", "岍", "逗", "叽", "呃", "鲪", "萬", "陈", "7", "習", "区", "逄", + "宏", "罡", "漭", + "盗", "郿", + "般", "谢", "倪", "纵", "婶", "砧", "揖", "扪", "濒", "愤", "茓", "浞", "子", "揄", + "旌", "趄", "樊", + "醑", "遄", + "婚", "汶", "矩", "裈", "弊", "呱", "铳", "勿", "蚴", "忿", "褓", "缚", "酱", "璞", + "庆", "除", "礌", + "珩", "榨", + "鼢", "逞", "容", "圯", "猛", "陌", "-", "嚯", "镘", "鱾", "睚", "猬", "杜", "鳓", + "燈", "計", "咣", + "炜", "睁", + "箱", "邮", "略", "馇", "逐", "雀", "僬", "髯", "奖", "俱", "-", "绗", "犏", "辱", + "忑", "挽", "康", + "蝼", "栏", + "模", "辒", "•", "儋", "罱", "墈", "会", "秀", "栈", "缔", "醜", "蚣", "阮", "鼗", + "眼", "湧", "沁", + "夥", "毕", + "媚", "瘳", "痣", "搴", "闿", "遍", "焰", "岣", "舱", "埌", "麿", "嘿", "靽", "体", + "想", "霓", "钛", + "摽", "苑", + "芳", "技", "綮", "钅", "燠", "栾", "年", "悱", "腹", "员", "呕", "闇", "嗫", "檩", + "荒", "溱", "舨", + "峙", "卒", + "洑", "预", "弯", "蔷", "叵", "锯", "慈", "牧", "患", "贇", "偷", "鲜", "锓", "躔", + "嚬", "烈", "娌", + "嘲", "详", + "麺", "舒", "厨", "徵", "葹", "只", "篦", "鹀", "剕", "驳", "聍", "黧", "砾", "暅", + "褫", "呈", "森", + "结", "龛", + "钲", "轧", "扔", "蕹", "赵", "涒", "冯", "渲", "缭", "坚", "趼", "鲑", "倫", "门", + "班", "垚", "鞍", + "菘", "畐", + "僇", "侉", "禢", "轳", "饦", "兽", "呯", "捂", "樨", "卧", "栝", "豭", "冶", "鉰", + "申", "蜈", "印", + "缨", "镫", + "蕾", "圜", "扑", "娉", "烦", "缳", "广", "峄", "獒", "铔", "奁", "醚", "倥", "蹇", + "阚", "镆", "煺", + "德", "颉", + "嗅", "绷", "蒯", "祺", "崧", "往", "枨", "涡", "鲲", "瓅", "岌", "肘", "飔", "缘", + "千", "棱", "溶", + "窣", "篼", + "代", "捡", "送", "咡", "术", "滑", "茜", "晾", "挤", "曳", "糈", "G", "翊", "殴", + "妹", "溥", "璆", + "烩", "拙", + "襄", "几", "嘴", "D", "驮", "淙", "蹐", "合", "環", "剑", "怪", "褂", "畑", "燏", + "订", "珪", "≥", + "瘟", "耷", + "槑", "衷", "猕", "迁", "霎", "槜", "﹖", "鋈", "苹", "嫣", "祜", "李", "鄒", "噢", + "萄", "仝", "纨", + "直", "悛", + "拣", "远", "诏", "圧", "躬", "蝟", "總", "眆", "筻", "硇", "鳁", "眠", "钆", "泞", + "猱", "宾", "酞", + "募", "螳", + "腴", "念", "宠", "唯", "怊", "勃", "M", "兿", "蟑", "妁", "掸", "拌", "铸", "讼", + "诟", "锺", "Ω", + "竟", "羚", + "剽", "C", "苦", "煳", "罢", "跨", "~", "豸", "±", "俬", "捺", "彦", "钣", "鋆", "用", + "缤", "搁", + "徼", "谦", + "筘", "嗨", "扮", "旇", "折", "咯", "昆", "叟", "垂", "箐", "捻", "燕", "島", "瞀", + "鮮", "屡", "點", + "瘭", "恚", + "旚", "丟", "捽", "菁", "瀑", "炕", "蹩", "芒", "r", "是", "媾", "鹝", "囵", "萤", + "拷", "频", "埴", + "课", "癍", + "袱", "螯", "谘", "榛", "Y", "缣", "裔", "憩", "相", "觀", "晗", "坳", "炔", "勉", + "汆", "钡", "舐", + "衫", "疫", + "鲙", "蘩", "穈", "殁", "九", "泻", "咤", "構", "谆", "陕", "装", "蔡", "画", "介", + "苋", "務", "敝", + "俟", "帇", + "鸺", "贸", "茗", "肃", "滪", "输", "瘗", "菽", "饹", "诉", "遐", "浑", "扎", "卟", + "铀", "邗", "觋", + "嘎", "塑", + "潏", "金", "姘", "潋", "逵", "鲻", "逯", "炮", "甄", "髡", "剩", "嗬", "芴", "屋", + "改", "骣", "芪", + "邠", "痋", + "珑", "帆", "狙", "八", "奔", "族", "轵", "氖", "雕", "痧", "眊", "胛", "酉", "鲼", + "砣", "猸", "餮", + "郇", "沫", + "跖", "蝉", "屑", "辘", "閣", "涑", "邡", "篃", "交", "笼", "颇", "贻", "魄", "黡", + "劂", "糠", "炅", + "帨", "苍", + "瓴", "粤", "莎", "朿", "埔", "绸", "齁", "鱿", "惨", "腢", "郡", "棠", "猫", "脑", + "風", "蚱", "捐", + "嵌", "胱", + "馗", "竽", "泥", "辍", "怖", "雾", "絮", "淼", "筝", "碲", "悼", "龀", "の", "珥", + "忐", "溲", "昕", + "荔", "掂", + "瘦", "僭", "蔌", "抺", "椅", "誉", "扯", "僜", "停", "衉", "汇", "赔", "眄", "呙", + "咙", "剿", "次", + "蛟", "嗓", + "』", "汕", "詈", "帘", "踧", "姁", "血", "堪", "喜", "滩", "璎", "胄", "俨", "眚", + "凌", "拽", "滔", + "⑿", "嬃", + "―", "汐", "潭", "阡", "呓", "婷", "执", "妊", "恂", "妥", "鳘", "蔫", "设", "睒", + "笪", "謇", "鞋", + "谍", "黯", + "虍", "馬", "蚧", "骑", "峤", "舾", "儀", "駡", "β", "蓑", "柏", "痒", "蒇", "痕", + "妍", "熠", "僻", + "爬", "迭", + "畫", "绰", "湯", "凭", "菼", "懈", "顒", "午", "箪", "糙", "址", "钼", "堵", "佘", + "侍", "卤", "(", + "榚", "泽", + "溘", "蟹", "b", "燁", "颂", "菠", "榉", "鲡", "埸", "荛", "歘", "断", "邸", "贡", + "礞", "蔼", "脸", + "爪", "帜", + "翡", "仟", "皎", "辆", "滫", "昔", "™", "柬", "弓", "遇", "杪", "侨", "娓", "镪", + "觑", "一", "踌", + "牟", "褡", + "厩", "晌", "每", "娘", "渤", "c", "咫", "成", "颏", "孩", "鼓", "瞌", "槁", "捒", + "阉", "伉", "癣", + "胞", "鲟", + "瓤", "杅", "紡", "喂", "掠", "镜", "镧", "侞", "赦", "貝", "丕", "臧", "L", "池", + "彷", "棓", "锽", + "渊", "食", + "饨", "堡", "玥", "氣", "讽", "敬", "闺", "帡", "携", "哫", "珈", "魆", "哄", "旁", + "喻", "泄", "畎", + "郁", "唅", + "葜", "繪", "飐", "谶", "聆", "斝", "谥", "辉", "髅", "進", "吧", "蹀", "铛", "笛", + "睥", "楼", "凝", + "況", "鸷", + "苠", "饺", "沙", "缴", "块", "梢", "慝", "珐", "鄏", "霰", "迸", "氆", "趵", "棣", + "鳔", "祆", "☆", + "苯", "恁", + "螨", "庭", "缠", "槠", "津", "髋", "诔", "葶", "蜾", "坻", "蒹", "摔", "向", "垩", + "蹭", "淇", "筛", + "滬", "玡", + "铺", "逼", "劵", "绲", "团", "鳀", "常", "玖", "擢", "株", "铵", "樽", "弭", "醇", + "糨", "璈", "曩", + "潔", "祘", + "磨", "希", "鲅", "擂", "谗", "唳", "欷", "欧", "绋", "庙", "琬", "稳", "糊", "拥", + "霪", "浼", "翎", + "俜", "摸", + "筚", "巯", "墼", "苫", "缩", "镚", "婪", "圹", "咚", "儿", "蒽", "婆", "鲐", "雹", + "霞", "嶪", "濠", + "琉", "澌", + "媢", "禤", "摺", "掏", "矢", "艄", "围", "呸", "寺", "拤", "氐", "柝", "跎", "僖", + "挢", "茨", "涮", + "缫", "撸", + "荨", "嶷", "廋", "魋", "付", "喋", "蜗", "邙", "棹", "璪", "倡", "鞭", "游", "錦", + "眬", "抒", "眈", + "培", "夏", + "黔", "獐", "皋", "戛", "鲀", "垒", "耽", "纤", "漩", "铈", "握", "窝", "芋", "濞", + "截", "零", "敖", + "眸", "怦", + "噎", "簋", "掳", "妣", "湃", "璠", "殄", "觞", "桅", "笋", "鲞", "踯", "傀", "犨", + "抵", "疰", "暌", + "耖", "供", + "枳", "怂", "娶", "鸩", "捣", "庸", "逡", "懋", "颃", "長", "鼫", "姮", "蹈", "耵", + "乂", "骐", "殇", + "膏", "仳", + "冥", "梭", "洵", "碣", "昝", "仉", "軒", "隍", "更", "な", "嵕", "拜", "粑", "鲴", + "吇", "秃", "尕", + "魃", "狨", + "臛", "蟥", "胨", "注", "谁", "张", "才", "尸", "派", "矮", "洳", "舟", "溺", "锴", + "寓", "籴", "夕", + "叭", "荠", + "澼", "劃", "久", "私", "炉", "娟", "麤", "稂", "河", "纴", "夺", "亏", "焙", "。", + "塗", "蜩", "栌", + "渡", "薰", + "崋", "揿", "漤", "啾", "郏", "舣", "卉", "爱", "牚", "撵", "钺", "再", "企", "笺", + "疾", "承", "俾", + "瞈", "邰", + "汾", "瘛", "檫", "蒎", "觅", "绀", "掎", "U", "赓", "匳", "聘", "蛤", "跤", "嗜", + "洼", "歔", "弟", + "飕", "莼", + "嫉", "那", "滈", "践", "僦", "偎", "扢", "绚", "乕", "旳", "招", "饯", "®", "攸", + "鞁", "囫", "铨", + "陒", "鷄", + "畀", "韨", "經", "纾", "萸", "肴", "→", "宗", "迳", "鳞", "亚", "搂", "喀", "狮", + "坦", "瞥", "采", + "姝", "钳", + "□", "剌", "維", "葸", "鼩", "公", "刀", "沩", "喔", "泺", "哉", "徨", "篝", "掊", + "沕", "运", "偆", + "浒", "语", + "乇", "仪", "萝", "疍", "踽", "碡", "熰", "荞", "嚓", "天", "饰", "泵", "械", "孑", + "蛰", "荟", "源", + "峡", "矜", + "睬", "噬", "腆", "婉", "‘", "等", "誓", "辀", "岖", "琖", "碜", "霍", "怼", "唛", + "弈", "淑", "疆", + "晴", "镴", + "鸡", "埚", "焕", "芦", "唻", "踅", "吴", "殡", "唏", "吨", "寡", "鹉", "絲", "坉", + "會", "埭", "Ⅲ", + "捏", "墅", + "卓", "叙", "徇", "柜", "各", "荭", "J", "恝", "囐", "蓉", "犋", "叡", "莺", "颌", + "蒸", "饸", "疋", + "玊", "兢", + "鱽", "藍", "杳", "辂", "獘", "拔", "侪", "湍", "膂", "渔", "瘊", "雉", "稁", "職", + "僤", "鄳", "祁", + "稱", "I", + "裴", "锉", "曹", "鲶", "挨", "哑", "鷪", "鏠", "煞", "师", "蛲", "牁", "琅", "告", + "媒", "祭", "确", + "荚", "亰", + "蝗", "阗", "歩", "疲", "f", "唣", "愛", "郾", "棍", "山", "狲", "纽", "蚡", "栂", + "馓", "诊", "猴", + "喤", "来", + "继", "桎", "嬛", "骞", "邴", "暄", "贼", "昴", "廿", "克", "耔", "彤", "鹭", "葓", + "骢", "龁", "鏡", + "瀚", "赅", + "韩", "譄", "榷", "殚", "膛", "须", "、", "砖", "唶", "番", "蛘", "畴", "铠", "亢", + "氓", "铰", "炻", + "筫", "迢", + "兰", "玺", "砻", "积", "莜", "吸", "监", "膦", "迪", "迷", "冷", "哀", "贳", "瞄", + "器", "鹡", "惺", + "徐", "酢", + "寒", "Ⓡ", "倾", "飞", "楽", "涢", "队", "舆", "赤", "璩", "戳", "殳", "掮", "舴", + "蜷", "宄", "拴", + "癌", "舛", + "婀", "抟", "靡", "骍", "揸", "思", "慧", "平", "橘", "臭", "硖", "卬", "畈", "兠", + "茸", "脂", "魚", + "晩", "御", + "龋", "涣", "罨", "爍", "糌", "汧", "缐", "贽", "要", "祀", "鲊", "爼", "獯", "瀣", + "棋", "肈", "佣", + "娣", "柩", + "枸", "偃", "v", "唷", "劍", "榴", "槐", "漫", "洽", "蒡", "籼", "魔", "峋", "第", + "歙", "萧", "谮", + "埯", "撮", + "马", "绡", "裘", "鹋", "蓬", "显", "噶", "倒", "镳", "艽", "窬", "拳", "樯", "跋", + "詹", "钥", "心", + "嶽", "嚋", + "戎", "吕", "涂", "悃", "麦", "骋", "推", "箩", "硚", "匆", "村", "五", "杨", "凑", + "鞫", "镰", "伥", + "诒", "纣", + "崃", "鸻", "翰", "辌", "廛", "證", "舢", "盼", "腿", "圳", "贱", "皿", "隆", "屈", + "龏", "瓒", "顏", + "↓", "赈", + "煙", "窍", "韧", "壁", "莰", "箬", "蹋", "褰", "峥", "悚", "坜", "环", "回", "疼", + "渍", "蝄", "东", + "臂", "坩", + "走", "痍", "或", "蜀", "熳", "蜻", "佐", "懿", "嚅", "紗", "螭", "忖", "顶", "狡", + "吲", "洣", "帛", + "呶", "柞", + "柫", "酿", "粥", "琢", "呵", "踝", "榀", "呲", "價", "鼋", "欺", "此", "背", "猎", + "昱", "濡", "稚", + "欠", "暇", + "茬", "牙", "迹", "尼", "氛", "膠", "缯", "娼", "骚", "姒", "鬟", "霁", "鲔", "者", + "驰", "倩", "馉", + "工", "芬", + "烙", "卦", "C", "裂", "垲", "摆", "珮", "缏", "杞", "绘", "司", "如", "姞", "荆", + "挖", "跗", "伍", + "氚", "钘", + "郢", "轱", "篆", "吭", "夡", "鹫", "讷", "轺", "!", "匈", "待", "聱", "黏", "海", + "蹶", "趋", "鎮", + "觊", "江", + "咸", "富", "艴", "稗", "钜", "搏", "壶", "鲮", "薪", "猞", "轰", "踪", "赣", "循", + "序", "噻", "若", + "裾", "许", + "癞", "吓", "判", "踔", "查", "蚀", "[", "樓", "坌", "岳", "榄", "役", "倜", "⒂", + "旭", "溆", "惯", + "咀", "跫", + "选", "囱", "污", "镶", "⒁", "淠", "氮", "酯", "寅", "芼", "炊", "夯", "郪", "农", + "褲", "嘬", "蹻", + "烔", "罄", + "开", "靴", "镇", "杯", "羰", "硪", "籍", "摘", "馀", "餐", "眯", "⑴", "呗", "巫", + "幤", "蒤", "蒗", + "镥", "檵", + "盛", "純", "娃", "●", "耿", "巡", "婴", "槔", "i", "颊", "Ⅳ", "栅", "绅", "邘", "冉", + "碧", "使", + "熨", "羞", + "扼", "漳", "觯", "楊", "励", "逑", "咄", "之", "斤", "嘣", "鹰", "媸", "鲂", "褚", + "磚", "琨", "聪", + "牖", "太", + "蓍", "涫", "≤", "虽", "鸽", "燧", "褊", "聿", "壬", "然", "疚", "莲", "悴", "簃", + "颓", "坠", "瞬", + "汳", "l", + "登", "瘼", "窳", "桤", "縯", "匣", "坡", "↑", "愦", "攘", "渭", "嬢", "鲰", "性", + "楚", "澈", "赪", + "達", "鄯", + "罅", "帽", "茠", "底", "嫜", "奏", "浅", "荽", "楹", "鼍", "枵", "嗔", "滍", "椴", + "嵩", "氤", "搠", + "两", "榔", + "树", "吝", "基", "峂", "栎", "侮", "舸", "遂", "颡", "锷", "杼", "酔", "幄", "哽", + "睢", "陔", "※", + "嚆", "宬", + "宽", "髦", "笾", "保", "蹊", "榕", "咏", "椋", "丧", "裤", "骛", "逧", "弇", "崆", + "樘", "疤", "鸤", + "伞", "抚", + "诎", "诵", "豢", "佳", "差", "埝", "极", "黍", "煜", "曰", "阱", "悞", "叹", "垤", + "藁", "嗵", "崔", + "卫", "珂", + "憯", "蔬", "菜", "碑", "扈", "铆", "夹", "衡", "弱", "挈", "徜", "疠", "丶", "遠", + "提", "斧", "炟", + "肺", "B", + "她", "晟", "谎", "邱", "粳", "酽", "爨", "鬼", "伧", "兹", "嶓", "谤", "饕", "揶", + "谱", "歡", "髪", + "餍", "泳", + "郞", "谣", "汉", "褐", "非", "刽", "缅", "饴", "齐", "兴", "涯", "芫", "凡", "褶", + "晡", "努", "蚶", + "彥", "皤", + "砌", "黼", "吹", "指", "㙟", "蓁", "鹜", "話", "拊", "辨", "盎", "肌", "旘", "软", + "颍", "甏", "滚", + "旦", "滨", + "间", "尴", "对", "鄘", "称", "镗", "咅", "璐", "怔", "垛", "洎", "瓮", "绨", "脚", + "遒", "吊", "纸", + "蹅", "经", + "泉", "武", "汀", "歪", "败", "拾", "铪", "吼", "邹", "磊", "论", "岛", "厍", "锛", + "芎", "芭", "音", + "澧", "镕", + "锒", "宙", "牵", "忱", "嫔", "麯", "澉", "擐", "砥", "撞", "痴", "盹", "畿", "厾", + "酸", "俑", "脽", + "鸈", "枷", + "咨", "蔹", "诂", "胰", "董", "脶", "黩", "髓", "鉵", "澎", "鲽", "梧", "樱", "诜", + "鲯", "跂", "盂", + "浴", "苻", + "锅", "實", "碁", "嘛", "氕", "艮", "涟", "绢", "姿", "茝", "砘", "簿", "穷", "镃", + "∈", "抽", "事", + "誜", "窅", + "瀘", "鲹", "兖", "嵎", "陧", "榍", "轶", "柿", "藤", "薏", "娆", "骷", "梅", "摒", + "睪", "剪", "羸", + "忧", "邝", + "跺", "旆", "堕", "伫", "绍", "疵", "樟", "–", "绾", "蜴", "靸", "侃", "瘘", "珧", + "遨", "縠", "信", + "充", "桔", + "黇", "劬", "脒", "良", "俵", "颙", "轹", "犿", "屐", "牾", "4", "兮", "澝", "汗", + "沼", "铲", "濋", + "鹬", "丝", + "妫", "重", "蒺", "磲", "曚", "尔", "国", "桐", "俣", "剐", "哼", "恹", "哧", "藔", + "谓", "轨", "眩", + "痞", "添", + "鬯", "库", "梱", "婕", "蜢", "贿", "敕", "泯", "羟", "龇", "垸", "左", "肖", "辎", + "鞣", "谄", "可", + "腺", "末", + "狞", "贷", "嗌", "仕", "楞", "膻", "臻", "欻", "洲", "所", "檀", "抔", "罹", "牒", + "仫", "芨", "柄", + "嫩", "酒", + "祙", "渠", "的", "笨", "鳐", "楡", "过", "苡", "核", "拖", "阢", "莒", "凤", "锋", + "`", "硎", "弁", + "鬶", "朐", + "忏", "於", "昊", "剟", "咳", "湘", "日", "满", "哨", "螵", "餪", "放", "佶", "葵", + "硷", "c", "抱", + "锥", "芮", + "啻", "惊", "峁", "琊", "嶲", "撺", "煅", "屏", "袗", "鄞", "梓", "鹌", "宅", "赂", + "鱼", "洱", "騳", + "E", "物", + "觏", "雙", "瑀", "上", "淩", "愀", "❋", "鄙", "憝", "沛", "硫", "产", "垯", "亁", + "枭", "堰", "赑", + "趾", "庹", + "腭", "迨", "拚", "晒", "蜇", "扣", "纰", "闵", "窭", "椽", "菏", "嘁", "伛", "郸", + "素", "殷", "表", + "躞", "笸", + "耻", "荧", "辛", "篑", "馈", "壮", "耩", "宛", "慰", "盡", "塆", "铯", "苏", "王", + "桕", "⑧", "°", + "浚", "栉", + "朘", "虚", "骆", "坂", "秤", "鲋", "蕊", "渝", "呦", "潼", "驱", "诼", "峇", "盤", + "趴", "肄", "笑", + "讹", "貋", + "穂", "啼", "趟", "暽", "傣", "蜎", "挎", "陳", "勖", "戴", "旃", "瞎", "舌", "幻", + "喾", "赁", "E", + "播", "诀", + "蟛", "鹛", "骶", "輸", "連", "醳", "逅", "奉", "崖", "娩", "幔", "佃", "扅", "阔", + "生", "贬", "疯", + "珀", "苶", + "屯", "裣", "蹯", "蝮", "解", "陂", "疝", "茈", "帑", "议", "仲", "埙", "竺", "峰", + "遮", "涎", "穸", + "阂", "潵", + "镱", "例", "荑", "u", "脎", "衍", "轲", "⑵", "虾", "颚", "钞", "²", "伴", "根", "沣", + "腌", "户", + "~", "辙", + "愧", "噤", "觥", "波", "铗", "纂", "鲺", "僚", "毐", "〇", "桼", "祗", "慢", "啵", + "坏", "吗", "嗞", + "甬", "曈", + "徹", "灏", "混", "渌", "括", "脖", "汝", "現", "訇", "紅", "飘", "虢", "腱", "旄", + "嬴", "昨", "孀", + "蚁", "呛", + "讳", "病", ",", "喈", "蒋", "镭", "葩", "耲", "鳈", "锄", "喘", "返", "傕", "咆", + "享", "枥", "瓠", + "茳", "铱", + "脘", "暹", "廒", "爝", "橹", "瞑", "铎", "岢", "叁", "翏", "捭", "賀", "悉", "帝", + "芥", "牀", "闌", + "毯", "亍", + "弧", "锆", "币", "祊", "纔", "齑", "肟", "绤", "獨", "翚", "颢", "係", "鍪", "粉", + "统", "诗", "娜", + "褥", "鈺", + "湔", "呤", "犸", "湨", "泣", "蟾", "犾", "烛", "斐", "朦", "室", "诨", "榭", "煦", + "醺", "敞", "燮", + "糅", "衽", + "孔", "猄", "疭", "辰", "钽", "胁", "釆", "钉", "胤", "涧", "弼", "濯", "汨", "颖", + "茫", "皑", "遏", + "捃", "坭", + "燴", "肩", "滞", "玢", "巽", "砺", "蜿", "毁", "億", "骥", "本", "忽", "肚", "搽", + "靰", "郴", "跆", + "客", "酣", + "α", "屎", "辩", "殂", "垝", "紫", "秦", "喇", "凶", "傧", "铐", "蘊", "補", "贤", + "竿", "途", "慗", + "榖", "券", + "莠", "逆", "鳇", "误", "崟", "妇", "磷", "捧", "莸", "⇋", "绺", "稻", "填", "逋", + "侈", "隶", "侵", + "翥", "惘", + "惧", "鸥", "赠", "壳", "芯", "巩", "獗", "硅", "搎", "鲛", "9", "夸", "穆", "缜", + "诓", "观", "薛", + "咎", "杧", + "页", "饫", "瑟", "率", "礤", "悭", "畔", "匯", "匮", "鼠", "犒", "芡", "傍", "嫂", + "啸", "鄉", "哭", + "鄱", "捷", + "靺", "嚒", "嘀", "哒", "#", "拼", "钚", "魁", "霣", "眶", "郊", "死", "愁", "箭", + "鼙", "签", "害", + "斛", "睑", + "蟜", "余", "墨", "様", "读", "養", "貉", "较", "浆", "翩", "徂", "冕", "铧", "列", + "诈", "穝", "缑", + "纲", "志", + "舀", "甾", "举", "馁", "ä", "畹", "榼", "垢", "襁", "麟", "灭", "佴", "镩", "酝", + "柒", "梯", "傈", + "萭", "悫", + "莨", "搞", "+", "兄", "偲", "攀", "曝", "嵝", "喳", "从", "遶", "撴", ".", "鄄", + "欲", "挺", "娡", + "发", "速", + "胲", "褀", "态", "行", "蚓", "坼", "适", "厦", "寐", "带", "緃", "醤", "珽", "‧", + "溍", "斋", "鐀", + "朝", "欢", + "传", "築", "咪", "据", "蹜", "医", "妄", "肇", "囝", "怡", "镎", "桩", "轩", "岔", + "腐", "矽", "媵", + "搒", "菔", + "拘", "D", "欃", "唧", "瞒", "郈", "绦", "吟", "撝", "醉", "镣", "匝", "拎", "砒", + "顸", "袁", "驼", + "愔", "实", + "國", "奧", "胩", "府", "逾", "愕", "廷", "碌", "锖", "狩", "褴", "镢", "芷", "娥", + "唤", "┌", "云", + "О", "檔", + "驴", "躯", "驺", "洃", "檑", "窴", "(", "腕", "立", "楯", "齮", "〔", "漆", "k", "芍", + "蹽", "鬓", + "概", "楣", + "唐", "闲", "糗", "旱", "幸", "腽", "嗄", "迂", "镠", "顿", "扥", "圃", "烜", "馍", + "佝", "岷", "童", + "悦", "┐", + "铌", "袈", "靓", "骸", "和", "乔", "灸", "泓", "临", "睿", "掖", "偿", "鐘", "犁", + "祓", "鈴", "搌", + "授", "鹳", + "赢", "怅", "絪", "硬", "芙", "螅", "”", "傢", "避", "裕", "歁", "全", "衰", "仃", + "媛", "鬻", "跽", + "沌", "急", + "猷", "激", "巉", "哝", "渣", "笫", "跳", "螫", "熜", "Z", "筷", "佩", "啶", "萃", + "頫", "荙", "出", + "孽", "钟", + "戡", "釉", "咬", "滦", "鹇", "贯", "鹮", "具", "翁", "机", "濱", "谳", "釣", "懑", + "葛", "袯", "谭", + "质", "胴", + "誊", "侗", "⑩", "静", "蚜", "溋", "嫪", "嗲", "瑭", "座", "舫", "靶", "棘", "泊", + "嵖", "摧", "勋", + "僡", "藉", + "疖", "巂", "随", "罾", "崚", "猹", "憨", "苘", "斓", "鼷", "利", "谲", "剔", "艺", + "箓", "蛀", "鲚", + "搐", "裟", + "捶", "绌", "揪", "帮", "缥", "匍", "冀", "杻", "逛", "邑", "禾", "郰", "黜", "丘", + "樂", "滌", "緣", + "胃", "苄", + "巾", "瑜", "元", "蝶", "层", "烧", "级", "岭", "蘭", "繇", "蝓", "洞", "奢", "则", + "政", "矾", "啭", + "瘠", "碴", + "忤", "身", "匠", "警", "饩", "犬", "皲", "箔", "豕", "虑", "草", "喟", "芤", "逭", + "艳", "幡", "姚", + "賓", "饪", + "卯", "敌", "烽", "嫚", "黝", "豺", "㭗", "教", "偕", "板", "茹", "孤", "人", "狻", + "寰", "厕", "玲", + "璨", "锵", + "搛", "勍", "匾", "聃", "奘", "垃", "焓", "喽", "嫫", "貌", "瘐", "嚰", "孟", "衔", + "郎", "账", "础", + "电", "黑", + "骁", "拨", "濆", "圉", "刮", "闭", "竣", "铅", "羔", "硌", "筑", "难", "管", "苕", + "眺", "嫄", "竖", + "榟", "崴", + "摭", "狐", "娑", "②", "罽", "谊", "←", "狳", "铫", "凯", "狉", "9", "肪", "崤", "莊", + "妨", "缶", + "滃", "瀦", + "揉", "肫", "恧", "糯", "嵬", "5", "裆", "嚷", "稣", "隐", "仂", "て", "驹", "籽", + "肢", "尘", "苈", + "撷", "镲", + "趹", "晤", "唱", "鉏", "篌", "驩", "雍", "闳", "拄", "藜", "朴", "伺", "诳", "房", + "吱", "Й", "鳄", + "罿", "祧", + "酩", "郅", "耎", "尜", "绝", "禅", "揠", "鎏", "慕", "麥", "呜", "鸫", "党", "尝", + "砑", "牌", "踉", + "刨", "襻", + "㾄", "螽", "谌", "止", "抑", "爻", "磬", "铄", "蓠", "委", "汲", "鹑", "╱", "嚣", + "彝", "穄", "穹", + "態", "醋", + "⒀", "叼", "婳", "簌", "渥", "很", "甸", "帅", "锏", "与", "樾", "泷", "棼", "湲", + "越", "祥", "短", + "顼", "阘", + "宋", "馘", "鈉", "未", "囍", "浏", "叻", "箜", "鑽", "法", "曲", "淤", "僮", "做", + "强", "析", "磕", + "谠", "染", + "促", "朊", "隼", "铉", "莆", "蝣", "孛", "薮", "s", "惴", "秘", "妩", "訄", "蔓", + "喷", "诡", "犷", + "酐", "酇", + "刹", "壅", "甫", "史", "孃", "髌", "螬", "擤", "漏", "寞", "奡", "悢", "颔", "岁", + "耄", ";", "又", + "锭", "鲤", + "癔", "杰", "孥", "酲", "蓐", "耋", "捆", "庖", "面", "鹈", "殊", "剡", "峪", "识", + "锨", "归", "茴", + "—", "菤", + "汁", "攝", "液", "鼐", "示", "讠", "男", "凍", "ò", "明", "莓", "砜", "崎", "蜂", + "斡", "榫", "娅", + "钪", "昙", + "胜", "欣", "怨", "◆", "粗", "秷", "节", "市", "贩", "祟", "弍", "蒟", "烁", "糧", + "蠃", "編", "黙", + "壕", "戚", + "犊", "桥", "仺", "孳", "怯", "皓", "倆", "垮", "扩", "诮", "钝", "脯", "晏", "帔", + "葫", "瑾", "運", + "孬", "跄", + "掣", "癜", "掌", "墀", "禇", "耸", "蜓", "鹆", "鄢", "攰", "瘢", "暝", "鸣", "峧", + "遵", "笃", "畚", + "帧", "晨", + "镔", "搜", "靠", "咐", "韓", "绮", "觉", "拦", "斲", "疽", "掐", "尽", "許", "矶", + "镉", "豹", "粞", + "袋", "酵", + "蛙", "戕", "劉", "髀", "彭", "玎", "囿", "郐", "善", "睃", "結", "拧", "邯", "讧", + "召", "椭", "瑪", + "痼", "庼", + "反", "疱", "屠", "荣", "君", "胍", "乙", "臬", "头", "诰", "讪", "席", "晁", ":", + "理", "槿", "璘", + "禧", "呢", + "蹙", "擒", "鸲", "丐", "苓", "壑", "滥", "⑾", "炗", "礴", "耕", "卅", "唿", "苛", + "寵", "窖", "麻", + "蕨", "沤", + "氢", "虔", "癃", "及", "崛", "爽", "蛔", "颤", "膲", "桢", "坐", "蟞", "儇", "葚", + "骤", "誤", "寝", + "嘭", "灰", + "汹", "韂", "铮", "慒", "寶", "肽", "摅", "紧", "亞", "潸", "悯", "橛", "檗", "闹", + "愿", "担", "袄", + "棚", "垟", + "塄", "婞", "麈", "麸", "暗", "咦", "跞", "谡", "盈", "磐", "慎", "瘰", "掼", "憔", + "研", "被", "贮", + "莛", "至", + "呀", "庑", "矫", "摛", "怃", "缙", "磺", "即", "驻", "瘤", "偏", "℃", "嫘", "癫", + "汈", "鹟", "搅", + "辅", "璀", + "阊", "绻", "瑙", "蓂", "棺", "孢", "铊", "鼒", "果", "砮", "飾", "凰", "Я", "遗", + "祛", "纮", "劲", + "霹", "骃", + "绔", "薅", "瀵", "垅", "?", "轻", "惇", "怕", "啥", "哙", "燎", "缆", "匡", "怫", + "卞", "朋", "酏", + "阑", "爾", + "伏", "敏", "埼", "罩", "菹", "艋", "肭", "鯭", "杋", "裀", "撬", "蕺", "惠", "大", + "爇", "笈", "絷", + "琳", "谫", + "诛", "糇", "袢", "倓", "髃", "觽", "埏", "寖", "個", "筴", "外", "漯", "樭", "喁", + "杀", "臑", "缇", + "裸", "巅", + "毹", "茅", "忆", "琼", "唑", "烷", "项", "隋", "约", "排", "吮", "谂", "宝", "牲", + "瘫", "娄", "沂", + "醫", "拭", + "纺", "蹰", "哞", "风", "霆", "值", "酺", "侠", "螾", "埂", "育", "夷", "鮼", "怍", + "鸠", "Θ", "瞳", + "阇", "耥", + "羝", "伽", "洴", "記", "楔", "颼", "沪", "邢", "冰", "昀", "阙", "洌", "嫦", "杂", + "仔", "芑", "潴", + "痄", "桨", + "连", "碓", "塈", "F", "昇", "何", "桦", "晥", "驵", "旋", "药", "银", "奋", "灣", + "俐", "絡", "嫁", + "浮", "为", + "鞅", "科", "颦", "潽", "镍", "鸨", "粵", "骂", "拱", "韫", "盆", "赎", "尿", "钿", + "坍", "唁", "秧", + "昌", "曆", + "颋", "遭", "秭", "褔", "腋", "〉", "吉", "漓", "臆", "焘", "已", "制", "钹", "鴨", + "咖", "莘", "P", + "碥", "互", + "治", "标", "膝", "伪", "浿", "纛", "郗", "看", "佧", "糖", "篓", "亡", "´", "骙", + "澡", "影", "窂", + "紬", "镅", + "慌", "框", "晋", "説", "丢", "凹", "卖", "巧", "蹉", "乾", "莫", "Z", "谔", "矧", + "铑", "暴", "庄", + "湿", "活", + "穿", "腩", "筣", "水", "6", "琦", "迈", "伯", "洄", "抡", "▪", "酋", "荤", "雒", + "粕", "簠", "菰", + "髁", "枇", + "陲", "多", "仗", "央", "滁", "胸", "梏", "痉", "姑", "襞", "﹑", "齿", "弩", "花", + "吆", "赫", "岵", + "佪", "谑", + "锤", "轴", "盐", "馄", "臜", "戢", "涠", "鸸", "糟", "孪", "禁", "蒲", "化", "疏", + "痰", "脾", "刈", + "應", "珍", + "膺", "扌", "廙", "汜", "牍", "虐", "婿", "啕", "彻", "赝", "陶", "蠲", ">", "位", + "屁", "醍", "粢", + "挪", "臌", + "滹", "遴", "馨", "n", "稼", "徊", "酌", "轸", "债", "朰", "程", "辞", "痊", "插", + "鹩", "郄", "铝", + "狱", "叱", + "同", "寄", "搪", "蚯", "魭", "舍", "旷", "闰", "涝", "民", "嗡", "苌", "馕", "姥", + "屉", "啧", "枢", + "❤", "窕", + "钊", "矬", "菂", "佑", "≠", "獬", "桁", "墟", "皖", "鼻", "它", "歇", "独", "好", + "晕", "蚝", "锞", + "颈", "豚", + "聖", "裉", "扫", "岿", "悒", "佥", "苗", "妞", "晚", "圭", "茼", "脲", "摊", "窠", + "狸", "抻", "场", + "呼", "囟", + "噗", "狺", "困", "瀹", "削", "衬", "谰", "蛆", "訓", "鉄", "痃", "炱", "蝻", "我", + "暨", "骓", "馋", + "埤", "脞", + "晃", "螟", "洮", "泛", "掾", "穑", "米", "蕲", "玦", "讙", "逢", "劐", "袭", "凫", + "僳", "畛", "晷", + "鳕", "Ë", + "愬", "坫", "鳡", "鞯", "叔", "胂", "囚", "筋", "青", "度", "涕", "琰", "﹔", "径", + "陇", "睛", "链", + "状", "逶", + "蘅", "“", "庇", "邽", "纥", "踶", "爺", "狭", "钫", "桃", "弛", "淳", "办", "茕", + "砸", "喱", "仅", + "潞", "杈", + "得", "咕", "俞", "检", "借", "恋", "驿", "倌", "钢", "琐", "哆", "撙", "箫", "川", + "猥", "牢", "蹁", + "城", "馏", + "锡", "楝", "蛱", "奈", "瑶", "桺", "耆", "翟", "阒", "稲", "橐", "萱", "惹", "蘼", + "主", "擦", "蟒", + "台", "佬", + "荫", "廖", "笏", "铕", "衣", "洇", "炒", "瀍", "崭", "圻", "洚", "契", "嫱", "倏", + "晶", "了", "堠", + "勰", "椎", + "询", "梗", "飒", "锰", "览", "溇", "寻", "蓅", "【", "碇", "井", "露", "顔", "堌", + "庳", "踩", "i", + "饷", "俊", + "楫", "條", "搭", "奍", "羽", "憋", "岘", "毡", "曜", "乃", "′", "针", "羲", "菓", + "吩", "咩", "鞘", + "尊", "宫", + "舜", "啖", "惗", "北", "懊", "骇", "阄", "躅", "权", "缲", "肥", "铜", "《", "录", + "也", "棬", "煮", + "舄", "厮", + "'", "順", "受", "霜", "新", "售", "牞", "圣", "妗", "犴", "宥", "哦", "陀", "卺", + "冚", "蹒", "亸", + "禮", "骰", + "瑢", "弒", "抛", "谷", "嫰", "動", "嘌", "惩", "枣", "忌", "茡", "爵", "嘚", "郧", + "丨", "敲", "帚", + "沭", "槊", + "⑶", "專", "毶", "圄", "磅", "蛭", "由", "蠹", "剜", "诫", "秆", "愠", "藓", "母", + "请", "衩", "忸", + "蜕", "饽", + "晦", "倔", "腠", "痛", "品", "簧", "父", "锐", "描", "蓰", "蛴", "箍", "兕", "苜", + "饼", "奚", "泗", + "裥", "皂", + "嵚", ",", "澶", "蠖", "沅", "馎", "籀", "菝", "眵", "糥", "铽", "痤", "颟", "淄", + "作", "抉", "俄", + "么", "郑", + "耒", "佛", "1", "纡", "鸢", "④", "鎚", "壖", "遢", "鬈", "拢", "托", "哈", "節", + "橦", "冼", "六", + "耗", "樵", + "涔", "舳", "龌", "衿", "婧", "栓", "椹", "嘘", "膊", "茁", "丹", "螃", "剖", "洧", + "珞", "潺", "孱", + "呐", "萩", + "刷", "引", "说", "熟", "/", "靖", "酷", "耠", "饬", "菌", "洙", "荃", "饲", "酾", + "阁", "陬", "铿", + "倻", "牮", + "鞡", "撕", "倘", "盒", "曺", "襦", "辄", "算", "塬", "潢", "羖", "湾", "续", "△", + "疙", "谖", "嘅", + "遑", "篚", + "筮", "氍", "递", "尧", "G", "{", "分", "埒", "@", "蜍", "荼", "襆", "槭", "檠", "縢", + "濉", "梆", + "隔", "镛", + "倞", "润", "瓯", "瓢", "蟊", "沐", "啷", "砚", "皱", "剅", "儙", "错", "幌", "滓", + "砗", "郤", "喧", + "峣", "簸", + "毖", "踏", "锕", "…", "悖", "谧", "醵", "加", "镐", "泐", "傫", "胪", "缄", "卩", + "蓼", "丸", "垌", + "汞", "宴", + "膙", "圊", "矻", "嚏", "漾", "幕", "駕", "葒", "绪", "袪", "镋", "杭", "澴", "鬃", + "粟", "偻", "饳", + "抨", "亟", + "温", "韶", "轿", "罟", "际", "诖", "复", "坯", "骗", "*", "副", "裢", "憬", "邾", + "崇", "蕈", "疮", + "粽", "炝", + "珲", "莅", "衾", "爲", "枯", "汛", "仁", "熏", "馥", "㎡", "檐", "锦", "竭", "颁", + "遽", "瘙", "样", + "遛", "殍", + "湄", "消", "鳌", "痫", "鳏", "瓶", "窈", "谚", "麒", "鸹", "蟋", "横", "唠", "瘪", + "媪", "侔", "鐵", + "系", "杖", + "m", "叉", "沟", "衢", "寘", "■", "弗", "建", "疣", "珣", "綦", "劈", "道", "嘈", + "先", "芝", "降", + "滕", "邵", + "邺", "給", ")", "廨", "郛", "势", "氇", "坤", "昂", "焼", "奕", "闱", "朓", "毽", + "还", "坨", "銭", + "龂", "銎", + "壽", "矸", "窒", "①", "玷", "蝽", "泃", "烀", "魈", "★", "慶", "K", "嘶", "酶", "呖", + "殿", "乡", + "䄂", "阳", + "轪", "碱", "譬", "摩", "鳖", "刳", "地", "包", "貊", "悝", "圩", "今", "嚭", "凳", + "谕", "馃", "捎", + "佯", "侬", + "愆", "微", "涤", "舔", "蛇", "筲", "助", "锾", "剧", "缧", "簪", "惚", "柢", "庾", + "虹", "雪", "猡", + "脔", "亶", + "烨", "T", "锗", "芈", "女", "动", "偬", "琥", "县", "诣", "精", "嬗", "栀", "艨", + "智", "冗", "闼", + "嗝", "z", + "夢", "拿", "鹲", "尤", "啮", "﹐", "ɔ", "钓", "施", "萼", "邻", "竞", "碶", "艰", "》", + "翻", "馆", + "橪", "逝", + "臀", "淫", "枉", "羿", "拇", "溷", "徒", "涓", "關", "聋", "嵊", "殖", "叛", "敫", + "舵", "亊", "诽", + "菱", "苎", + "破", "腚", "A", "嵋", "扊", "挂", "篷", "棂", "碟", "復", "劾", "韪", "疔", "粒", + "鲵", "毙", "店", + "锻", "衮", + "寳", "◎", "斯", "倦", "醢", "曾", "茚", "荐", "隗", "芊", "豪", "亻", "哂", "堃", + "宇", "桑", "匋", + "植", "亥", + "撂", "棒", "蟠", "W", "迟", "蚋", "溊", "缌", "鞚", "蚤", "適", "赌", "卣", "厚", + "鲾", "匙", "槃", + "郎", "鬏", + "玳", "龄", "丈", "圮", "冑", "院", "葬", "嵐", "瓦", "孵", "漶", "星", "吐", "獍", + "藠", "萍", "振", + "潜", "龉", + "匦", "粹", "諾", "畵", "峦", "&", "埕", "朵", "戒", "炳", "酪", "绂", "篁", "测", + "殆", "涌", "业", + "盏", "醊", + "笆", "孰", "骊", "湛", "踰", "汎", "哲", "澙", "鲷", "√", "鄣", "亿", "螺", "吠", + "伟", "凛", "骡", + "恻", "巨", + "扶", "泡", "峯", "韵", "腎", "睦", "栖", "}", "笙", "疌", "绶", "忒", "哥", "价", + "纻", "薨", "漂", + "濮", "缮", + "勐", "妮", "傩", "陛", "陷", "柆", "瞭", "鲳", "烬", "喉", "固", "桡", "聊", "逦", + "猊", "梻", "涵", + "栒", "逍", + "饥", "凼", "早", "姣", "蕤", "塌", "桀", "亳", "虻", "鹨", "典", "情", "怄", "商", + "钍", "赚", "塥", + "煽", "垱", + "蝴", "乓", "籁", "帷", "锢", "圪", "快", "赘", "杵", "漠", "滴", "斩", "拈", "蚕", + "陽", "篡", "郦", + "瞻", "郯", + "鳍", "幽", "旅", "乖", "鹖", "斫", "痂", "肸", "右", "锂", "永", "泾", "茎", "觱", + "彼", "擎", "䨱", + "翱", "徝", + "醅", "求", "湫", "転", "溴", "師", "瓣", "蝠", "铭", "社", "苞", "仇", "噌", "你", + "嗾", "雳", "榧", + "駹", "雯", + "叨", "遫", "氏", "航", "辗", "溢", "历", "楷", "诱", "雏", "梳", "藕", "屺", "槎", + "钐", "燘", "棽", + "驸", "褪", + "清", "十", "廰", "移", "筌", "揾", "瞠", "姽", "馑", "恢", "逸", "p", "瑚", "茄", + "鹧", "俗", "璟", + "栊", "买", + "瀛", "镒", "球", "氲", "缛", "講", "胀", "焒", "悲", "翕", "拗", "T", "桌", "脓", + "闪", "稀", "狎", + "火", "柁", + "琴", "澍", "嗟", "龚", "楮", "噼", "隽", "栩", "焻", "哩", "藻", "瘸", "含", "偶", + "界", "嘃", "昶", + "澄", "頤", + "绒", "鲁", "麝", "决", "撒", "岙", "季", "刿", "肝", "蒉", "蓇", "财", "完", "蠔", + "脉", "肱", "谙", + "蜮", "郭", + "慨", "晔", "髂", "蛏", "眨", "钗", "葺", "惆", "娈", "瞵", "踞", "棁", "蝢", "嚎", + "猝", "必", "剞", + "关", "咛", + "劫", "闸", "肯", "№", "莩", "哇", "蛑", "镬", "羡", "驊", "茂", "塍", "沓", "筱", + "杉", "战", "茧", + "耙", "击", + "需", "腊", "酎", "畦", "葙", "鹘", "韭", "嚚", "争", "域", "伢", "鞲", "哳", "栲", + "某", "翌", "哗", + "焚", "螗", + "懲", "躲", "約", "镖", "凿", "饶", "够", "剁", "铥", "应", "署", "杮", "蒂", " ", + "坷", "礅", "款", + "梁", "鄜", + "髹", "選", "伤", "路", "З", "亲", "野", "啦", "捯", "憷", "鲩", "札", "怏", "塘", + "绊", "愍", "簦", + "牦", "黥", + "鳜", "唉", "W", "沱", "蚺", "甪", "摉", "协", "耨", "娱", "桄", "仆", "类", "搡", + "滤", "岗", "休", + "坶", "谒", + "忭", "飨", "闷", "菟", "鲣", "驷", "湜", "疡", "蚩", "萊", "䝉", "硒", "贺", "弃", + "徘", "陨", "否", + "遥", "妒", + "X", "間", "觜", "跬", "夬", "羮", "喙", "赇", "鹗", "『", "砀", "残", "绿", "小", + "勘", "瀌", "扉", + "耧", "衅", + "挟", "乐", "鹏", "墁", "澜", "噍", "坊", "術", "嗖", "知", "盉", "圆", "嗈", "蘖", + "资", "爭", "=", + "刑", "裒", + "〈", "淸", "定", "袒", "戗", "钤", "吵", "旯", "蓝", "裎", "溅", "贰", "荏", "甥", + "悌", "勤", "炽", + "换", "躜", + "!", "薄", "痱", "双", "匕", "肷", "挥", "茑", "船", "砝", "煤", "荜", "弘", "▏", + "陆", "稔", "朽", + "冤", "頉", + "遊", "砰", "迎", "碎", "唪", "醪", "稆", "练", "锸", "阵", "皇", "香", "镀", "嫡", + "持", "桶", "垄", + "阍", "戥", + "臣", "琛", "涘", "惶", "赙", "葆", "住", "舊", "枝", "媲", "蓣", "龅", "搦", "_", + "图", "力", "纪", + "悍", "麗", + "戽", "腧", "绣", "跟", "哕", "打", "蝰", "Φ", "吞", "功", "夀", "劓", "沇", "熔", + "占", "隰", "命", + "佻", "豁", + "苣", "楦", "掇", "蛛", "唢", "郜", "霉", "鲏", "予", "沸", "殻", "俯", "探", "篪", + "荇", "邈", "烯", + "忮", "伸", + "岬", "×", "锧", "窸", "毪", "纩", "蛋", "讯", "骼", "叶", "楂", "犟", "站", "盘", + "隈", "喝", "儣", + "兵", "尚", + "孙", "爿", "芜", "羁", "旖", "溽", "迩", "京", "7", "龃", "狝", "缦", "缁", "鲃", + "怒", "故", "據", + "枫", "髙", + "亭", "耳", "飚", "O", "编", "箸", "幼", "氘", "鞮", "匐", "祯", "臃", "辫", "磋", + "溝", "墙", "诚", + "阻", "档", + "歆", "璃", "悻", "婤", "映", "瑞", "牂", "话", "忠", "潘", "惋", "冬", "氦", "腔", + "胬", "盔", "\"", + "饮", "贶", + "嚄", "儆", "溜", "砷", "樇", "跏", "泩", "馌", "埃", "莙", "革", "珙", "乌", "鍋", + "穴", "石", "珺", + "熹", "诞", + "<", "腉", "姊", "钧", "罪", "拆", "赊", "殒", "堇", "仑", "掺", "塃", "獴", "迥", + "盦", "檬", "益", + "居", "鼑", + "异", "嘻", "悔", "旮", "况", "時", "阋", "洛", "線", "#", "型", "迕", "睇", "橱", + "笊", "蛞", "愚", + "茉", "镈", + "镞", "垭", "扁", "泫", "搬", "古", "书", "疸", "痨", "黟", "墉", "料", "并", "ㆍ", + "裳", "鞑", "湮", + "柠", "颐", + "形", "━", "逹", "硁", "置", "韦", "瓞", "象", "殽", "均", "浓", "瞓", "椐", "洨", + "乱", "襜", "终", + "優", "睹", + "敦", "鼬", "唆", "佼", "財", "瘃", "H", "痳", "勺", "依", "虎", "蕖", "玄", "缓", + "滢", "^", "骅", + "诘", "弋", + ":", "∩", "廪", "缈", "造", "蕉", "孖", "嫒", "寨", "意", "岽", "庶", "罗", "瞢", + "酹", "蔟", "赴", + "烂", "栋", + "格", "矛", "驯", "词", "嗦", "剀", "蓓", "期", "鏢", "羑", "奴", "椱", "A", "狗", + "烟", "蹬", "案", + "记", "讴", + "鳑", "侯", "霏", "焜", "沬", "份", "酦", "芗", "庚", "瑗", "鹎", "穗", "鲠", "肛", + "厄", "蜔", "學", + "伊", "⑥", + "琪", "邒", "少", "霖", "蓖", "猜", "塾", "肾", "罃", "伐", "钩", "骈", "溟", "饵", + "莉", "é", "刖", + "洯", "堉", + "锝", "趔", "七", "萁", "竹", "憾", "蚨", "离", "柔", "替", "侑", "飙", "气", "震", + "厥", "备", "刻", + "顽", "瞽", + "腄", "雄", "燃", "旬", "简", "翠", "熥", "◇", "吃", "囡", "玙", "铷", "暖", "配", + "傻", "窄", "皈", + "夼", "舂", + "乜", "苩", "攉", "雠", "茇", "锈", "酰", "粮", "祝", "考", "堍", "鳅", "彬", "▲", + "孝", "蠊", "顇", + "娲", "腥", + "$", "珠", "厂", "诠", "蹓", "轼", "嵫", "捩", "硗", "胺", "证", "膀", "」", "胯", + "钷", "毂", "柙", + "深", "沄", + "匹", "8", "爷", "礳", "秏", "窜", "魑", "d", "转", "烆", "屿", "眙", "極", "袤", + "護", "V", "狂", + "柑", "玠", + "氩", "’", "馊", "玛", "坢", "%", "燔", "颗", "舅", "暂", "艾", "芹", "溏", "晰", + "件", "琚", "仿", + "祾", "酤", + "騠", "揳", "鲫", "蜥", "仨", "牺", "步", "讓", "港", "煲", "铴", "腦", "鳝", "危", + "鋪", "冠", "正", + "柽", "抍", + "掘", "控", "娴", "娀", "離", "手", "臾", "酗", "筼", "煸", "弹", "照", "哎", "毒", + "颀", "诙", "刚", + "搢", "䧳", + "峒", "滋", "\\", "匀", "黉", "毓", "娠", "床", "浪", "祐", "铟", "4", "?", "凄", + "飗", "蚍", "葑", + "抗", "鹞", + "糸", "红", "英", "违", "橡", "眷", "防", "缬", "龠", "察", "仍", "辇", "减", "闫", + "箴", "龍", "館", + "屙", "翙", + "媽", "涴", "到", "旻", "删", "瞾", "鏖", "咭", "豨", "荘", "炭", "畼", "构", "锘", + "鉫", "候", "扇", + "繄", "猩", + "瘵", "恺", "贵", "榦", "息", "恽", "胎", "狰", "雜", "辋", "璜", "硈", "泠", "呔", + "蹿", "踹", "摄", + "炀", "坞", + "蹄", "裝", "赛", "蝥", "塔", "靳", "荬", "找", "仡", "淮", "比", "淆", "义", "淝", + "卢", "辟", "寂", + "庒", "鳯", + "暲", "景", "邪", "腻", "赍", "甍", "讲", "哌", "嶝", "鎌", "总", "缱", "问", "磛", + "谅", "拉", "靈", + "奭", "沆", + "茔", "羅", "鄠", "網", "吏", "懵", "鑫", "歌", "黹", "嵘", "涞", "碳", "崂", "婥", + "赞", "镑", "購", + "幺", "鸰", + "饟", "蝌", "忝", "懒", "禺", "梽", "齉", "恳", "拯", "弥", "荡", "芾", "幪", "厌", + "馒", "蜘", "欸", + "吣", "1", + "却", "榻", "碾", "袂", "錎", "钬", "無", "嬉", "笞", "蹴", "视", "雇", "创", "椟", + "6", "瘁", "斜", + "傥", "喃", + "炷", "秾", "嘱", "茀", "犄", "窑", "庀", "潍", "伦", "䀲", "凉", "Р", "撻", "萜", + "二", "倨", "蔑", + "捕", "勚", + "士", "鈇", "踺", "啤", "彧", "缪", "述", "傅", "颅", "畸", "畜", "滗", "慭", "琎", + "斌", "参", "胳", + "骖", "稠", + "汰", "铻", "闯", "留", "蘘", "沏", "亦", "择", "華", "禽", "砟", "祼", "狃", "噫", + "狼", "寤", "跪", + "浠", "·", + "费", "瓘", "鼹", "锪", "箢", "垣", "慊", "虏", "秩", "偉", "镏", "钯", "恐", "鹃", + "菇", "炸", "潮", + "蟀", "硂", + "偌", "哏", "验", "桉", "阴", "初", "掴", "鹺", "峨", "赋", "舉", "裹", "赶", "土", + "淋", "瘌", "沔", + "r", "赀", + "淖", "茯", "怛", "谜", "洗", "似", "舡", "纳", "晓", "R", "诐", "痹", "漪", "顺", + "挛", "阎", "贝", + "钰", "惬", + "疬", "菀", "埘", "怙", "部", "译", "鲭", "窋", "敢", "夜", "撰", "珅", "特", "襕", + "癖", "胡", "⒃", + "附", "擘", + "痢", "尬", "鉴", "瞋", "膨", "阽", "挲", "⒄", "骎", "帕", "缕", "计", "障", "鳆", + "隹", "朔", "碹", + "当", "迦", + "氙", "蘑", "妓", "炬", "苊", "萎", "浈", "沥", "绯", "壤", "噱", "蹾", "驶", "葱", + "孕", "羹", "钻", + "農", "勝", + "膈", "灿", "赆", "靿", "耱", "陪", "忙", "缰", "奶", "儒", "个", "朱", "燹", "琮", + "轷", "錾", "箅", + "澳", "嗥", + "攥", "没", "匿", "鲆", "|", "矣", "他", "鸶", "芸", "B", "髑", "街", "巿", "廣", + "盯", "監", "鲸", + "胭", "凬", + "寿", "挝", "绽", "+", "劝", "究", "眢", "集", "衙", "卷", "j", "跶", "牡", "畯", + "貅", "销", "發", + "咱", "蓊", + "揣", "咝", "琶", "荦", "阌", "盅", "嘹", "苟", "醮", "洪", "鲧", "钒", "柱", "氨", + "旰", "冽", "茭", + "嵇", "粲", + "蛾", "訾", "辔", "N", "尹", "趿", "蹲", "疟", "祠", "段", "車", "网", "⒉", "舷", + "廐", "侣", "棵", + "粜", "觐", + "铼", "锁", "兒", "舁", "时", "垦", "版", "摈", "扳", "见", "腮", "嫖", "痭", "呆", + "簖", "伋", "鳙", + "珊", "麂", + "既", "谴", "热", "超", "蠕", "铞", "e", "殓", "因", "锿", "文", "禊", "皙", "鑙", + "爹", "鋼", "忻", + "秣", "镁", + "奠", "橉", "畺", "笮", "疹", "湝", "龟", "殃", "毵", "溃", "勢", "索", "砉", "阼", + "堞", "酥", "冁", + "喊", "¥", + "幛", "娇", "锲", "蕃", "铘", "铍", "鴿", "响", "傲", "脏", "杓", "罕", "笥", "弦", + "但", "缃", "扬", + "盲", "碚", + "幢", "鎖", "缺", "钋", "麽", "禳", "浃", "啄", "昧", "蒴", "帙", "琏", "咧", "舰", + "亵", "浊", "豳", + "衲", "俏", + "镵", "浩", "勾", "槛", "榈", "徙", "鹤", "洹", "铂", "揎", "棕", "挦", "挫", "阆", + "衹", "甚", "近", + "】", "簏", + "汽", "踮", "淌", "檇", "痔", "谝", "钙", "蕞", "蔯", "兆", "蔽", "后", "蚬", "谸", + "芟", "枞", "叫", + "栗", "餘", + "营", "郝", "氯", "㺃", "狍", "冏", "庛", "纱", "泼", "碍", "认", "邓", "茵", "饧", + "闟", "惝", "裙", + "噙", "忘", + "虬", "群", "S", "佗", "恼", "坟", "肮", "皮", "玃", "在", "赧", "孚", "偾", "镨", + "恨", "葡", "西", + "缞", "挠", + "逃", "吾", "膪", "焦", "翘", "桧", "变", "渗", "繁", "際", "痘", "撼", "筅", "坑", + "前", "玑", "数", + "融", "鲌", + "讦", "窃", "鄌", "伾", "众", "攻", "彪", "锎", "焐", "殛", "锊", "嗉", "枓", "抢", + "鞠", "掩", "贾", + "搔", "皁", + "拶", "朗", "渺", "跛", "㛃", "鏾", "慥", "杆", "沈", "戍", "豫", "楠", "爆", "汤", + "昉", "耘", "缡", + ".", "允", + "揜", "责", "艟", "裁", "喬", "砹", "鹣", "裼", "啉", "蛳", "酮", "听", "维", "阪", + "獾", "浣", "訂", + "瘿", "蜡", + "泖", "蔚", "貔", "致", "禨", "尓", "糺", "绐", "遯", "笄", "邦", "圈", "洟", "缟", + "槲", "桹", "镓", + "骒", "髫", + "暾", "像", "縻", "戊", "飧", "驽", "干", "万", "绕", "披", "雅", "桊", "卡", "贲", + "吡", "沧", "鳟", + "堂", "扺", + "岱", "封", "鄭", "螣", "瞩", "幞", "邕", "睫", "涩", "自", "趱", "愣", "威", "酊", + "罂", "慑", "袴", + "架", "烘", + "现", "灞", "钔", "股", "興", "乍", "噜", "济", "碛", "兀", "诅", "柴", "瓿", "[", + "怿", "竦", "白", + "黄", "阶", + "务", "榮", "澹", "谏", "垓", "跸", "繻", "窿", "紊", "陟", "劁", "嗑", "牯", "厉", + "敛", "鮕", "嘉", + "蔻", "鼎", + "恒", "硝", "溉", "骘", "窘", "任", "裱", "处", "旨", "舶", "缸", "囹", "笠", "讥", + "泜", "脊", "煊", + "淦", "牝", + "硕", "胧", "泚", "溪", "贪", "牛", "答", "瘴", "Q", "炯", "⑤", "篾", "銀", "乩", + "杶", "垆", "蛐", + "苔", "啪", + "y", "玮", "琫", "寮", "邂", "後", "僵", "贴", "硭", "枚", "姆", "乎", "讶", "醭", + "橥", "脱", "蒈", + "擞", "忪", + "顾", "柚", "褿", "忲", "辖", "铡", "螠", "殉", "喆", "爡", "轮", "棰", "鲉", "跃", + "韬", "睡", "嘧", + "袅", "圗", + "檄", "踊", "阀", "题", "桫", "林", "沉", "禚", "散", "麇", "沦", "秋", "导", "斑", + "宰", "嘞", "暑", + "笱", "搋", + "擅", "镤", "锶", "L", "厣", "有", "猗", "袆", "绞", "甭", "歧", "跣", "潦", "専", + "绑", "飱", "廓", + "磔", "接", + "腓", "窎", "瑁", "飓", "蟪", "俎", "П", "缉", "䘵", "夙", "潟", "桷", "淡", "虺", + "恶", "|", "驭", + "怀", "邋", + "辢", "逻", "晖", "蜃", "蜊", "溻", "冢", "尻", "礼", "厝", "亘", "酴", "饔", "悸", + "戆", "什", "玚", + "馔", "哔", + "沃", "竑", "葭", "垞", "鏂", "抃", "弄", "去", "焊", "焌", "x", "苇", "與", "炼", + "蛄", "莴", "阏", + "薷", "禀", + "鸯", "栽", "冒", "姓", "0", "尃", "蜞", "毗", "骟", "秸", "荸", "柈", "恬", "赡", + "侏", "兑", "蝤", + "荷", "徳", + "押", "挣", "腰", "宣", "鸵", "葳", "遘", "讨", "狒", "涿", "囤", "邃", "蒜", "疑", + "脍", "嘟", "鹠", + "吻", "鄹", + "耦", "华", "霸", "侥", "勒", "挞", "臊", "尺", "让", "榆", "阝", "鳚", "灾", "鲬", + "艿", "Ⅱ", "锩", + "攮", "蚊", + "蔁", "唝", "涅", "挹", "淏", "鏊", "氵", "鹕", "律", "對", "粱", "恫", "挻", "滏", + "叮", "‰", "鼯", + "绫", "秉", + "怩", "質", "岐", "菊", "佤", "帏", "骺", "爰", "珉", "耪", "乞", "郕", "鲱", "雷", + "蒿", "不", "啐", + "侓", "郓", + "歼", "拒", "胗", "寕", "旒", "勁", "婢", "诌", "蹂", "姐", "媳", "歃", "拐", "辐", + "拟", "醯", "雌", + "点", "玟", + "您", "鲨", "载", "藩", "罔", "噀", "抹", "萏", "补", "蝎", "辈", "劢", "乚", "唔", + "瓜", "恿", "蟭", + "涸", "纬", + "睽", "樣", "帻", "蓥", "谯", "柯", "渴", "脁", "诲", "福", "③", "熊", "羌", "疴", + "袖", "虿", "杏", + "覌", "易", + "醾", "筒", "肤", "苷", "柃", "榇", "酬", "癸", "啰", "眛", "稷", "展", "鸾", "祢", + "蝾", "敵", "毛", + "痦", "老", + "赐", "单", "淹", "畋", "符", "奎", "绥", "轾", "鄺", "濩", "眦", "觎", "忾", "璋", + "刘", "翳", "菪", + "簟", "胼", + "孫", "機", "獻", "低", "o", "捅", "鳥", "⑨", "卸", "废", "启", "呋", "窥", "巢", + "揭", "咴", "趺", + "鲥", "空", + "膄", "崮", "锜", "络", "納", "恤", "刭", "批", "霭", "氧", "钮", "甑", "祲", "粘", + "辏", "∶", "臨", + "│", "粪", + "惰", "肼", "浉", "橄", "5", "東", "8", "漁", "浜", "忍", "奂", "遹", "扃", "扦", + "入", "欤", "豆", + "悠", "蕴", + "萑", "媄", "龈", "÷", "磙", "鸬", "缎", "嗯", "浕", "木", "陋", "柰", "瘩", "箨", + "松", "躁", "鲇", + "彰", "恕", + "楗", "姨", "撅", "诹", "戮", "桓", "棉", "束", "嗍", "庋", "瞿", "郂", "哪", "町", + "a", "铁", "洫", + "失", "栳", + "篇", "鳗", "眇", "椿", "義", "就", "都", "镌", "阖", "夭", "拃", "跚", "業", "圬", + "演", "篥", "3", + "昼", "從", + "瞍", "蓦", "鼾", "坪", "觫", "鲍", "馿", "妾", "密", "奥", "耰", "佟", "嘤", "貘", + "薯", "稽", "届", + "褛", "钠", + "猿", "佈", "倍", "铩", "铙", "踵", "o", "捱", "鹐", "當", "狷", "写", "遆", "钱", + "姗", "寸", "综", + "挑", "礶", + "靼", "溯", "湟", "漱", "碰", "职", "味", "Λ", "璁", "壴", "给", "碘", "恭", "苴", + "酚", "套", "宕", + "辽", "窀", + "催", "踢", "惟", "璧", "翔", "稿", "癀", "霈", "光", "膑", "妆", "庡", "圾", "躺", + "惮", "切", "目", + "梦", "岫", + "飑", "叠", "累", "鴻", "透", "量", "妻", "沨", "俪", "屣", "挚", "w", "厅", "货", + "箧", "漦", "隙", + "瘥", "妃", + "門", "鹦", "隳", "龆", "瞪", "跑", "帼", "刺", "起", "鞴", "岸", "渫", "莽", "髭", + "耜", "瑛", "葉", + "宵", "绠", + "眭", "畅", "茱", "卜", "濂", "浍", "冈", "脬", "厘", "夔", "纟", "槚", "哐", "萋", + "曼", "膳", "潲", + "啜", "啊", + "猾", "捉", "箕", "㐂", "藝", "艘", "園", "妲", "灵", "蚌", "范", "&", "疥", "陑", + "洒", "唾", "a", + "婄", "谋", + "t", "唬", "宓", "瓷", "︰", "焗", "默", "噔", "菡", "恃", "亩", "边", "啟", "颞", + "啬", "盟", "墩", + "汭", "缝", + "魇", "酡", "疗", "梾", "尾", "鹿", "锔", "溦", "酃", "囊", "掉", "罥", "报", "诤", + "喹", "蕙", "割", + "蠢", "兼", + "俺", "升", "屦", "獠", "辣", "跹", "颧", "宪", "抬", "咿", "沲", "旗", "荩", "傒", + "鳳", "變", "偈", + "薹", "钭", + "垧", "谪", "躐", "谀", "R", "字", "怆", "陵", "追", "迓", "舞", "卲", "捲", "麾", + "税", "方", "竴", + "壹", "射", + "轫", "塞", "僧", "椠", "突", "阕", "惫", "U", "佞", "秒", "友", "視", "莹", "攒", + "荻", "俅", "筐", + "能", "刓", + "拍", "浥", "揽", "谨", "军", "巷", "怵", "额", "恪", "荀", "糍", "湎", "褙", "觇", + "效", "估", "噩", + "恍", "聚", + "涛", "式", "兜", "汔", "祃", "銘", "烺", "瑄", "枘", "丁", "樗", "堙", "窗", "號", + "鬣", "阈", "乳", + "簇", "绳", + "淞", "]", "征", "聩", "凸", "礓", "柘", "懂", "㧎", "纷", "里", "爸", "靥", "莞", + "馅", "仞", "芏", + "莳", "殪", + "煌", "落", "佚", "帱", "诶", "家", "将", "浯", "抿", "讫", "趸", "筢", "绩", "原", + "专", "滂", "嗳", + "踬", "泱", + "體", "蜱", "绵", "伻", "埗", "妤", "蔺", "赳", "嘢", "梨", "鹪", "烤", "镦", "赉", + "崞", "蚰", "骝", + "幅", "汴", + "丽", "访", "叩", "羼", "亓", "恸", "燥", "笤", "丑", "枰", "守", "蜚", "戈", "高", + "q", "瓻", "隘", + "H", "南", + "剎", "扭", "骠", "孜", "园", "锬", "审", "¥", "罚", "购", "裰", "泔", "醌", "醒", + "绎", "莪", "掬", + "睾", "鹁", + "蛊", "票", "剃", "释", "调", "黛", "撩", "篱", "茌", "敓", "蜜", "魉", "鳤", "昽", + "俳", "辁", "键", + "犯", "嶙", + "狈", "邬", "枋", "婊", "憎", "督", "救", "措", "足", "码", "栟", "虼", "棻", "阅", + "肊", "坛", "鸱", + "侩", "烫", + "湉", "脐", "戾", "旎", "膚", "椒", "境", "绛", "濛", "蓄", "章", "压", "窦", "彖", + "阜", "咻", "神", + "存", "诺", + "課", "覺", "鲈", "渚", "「", "缢", "仓", "氅", "筇", "桴", "荥", "些", "纯", "肋", + "退", "妪", "别", + "書", "租", + "嚼", "芘", "笳", "涰", "馐", "熵", "犹", "朕", "猪", "蔸", "參", "觳", "舖", "蝙", + "骏", "织", "躏", + "纹", "锹", + "蛉", "撑", "氽", "茶", "俛", "誠", "胖", "崽", "炫", "乘", "把", "趑", "谵", "骧", + "犍", "鸮", "灌", + "焯", "倭", + "狁", "盱", "踱", "滠", "儡", "诸", "芽", "駆", "蹼", "虱", "祇", " ", "蠡", "衄", + "谬", "蒍", "婺", + "蘧", "博", + "捍", "磁", "慷", "釂", "蛩", "钕", "祎", "呑", "贫", "斗", "菅", "操", "规", "硼", + "惕", "丫", "俭", + "肿", "骀", + "砼", "句", "茛", "闶", "钏", "饻", "圠", "萌", "魏", "铃", "摞", "┅", "伎", "獭", + "田", "钴", "峭", + "魅", "捋", + "唼", "鹅", "祚", "嬷", "圖", "抄", "嶂", "鸳", "溧", "钵", "嗽", "墠", "锌", "愈", + "併", "踟", "羯", + "翅", "纠", + "勻", "岚", "菖", "便", "祈", "毳", "屹", "掰", "倬", "扛", "巴", "拮", "绁", "跌", + "飯", "嵯", "翮", + "堤", "诃", + "腑", "皆", "鄂", "胾", "片", "这", "浙", "雨", "鼱", "袼", "鹊", "厢", "蛣", "摇", + "蛮", "揍", "⒅", + "啱", "薇", + "岈", "兔", "谇", "纶", "肉", "崩", "甩", "涪", "馼", "铣", "锚", "丙", "雲", "烹", + "钦", "撄", "铬", + "令", "虮", + "湊", "禹", "抖", "喏", "旺", "畲", "戬", "嗷", "釜", "车", "缀", "玕", "谐", "啁", + "怎", "下", "惑", + "恅", "藿", + "筰", "帐", "祸", "镝", "喵", "刁", "习", "藏", "墓", "护", "聲", "箦", "严", "按", + "谛", "睨", "艚", + "歉", "蟮", + "胶", "盍", "鳃", "狯", "垫", "杠", "线", "3", "葖", "t", "熬", "虞", "嶶", "篮", + "黻", "墒", "氟", + "嫠", "漕", + "腾", "哟", "玫", "撇", "垍", "靛", "翼", "淅", "省", "斥", "稞", "蠼", "谩", "埠", + "蘸", "刊", "烝", + "宁", "鹚", + "龊", "苪", "袷", "诧", "细", "蒌", "焅", "2", "筹", "扒", "卮", "捞", "净", "菲", + "逮", "槍", "蛎", + "莱", "黠", + "逖", "辚", "剥", "啴", "诿", "楱", "氪", "领", "嗒", "藐", "惜", "甘", "佾", "嵴", + "胫", ";", "晳", + "锣", "瞅", + "缷", "耶", "搤", "策", "咽", "邀", "霾", "悟", "属", "鸪", "牴", "贞", "趁", "丞", + "瘆", "豌", "著", + "饿", "筠", + "划", "璇", "损", "卵", "腒", "畏", "盥", "耐", "圏", "拓", "蒙", "鋫", "劙", "蹦", + "熘", "烊", "匏", + "咔", "轘", + "沽", "菩", "罴", "磉", "炖", "假", "枪", "龙", "俸", "焱", "四", "─", "毫", "涨", + "浇", "椰", "賣", + "蘇", "真", + "安", "坝", "枕", "鸼", "昵", "亨", "苤", "祷", "枧", "赟", "菑", "鳂", "戌", "悄", + "種", "鳢", "嗣", + "電", "颥", + "妯", "谟", "蜒", "训", "泍", "洁", "勇", "哿", "扰", "蟆", "螂", "刃", "絜", "曪", + "乒", "湖", "鞨", + "懜", "夤", + "哓", "胥", "桞", "俇", "肣", "半", "于", "橼", "锑", "熙", "甜", "槌", "盾", "屃", + "缗", "共", "碗", + "凇", "笔", + "阿", "擗", "袍", "敉", "钾", "俶", "蚪", "琤", "凱", "辕", "à", "恣", "皴", "創", + "寥", "妳", "腈", + "畤", "迤", + "垠", "触", "趙", "铤", "逊", "羊", "碉", "锱", "骨", "仄", "斟", "俚", "啡", "芩", + "迫", "杷", "种", + "鹄", "牗", + "耑", "艇", "芰", "整", "慙", "飛", "甓", "岩", "鸦", "黎", "僊", "糁", "谈", "洋", + "椑", "健", "〕", + "內", "言", + "掷", "倚", "姬", "矿", "灯", "阐", "凋", "銮", "豇", "瑰", "抓", "噪", "堋", "吁", + "妈", "庥", "彳", + "鄗", "闩", + "夫", "0", "庠", "悬", "妙", "琵", "着", "首", "熣", "瞰", "揆", "燚", "条", "姜", + "滘", "麓", "鳉", + "椀", "蓿", + "廠", "泌", "蝈", "倕", "丛", "耍", "且", "蝇", "凉", "豐", "泪", "臼", "服", "刍", + "織", "渎", "尥", + "甙", "埋", + "珏", "援", "祖", "彊", "臱", "惦", "葴", "礁", "达", "橋", "钨", "崦", "醐", "巳", + "中", "颜", "溠", + "铹", "负", + "抠", "愎", "罘", "雩", "胝", "冱", "筵", "篙", "材", "肓", "○", "迅", "腼", "橙", + "仵", "茏", "慵", + "齌", "琯", + "疃", "貢", "豉", "瞟", "忉", "禄", "通", "咒", "愫", "秕", "筜", "觖", "州", "渑", + "胆", "喑", "張", + "衖", "洺", + "眉", "榞", "色", "邶", "攫", "堑", "淬", "嗪", "肐", "殣", "辊", "隧", "献", "潤", + "蓺", "函", "鹱", + "轭", "劭", + "椁", "膜", "亹", "侧", "貂", "哚", "磴", "蠋", "囔", "险", "伶", "世", "菥", "莶", + "瘾", "燫", "延", + "∵", "毋", + "羧", "无", "雎", "曛", "沚", "巍", "g", "熄", "恰", "伷", "開", "冻", "颛", "支", + "⑦", "鞥", "赖", + "试", "泮", + "联", "沮", "穰", "è", "峻", "滿", "豊", "刎", "鴈", "覆", "串", "锃", "春", "储", + "矍", "哺", "评", + "猁", "愉", + "疳", "閃", "奄", "甲", "墦", "頭", "锫", "俦", "玩", "搀", "砭", "流", "橇", "泅", + "琇", "趣", "∧", + "辑", "灊", + "貴", "迮", "摹", "霄", "濟", "限", "彀", "匪", "缂", "觚", "奇", "诋", "灼", "萘", + "狠", "澥", "岂", + "悺", "闾", + "麋", "号", "槽", "姹", "陉", "瑯", "尉", "h", "绖", "宿", "戋", "粝", "砂", "该", + "鞧", "翯", "釘", + "铢", "窨", + "設", "⒆"] + else: + self.__graph_path = os.path.join(os.path.dirname(__file__), 'common.onnx') + self.__charset = ["", "笤", "谴", "膀", "荔", "佰", "电", "臁", "矍", "同", "奇", "芄", "吠", "6", + "曛", "荇", "砥", "蹅", "晃", "厄", "殣", "c", "辱", "钋", "杻", "價", "眙", "鴿", + "⒄", "裙", + "训", "涛", "酉", "挞", "忙", "怍", "︰", "镍", "檐", "眯", "茓", "辖", "淩", "啟", + "蜀", "芟", + "裟", "楝", "彘", "嶪", "费", "亞", "滁", "榉", "朝", "f", "倻", "裎", "谧", "崂", + "卑", "助", + "触", "氐", "锟", "铢", "膪", "脐", "渲", "荫", "佾", "琯", "钣", "珰", "翦", "膻", + "娥", "浥", + "淄", "猸", "内", "消", "粞", "反", "苪", "冽", "酵", "玩", "父", "存", "屯", "殷", + "俐", "篱", + "俛", "塮", "苕", "耲", "输", "壖", "溶", "琤", "氏", "真", "黩", "瑄", "阶", "茔", + "眩", "浙", + "痄", "噔", "烤", "楯", "²", "铆", "裈", "偬", "盏", "祐", "伯", "庙", "獯", "榀", + "裒", "综", + "蒸", "架", "蜱", "鹖", "涴", "肌", "廖", "祾", "蔗", "破", "!", "鑫", "瓷", "H", + "宛", "倪", + "贝", "酝", "倞", "榼", "菊", "帕", "胍", "淌", "抨", "倕", "味", "独", "à", "庐", + "蹲", "肸", + "洹", "騳", "绖", "觉", "蝙", "铜", "選", "郚", "奄", "手", "篦", "忮", "潺", "歁", + "湖", "貔", + "缚", "癫", "捣", "翎", "勇", "徒", "杪", "捃", "纴", "郞", "蛱", "浓", "講", "薇", + "汊", "彻", + "琖", "觇", "驩", "野", "闺", "彩", "膊", "簸", "瑭", "龏", "栓", "攸", "堕", "鹿", + "檠", "锽", + "晟", "煊", "衖", "p", "L", "侞", "吹", "岵", "捡", "邃", "曩", "泼", "娌", "磙", + "鞮", "號", + "苤", "骁", "感", "氙", "榜", "菟", "蠲", "∶", "焌", "漯", "胪", "以", "剜", "=", + "衰", "剔", + "疏", "韩", "邋", "探", "搌", "握", "舵", "腰", "咐", "郎", "鈺", "赴", "斩", "铥", + "棂", "褫", + "秾", "城", "葬", "缺", "甓", "沙", "鴨", "恧", "吩", "膈", "俗", "引", "濑", "坛", + "蛘", "谍", + "飘", "鎚", "貋", "袅", "圃", "肽", "祖", "瑢", "鄣", "卡", "恸", "饷", "撖", "阖", + "碌", "墉", + "⇋", "抗", "僇", "撩", "狷", "静", "荽", "憯", "虻", "滹", "簧", "Y", "汾", "嫁", + "蚴", "岈", + "榔", "邶", "挛", "火", "w", "旌", "線", "3", "跏", "F", "楸", "瞬", "證", "現", "符", + "鲀", + "窸", "朗", "m", "劉", "襄", "鸻", "敖", "憩", "濛", "胶", "雏", "禽", "缜", "鐀", + "澄", "泉", + "懈", "鹟", "牙", "叟", "镖", "膨", "硷", "钏", "嵌", "冲", "橪", "厨", "溘", "妻", + "贺", "耀", + "潲", "瞳", "惺", "涑", "鄄", "舡", "战", "钹", "盍", "窀", "凳", "锋", "(", "绤", + "翻", "》", + "嶷", "戛", "照", "设", "两", "霹", "風", "格", "栖", "椹", "№", "蔌", "达", "悠", + "旒", "函", + "抔", "逆", "疙", "玫", "箢", "恩", "樘", "远", "考", "荭", "殒", "靡", "蝾", "舅", + "䀲", "偾", + "灿", "埴", "瀍", "特", "诸", "搦", "恒", "妊", "课", "劂", "殊", "艋", "柚", "硕", + "捅", "钍", + "芘", "脖", "襁", "募", "卅", "疆", "嫖", "黹", "臀", "豇", "瘗", "憎", "嗯", "Θ", + "跺", "喧", + "捺", "爪", "鲠", "縠", "屋", "撑", "者", "娶", "喝", "墼", "丶", "茚", "髅", "瓢", + "农", "橼", + "攰", "折", "诋", "镒", "赂", "捲", "耑", "沐", "窜", "亰", "煌", "阕", "羯", "纤", + "滇", "值", + "琥", "渴", "祗", "鳌", "蛞", "庄", "鹇", "訄", "犷", "弋", "琐", "佗", "氛", "揄", + "旺", "聱", + "榨", "湿", "蟥", "湎", "敕", "轷", "耿", "三", "運", "瑶", "困", "勁", "蚱", "泸", + "螫", "斜", + "蟠", "轨", "镞", "霆", "嶙", "烷", "瘩", "敦", "塾", "僚", "澙", "關", "酩", "殴", + "—", "例", + "筷", "乘", "颗", "核", "孬", "舣", "糇", "劾", "黧", "镌", "罅", "X", "仅", "哐", + "蟊", "呻", + "呕", "粟", "配", "伊", "槊", "昌", "宰", "盘", "肫", "鳥", "圾", "恬", "辘", "绿", + "時", "丐", + "扃", "敓", "摄", "陕", "滿", "鹆", "嗬", "龅", "渣", "釣", "萦", "督", "孑", "∧", + "疥", "噱", + "蝎", "君", "笮", "泌", "镔", "称", "柘", "鬣", "罨", "潍", "垣", "顔", "褶", "礓", + "△", "骐", + "湍", "獾", "羖", "戾", "预", "祭", "鹨", "凤", "茕", "珏", "蛊", "毛", "枰", "鄭", + "娲", "丕", + "蜜", "纟", "蛹", "粮", "嚰", "嚓", "螨", "裰", "G", "集", "删", "郜", "舻", "嵛", + "鵰", "腊", + "峄", "脸", "鲺", "坢", "寞", "撰", "顸", "枋", "荠", "夡", "豆", "馆", "赭", "傎", + "淼", "镪", + "許", "礌", "带", "訂", "饧", "锜", "及", "漾", "編", "究", "仍", "糜", "喳", "嗝", + "醦", "堅", + "企", "烔", "图", "垲", "枥", "畿", "踱", "槟", "◆", "酽", "溢", "酥", "谚", "缨", + "死", "镑", + "干", "用", "紊", "坑", "副", "枭", "琮", "鸨", "獻", "弈", "伺", "醍", "氓", "宁", + "臻", "贾", + "啐", "玉", "咀", "孀", "烆", "嘱", "频", "蜥", "楡", "瞩", "委", "锺", "赀", "睬", + "旅", "刿", + "韪", "抹", "鞘", "x", "钝", "倌", "奖", "蟭", "灌", "肼", "曰", "啊", "属", "唐", + "彦", "煦", + "鄘", "坦", "鬻", "告", "单", "菽", "匏", "浚", "仺", "怜", "拦", "鸡", "拄", "乍", + "燠", "暧", + "竭", "⒂", "济", "Ⓡ", "趑", "舴", "体", "拒", "罂", "说", "猎", "闫", "鄗", "妲", + "鑙", "葶", + "匍", "等", "略", "盲", "唔", "钰", "渠", "镦", "葫", "蹒", "姘", "婵", "夯", "实", + "何", "株", + "锌", "礁", "桺", "捉", "鮕", "莓", "轶", "辉", "溋", "视", "嗒", "猞", "猁", "杓", + "怡", "咴", + "巷", "仂", "婉", "睛", "?", "淡", "/", "郛", "绨", "较", "毁", "沓", "瞎", "馏", + "蕙", "戏", + "i", "董", "臣", "鹫", "栳", "锹", "裕", "蜷", "唣", "9", "缂", "螬", "笥", "惶", + "蚰", "徨", + "忭", "传", "绛", "离", "锑", "候", "拓", "德", "损", "附", "紡", "徕", "錾", "蕻", + "⑧", "構", + "镊", "脘", "靸", "涒", "镡", "光", "廒", "尴", "荥", "佳", "弼", "暮", "榆", "鼑", + "辅", "钆", + "湝", "佤", "瘌", "炽", "筰", "嗈", "電", "飙", "坶", "椿", "俾", "灊", "泵", "像", + "咅", "樓", + "苒", "烨", "溺", "棽", "戒", "箅", "愔", "缢", "楞", "庤", "塑", "湮", "沽", "蝌", + "赌", "薨", + "锾", "圜", "骥", "秉", "瞌", "惇", "诊", "圣", "睢", "我", "廰", "苠", "襻", "鲚", + "酮", "厮", + "评", "沈", "愀", "垞", "习", "敷", "比", "欢", "尚", "钪", "卣", "她", ",", "伴", + "赃", "蚬", + "喇", "醇", "嚅", "T", "姝", "鍊", "悯", "N", "抚", "颡", "獐", "趟", "洑", "缝", + "喁", "帷", + "憷", "获", "阉", "镫", "臨", "炮", "奴", "揩", "叩", "恺", "粱", "胁", "憬", "痿", + "´", "沘", + "彀", "饩", "滋", "竑", "嗑", "鸟", "T", "璠", "快", "銀", "舶", "羞", "桞", "飛", + "茹", "師", + "偌", "節", "冁", "叡", "臑", "踔", "酔", "養", "溦", "岐", "豉", "杌", "胩", "仳", + "沾", "窑", + "曳", "闷", "垢", "垆", "磨", "髹", "態", "丽", "見", "洃", "遣", "场", "铭", "溉", + "衬", "橦", + "详", "馊", "濂", "瑾", "鲫", "贞", "搴", "胺", " ", "景", "执", "袴", "炖", "箭", + "楂", "婚", + "镧", "厩", "宣", "缣", "跃", "痘", "亓", "宦", "豪", "侣", "郧", "與", "痳", "挚", + "殻", "嘢", + "洽", "蹉", "孽", "森", "俚", "八", "砹", "凹", "訇", "屹", "啰", "宴", "廨", "沇", + "麇", "泅", + "绡", "辛", "鹲", "鋆", "旮", "婀", "幔", "赞", ":", "永", "活", "萸", "霉", "←", + "媲", "阚", + "鲮", "佝", "獒", "圹", "隋", "征", "蚶", "龊", "搀", "嫫", "鬏", "幞", "學", "然", + "沧", "萑", + "襜", "撻", "苯", "狳", "鞠", "咋", "壹", "栅", "款", "镘", "阳", "蚜", "荬", "糊", + "疳", "糕", + "镵", "寐", "褴", "v", "醋", "诀", "汰", "啸", "备", "娘", "氚", "镓", "室", "簟", + "硝", "嘌", + "釐", "争", "男", "疬", "鹄", "艳", "倒", "忸", "庶", "葒", "岖", "涨", "羝", "诼", + "纨", "纰", + "扉", "酎", "藉", "疮", "枞", "黜", "戮", "芽", "鳑", "末", "蒿", "茈", "透", "渊", + "秷", "〈", + "试", "络", "羼", "滪", "奋", "虏", "脁", "沫", "蓰", "襆", "披", "鲌", "艚", "逹", + "炳", "泔", + "叹", "轳", "锵", "嫜", "佥", "严", "迅", "筠", "逵", "铿", "钇", "拇", "诏", "绯", + "吊", "纠", + "蟾", "c", "涝", "汩", "盐", "跋", "拤", "邹", "镨", "羚", "龆", "脊", "攉", "傕", + "短", "團", + "蹬", "嘤", "奎", "熨", "芪", "鸢", "濉", "''", "莴", "義", "赜", "踺", "皂", "努", + "偏", "狡", + "遭", "吞", "嘿", "婊", "媸", "增", "殿", "刮", "燘", "劫", "娜", "瞄", "寡", "优", + "捋", "佴", + "菰", "蓠", "笙", "镃", "樇", "瘫", "B", "橇", "逯", "堍", "О", "磐", "腼", "て", + "送", "狭", + "皓", "亡", "嗉", "菠", "顺", "連", "嶶", "瑪", "辟", "婷", "牛", "笫", "窅", "萁", + "戟", "覃", + "馍", "建", "謇", "旘", "镣", "燏", "葉", "轺", "倏", "堪", "见", "葛", "钕", "键", + "押", "僊", + "槐", "戎", "窨", "洙", "鲢", "鞒", "慒", "雁", "圭", "D", "陌", "肱", "蜿", "洧", + "惑", "祛", + "樟", "矧", "呵", "峻", "凝", "蕨", "拯", "珮", "塥", "展", "贻", "囐", "弱", "庳", + "嫔", "緣", + "呈", "策", "漉", "瑗", "鲂", "鹂", "吾", "灶", "并", "挲", "重", "奭", "皙", "侪", + "埗", "烬", + "纾", "椒", "技", "ɔ", "擀", "恍", "遨", "订", "雨", "卵", "锏", "猗", "癸", ")", + "谡", "稷", + "枨", "蹽", "荑", "沅", "稽", "間", "冉", "颇", "酺", "份", "瞾", "毯", "藥", "蕞", + "狲", "吡", + "慷", "卯", "摽", "肿", "嗛", "悒", "丨", "横", "鳡", "仫", "狎", "砗", "聿", "腥", + "酡", "飱", + "柳", "遽", "汇", "湔", "麋", "垃", "粽", "坷", "鳗", "迫", "丢", "\"", "⒀", "嗲", + "肐", "結", + "署", "飨", "蠡", "涩", "挈", "浿", "鐾", "姞", "隧", "铘", "呜", "蜕", "鷄", "逼", + "哌", "病", + "係", "偿", "Ⅲ", "埋", "妤", "赘", "悉", "陷", "沸", "呲", "誓", "舆", "髀", "挫", + "羑", "据", + "顿", "淝", "抟", "珧", "郑", "仗", "怛", "掠", "稳", "尥", "祙", "找", "郐", "锔", + "轹", "钓", + "黙", "饸", "谌", "斐", "龙", "噫", "駆", "浼", "峒", "育", "纣", "溠", "铊", "亨", + "杮", "呓", + "钌", "业", "繻", "溪", "戌", "蓿", "椱", "悱", "仉", "阮", "芈", "濋", "搔", "纽", + "琛", "趄", + "双", "镯", "☆", "敉", "啬", "讦", "娱", "爾", "遶", "漱", "郗", "锪", "颃", "靰", + "醊", "驊", + "呢", "術", "妙", "蚣", "溽", "酇", "巾", "舐", "却", "废", "邾", "砣", "乙", "鲜", + "蒤", "囍", + "璈", "稔", "蘘", "匐", "業", "碟", "渺", "贤", "绋", "畑", "颞", "侥", "盟", "鼍", + "阊", "蔽", + "标", "吮", "淬", "鏾", "圗", "夜", "乕", "娇", "瞿", "循", "讲", "懒", "熘", "禚", + "观", "钷", + "万", "n", "未", "藝", "愿", "圈", "浩", "伦", "扛", "暄", "饶", "梧", "欣", "咿", + "檔", "吼", + "妮", "覆", "辰", "誤", "允", "危", "硗", "惫", "瘪", "李", "焱", "沣", "坯", "穄", + "归", "画", + "营", ":", "色", "哔", "矢", "巯", "祆", "傍", "享", "悻", "取", "凫", "铒", "唅", + "眈", "疹", + "败", "晴", "顼", "绶", "剃", "斗", "禾", "4", "誜", "俨", "2", "患", "结", "可", + "帇", "抍", + "筝", "衢", "鹛", "跸", "颢", "钾", "渡", "棒", "丛", "皱", "梓", "将", "压", "#", + "岛", "?", + "砺", "过", "党", "挣", "瞋", "谶", "妯", "羡", "化", "淫", "歪", "鼗", "阄", "蔓", + "烩", "餘", + "猊", ".", "畯", "祧", "狒", "碁", "咛", "鲈", "叨", "哞", "5", "娈", "半", "免", + "拿", "畎", + "媾", "棚", "丈", "周", "匋", "酯", "奚", "爇", "摇", "搭", "蓇", "陽", "岢", "禤", + "藠", "雅", + "哲", "弹", "按", "↑", "蹀", "察", "螾", "渎", "褂", "觳", "耍", "皲", "骗", "箫", + "蕺", "亚", + "保", "棵", "放", "踪", "了", "熣", "亦", "痛", "币", "馐", "夢", "诱", "梱", "鲰", + "郕", "璜", + "祯", "颦", "走", "踣", "嫚", "旯", "雲", "湟", "墨", "笃", "肇", "撝", "腦", "账", + "舞", "⑨", + "噻", "幂", "僵", "崦", "’", "牢", "号", "嫡", "囱", "肥", "代", "锶", "掏", "随", + "棓", "殉", + "嘅", "掰", "功", "垛", "踶", "娠", "霜", "碣", "鲼", "伉", "凄", "骋", "鹞", "洺", + "乌", "赧", + "瑛", "黎", "曚", "鲴", "髫", "瘴", "藏", "雍", "畐", "蔻", "爼", "蹴", "巨", "贱", + "汜", "胡", + "虬", "椎", "逸", "魇", "亶", "Φ", "忆", "赉", "塞", "潢", "垌", "简", "鼹", "發", + "枢", "麝", + "虹", "惭", "唛", "春", "瑟", "郰", "桡", "捩", "堙", "嗨", "驳", "F", "荪", "忑", + "贪", "躅", + "步", "揜", "闪", "垟", "晶", "分", "韭", "戴", "泪", "啧", "機", "峙", "和", "鸱", + "绎", "屠", + "阋", "黍", "淸", "萩", "汉", "吐", "匙", "铗", "蠔", "簠", "鲵", "须", "蛣", "躏", + "完", "咻", + "釜", "馼", "崤", "欻", "珐", "于", "郅", "焓", "轴", "递", "堰", "嗷", "儇", "壕", + "嘟", "酸", + "庾", "龂", "妍", "锅", "雳", "桦", "抬", "谄", "气", "六", "诎", "绀", "张", "復", + "客", "荞", + "鳚", "衔", "亁", "昂", "漤", "鞚", "筘", "绫", "彝", "枪", "苊", "榟", "饺", "苦", + "顶", "衷", + "聚", "寮", "揆", "轪", "栋", "臂", "葖", "颋", "镐", "愕", "贸", "Q", "琼", "糥", + "世", "莪", + "龁", "禁", "绲", "陶", "弑", "黢", "铵", "睐", "沄", "紬", "防", "癣", "曾", "钉", + "纶", "膘", + "句", "莸", "踝", "躐", "酤", "腑", "雄", "堤", "喀", "姣", "孢", "阡", "褐", "胂", + "髙", ";", + "骖", "膺", "糙", "辢", "⒃", "险", "砻", "缫", "骎", "低", "蚵", "箐", "苞", "劭", + "峪", "工", + "盈", "腹", "袄", "祉", "癔", "笨", "R", "乚", "畏", "虍", "臾", "泛", "噙", "杷", + "麗", "蹋", + "逍", "迓", "摅", "页", "戥", "胞", "艄", "壅", "啶", "趼", "牟", "翙", "蓝", "府", + "轿", "砼", + "荜", "杆", "惊", "起", "瘅", "墈", "氖", "匀", "麃", "阘", "虮", "蘇", "蚤", "汗", + "鳞", "籁", + "缲", "畈", "亟", "劬", "課", "蓄", "缅", "楮", "湜", "珩", "斋", "塬", "殁", "魃", + "脞", "H", + "澼", "钚", "饕", "缕", "Ⅱ", "攮", "卿", "莅", "镆", "熹", "藩", "汁", "順", "趿", + "拆", "蟹", + "砒", "惴", "㎡", "忖", "寝", "戕", "螭", "酿", "™", "柬", "枧", "凶", "蚁", "島", + "殄", "鲊", + "忠", "肉", "辕", "叫", "徙", "漆", "缞", "夀", "楦", "佪", "兴", "粉", "裳", "蘧", + "國", "旬", + "看", "Ⅰ", "剑", "痭", "襟", "恐", "遹", "◎", "窃", "穰", "澎", "敬", "旱", "燚", + "坩", "彤", + "尜", "猃", "夏", "穈", "媒", "柑", "駡", "孛", "脉", "车", "零", "菩", "痊", "卉", + "桔", "距", + "吧", "漦", "启", "仁", "滬", "馋", "帅", "鳈", "鄌", "超", "芡", "窘", "刽", "掌", + "氤", "梽", + "拎", "踏", "勋", "甍", "玑", "稱", "鞍", "浍", "翅", "饟", "鼎", "罩", "加", "虚", + "蕰", "簉", + "堇", "巢", "疲", "蟑", "狝", "瓮", "潋", "行", "饥", "散", "糌", "牵", "貢", "偉", + "咄", "痕", + "沃", "苓", "锂", "狻", "褿", "畸", "姿", "煎", "胜", "觅", "烊", "質", "疵", "擢", + "椤", "米", + "累", "诳", "斡", "K", "恻", "匦", "烫", "湾", "鹎", "吟", "摘", "涞", "恿", "嫉", + "炎", "婧", + "朽", "铑", "ㆍ", "讧", "曜", "挑", "〇", "搅", "鹐", "丁", "彼", "棠", "饪", "箬", + "祎", "魄", + "囿", "犬", "市", "髃", "勚", "桶", "辎", "瓞", "财", "缄", "園", "睒", "护", "尿", + "融", "围", + "水", "糍", "虢", "呦", "越", "棺", "砮", "邓", "鹦", "稣", "呃", "柙", "鎌", "转", + "袋", "湉", + "亘", "俩", "腆", "谣", "飔", "撂", "鄳", "爲", "盦", "谳", "卸", "W", "嚆", "婕", + "卫", "拚", + "呀", "汽", "洣", "冻", "鳝", "录", "毋", "閥", "熬", "谜", "齐", "匳", "慧", "猴", + "撬", "妳", + "諾", "蠼", "瘟", "伐", "颤", "奶", "陧", "麾", "岌", "浇", "邸", "「", "不", "哼", + "热", "旳", + "慙", "&", "苔", "郿", "钗", "氡", "纹", "侬", "霓", "靈", "扁", "聢", "疼", "岣", + "甥", "恭", + "喷", "芫", "骂", "肪", "熥", "揠", "鲷", "遁", "霎", "娆", "圩", "爬", "傲", "贽", + "紫", "觑", + "琇", "蟆", "怙", "玙", "庼", "筮", "慗", "层", "娓", "蚨", "糟", "璩", "隼", "锧", + "疱", "铎", + "祠", "绁", "速", "湛", "蝮", "立", "媵", "禇", "撸", "禳", ">", "恋", "⑥", "鹡", + "蓑", "樱", + "奸", "蝣", "埭", "聪", "慭", "睑", "肢", "焗", "骃", "毵", "潼", "塘", "烧", "劓", + "栾", "牯", + "〉", "毓", "釉", "庞", "宕", "磚", "夺", "畜", "俏", "筼", "虱", "釆", "计", "陀", + "诧", "臱", + "牌", "固", "鹉", "凰", "擞", "■", "㛃", "词", "店", "當", "许", "妣", "耋", "硼", + "根", "焅", + "砸", "霈", "锃", "巳", "誉", "咕", "锊", "P", "云", "乞", "为", "姆", "桕", "丞", + "鳤", "楷", + "醒", "趔", "怔", "砉", "潏", "肝", "拷", "也", "璐", "厘", "致", "昇", "绥", "抃", + "佩", "斥", + "⑶", "断", "纵", "翁", "耄", "沭", "洄", "别", "吻", "渍", "r", "愦", "替", "骓", + "攻", "旦", + "来", "案", "坫", "辞", "班", "锝", "拜", "掎", "穸", "笛", "痂", "笈", "鲶", "僻", + "依", "碎", + "蕤", "炕", "寥", "拔", "髑", "慨", "眺", "⑿", "珞", "歧", "湲", "錦", "拮", "哭", + "爰", "验", + "寸", "%", "口", "阔", "积", "篝", "狴", "殂", "痧", "绽", "搪", "祸", "缘", "遯", + "祜", "种", + "缓", "冒", "庵", "窥", "颂", "哕", "谘", "蜗", "掖", "驮", "郎", "跂", "蝓", "贲", + "馔", "琰", + "大", "芊", "粝", "啻", "蒉", "谒", "羔", "蘑", "菑", "布", "徂", "l", "炬", "蘩", + "弭", "嵎", + "補", "岑", "佯", "棍", "没", "志", "裣", "咸", "权", "豺", "韦", "優", "紧", "嚚", + "牴", "酚", + "沤", "睥", "葆", "乓", "划", "犒", "惚", "埕", "锴", "就", "滓", "汕", "冏", "缵", + "囟", "旸", + "麂", "接", "餮", "瓤", "偕", "灏", "溻", "揶", "钯", "荸", "宪", "泠", "槠", "抺", + "威", "燴", + "井", "骣", "耜", "磔", "懜", "淇", "瘘", "蹼", "觏", "圬", "纔", "恤", "铝", "薏", + "鞫", "衉", + "E", "球", "姽", "毹", "嵘", "睦", "蛉", "伽", "橥", "痤", "卞", "警", "则", "芬", + "磉", "悢", + "逾", "吆", "朿", "锒", "卧", "E", "焉", "纥", "髦", "鞯", "牞", "蹿", "琪", "洌", + "幛", "淳", + "菲", "涔", "噗", "勺", "势", "哓", "毪", "刖", "雜", "浪", "懵", "棁", "秋", "◇", + "玡", "埯", + "谥", "芑", "拌", "Z", "埂", "寻", "虼", "豫", "蛄", "蜞", "椟", "〔", "哩", "絷", + "咱", "郈", + "湫", "抡", "矮", "庖", "锰", "鎖", "葸", "棣", "砑", "题", "棋", "晕", "兠", "蓣", + "貂", "裤", + "昊", "扳", "讴", "弩", "蚀", "尓", "暗", "莘", "黏", "寖", "蛔", "И", "痪", "饳", + "妈", "Z", + "秏", "矽", "蘭", "艴", "菖", "寿", "撅", "秤", "颓", "廪", "醪", "耢", "螣", "椰", + "麈", "听", + "敞", "铠", "润", "穑", "涟", "澹", "茨", "昨", "嚯", "钟", "護", "榇", "曦", "蜎", + "呷", "邦", + "瘵", "鲬", "谖", "概", "九", "飞", "潇", "高", "锫", "钐", "徘", "诟", "缧", "剞", + "【", "簋", + "噍", "痋", "关", "糁", "鹊", "潤", "邬", "赔", "序", "盤", "拙", "盾", "鸫", "迟", + "氇", "塄", + "庀", "噩", "臃", "绔", "岔", "珠", "癀", "骡", "隶", "堋", "笆", "影", "昶", "飗", + "α", "薄", + "碜", "瞅", "奠", "鲽", "牂", "裆", "刀", "遑", "隙", "沔", "訾", "旇", "s", "诮", + "炱", "榚", + "些", "縯", "提", "甚", "埏", "峣", "意", "出", "郡", "摊", "哦", "轼", "嚒", "杈", + "痢", "裥", + "袖", "陔", "溷", "裀", "迄", "枇", "筑", "貊", "鲃", "鸪", "V", "鞭", "粳", "菥", + "盒", "毙", + "风", "壽", "胝", "章", "泄", "浜", "菇", "釘", "揖", "蝰", "榧", "掊", "瘿", "亍", + "欤", "髻", + "歃", "朱", "撇", "铁", "兜", "喋", "趵", "瘼", "芤", "邳", "除", "滌", "么", "践", + "矜", "曆", + "炒", "咔", "促", "姐", "酦", "货", "箔", "锡", "吝", "医", "汀", "精", "馘", "骶", + "碉", "啷", + "缉", "褪", "阙", "滕", "蓐", "搏", "俅", "癌", "股", "圪", "孕", "鳕", "话", "鳳", + "妩", "馬", + "鞣", "璁", "测", "螠", "圆", "颥", "卒", "钲", "䨱", "骢", "批", "陨", "婶", "熵", + "鸣", "梁", + "怅", "滑", "驵", "帑", "鑽", "痈", "鲑", "犍", "茑", "糧", "谫", "咒", "绘", "塆", + "耖", "铮", + "殳", "角", "齮", "挻", "捎", "2", "З", "廋", "泻", "犊", "儋", "椋", "聍", "鼬", + "鳏", "收", + "跞", "盥", "信", "嘴", "眉", "黠", "纡", "Ω", "愆", "桹", "昽", "讠", "蚧", "龀", + "鳓", "麓", + "括", "蘊", "鈇", "写", "焕", "哒", "忌", "咳", "蜮", "衄", "氰", "邘", "缇", "缮", + "表", "续", + "篇", "旄", "闻", "門", "偃", "茳", "晗", "鋪", "讶", "衙", "闭", "管", "傒", "藔", + "鳯", "萼", + "泥", "汔", "浆", "姚", "几", "含", "沆", "繇", "灾", "嗦", "饬", "系", "熠", "漶", + "潭", "牲", + "湘", "稁", "宄", "亳", "杏", "豳", "監", "印", "旁", "辙", "播", "让", "乳", "镚", + "腒", "衅", + "铅", "殛", "形", "颚", "茸", "绚", "铲", "贬", "溆", "寘", "傫", "解", "事", "旻", + "差", "竣", + "篃", "渥", "嵩", "@", "鹀", "哈", "痍", "绪", "囔", "渗", "帐", "叙", "⑦", "跖", + "貝", "盅", + "碶", "哗", "裼", "窝", "滙", "郸", "延", "炼", "芹", "簃", "谭", "莱", "佞", "猝", + "褥", "陆", + "王", "碴", "粑", "怃", "倭", "貉", "硈", "裴", "溍", "坂", "勐", "踬", "敌", "改", + "膠", "罘", + "罚", "繁", "幢", "煸", "扩", "黑", "氮", "孓", "饔", "姹", "蠖", "倬", "慝", "沩", + "嚏", "雌", + "琏", "莹", "觊", "颟", "坤", "筅", "桉", "肈", "幻", "”", "烽", "蓅", "噌", "桎", + "矻", "指", + "瀚", "羊", "邒", "筒", "匣", "旨", "葑", "团", "偻", "镛", "忉", "帱", "往", "刎", + "害", "母", + "串", "酢", "舟", "栝", "娣", "⒉", "装", "笊", "篑", "垄", "镳", "牝", "煲", "氵", + "遂", "骜", + "钜", "屡", "宇", "z", "惨", "潆", "鹃", "豌", "浞", "幄", "麺", "暽", "弁", "菤", + "酲", "虑", + "样", "访", "睁", "黼", "悞", "禧", "涠", "舂", "駕", "屈", "噀", "邽", "炅", "欸", + "隆", "描", + "绦", "派", "溲", "颙", "忐", "鹺", "只", "诈", "腭", "亵", "这", "炀", "趣", "喙", + "跨", "場", + "全", "搢", "舨", "踢", "巿", "糸", "乐", "澈", "羰", "匯", "D", "濒", "莛", "癯", + "娴", "姒", + "祥", "渖", "庭", "渑", "挹", "狉", "萍", "鹚", "焻", "自", "舸", "岫", "飑", "戍", + "淙", "愠", + "导", "賣", "进", "赳", "鱿", "硂", "僤", "O", "拟", "钨", "笳", "汴", "挤", "稞", + "柏", "阐", + "弥", "艽", "爻", "魭", "俶", "聂", "鲎", "齌", "菀", "僜", "煅", "满", "兀", "辔", + "舊", "胥", + "卢", "额", "膝", "嵬", "昼", "唏", "璨", "苷", "舫", "倨", "耵", "碳", "鄺", "橘", + "裔", "裸", + "宋", "窋", "悚", "昱", "错", "咣", "檄", "硁", "莆", "肃", "曼", "垍", "绵", "役", + "內", "館", + "规", "犋", "毅", "锨", "瓘", "丘", "疝", "杀", "袗", "屏", "阎", "衹", "嚣", "冼", + "铪", "熏", + "t", "储", "傧", "髁", "邙", "窴", "泾", "止", "晾", "涵", "庸", "庠", "靿", "睚", + "减", "衲", + "思", "簖", "耘", "之", "斑", "扬", "袼", "缗", "菏", "滍", "研", "垚", "艘", "黇", + "蜘", "汨", + "侦", "疃", "再", "沂", "榛", "励", "嚼", "拴", "钴", "珑", "撕", "鸯", "共", "醐", + "揿", "醴", + "凭", "菹", "鹬", "捷", "掼", "芝", "缪", "咏", "挺", "蒗", "疖", "伸", "索", "黉", + "髋", "習", + "姜", "蔺", "扶", "忽", "锉", "戚", "珲", "摸", "黛", "跌", "螈", "冚", "洱", "鼯", + "庡", "痒", + "哆", "品", "歆", "登", "呔", "追", "鉫", "碾", "祚", "总", "帚", "薹", "趴", "容", + "滘", "❋", + "迷", "拾", "炯", "析", "佼", "嗾", "-", "针", "滩", "禅", "讯", "織", "饱", "哟", + "蹓", "侧", + "蹯", "踽", "趙", "漫", "卷", "朴", "卺", "狈", "绉", "浉", "玳", "榕", "畛", "蛾", + "帔", "欠", + "劙", "矾", "進", "蚺", "骨", "捂", "疾", "璱", "圠", "坚", "弯", "秩", "逧", "烟", + "佛", "嫱", + "鳢", "裹", "耥", "潮", "巽", "嶝", "廷", "鳆", "五", "西", "壤", "慌", "鴈", "爡", + "‧", "儆", + "萘", "愁", "昔", "咩", "侃", "炫", "迳", "构", "缶", "皴", "捱", "菜", "秀", "粢", + "畵", "辊", + "伟", "榄", "嗪", "已", "聖", "枕", "恢", "厍", "涅", "鄢", "饨", "鲨", "谪", "礤", + "搁", "疔", + "雎", "羿", "犁", "硐", "盹", "若", "操", "昀", "亩", "凑", "睃", "贰", "穷", "荆", + "葹", "嘃", + "廓", "憔", "制", "胧", "染", "麿", "镴", "砀", "组", "茎", "畫", "哑", "坨", "罱", + "刳", "嘲", + "瞰", "缏", "侩", "谝", "谮", "还", "惋", "佈", "谏", "酗", "怩", "i", "秽", "抻", + "蟪", "狠", + "辑", "羟", "娉", "肯", "毕", "枸", "啮", "鳙", "要", "娑", "蜈", "忍", "侗", "Р", + "凛", "巉", + "拽", "该", "俎", "惠", "薅", "猬", "忲", "●", "哏", "柔", "沉", "磁", "脾", "龃", + "鲩", "钞", + "厂", "鱽", "濞", "群", "唱", "攝", "刃", "蹻", "剕", "朊", "啜", "语", "蜻", "遠", + "呖", "都", + "嫄", "戢", "丫", "酞", "修", "户", "膏", "侈", "浣", "捍", "馒", "谱", "點", "滏", + "跟", "鹁", + "书", "愉", "扭", "票", "耒", "燁", "魚", "拨", "鞑", "匆", "最", "憨", "晨", "癍", + "邻", "醅", + "骘", "骇", "蔫", "。", "珪", "安", "歉", "邑", "淦", "胱", "漏", "咂", "叮", "瘛", + "钺", "聘", + "玎", "荻", "涰", "淏", "烈", "囚", "㙟", "矫", "嗵", "澶", "磛", "肖", "蹑", "支", + "哪", "久", + "嗅", "稍", "抠", "具", "裨", "韨", "虿", "漪", "外", "埸", "ä", "葡", "鲇", "廛", + "蝥", "广", + "兒", "涧", "阌", "谊", "嵴", "拂", "悸", "哳", "4", "佘", "篁", "基", "赪", "掬", + "演", "谋", + "酣", "植", "波", "恅", "杼", "胀", "纯", "缩", "盆", "芷", "绺", "施", "礞", "莳", + "稻", "狐", + "馌", "椑", "恃", "镩", "骼", "孱", "硭", "曈", "焼", "秕", "觥", "茛", "射", "肣", + "蟞", "′", + "彰", "罔", "麻", "逋", "谓", "革", "藤", "堆", "忿", "茂", "屦", "炟", "碹", "啤", + "垤", "文", + "佐", "叼", "蹭", "踉", "眍", "龟", "黾", "崋", "氘", "尼", "瞢", "悦", "罢", "瑀", + "睇", "贴", + "涿", "拍", "庥", "粪", "陳", "闌", "蓍", "元", "磊", "忻", "葴", "买", "诺", "㐂", + "沦", "苏", + "岂", "浊", "脍", "誠", "嚬", "蔬", "黄", "銘", "钩", "劃", "嫘", "嵖", "笄", "鸰", + "熳", "堑", + "河", "遮", "尝", "灭", "愬", "娅", "鸽", "锢", "狂", "弓", "侨", "滚", "释", "晏", + "徵", "苡", + "佚", "切", "惰", "降", "槎", "脑", "磺", "谟", "裉", "弘", "醺", "眇", "顒", "兰", + "忧", "础", + "-", "茫", "袒", "喤", "慶", "話", "跽", "堵", "能", "武", "壳", "汤", "橐", "圧", + "嗡", "簌", + "斧", "林", "楊", "净", "嫌", "猛", "炸", "冠", "弦", "洵", "°", "創", "葜", "苁", + "顏", "薛", + "平", "舜", "崧", "撼", "哮", "窣", "殖", "象", "飒", "瞥", "玥", "斝", "胭", "葱", + "擎", "踰", + "盛", "稇", "斫", "滴", "硫", "胬", "唁", "拐", "殍", "冱", "陪", "鋈", "烦", "辋", + "妇", "轸", + "潴", "荤", "碡", "徭", "膜", "秧", "淀", "缤", "琶", "^", "肋", "违", "轭", "$", + "箕", "墩", + "罗", "摆", "槛", "笠", "塃", "畚", "嘛", "秸", "≥", "剪", "羅", "帜", "庇", "骙", + "酾", "康", + "陬", "蝶", "闇", "圏", "琴", "鬈", "苶", "黡", "瓠", "酋", "琎", "奏", "科", "搒", + "億", "翡", + "熊", "性", "痞", "篾", "邴", "篥", "饵", "揸", "狙", "鳂", "否", "煺", "畦", "凖", + "鹧", "宵", + "庛", "鬯", "袂", "昴", "徽", "奧", "鸥", "锸", "庚", "彪", "槿", "趱", "铡", "讹", + "莎", "約", + "璞", "┌", "铫", "鸈", "瞀", "鼙", "廙", "估", "屺", "锘", "渝", "汶", "囵", "跻", + "酏", "扎", + "孜", "腔", "吗", "块", "潽", "“", "焚", "倘", "靥", "默", "笺", "遍", "剅", "桠", + "极", "夷", + "眸", "泳", "谢", "懦", ")", "泜", "物", "开", "淮", "邵", "卟", "徜", "轧", "苍", + "酶", "捌", + "耨", "膄", "琦", "痦", "涪", "舰", "迥", "涘", "季", "悫", "初", "贩", "碍", "沼", + "腮", "勻", + "恣", "他", "院", "7", "蜒", "叉", "昉", "瞽", "疢", "蓼", "相", "臜", "ü", "秘", + "蚌", "摉", + "莞", "番", "盼", "冀", "缠", "学", "馗", "搞", "苛", "羹", "潟", "嬴", "杶", "妖", + "↓", "銭", + "斄", "猢", "搂", "芦", "埶", "癜", "铴", "從", "留", "硎", "簇", "臬", "侮", "鳎", + "頉", "所", + "邝", "哂", "弛", "垂", "暑", "仿", "療", "轾", "熜", "悃", "勘", "鋫", "泞", "閃", + "+", "士", + "虐", "盡", "溯", "劣", "1", "锇", "蜇", "碛", "婴", "8", "捶", "藻", "嫰", "跹", + "芋", "淠", + "疯", "Й", "诨", "醢", "痨", "栌", "摧", "噤", "灸", "馉", "蒇", "洲", "孪", "孵", + "亿", "枝", + "涕", "孟", "缎", "攒", "湧", "褛", "铺", "廣", "诃", "蕈", "维", "珣", "逖", "瓯", + "苘", "榫", + "寰", "供", "铽", "暲", "义", "兖", "喆", "祇", "蝽", "膛", "髭", "尹", "乒", "柈", + "抓", "镋", + "脏", "乩", "挎", "酬", "靳", "躔", "霞", "離", "桌", "o", " ", "滨", "懷", "萭", + "望", "仆", + "怂", "麸", "槁", "洨", "俬", "孚", "匕", "栩", "t", "被", "邗", "纺", "狄", "国", + "苋", "眢", + "秣", "畤", "∵", "创", "嵫", "胖", "垮", "镁", "壑", "A", "趾", "荟", "汝", "嗥", + "驰", "向", + "磴", "讪", "溅", "箍", "驾", "讙", "蛐", "眨", "醯", "筣", "鼫", "叠", "沥", "恕", + "埽", "甩", + "煜", "端", "蜃", "帏", "丙", "荏", "圻", "夥", "暖", "抛", "岸", "头", "恝", "船", + "鞲", "の", + "七", "怪", "诅", "茧", "北", "搓", "皖", "綉", "坪", "簪", "贵", "阍", "刑", "偶", + "雷", "體", + "髡", "岚", "剂", "妾", "茬", "鹣", "鲳", "蜊", "假", "认", "嗍", "傈", "焘", "驷", + "賀", "氆", + "炝", "聋", "嘡", "悺", "﹐", "僭", "证", "侉", "屐", "吃", "十", "〕", "瀦", "骤", + "俳", "舁", + "驸", "竿", "坍", "|", "普", "軒", "瘃", "现", "醾", "铈", "榭", "蓁", "唷", "睫", + "绰", "叶", + "頤", "锤", "浸", "杂", "汹", "璟", "蓖", "迦", "截", "錎", "年", "達", "劁", "码", + "乃", "捯", + "髪", "埚", "呯", "頭", "镈", "汆", "β", "舷", "菂", "纸", "造", "晁", "卦", "蛎", + "枉", "脯", + "诛", "生", "令", "桄", "恶", "鬟", "怯", "囡", "充", "省", "控", "螂", "笕", "邺", + "扅", "斲", + "骏", "鹋", "队", "套", "镢", "牖", "I", "援", "封", "泚", "艿", "沮", "铙", "揳", + "抄", "帨", + "近", "唾", "珥", "销", "非", "啱", "驼", "瓅", "遢", "筱", "奥", "善", "氩", "盉", + "帖", "杜", + "鈉", "蕉", "鳄", "江", "鄂", "矩", "排", "诠", "准", "菼", "刻", "足", "峦", "灰", + "僳", "蝢", + "孫", "據", "璆", "孳", "徹", "妆", "坭", "渌", "喏", "钦", "朔", "机", "徼", "掾", + "其", "愧", + "刹", "迹", "惹", "闿", "鹘", "窗", "贳", "箓", "奡", "鸮", "翟", "滠", "辄", "夸", + "袱", "】", + "阿", "摁", "觽", "垠", "棼", "杉", "甏", "旖", "阜", "猩", "埤", "醛", "馥", "哫", + "囝", "晖", + "骸", "椭", "军", "哺", "束", "犄", "遛", "涡", "罄", "赇", "幌", "曙", "契", "饹", + "圳", "仝", + "爝", "示", "敝", "漓", "马", "铐", "掳", "鲱", "蟀", "阵", "栒", "b", "轮", "俯", + "嬉", "漩", + "佟", "捆", "迩", "液", "炊", "抒", "迭", "换", "菘", "请", "柩", "腓", "妥", "怖", + "穆", "骝", + "胛", "幺", "燥", "棹", "孖", "洁", "边", "彥", "睨", "桁", "淆", "醤", "奘", "伙", + "刘", "o", + "過", "鏖", "怄", "镗", "蘖", "卩", "龈", "枣", "联", "圊", "贫", "郭", "梗", "赡", + "輸", "拼", + "冰", "Ë", "姓", "办", "拉", "富", "对", "肩", "缬", "逻", "瞠", "な", "荚", "宝", + "緃", "峋", + "鞁", "坉", "译", "银", "猹", "榞", "借", "楠", "殽", "片", "谸", "雩", "琨", "颏", + "晷", ";", + "莠", "楽", "嬗", "啉", "爍", "視", "岽", "荙", "冗", "『", "鯭", "觌", "喹", "药", + "腈", "蹰", + "–", "泷", "榷", "卮", "缥", "各", "瘙", "凡", "悍", "劢", "6", "镰", "四", "摈", + "驹", "陵", + "沟", "麟", "骊", "椀", "★", "滦", "菌", "彊", "疽", "辫", "璎", "郁", "资", "粼", + "萄", "鳁", + "鸤", "漁", "痃", "绌", "蒴", "尊", "哙", "守", "坠", "胯", "泽", "持", "隅", "耧", + "逛", "鄯", + "瑜", "召", "眷", "逄", "垦", "窄", "板", "赵", "源", "绹", "總", "适", "轰", "钛", + "停", "唝", + "燎", "栽", "燃", "搬", "夬", "掐", "簦", "旃", "更", "蹊", "熙", "埃", "偲", "蒙", + "舍", "杭", + "朋", "霍", "谙", "蓥", "赫", "鲏", "純", "缃", "蓓", "è", "萧", "锆", "诉", "恚", + "u", "旷", + "⑵", "褲", "鲟", "互", "峂", "绝", "陒", "议", "脽", "态", "岙", "僮", "突", "濯", + "犹", "阆", + "溧", "宜", "霣", "呆", "鄉", "觖", "濠", "耐", "橱", "敛", "踮", "怦", "鸠", "授", + "滫", "叭", + "镤", "仵", "圖", "救", "变", "寕", "洋", "泃", "晥", "檎", "缦", "鏠", "悬", "彧", + "韓", "籽", + "磷", "歙", "÷", "杨", "闯", "罴", "鼠", "陋", "瀣", "揾", "匪", "晚", "丧", "彷", + "梏", "诽", + "尻", "蹢", "拊", "氕", "芳", "凸", "懊", "型", "媄", "憝", "骆", "纭", "刺", "悼", + "藍", "欧", + "葳", "艺", "±", "紗", "钡", "钭", "首", "栈", "闩", "勃", "喑", "栉", "栟", "焊", + "哀", "竖", + "肘", "悲", "鳜", "迨", "怿", "裘", "綮", "蕹", "冕", "无", "鼢", "戽", "鲣", "蜍", + "插", "扯", + "俣", "袪", "级", "理", "茵", "矣", "障", "禊", "惯", "䄂", "宏", "韫", "栗", "编", + "座", "跫", + "、", "捞", "谠", "車", "袆", "舖", "暝", "9", "混", "蓊", "韂", "拳", "j", "伶", "啦", + "0", + "诰", "缑", "郴", "蕲", "谛", "皋", "兢", "件", "隈", "溊", "窈", "檀", "洪", "揭", + "油", "颐", + "剎", "侠", "或", "腻", "迪", "舔", "牺", "倦", "夭", "蠋", "鹑", "倜", "喱", "豨", + "谨", "翥", + "馄", "蔚", "类", "鳍", "泯", "岷", "張", "紅", "情", "婪", "睡", "诒", "旋", "舱", + "列", "求", + "姥", "翯", "锲", "適", "蒡", "㭗", "韵", "撄", "律", "湊", "鲪", "碓", "馓", "汛", + "尤", "℃", + "泫", "竹", "溃", "诵", "乡", "楹", "肷", "戋", "獭", "撴", "晤", "嘎", "裢", "轱", + "歘", "鼱", + "舀", "潵", "腩", "挽", "至", "骞", "佻", "蕊", "轫", "岘", "斌", "《", "雇", "枘", + "贶", "履", + "亭", "绍", "空", "泡", "擒", "蠓", "桼", "舢", "踵", "柢", "躺", "罥", "蔁", "幪", + "蒯", "≤", + "齉", "況", "锕", "徇", "儿", "帽", "谕", "抽", "獍", "揪", "膳", "酴", "姊", "作", + "弍", "郦", + "翮", "髌", "勝", "孔", "颁", "泩", "衾", "翊", "噉", "∩", "先", "的", "財", "绢", + "崇", "饲", + "賓", "绾", "陡", "砾", "纷", "酱", "窎", "浕", "琫", "补", "嗽", "呛", "蚓", "伪", + "艨", "搡", + "粗", "阱", "商", "郫", "喵", "缯", "炻", "州", "珽", "芒", "脶", "蕖", "拘", "\\", + "蕃", "伏", + "蛏", "璘", "缡", "伞", "吸", "煞", "嗫", "餪", "━", "8", "漠", "衮", "峭", "筌", + "阀", "乇", + "杞", "镕", "鹈", "觚", "疋", "猥", "肚", "阃", "地", "鸾", "玚", "镀", "诬", "凇", + "惬", "劝", + "堠", "睪", "瞪", "涓", "專", "琢", "蠹", "裂", "芎", "轲", "谯", "畋", "长", "攘", + "缁", "吵", + "汈", "稂", "咤", "甸", "瀑", "讣", "翠", "綦", "笑", "掺", "宫", "唆", "旗", "帘", + "遵", "唪", + "连", "必", "姬", "枵", "渫", "神", "凱", "虞", "闵", "爭", "迢", "飓", "桴", "冑", + "招", "鬶", + "赊", "朦", "薜", "逗", "铩", "焖", "狱", "昕", "犀", "捏", "侓", "爆", "箧", "怠", + "缐", "苄", + "踯", "暹", "絮", "裁", "嘶", "诙", "攥", "¥", "痫", "摹", "朕", "薰", "闼", "樨", + "需", "蕾", + "扔", "服", "蚩", "漳", "瞻", "陟", "诐", "爽", "耩", "坏", "寶", "瞧", "蘅", "爺", + "仇", "瞈", + "揉", "隰", "阏", "皤", "鉏", "郇", "啵", "僧", "渐", "骠", "厾", "谦", "榱", "蓮", + "乂", "伷", + "觐", "遫", "畀", "污", "眭", "蝗", "亢", "腾", "遇", "欺", "狸", "籼", "锯", "赚", + "槔", "域", + "老", "掩", "锎", "邪", "沬", "袯", "映", "肤", "舒", "箦", "涎", "缔", "孃", "萎", + "推", "峧", + "嫒", "嵐", "怒", "闾", "阅", "扢", "絡", "剩", "腢", "晌", "铟", "铚", "燔", "鄜", + "墠", "擤", + "芸", "鼩", "食", "朰", "啥", "贿", "券", "垩", "典", "逭", "成", "帧", "侯", "妒", + "顷", "晩", + "浦", "汳", "㾄", "坊", "②", "蝼", "倩", "挦", "騠", "蓂", "兹", "渤", "茴", "矶", + "煤", "伛", + "逃", "堞", "漭", "闽", "埠", "妗", "烙", "傀", "滢", "堂", "骅", "崮", "兿", "螟", + "榴", "蒈", + "蟛", "员", "嗟", "毗", "鹭", "毖", "籍", "傣", "偈", "澴", "耆", "黔", "薷", "俘", + "箸", "蒺", + "记", "铣", "拥", "瑰", "抉", "史", "急", "什", "川", "曪", "剖", "罪", "扥", "鱼", + "羌", "复", + "昵", "朓", "氪", "矅", "ò", "摒", "催", "{", "懂", "莉", "屃", "症", "遒", "璋", + "鄒", "玄", + "氦", "舳", "納", "锷", "鲥", "羸", "怵", "嬖", "飚", "倔", "辨", "篌", "娄", "洎", + "弟", "悝", + "婥", "待", "梃", "棕", "撞", "肊", "婺", "桥", "慕", "5", "尖", "监", "囊", "腎", + "瘁", "⑴", + "伢", "邈", "炷", "籴", "月", "终", "龠", "蹇", "柯", "噜", "多", "玮", "踹", "泣", + "圮", "辈", + "鄙", "赆", "蠃", "珈", "鬃", "识", "甑", "藓", "宥", "韧", "隗", "跚", "峁", "晒", + "戳", "環", + "葓", "筐", "瑚", "稆", "巩", "葵", "网", "铨", "仡", "呶", "休", "村", "傩", "浡", + "祝", "幅", + "晳", "岿", "[", "尃", "响", "咽", "讵", "淹", "糠", "驴", "烹", "甪", "焯", "整", + "瘆", "茀", + "瑞", "嘁", "赅", "芼", "震", "怼", "膑", "蒟", "钊", "缷", "獨", "俄", "噪", "亏", + "芍", "鲲", + "黟", "酃", "铻", "→", "鲡", "仑", "有", "扌", "治", "聆", "腙", "冬", "剥", "诓", + "祃", "棘", + "孥", "濆", "鞋", "赣", "卜", "谆", "投", "琊", "塍", "洗", "津", "肴", "奕", "掴", + "螗", "胸", + "惦", "赠", "耶", "蛸", "曷", "名", "栏", "崖", "始", "孤", "篆", "椴", "模", "儙", + "袁", "颌", + "卤", "寂", "呸", "蓺", "噶", "钔", "粹", "潸", "郾", "娡", "啖", "芜", "䧳", "缟", + "鞅", "哇", + "嚄", "熛", "私", "住", "鉄", "U", "失", "蜾", "㺃", "莨", "擂", "沕", "铄", "耰", + "炔", "藐", + "锈", "苇", "芯", "檇", "龍", "珀", "筻", "褚", "缀", "棬", "仲", "杧", "铛", "挖", + "缸", "嵇", + "剟", "觋", "鬼", "天", "鹪", "豭", "腴", "驿", "粵", "馈", "迸", "夕", "蜚", "禺", + "迎", "狞", + "嶽", "躯", "暅", "蹾", "甾", "柆", "e", "欃", "無", "羽", "蛛", "僖", "碲", "遴", + "厝", "滂", + "眦", "鹅", "咖", "潜", "媽", "啴", "寨", "琬", "判", "塌", "与", "剧", "掮", "读", + "庆", "愚", + "氲", "梾", "稗", "很", "饯", "淘", "灞", "A", "!", "飾", "醚", "壁", "芮", "蔼", + "知", "郯", + "瞒", "术", "法", "匠", "┅", "尕", "脂", "琅", "孝", "埙", "濟", "袷", "方", "芾", + "驽", "线", + "咡", "睿", "滥", "鞨", "駹", "馎", "蛲", "申", "涣", "牗", "跄", "鲐", "泐", "铍", + "肓", "é", + "司", "辣", "慑", "崞", "魏", "髯", "涯", "滃", "薪", "~", "鐵", "町", "芥", "匿", + "癞", "嘚", + "□", "啪", "俇", "橛", "巅", "鄞", "痱", "回", "着", "魂", "瘀", "埒", "措", "蚪", + "锁", "巴", + "芏", "另", "忏", "洇", "⑾", "箱", "劳", "榈", "B", "毒", "泰", "巍", "寇", "斛", + "赖", "酒", + "密", "左", "莜", "茯", "脆", "饴", "洳", "舉", "酪", "鼒", "職", "桫", "螋", "砌", + "戬", "前", + "豁", "膲", "鲯", "憋", "珺", "蹂", "亥", "冷", "蜔", "俦", "碇", "慰", "扒", "亮", + "弒", "胫", + "肠", "弇", "拣", "丸", "涫", "勉", "帝", "玠", "应", "砜", "鬓", "泮", "鳖", "峇", + "辗", "吴", + "僡", "玊", "钘", "惘", "奁", "翰", "爨", "罽", "莶", "纻", "菪", "興", "钧", "鄹", + "缌", "嘉", + "玲", "蛋", "倚", "镬", "彳", "氯", "谐", "疗", "魉", "扈", "鏡", "涤", "佑", "勾", + "饽", "R", + "局", "醉", "燫", "驱", "崽", "榮", "锄", "脎", "枓", "敲", "俑", "镶", "当", "逦", + "寅", "捽", + "宗", "茼", "稿", "躇", "晋", "东", "渭", "闶", "潦", "慊", "蔟", "疑", "蜡", "嬛", + "荒", "扪", + "拈", "受", "沱", "螽", "嗣", "瘰", "颖", "百", "楱", "崛", "窿", "蓬", "禨", "螵", + "捕", "鳀", + "霰", "瘸", "圄", "陂", "敢", "矗", "炉", "篪", "注", "凉", "摔", "衿", "g", "遘", + "鳟", "腚", + "泱", "荣", "池", "杰", "阻", "里", "峥", "葺", "翔", "柁", "飐", "载", "刨", "瘊", + "溏", "嚭", + "穝", "站", "笞", "厌", "门", "汞", "雠", "靖", "怨", "葙", "厅", "凉", "荨", "底", + "坼", "海", + "轩", "秃", "醭", "莒", "坎", "驺", "瀛", "嵝", "溥", "嚋", "寤", "k", "築", "耔", + "跎", "小", + "弊", "疭", "√", "洞", "利", "次", "迕", "鸿", "刁", "媳", "酹", "磋", "勒", "伎", + "浔", "斤", + "珊", "鸳", "颊", "塗", "刈", "龛", "縻", "楚", "脓", "南", "伧", "桨", "尸", "退", + "亊", "侔", + "蓟", "削", "诲", "瑯", "挝", "绩", "嶂", "耷", "太", "著", "讥", "烂", "哥", "菔", + "唳", "筫", + "嚷", "斯", "蔡", "碧", "慵", "搐", "琵", "逶", "菡", "篙", "驭", "莲", "毫", "犯", + "坌", "啕", + "疴", "傻", "牧", "肺", "既", "悟", "讳", "练", "钠", "胨", "G", "迁", "帙", "嫦", + "哿", "柝", + "迤", "庑", "踟", "粤", "乜", "悭", "霁", "在", "虔", "蓦", "暾", "鲅", "様", "徐", + "诫", "料", + "蒂", "揎", "溜", "崎", "玦", "隐", "绳", "幼", "钼", "腧", "槌", "镅", "锿", "蹁", + "猱", "狁", + "蹈", "S", "傢", "}", "珉", "浴", "龚", "吇", "肆", "⑩", "臌", "鏢", "―", "定", "哧", + "螳", + "爹", "摞", "榍", "苩", "丑", "犴", "璀", "偎", "燹", "洯", "啁", "鱾", "計", "镂", + "字", "琉", + "壴", "霖", "蟜", "做", "松", "扣", "徊", "叱", "桑", "≠", "寓", "崔", "茌", "`", + "殓", "猖", + "慎", "坻", "皮", "喔", "耕", "拧", "织", "桂", "垝", "约", "飯", "皿", "移", "微", + "桅", "钬", + "赑", "宓", "颉", "掂", "希", "沁", "翳", "澝", "崭", "聃", "蔸", "磕", "崚", "奉", + "槍", "颠", + "任", "飕", "蛴", "歼", "蛭", "¥", "鉵", "刷", "泓", "頫", "诤", "阈", "诖", "漂", + "冯", "柠", + "本", "狼", "芗", "丹", "柒", "饫", "衫", "摩", "桃", "啼", "譄", "醌", "帡", "少", + "螃", "祷", + "幸", "喘", "噼", "甲", "刭", "泊", "那", "舄", "畲", "遊", "記", "绠", "蝈", "忒", + "耙", "鹌", + "搽", "绕", "镠", "凼", "扫", "鸵", "匡", "缈", "铼", "挢", "踊", "噭", "苴", "貌", + "啾", "蒜", + "茱", "⒅", "邛", "棉", "怀", "筵", "笾", "邢", "濱", "蒲", "嫠", "儡", "益", "萊", + "歩", "日", + "婢", "楔", "嚎", "髂", "禄", "巫", "懿", "砍", "惆", "袭", "~", "欲", "鳅", "書", + "撷", "库", + "绻", "⒁", "蒹", "辜", "屉", "奂", "龇", "诡", "醑", "儀", "讷", "聒", "盖", "浅", + "長", "蛑", + "念", "辒", "蚊", "勖", "揣", "岬", "糅", "刊", "蛆", "硌", "柜", "惗", "激", "颈", + "閣", "唬", + "捧", "蒽", "爸", "侏", "氧", "蛤", "牡", "瘦", "铉", "撒", "屿", "谔", "钀", "瓦", + "恂", "钻", + "声", "馨", "贷", "藁", "闰", "人", "瀹", "间", "炜", "煨", "畴", "鞡", "悔", "量", + "原", "屁", + "杯", "趋", "愎", "瓶", "烘", "韬", "姮", "勰", "眛", "饮", "瘐", "决", "版", "際", + "俸", "此", + "辽", "愫", "爷", "隘", "螯", "腕", "闟", "厣", "齁", "矿", "女", "扇", "郄", "诚", + "焜", "<", + "檵", "赙", "郢", "酌", "恳", "侵", "劍", "徳", "脔", "岍", "倍", "隹", "镲", "僬", + "○", "啭", + "坳", "谰", "璪", "昆", "⒆", "惧", "虺", "篡", "锐", "邮", "嵊", "恹", "茄", "黯", + "對", "魑", + "禀", "添", "汎", "廉", "戈", "∈", "陈", "肟", "螅", "缰", "啃", "瘾", "辁", "茜", + "曝", "C", + "餍", "蜴", "咦", "臺", "扺", "隽", "崴", "遐", "胃", "铕", "楗", "墀", "魈", "淑", + "邰", "飧", + "勤", "糨", "你", "铂", "蛰", "锻", "塈", "予", "怏", "鷪", "暂", "诞", "會", "鼐", + "辏", "矬", + "筜", "蟒", "柫", "靴", "垒", "樵", "狨", "魋", "查", "掸", "'", "每", "浮", "绞", + "疍", "於", + "饦", "辐", "墟", "窳", "养", "墦", "鲔", "黝", "迈", "砟", "伥", "藜", "墅", "喬", + "卬", "赶", + "眼", "龌", "主", "嗞", "転", "襕", ",", "杲", "儒", "政", "蹩", "付", "Я", "厢", + "点", "如", + "茗", "奍", "嗌", "蕴", "问", "膚", "硒", "佃", "居", "赍", "鯨", "槜", "衡", "廐", + "鲾", "慈", + "莫", "篮", "铱", "园", "范", "靠", "叻", "绸", "众", "抑", "浃", "極", "辀", "千", + "蔯", "r", + "碱", "應", "夼", "祺", "绣", "澉", "愛", "譬", "刚", "扼", "檫", "时", "荼", "部", + "耽", "稀", + "琳", "鎮", "鳃", "疌", "挠", "京", "筴", "胳", "橡", "裱", "栊", "蛩", "流", "猄", + "葭", "邯", + "伤", "秦", "孺", "郓", "筏", "茉", "谈", "黥", "鳇", "魅", "秫", "敫", "肄", "俪", + "尺", "度", + "廊", "昏", "怎", "钎", "愤", "腿", "Λ", "碘", "囤", "婆", "煋", "桀", "阪", "焒", + "砘", "澡", + "阒", "臼", "茭", "纛", "唻", "胗", "歌", "吱", "铸", "種", "礳", "舾", "砰", "即", + "慥", "缆", + "躞", "卖", "眆", "搎", "鲁", "稠", "惝", "毶", "耎", "挡", "异", "咨", "歔", "垫", + "素", "鳊", + "打", "镏", "耗", "锭", "剀", "讓", "鍋", "歇", "拗", "齿", "聊", "惕", "塔", "况", + "汐", "采", + "灣", "菁", "峰", "呋", "阴", "衽", "鹏", "挂", "鲞", "第", "浑", "秭", "铯", "胎", + "滔", "雕", + "渔", "骍", "鴻", "眚", "易", "枫", "麥", "罹", "劈", "苣", "蹄", "是", "锛", "饼", + "铳", "器", + "秒", "開", "舛", "纳", "庒", "饰", "发", "虎", "乏", "届", "浯", "目", "霪", "氢", + "华", "澧", + "陴", "誊", "欷", "瀌", "梵", "嗖", "惩", "妞", "螓", "溇", "嬃", "笼", "嬢", "獠", + "辩", "骛", + "挪", "礅", "銎", "趺", "狍", "阑", "擦", "咙", "+", "鼻", "戆", "宿", "霏", "牁", + "耦", "枳", + "鲸", "阽", "峯", "瘭", "祁", "镜", "绮", "道", "摭", "﹒", "耠", "限", "轻", "莽", + "帛", "唯", + "墒", "W", "荦", "矸", "崃", "洫", "杳", "舌", "涌", "朵", "苑", "瓻", "辂", "凬", + "畺", "莩", + "奔", "荐", "撵", "嶲", "憧", "沖", "邱", "瞑", "瘢", "腺", "嵯", "诗", "經", "胚", + "谎", "央", + "稼", "3", "冈", "痣", "故", "皎", "珅", "踅", "硇", "通", "鹱", "草", "粕", "而", + "梨", "萜", + "搛", "鸺", "托", "倡", "匾", "骷", "桐", "阇", "璃", "抖", "显", "镝", "I", "锣", + "辆", "茝", + "虫", "谀", "萤", "帼", "滈", "鮼", "乔", "会", "产", "縢", "纱", "跆", "铤", "圯", + "旚", "墓", + "棰", "苜", "聩", "蚍", "筢", "殇", "槚", "阂", "豊", "翚", "犰", "疚", "浠", "礴", + "界", "蛙", + "吁", "忪", "讫", "辇", "汧", "澥", "纮", "糺", "拭", "镉", "鄠", "讼", "鎏", "逐", + "烝", "扊", + "筹", "仪", "段", "杵", "卲", "钤", "曹", "潘", "浏", "陑", "答", "期", "橋", "位", + "梅", "榻", + "芨", "汭", "贇", "杅", "伋", "馁", "皈", "躁", "鲦", "良", "幤", "曺", "榖", "便", + "氍", "窍", + "槃", "設", "襦", "菓", "猡", "槲", "觱", "邠", "岩", "骈", "鬲", "睽", "残", "碗", + "凯", "览", + "伾", "吣", "峡", "箨", "忡", "岁", "醵", "霸", "焐", "谁", "疟", "樾", "竺", "果", + "阝", "花", + "•", "耱", "嗜", "骰", "萋", "甄", "侍", "厦", "辌", "给", "健", "垧", "娩", "校", + "又", "临", + "揽", "犟", "蠢", "包", "檬", "穹", "燮", "札", "翏", "领", "深", "诶", "窒", "鸷", + "统", "肾", + "澍", "畹", "职", "蝟", "眬", "旎", "朘", "眠", "篚", "贼", "貴", "#", "茆", "磬", + "①", "祀", + "坞", "盯", "苹", "痼", "耪", "狺", "妓", "湨", "動", "渚", "售", "鸶", "霄", "某", + "×", "铀", + "桓", "脲", "心", "节", "[", "蜩", "剐", "猜", "盂", "穿", "洮", "坜", "掷", "坐", + "烜", "冶", + "袍", "穴", "偷", "槽", "面", "媛", "撙", "孩", "询", "苈", "橙", "恙", "吉", "燈", + "暇", "杋", + "後", "璇", "喟", "妪", "湄", "贡", "兮", "楫", "锗", "肮", "圉", "参", "烃", "葩", + "骀", "锖", + "犿", "恼", "麯", "牮", "溱", "俵", "祢", "割", "羲", "中", "博", "膦", "7", "钙", + "耸", "蚋", + "嘬", "逝", "瓿", "且", "苗", "屑", "華", "糯", "吓", "陇", ".", "魆", "d", "拶", + "箜", "澳", + "蘼", "垸", "钅", "樯", "侑", "娼", "赛", "恪", "击", "濮", "隔", "似", "惜", "滤", + "培", "谩", + "坝", "煙", "馕", "茡", "颼", "啡", "强", "巡", "糗", "芙", "骒", "常", "鳔", "楣", + "嫩", "师", + "攀", "旭", "茠", "吏", "剌", "露", "把", "携", "忘", "软", "荩", "弧", "锩", "僦", + "掘", "仓", + "嵚", "沲", "傅", "蝴", "爵", "纪", "薮", "參", "荀", "珙", "逞", "蹙", "徉", "佶", + "庹", "弢", + "锞", "想", "窕", "躬", "蚡", "闸", "难", "妃", "唶", "V", "蚂", "酐", "]", "羁", + "土", "敏", + "蝻", "赎", "闹", "铷", "脬", "攫", "椐", "橹", "(", "暨", "剁", "灵", "咫", "苻", + "赈", "萝", + "鹮", "颛", "勿", "臆", "福", "蝠", "烺", "跤", "垓", "庋", "鏊", "彭", "碚", "膂", + "鐘", "鸹", + "择", "疫", "暌", "胙", "翘", "仞", "實", "猫", "嘹", "坟", "泺", "靽", "仟", "鲋", + "畅", "箪", + "箩", "星", "辍", "餐", "伍", "狃", "蹐", "芴", "龋", "仨", "狩", "诌", "媚", "琚", + "❤", "鉰", + "仔", "忝", "垅", "嗤", "氅", "填", "詹", "诿", "皑", "椅", "鲭", "繪", "碑", "选", + "廠", "嶓", + "迮", "唠", "赏", "│", "泍", "姑", "晦", "直", "艾", "邂", "裝", "郊", "疡", "」", + "鸲", "兕", + "县", "邡", "麤", "旧", "壶", "礼", "梭", "铔", "玕", "硬", "后", "馅", "窠", "俊", + "犾", "槭", + "姨", "妨", "幡", "沿", "帮", "爿", "褊", "淅", "册", "诔", "使", "唢", "族", "逮", + "蟋", "掣", + "红", "颔", "闲", "咧", "衍", "矛", "蹜", "抱", "雀", "箴", "雙", "茁", "聲", "芰", + "瘤", "落", + "峨", "秆", "献", "霭", "胰", "墁", "柽", "跛", "阼", "菝", "谗", "蠊", "懋", "蔷", + "拃", "岱", + "戡", "逡", "背", "克", "棱", "栲", "乖", "橄", "炭", "萱", "胲", "摺", "殆", "魍", + "宾", "拢", + "姁", "祲", "·", "歹", "胆", "爱", "旰", "抢", "匜", "硚", "愈", "跳", "▲", "跪", + "網", "糈", + "維", "痹", "娃", "疸", "痔", "褙", "芭", "鹜", "猷", "檩", "吨", "淖", "竟", "呱", + "瘠", "奢", + "呐", "扞", "灼", "家", "饿", "玻", "倾", "锚", "遗", "赝", "去", "跣", "纬", "玢", + "梆", "陉", + "屎", "上", "酆", "搤", "併", "腌", "避", "禹", "绅", "帆", "英", "区", "交", "▪", + "巧", "豹", + "游", "清", "荧", "娀", "訓", "尾", "觫", "梢", "均", "忤", "继", "變", "喽", "尉", + "骚", "趸", + "馃", "石", "置", "毡", "竴", "龄", "掭", "骟", "堡", "确", "街", "沌", "恨", "壮", + "弄", "鞴", + "剿", "貅", "路", "杠", "豚", "澜", "靼", "擐", "租", "媪", "彖", "逢", "撺", "盗", + "呑", "锥", + "栎", "唧", "翩", "倥", "虽", "郏", "钒", "雉", "捒", "官", "酷", "樽", "房", "屣", + "堌", "蒍", + "悌", "④", "蛳", "俱", "慢", "筇", "框", "椽", "债", "吭", "柱", "夤", "嘈", "骺", + "趹", "刓", + "豕", "噢", "J", "论", "俞", "仙", "碰", "经", "铋", "⑤", "顽", "曲", "得", "汪", + "浒", "际", + "嘏", "扮", "祊", "嵋", "‘", "牒", "禮", "粒", "籀", "闱", "刍", "邕", "美", "苫", + "靺", "铹", + "莰", "蔑", "敵", "逑", "锬", "宸", "鞥", "匝", "褀", "菅", "逊", "脱", "晔", "罾", + "郝", "恰", + "丟", "芩", "枷", "鹩", "a", "夙", "述", "钢", "瀵", "铧", "翱", "尧", "醮", "&", + "鳐", "懲", + "濩", "树", "劵", "虾", "砚", "腄", "罟", "硖", "崩", "埘", "╱", "血", "觯", "巂", + "栀", "萏", + "雪", "眵", "白", "新", "靶", "猪", "亻", "窬", "Ⅳ", "麽", "遄", "沏", "茅", "笋", + "甬", "潔", + "悛", "幕", "鹤", "悴", "耻", "觜", "滞", "己", "鏂", "肛", "婤", "嘞", "蘸", "胴", + "柿", "穗", + "咯", "嵕", "蜣", "僰", "玃", "细", "▏", "戗", "尘", "仄", "子", "历", "翌", "烀", + "晞", "桷", + "藕", "啄", "腐", "瘥", "诣", "彗", "捭", "懑", "陛", "傥", "沚", "贯", "﹑", "雒", + "航", "跬", + "晓", "赢", "鸭", "臊", "闳", "稲", "阁", "鼋", "‰", "个", "農", "匮", "辚", "滗", + "桢", "詈", + "绗", "馇", "蜓", "专", "余", "鳉", "稚", "午", "珍", "癃", "钵", "档", "颍", "厕", + "岭", "祓", + "诂", "襙", "炙", "枯", "锦", "袤", "桊", "嗓", "䘵", "嫂", "丰", "苎", "梦", "早", + "菱", "钱", + "灯", "钮", "锓", "豐", "蝤", "协", "h", "鼓", "燕", "覺", "涮", "呗", "専", "篓", + "玷", "褓", + "从", "鲍", "羧", "俭", "萌", "樣", "颜", "谷", "夹", "囫", "』", "缙", "鹰", "条", + "状", "沨", + "因", "莺", "楼", "扰", "禢", "砧", "埔", "纩", "臭", "茶", "妹", "莼", "境", "山", + "诘", "蒌", + "唤", "仃", "眄", "田", "畼", "缱", "祘", "痴", "揍", "猾", "甙", "躲", "返", "砝", + "叽", "苟", + "肭", "悖", "嫣", "凋", "踞", "勢", "弃", "般", "赤", "佣", "嘘", "智", "寒", "旆", + "咎", "戊", + "温", "昙", "蝄", "掉", "冤", "凍", "一", "鋼", "茏", "兼", "昃", "峤", "挟", "0", + "顾", "颅", + "*", "遆", "硅", "烯", "眊", "鳘", "下", "雾", "癖", "贮", "缴", "升", "劲", "婞", + "掇", "梯", + "壬", "撮", "绑", "氣", "薤", "兔", "赟", "漕", "签", "顇", "砭", "鸼", "明", "佧", + "鹗", "哉", + "席", "趁", "砖", "澌", "撤", "萨", "熔", "蚝", "狮", "夔", "介", "青", "喈", "郂", + "埝", "狗", + "哚", "咪", "材", "跑", "炗", "龉", "髓", "衣", "觀", "淋", "寄", "羮", "抵", "恁", + "藿", "蜢", + "甜", "兽", "洒", "眶", "薯", "绷", "颀", "骑", "鲻", "|", "q", "繄", "丝", "焙", + "瑕", "童", + "豸", "讨", "钿", "艮", "踧", "幽", "焰", "宽", "址", "鸩", "堉", "音", "擅", "铞", + "埌", "宙", + "_", "钥", "承", "率", "噬", "凌", "程", "蚕", "嘣", "饭", "橉", "径", "1", "鄏", + "袜", "孙", + "樊", "窦", "牦", "歡", "罕", "蓉", "诩", "㧎", "责", "豢", "逅", "甘", "礶", "镥", + "穂", "到", + "檑", "皇", "泖", "腱", "郤", "竞", "竽", "溴", "木", "蛀", "蛟", "燧", "鹳", "谵", + "钳", "魔", + "链", "咆", "荡", "婳", "冢", "鲧", "昝", "※", "倫", "才", "簿", "醫", "吕", "姗", + "L", "俺", + "隳", "鮮", "衩", "鲆", "崟", "鲹", "岗", "镇", "嗄", "硪", "盎", "氟", "笪", "今", + "公", "尽", + "佬", "骧", "驻", "翼", "咚", "盱", "镎", "浈", "谅", "洟", "嘭", "跶", "蔹", "咭", + "妁", "殚", + "砷", "购", "犸", "哄", "笸", "喂", "赋", "倓", "项", "臧", "梳", "笏", "鹝", "昭", + "罿", "镄", + "П", "湯", "U", "绐", "绂", "鸬", "毐", "台", "鈴", "憾", "痰", "缭", "绒", "赁", + "效", "哝", + "─", "偆", "泗", "谇", "貘", "搜", "阗", "個", "艟", "嗔", "正", "筛", "鼷", "摛", + "馀", "坡", + "卓", "厥", "睾", "雯", "篷", "狰", "掀", "夫", "靛", "伻", "茇", "顧", "猕", "占", + "俟", "兄", + "垡", "兆", "铃", "屙", "轵", "銮", "磲", "桤", "跷", "缳", "粘", "袢", "尬", "獘", + "社", "彬", + "哨", "煳", "莊", "教", "鸸", "窖", "晰", "捻", "环", "廿", "驶", "椠", "熟", "赓", + "挥", "兵", + "洚", "桧", "埼", "嘀", "哎", "柞", "悄", "调", "洼", "蛇", "铬", "蝇", "倆", "谂", + "姻", "怕", + "瑙", "算", "惮", "遥", "惟", "甫", "玺", "袈", "税", "玟", "械", "擗", "淤", "溟", + "揞", "纲", + "谤", "條", "翕", "荛", "忾", "馿", "糖", "檗", "垱", "┐", "躜", "缒", "您", "蹶", + "合", "数", + "斟", "粲", "玖", "淞", "孰", "觎", "M", "嫪", "毽", "桩", "蹦", "亹", "胾", "亲", + "痉", "莙", + "捐", "烁", "瓣", "邀", "但", "误", "饻", "妄", "镱", "民", "嗳", "竦", "柰", "脒", + "斓", "瞟", + "拱", "霾", "粜", "腽", "咬", "唿", "礻", "y", "褒", "郪", "熰", "梻", "甭", "处", + "拖", "蜉", + "鄱", "絲", "宠", "瞵", "荷", "靓", "喻", "阢", "伫", "担", "朐", "墙", "儣", "胄", + "簏", "皆", + "踌", "萃", "命", "滟", "睹", "叁", "蟮", "東", "﹖", "式", "營", "疠", "醳", "尔", + "購", "吒", + "柴", "途", "力", "疰", "寳", "萬", "挨", "碥", "牍", "嘻", "柃", "剡", "徝", "杖", + "螺", "祈", + "産", "煽", "讽", "瞭", "由", "牀", "涉", "暴", "枚", "仰", "它", "胤", "驯", "港", + "寵", "熄", + "蛮", "务", "殃", "亸", "涢", "妫", "粥", "扦", "寺", "抿", "湃", "C", "脚", "涸", + "动", "務", + "镭", "检", "釂", "耳", "榦", "怆", "氨", "瘳", "钽", "牚", "负", "纂", "獬", "息", + "婄", "襞", + "囹", "酰", "扑", "臛", "价", "褡", "篼", "媢", "酊", "腋", "愣", "垯", "喃", "牾", + "犨", "蜂", + "诹", "迂", "槑", "好", "褰", "咝", "③", "劐", "骄", "腉", "仕", "叵", "磅", "金", + "皁", "勍", + "煮", "鍪", "筚", "吲", "艰", "床", "叛", "﹔", "喜", "齑", "昧", "乎", "谲", "匈", + "麒", "身", + "唑", "鲤", "栂", "垭", "殪", "沪", "苌", "濡", "蒎", "遏", "®", "质", "纫", "罐", + "瞍", "柄", + "呼", "锱", "盔", "搋", "烛", "喉", "奈", "赦", "轘", "鉴", "瓒", "铰", "恽", "腠", + "韶", "胼", + "侄", "珂", "鹕", "䝉", "呤", "椁", "岳", "汲", "疤", "绊", "涂", "乾", "噎", "兑", + "絜", "嘧", + "蚯", "们", "蝉", "玛", "魁", "黻", "振", "冥", "报", "窟", "笱", "喊", "瓴", "喾", + "説", "雹", + "恫", "a", "颧", "給", "宅", "鞧", "嬷", "鼾", "笔", "鲉", "匹", "蠕", "愍", "氽", + "赐", "畔", + "絪", "洴", "审", "窂", "褔", "狯", "谑", "毳", "右", "疣", "鲙", "堃", "瓜", "…", + "崆", "钫", + "樭", "鲛", "砂", "筋", "犏", "乱", "入", "浐", "膙", "厚", "獗", "覌", "焦", "罃", + "宬", "隍", + "荃", "醜", "厉", "艇", "娟", "樂", "筲", "洛", "唼", "诜", "馑", "香", "缛", "运", + "祟", "踩", + "陲", "叔", "潞", "二", "搠", "祼", "瀘", "蒋", "樗", "麦", "鸦", "棻", "古", "鹠", + "怊", "裾", + "够", "璧", "晡", "擘", "毂", "御", "葚", "忱", "觞", "瑁", "唇", "罡", "剽", "殡", + "沛", "帻", + "举", "瞓", "谬", "溝", "言", "哽", "婿", "猿", "跗", "獴", "俜", "呙", "弗", "凿", + "窭", "铌", + "友", "唉", "怫", "荘"] + self.det = det + if use_gpu: + self.__providers = [ + ('CUDAExecutionProvider', { + 'device_id': device_id, + 'arena_extend_strategy': 'kNextPowerOfTwo', + 'cuda_mem_limit': 2 * 1024 * 1024 * 1024, + 'cudnn_conv_algo_search': 'EXHAUSTIVE', + 'do_copy_in_default_stream': True, + }), + ] + else: + self.__providers = [ + 'CPUExecutionProvider', + ] + if ocr or det or self.use_import_onnx: + self.__ort_session = onnxruntime.InferenceSession(self.__graph_path, providers=self.__providers) + + def preproc(self, img, input_size, swap=(2, 0, 1)): + if len(img.shape) == 3: + padded_img = np.ones((input_size[0], input_size[1], 3), dtype=np.uint8) * 114 + else: + padded_img = np.ones(input_size, dtype=np.uint8) * 114 + + r = min(input_size[0] / img.shape[0], input_size[1] / img.shape[1]) + resized_img = cv2.resize( + img, + (int(img.shape[1] * r), int(img.shape[0] * r)), + interpolation=cv2.INTER_LINEAR, + ).astype(np.uint8) + padded_img[: int(img.shape[0] * r), : int(img.shape[1] * r)] = resized_img + + padded_img = padded_img.transpose(swap) + padded_img = np.ascontiguousarray(padded_img, dtype=np.float32) + return padded_img, r + + def demo_postprocess(self, outputs, img_size, p6=False): + grids = [] + expanded_strides = [] + + if not p6: + strides = [8, 16, 32] + else: + strides = [8, 16, 32, 64] + + hsizes = [img_size[0] // stride for stride in strides] + wsizes = [img_size[1] // stride for stride in strides] + + for hsize, wsize, stride in zip(hsizes, wsizes, strides): + xv, yv = np.meshgrid(np.arange(wsize), np.arange(hsize)) + grid = np.stack((xv, yv), 2).reshape(1, -1, 2) + grids.append(grid) + shape = grid.shape[:2] + expanded_strides.append(np.full((*shape, 1), stride)) + + grids = np.concatenate(grids, 1) + expanded_strides = np.concatenate(expanded_strides, 1) + outputs[..., :2] = (outputs[..., :2] + grids) * expanded_strides + outputs[..., 2:4] = np.exp(outputs[..., 2:4]) * expanded_strides + + return outputs + + def nms(self, boxes, scores, nms_thr): + """Single class NMS implemented in Numpy.""" + x1 = boxes[:, 0] + y1 = boxes[:, 1] + x2 = boxes[:, 2] + y2 = boxes[:, 3] + + areas = (x2 - x1 + 1) * (y2 - y1 + 1) + order = scores.argsort()[::-1] + + keep = [] + while order.size > 0: + i = order[0] + keep.append(i) + xx1 = np.maximum(x1[i], x1[order[1:]]) + yy1 = np.maximum(y1[i], y1[order[1:]]) + xx2 = np.minimum(x2[i], x2[order[1:]]) + yy2 = np.minimum(y2[i], y2[order[1:]]) + + w = np.maximum(0.0, xx2 - xx1 + 1) + h = np.maximum(0.0, yy2 - yy1 + 1) + inter = w * h + ovr = inter / (areas[i] + areas[order[1:]] - inter) + + inds = np.where(ovr <= nms_thr)[0] + order = order[inds + 1] + + return keep + + def multiclass_nms_class_agnostic(self, boxes, scores, nms_thr, score_thr): + """Multiclass NMS implemented in Numpy. Class-agnostic version.""" + cls_inds = scores.argmax(1) + cls_scores = scores[np.arange(len(cls_inds)), cls_inds] + + valid_score_mask = cls_scores > score_thr + if valid_score_mask.sum() == 0: + return None + valid_scores = cls_scores[valid_score_mask] + valid_boxes = boxes[valid_score_mask] + valid_cls_inds = cls_inds[valid_score_mask] + keep = self.nms(valid_boxes, valid_scores, nms_thr) + if keep: + dets = np.concatenate( + [valid_boxes[keep], valid_scores[keep, None], valid_cls_inds[keep, None]], 1 + ) + return dets + + def multiclass_nms(self, boxes, scores, nms_thr, score_thr): + """Multiclass NMS implemented in Numpy""" + return self.multiclass_nms_class_agnostic(boxes, scores, nms_thr, score_thr) + + def get_bbox(self, image_bytes): + img = cv2.imdecode(np.frombuffer(image_bytes, np.uint8), cv2.IMREAD_COLOR) + + im, ratio = self.preproc(img, (416, 416)) + ort_inputs = {self.__ort_session.get_inputs()[0].name: im[None, :, :, :]} + output = self.__ort_session.run(None, ort_inputs) + predictions = self.demo_postprocess(output[0], (416, 416))[0] + boxes = predictions[:, :4] + scores = predictions[:, 4:5] * predictions[:, 5:] + + boxes_xyxy = np.ones_like(boxes) + boxes_xyxy[:, 0] = boxes[:, 0] - boxes[:, 2] / 2. + boxes_xyxy[:, 1] = boxes[:, 1] - boxes[:, 3] / 2. + boxes_xyxy[:, 2] = boxes[:, 0] + boxes[:, 2] / 2. + boxes_xyxy[:, 3] = boxes[:, 1] + boxes[:, 3] / 2. + boxes_xyxy /= ratio + + pred = self.multiclass_nms(boxes_xyxy, scores, nms_thr=0.45, score_thr=0.1) + try: + final_boxes = pred[:, :4].tolist() + result = [] + for b in final_boxes: + if b[0] < 0: + x_min = 0 + else: + x_min = int(b[0]) + if b[1] < 0: + y_min = 0 + else: + y_min = int(b[1]) + if b[2] > img.shape[1]: + x_max = int(img.shape[1]) + else: + x_max = int(b[2]) + if b[3] > img.shape[0]: + y_max = int(img.shape[0]) + else: + y_max = int(b[3]) + result.append([x_min, y_min, x_max, y_max]) + except Exception as e: + return [] + return result + + def set_ranges(self, charset_range): + if isinstance(charset_range, int): + if charset_range == 0: + # 数字 + self.__charset_range = list("0123456789") + elif charset_range == 1: + # 小写英文 + self.__charset_range = list("abcdefghijklmnopqrstuvwxyz") + elif charset_range == 2: + # 大写英文 + self.__charset_range = list("ABCDEFGHIJKLMNOPQRSTUVWXYZ") + elif charset_range == 3: + # 混合英文 + self.__charset_range = list("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ") + elif charset_range == 4: + # 小写英文+数字 + self.__charset_range = list("abcdefghijklmnopqrstuvwxyz") + list( + "0123456789") + elif charset_range == 5: + # 大写英文+数字 + self.__charset_range = list("ABCDEFGHIJKLMNOPQRSTUVWXYZ") + list( + "0123456789") + elif charset_range == 6: + # 混合大小写+数字 + self.__charset_range = list("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ") + list( + "0123456789") + elif charset_range == 7: + # 除去英文,数字 + delete_range = list("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ") + list("0123456789") + self.__charset_range = [item for item in self.__charset if item not in delete_range] + elif isinstance(charset_range, str): + charset_range_list = list(charset_range) + self.__charset_range = charset_range_list + else: + raise TypeError("暂时不支持该类型数据的输入") + + # 去重 + self.__charset_range = list(set(self.__charset_range)) + [""] + + + def classification(self, img, png_fix: bool = False, probability=False): + if self.det: + raise TypeError("当前识别类型为目标检测") + if not isinstance(img, (bytes, str, pathlib.PurePath, Image.Image)): + raise TypeError("未知图片类型") + if isinstance(img, bytes): + image = Image.open(io.BytesIO(img)) + elif isinstance(img, Image.Image): + image = img.copy() + elif isinstance(img, str): + image = base64_to_image(img) + else: + assert isinstance(img, pathlib.PurePath) + image = Image.open(img) + if not self.use_import_onnx: + image = image.resize((int(image.size[0] * (64 / image.size[1])), 64), Image.ANTIALIAS).convert('L') + else: + if self.__resize[0] == -1: + if self.__word: + image = image.resize((self.__resize[1], self.__resize[1]), Image.ANTIALIAS) + else: + image = image.resize((int(image.size[0] * (self.__resize[1] / image.size[1])), self.__resize[1]), + Image.ANTIALIAS) + else: + image = image.resize((self.__resize[0], self.__resize[1]), Image.ANTIALIAS) + if self.__channel == 1: + image = image.convert('L') + else: + if png_fix: + image = png_rgba_black_preprocess(image) + else: + image = image.convert('RGB') + image = np.array(image).astype(np.float32) + image = np.expand_dims(image, axis=0) / 255. + if not self.use_import_onnx: + image = (image - 0.5) / 0.5 + else: + if self.__channel == 1: + image = (image - 0.456) / 0.224 + else: + image = (image - np.array([0.485, 0.456, 0.406])) / np.array([0.229, 0.224, 0.225]) + image = image[0] + image = image.transpose((2, 0, 1)) + + ort_inputs = {'input1': np.array([image]).astype(np.float32)} + ort_outs = self.__ort_session.run(None, ort_inputs) + result = [] + + last_item = 0 + + if self.__word: + for item in ort_outs[1]: + result.append(self.__charset[item]) + return ''.join(result) + else: + if not self.use_import_onnx: + # 概率输出仅限于使用官方模型 + if probability: + ort_outs = ort_outs[0] + ort_outs = np.exp(ort_outs) / np.sum(np.exp(ort_outs)) + ort_outs_sum = np.sum(ort_outs, axis=2) + ort_outs_probability = np.empty_like(ort_outs) + for i in range(ort_outs.shape[0]): + ort_outs_probability[i] = ort_outs[i] / ort_outs_sum[i] + ort_outs_probability = np.squeeze(ort_outs_probability).tolist() + result = {} + if len(self.__charset_range) == 0: + # 返回全部 + result['charsets'] = self.__charset + result['probability'] = ort_outs_probability + else: + result['charsets'] = self.__charset_range + probability_result_index = [] + for item in self.__charset_range: + if item in self.__charset: + probability_result_index.append(self.__charset.index(item)) + else: + # 未知字符 + probability_result_index.append(-1) + probability_result = [] + for item in ort_outs_probability: + probability_result.append([item[i] if i != -1 else -1 for i in probability_result_index ]) + result['probability'] = probability_result + return result + else: + last_item = 0 + argmax_result = np.squeeze(np.argmax(ort_outs[0], axis=2)) + for item in argmax_result: + if item == last_item: + continue + else: + last_item = item + if item != 0: + result.append(self.__charset[item]) + return ''.join(result) + + else: + last_item = 0 + for item in ort_outs[0][0]: + if item == last_item: + continue + else: + last_item = item + if item != 0: + result.append(self.__charset[item]) + return ''.join(result) + + def detection(self, img_bytes: bytes = None, img_base64: str = None): + if not self.det: + raise TypeError("当前识别类型为文字识别") + if not img_bytes: + img_bytes = base64.b64decode(img_base64) + result = self.get_bbox(img_bytes) + return result + + def get_target(self, img_bytes: bytes = None): + image = Image.open(io.BytesIO(img_bytes)) + w, h = image.size + starttx = 0 + startty = 0 + end_x = 0 + end_y = 0 + for x in range(w): + for y in range(h): + p = image.getpixel((x, y)) + if p[-1] == 0: + if startty != 0 and end_y == 0: + end_y = y + + if starttx != 0 and end_x == 0: + end_x = x + else: + if startty == 0: + startty = y + end_y = 0 + else: + if y < startty: + startty = y + end_y = 0 + if starttx == 0 and startty != 0: + starttx = x + if end_y != 0: + end_x = x + return image.crop([starttx, startty, end_x, end_y]), starttx, startty + + def slide_match(self, target_bytes: bytes = None, background_bytes: bytes = None, simple_target: bool = False, + flag: bool = False): + if not simple_target: + try: + target, target_x, target_y = self.get_target(target_bytes) + target = cv2.cvtColor(np.asarray(target), cv2.IMREAD_ANYCOLOR) + except SystemError as e: + # SystemError: tile cannot extend outside image + if flag: + raise e + return self.slide_match(target_bytes=target_bytes, background_bytes=background_bytes, + simple_target=True, flag=True) + else: + target = cv2.imdecode(np.frombuffer(target_bytes, np.uint8), cv2.IMREAD_ANYCOLOR) + target_y = 0 + target_x = 0 + + background = cv2.imdecode(np.frombuffer(background_bytes, np.uint8), cv2.IMREAD_ANYCOLOR) + + background = cv2.Canny(background, 100, 200) + target = cv2.Canny(target, 100, 200) + + background = cv2.cvtColor(background, cv2.COLOR_GRAY2RGB) + target = cv2.cvtColor(target, cv2.COLOR_GRAY2RGB) + + res = cv2.matchTemplate(background, target, cv2.TM_CCOEFF_NORMED) + min_val, max_val, min_loc, max_loc = cv2.minMaxLoc(res) + h, w = target.shape[:2] + bottom_right = (max_loc[0] + w, max_loc[1] + h) + return {"target_x": target_x, + "target_y": target_y, + "target": [int(max_loc[0]), int(max_loc[1]), int(bottom_right[0]), int(bottom_right[1])]} + + def slide_comparison(self, target_bytes: bytes = None, background_bytes: bytes = None): + target = Image.open(io.BytesIO(target_bytes)).convert("RGB") + background = Image.open(io.BytesIO(background_bytes)).convert("RGB") + image = ImageChops.difference(background, target) + background.close() + target.close() + image = image.point(lambda x: 255 if x > 80 else 0) + start_y = 0 + start_x = 0 + for i in range(0, image.width): + count = 0 + for j in range(0, image.height): + pixel = image.getpixel((i, j)) + if pixel != (0, 0, 0): + count += 1 + if count >= 5 and start_y == 0: + start_y = j - 5 + + if count >= 5: + start_x = i + 2 + break + return { + "target": [start_x, start_y] + } diff --git a/ticket.py b/ticket.py new file mode 100644 index 0000000..f028e8a --- /dev/null +++ b/ticket.py @@ -0,0 +1,251 @@ + +import asyncio +import configparser +import json +import os +import sys +import time + +import httpx +from loguru import logger + +from cookie import get_cookie # type: ignore + +# code by wlt233 | for LoveLive! Series AsiaTour 2024 +# 2024.11.10 | v0.1 +# ref: https://www.ticketlink.co.kr/global/zh/product/51390 + +# log +logger.add("./data/log/{time}.log") + + +# seat data +COOKIE, USERNAME, PASSWORD, HEADLESS = "", "", "", "" +with open("./data/able_d1.json", "r") as f: + able_d1 = json.load(f) +with open("./data/able_d2.json", "r") as f: + able_d2 = json.load(f) + +coordinates = [ + (1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (1, 6), (1, 7), + (2, 1), (2, 2), (2, 3), (2, 4), (2, 5), (2, 6), (2, 7), + (3, 2), (3, 3), (3, 4), (3, 5), (3, 6), (3, 7), + (4, 2), (4, 3), (4, 4), (4, 5), (4, 6), (4, 7), + (5, 2), (5, 3), (5, 4), (5, 5), (5, 6), (5, 7), + (6, 2), (6, 3), (6, 4), (6, 5), (6, 6), (6, 7), + (7, 1), (7, 2), (7, 3), (7, 4), (7, 5), (7, 6), (7, 7), + (8, 2), (8, 3), (8, 4), (8, 5), +] +json_data = [] +for x, y in coordinates: + json_data.append({ + 'virtualX': str(x), + 'virtualY': str(y), + }) + + + +# web +async def _async_req(method, url: str, proxy=None, *args, **kwargs): + logger.info(f"[async {method}] {url}") + # logger.info(f"{args} {kwargs}") + async with httpx.AsyncClient(proxies=proxy, verify=False) as client: + resp = await client.request(method, url, timeout=None, *args, **kwargs) + return resp + +async def async_post_json(url: str, proxy=None, *args, **kwargs): + resp = await _async_req("post", url, proxy, *args, **kwargs) + try: + return resp.json() + except Exception as e: + logger.error(resp.content) + raise e + + +# soldout +async def get_sold(proxy): + global COOKIE + headers = { + 'Cookie': COOKIE, + 'Accept': 'application/json, text/javascript, */*; q=0.01', + 'Accept-Language': 'zh-CN,zh;q=0.9,ja;q=0.8', + 'Cache-Control': 'no-cache', + 'Connection': 'keep-alive', + 'Content-Type': 'application/json;charset=UTF-8', + 'Origin': 'https://www.ticketlink.co.kr', + 'Pragma': 'no-cache', + 'Referer': 'https://www.ticketlink.co.kr/global/zh/reserve/plan/schedule/1740993756', + 'Sec-Fetch-Dest': 'empty', + 'Sec-Fetch-Mode': 'cors', + 'Sec-Fetch-Site': 'same-origin', + 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', + 'sec-ch-ua': '"Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99"', + 'sec-ch-ua-mobile': '?0', + 'sec-ch-ua-platform': '"Windows"', + } + resp_d1 = await async_post_json( + 'https://www.ticketlink.co.kr/global/zh/api/V2/plan/552446605/seat-soldout/area', #d1 + proxy=proxy, headers=headers, json=json_data, #cookies=cookies + ) + resp_d2 = await async_post_json( + 'https://www.ticketlink.co.kr/global/zh/api/V2/plan/1740993756/seat-soldout/area', #d2 + proxy=proxy, headers=headers, json=json_data, #cookies=cookies + ) + sold_d1 = resp_d1["data"] + sold_d2 = resp_d2["data"] + return sold_d1, sold_d2 + + + +# lock ticket +def parse_seat(seat): + if seat["gradeId"] == 102831: productGradeName = 'VIP석' + if seat["gradeId"] == 102832: productGradeName = 'R석' + if seat["gradeId"] == 102833: productGradeName = 'S석' + return { + 'logicalSeatId': seat["logicalSeatId"], + 'allotmentCode': 'TKL', + 'seatAttribute': seat["mapInfo"], + 'sortSeatAttribute': seat["sortMapInfo"], + 'productGradeId': seat["gradeId"], + 'orderNum': seat["orderNum"], + 'productGradeName': productGradeName, + 'blockId': seat["blockId"], + 'area': { + 'virtualX': seat["area"]["virtualX"], + 'virtualY': seat["area"]["virtualY"], + }, + 'st': int(time.time() * 1000), + } +async def lock_ticket(proxy, day, seats): + global COOKIE + if not seats: return + if len(seats) > 4: seats = seats[:4] + day_code = 552446605 if day == 1 else 1740993756 + headers = { + 'Cookie': COOKIE, + 'Accept': 'application/json, text/javascript, */*; q=0.01', + 'Accept-Language': 'zh-CN,zh;q=0.9,ja;q=0.8', + 'Cache-Control': 'no-cache', + 'Connection': 'keep-alive', + 'Content-Type': 'application/json;charset=UTF-8', + 'Origin': 'https://www.ticketlink.co.kr', + 'Pragma': 'no-cache', + 'Referer': f'https://www.ticketlink.co.kr/global/en/reserve/plan/schedule/{day_code}', + 'Sec-Fetch-Dest': 'empty', + 'Sec-Fetch-Mode': 'cors', + 'Sec-Fetch-Site': 'same-origin', + 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', + 'sec-ch-ua': '"Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99"', + 'sec-ch-ua-mobile': '?0', + 'sec-ch-ua-platform': '"Windows"', + } + json_data = { + 'scheduleId': day_code, + 'memberNo': 0, + 'code': 'TKL', + 'totalCnt': len(seats), + 'seats': [ + parse_seat(seat) for seat in seats + ], + 'zones': [], + 'auto': None, + 'pt': int(time.time() * 1000), + 'nbt': int(time.time() * 1000), + } + try: + resp = await async_post_json( + f'https://www.ticketlink.co.kr/global/en/api/V2/plan/occupy/schedules/{day_code}/', + proxy=proxy, headers=headers, json=json_data + ) + if resp["success"]: + logger.success(f"锁票成功!支付链接:\nhttps://www.ticketlink.co.kr/global/en/reserve/key/{resp['data']}/price") + os.system("pause") + sys.exit(0) + else: + msg = f"锁票失败!msg:{resp['result']['message']}" + if "이전에 진행된 예매가 있습니다" in msg: + msg += (f" 有正在进行的预售,请访问以下链接初始化。" + f"https://www.ticketlink.co.kr/global/en/reserve/plan/schedule/{day_code}?loadPrevious=true") + logger.critical(msg) + os.system("pause") + sys.exit(0) + else: + logger.error(msg) + except: + logger.critical(f"锁票失败!可能是 cookie 过期了!正在尝试更新 cookie!") + update_cookie() + + +def update_cookie(): + global COOKIE, USERNAME, PASSWORD, HEADLESS + COOKIE = get_cookie(USERNAME, PASSWORD, HEADLESS) + if not COOKIE: + logger.critical("登陆失败,无法获取 cookie!") + os.system("pause") + sys.exit(0) + config = configparser.ConfigParser(interpolation=None) + config.read("./conf.ini", encoding="utf8") + config.set("conf", "cookie", COOKIE) + with open("./conf.ini", 'w', encoding="utf8") as f: + config.write(f) + logger.info("cookie 更新成功!") + + + +async def loop(proxy, interval, seats): + event_loop = asyncio.get_event_loop() + while True: + event_loop.create_task(lock_ticket(proxy, 1, seats[1])) + event_loop.create_task(lock_ticket(proxy, 2, seats[2])) + # await lock_ticket(proxy, 1, seats[1]) + # await lock_ticket(proxy, 2, seats[2]) + await asyncio.sleep(interval / 1000) + + + +if __name__ == "__main__": + config = configparser.ConfigParser(allow_no_value=True, delimiters=('=', ':')) + config.read("./conf.ini", encoding="utf8") + USERNAME = config.get("conf", "username") + PASSWORD = config.get("conf", "password") + HEADLESS = True if config.get("conf", "headless") == "1" else False + COOKIE = config.get("conf", "cookie", raw=True) + if not COOKIE: + logger.info("正在尝试获取 cookie...") + if not USERNAME or not PASSWORD: + logger.critical("请在配置中填写用户名与密码!") + os.system("pause") + sys.exit(0) + update_cookie() + proxy = config.get("conf", "proxy") or None + interval = int(config.get("conf", "interval") or 100) + seats_attr = config.get("seat", "seats").split(",") + logger.info(f"cookie = {COOKIE[:50]}...") + logger.info(f"proxy = {proxy}") + logger.info(f"interval = {interval} ms") + logger.info(f"seats = {seats_attr}") + + seats = { 1: [], 2: [] } + for attr in seats_attr: + day, a = attr.split(maxsplit=1) + if "1" in day: + for k, l in able_d1.items(): + for s in l: + if s["mapInfo"] == a: + seats[1].append(s) + logger.info(f"已找到位置 d1 {a},尝试锁票") + break + if "2" in day: + for k, l in able_d2.items(): + for s in l: + if s["mapInfo"] == a: + seats[2].append(s) + logger.info(f"已找到位置 d2 {a},尝试锁票") + break + if not seats[1] and not seats[2]: + logger.error(f"没有找到座位,请检检查座位参数!") + os.system("pause") + sys.exit(0) + + asyncio.run(loop(proxy, interval, seats))