﻿* { 
    box-sizing: border-box;
    font-family: 'Noto Sans', sans-serif; 
    line-height: 100%;    
}
html, body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.afterClear:after { content: ""; display: block; clear: both; }

.Map_tooltip {
    position: relative;
    padding: 3px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    opacity: 0.7;
    white-space: nowrap;
    font: 10pt sans-serif;
    z-index: 9999;
}

#main-content {
    position:absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: none;
    margin: 0;
    padding: 0;
} 
#footer {
    position:absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    clear: both;
    background-color: #7b98bc;
    height: 32px;
    border: none;
    margin: 0;
    padding: 0;
}

#wrap { position: relative; width: 100vw; height: 100vh; overflow: hidden; background-color: #ccc; }

#map-content {
    position:absolute;
    top: 0px;
    bottom: 0px;
    left: 391px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    transition: left .3s ease-in-out;
    width: 100vw;
    height: 100vh;
}
#map-content #container{
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 32px;
    background-color: #FFFFFF;
    border-top: 5px solid #7b98bc;
}
#map-content.wide { left: 0px; }
#main_map { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; height: 100%;}
#main_map_2 { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; height: 100%;}
#Map3D_content { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; height: 100%; display: none;z-index:0;}
#main_map .marker { position: absolute; top: 50%; left: 50%; width: 1px; height: 1px; }
#main_map .marker.wt:before { background-image: url("../image/icon_marker-2.png"); }
#main_map .marker i { display: block; position: absolute; bottom: 0px; left: 50%; margin-left: -14.5px; width: 29px; height: 42px; font-size: 18px; 
    font-weight: 900; color: #fff; font-style: normal; text-align: center; line-height: 30px; background-image: url("../image/icon_marker-1.png"); }
#main_map .marker.wt i { color: #7b98bc; background-image: url("../image/icon_marker-2.png"); }
#main_map .marker.start i { margin-left: -17.5px; width: 35px; height: 46px; background-image: url("../image/icon_marker-start.png"); }
#main_map .marker.final i { margin-left: -17.5px; width: 35px; height: 46px; background-image: url("../image/icon_marker-final.png"); }
#main_map .marker.circle i { margin-bottom: -10px; margin-left: -10px; bottom: 50%; width: 20px; height: 20px; background-image: none; background-color: #fff; border: 1px solid #7b98bc; border-radius: 50%; font-size: 12px; color: #5a5a5a; font-weight: 500; line-height: 20px; letter-spacing: -1px; text-indent: -1px; }
#main_map .marker .txt { display: none; position: absolute; bottom: 48px; left: 50%; padding: 6px 12px; min-width: 170px; background-color: #fff; border: 1px solid #7b98bc; text-align: center; transform: translateX(-50%); }
#main_map .marker.on .txt { display: block; }
#main_map .marker p { display: inline-block; width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    font-size: 13px; color: #333333; font-weight: 300; letter-spacing: -.5px; line-height: 20px; }
#main_map .line { position: absolute; top: 50%; left: 50%; width: 50px; height: 1px; }
#main_map .line:before { content: ""; display: block; margin-top: -6px; width: 100%; height: 12px; background-color: #7b98bc; border-top: 2px solid #fff; border-bottom: 2px solid #fff; border-radius: 6px; }
#main_map .line.trans:before { border: 0; opacity: .5; }

.leftBox { position: fixed; top: 0; left: 0; width: 391px; height: 100%; border: 5px solid #7b98bc; background-color: #fff; z-index: 200; transition: left .3s ease-in-out; }
.leftBox.close { left: -391px; }
.leftBox__leftTop { position: relative; padding: 10px 10px 10px; background-color: #7b98bc; z-index: 1; }
.leftTop__logo { float: left;  }
.leftTop__mobileMenu { display: none; }
.leftTop__Title { padding: 0px;}
.leftTop__Title .Titlelabel{
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    bottom: 0px;
    top: 10px;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.leftTop__back { display: none; }
.leftTop__searchBox { position: relative; margin-top: 10px; width: 100%; height: 46px; background-color: #fff; border-radius: 3px; }
.leftTop__searchBox form { height: 100%; }
.leftTop__searchBox input[type=text] { padding: 0 20px; width: 100%; height: 100%; font-size: 15px; color: #454545; letter-spacing: -.4px; background-color: transparent; }
.leftTop__searchBox input::placeholder {color: #bbb;}
.leftTop__searchBox input[type=submit] { position: absolute; top: 0; right: 0; width: 48px; height: 100%; font-size: 0; color: transparent; border: none; background-color: transparent; background-image: url('../image/icon_search-1.png'); background-position: center; background-repeat: no-repeat; }
.leftTop__toggleBtn { position: absolute; top: 1px; right: -23px; width: 19px; height: 45px; border: 1px solid #d9d9d9; border-left: none; border-radius: 3px; background-color: #fff; overflow: hidden; }
.leftTop__toggleBtn a { display: block; width: 100%; height: 100%; text-align: center; }
.leftTop__toggleBtn a span { width: 100%; display: inline-block; font-size: 10px; color: #7b98bc; line-height: 45px; transform: rotateZ(0deg); transition: transform .3s ease-in-out; }
.leftBox.close .leftTop__toggleBtn a span { transform: rotateZ(180deg); }

.leftMeddle__menu { padding: 14px 13px 20px; border-bottom: 1px solid #d9d9d9; }
.leftMeddle__menu ul:after { content: ""; display: block; clear: both; }
.leftMeddle__menu ul li { float: left; margin: 5px 3.5px; width: 80px; height: 31px; border-radius: 5px; background-color: #1891da; font-size: 15px; font-weight: 500; color: #fff; text-align: center; line-height: 31px; cursor: pointer; transition: background .3s ease-in-out; }
.leftMeddle__menu ul li:last-child { margin-right: 0; }
.leftMeddle__menu ul li.on,
.leftMeddle__menu ul li:hover { background-color: #7b98bc; }

.leftMeddle__facilities { padding: 18px 8px 23px; text-align: center; }
.leftMeddle__facilities strong { display: block; margin-bottom: 15px; padding-left: 10px; font-size: 15px; color: #111111; text-align: left; }
.leftMeddle__facilities .navi { padding: 0 10px 15px; }
.leftMeddle__facilities .navi ul:after { content: ""; display: block; clear: both; }
.leftMeddle__facilities .navi ul li { float: left; position: relative; margin-left: 22px; font-size: 15px; color: #999999; font-weight: 300; }
.leftMeddle__facilities .navi ul li:first-child { margin-left: 0; color: #111111; font-weight: 400; }
.leftMeddle__facilities .navi ul li:before { content: ">"; display: block; position: absolute; top: -1px; left: -14px; transform: scaleX(.7); }
.leftMeddle__facilities .navi ul li:first-child:before { display: none; }
.facilities__main {}
.facilities__group { }
.circleMenu { display: inline-block; }
.circleMenu:after { content: ""; display: block; clear: both; }
.circleMenu li { float: left; margin: 0 10px 10px; width: 50px; text-align: center; cursor: pointer; }
.circleMenu li i { display: inline-block; width: 45px; height: 45px; border: 1px solid rgba(126, 126, 126, .4); border-radius: 50%; background-repeat: no-repeat; background-position: center; transition: border .3s ease-in-out; }
.circleMenu li.on i, 
.circleMenu li:hover i { border-color: rgba(126, 126, 126, 1); background-color: #ef772249;}
.circleMenu li p { margin-top: 5px; min-height: 32px; font-size: 12px; font-weight: 300; line-height: 16px; color: #999999; word-break: keep-all; }

.facilities__main li:nth-child(1) i { background-image: url('../image/icon_fac-1-0.png'); }
.facilities__main li:nth-child(2) i { background-image: url('../image/icon_fac-1-1.png'); }
.facilities__main li:nth-child(3) i { background-image: url('../image/icon_fac-1-2.png'); }
.facilities__main li:nth-child(4) i { background-image: url('../image/icon_fac-1-3.png'); }
.facilities__main li:nth-child(5) i { background-image: url('../image/icon_fac-1-4.png'); }
.facilities__main li:nth-child(6) i { background-image: url('../image/icon_fac-1-5.png'); }
.facilities__main li:nth-child(7) i { background-image: url('../image/icon_fac-1-6.png'); }
.facilities__main li:nth-child(8) i { background-image: url('../image/icon_fac-1-7.png'); }
.facilities__main li:nth-child(9) i { background-image: url('../image/icon_fac-1-8.png'); }
.facilities__main li:nth-child(10) i { background-image: url('../image/icon_fac-1-9.png'); }

.facilities__sub { display: none; }
.facilities__sub li:nth-child(1) i { background-image: url('../image/icon_fac-back.png'); }
.facilities__sub li:nth-child(2) i { background-image: url('../image/icon_fac-1-9.png'); }
.facilities__sub li:nth-child(3) i { background-image: url('../image/icon_fac-won.png'); }
.facilities__sub li:nth-child(4) i { background-image: url('../image/icon_fac-atm.png'); }
.facilities__sub li:nth-child(5) i { background-image: url('../image/icon_fac-cafe.png'); }
.facilities__sub li:nth-child(6) i { background-image: url('../image/icon_fac-store.png'); }
.facilities__sub li:nth-child(7) i { background-image: url('../image/icon_fac-gym.png'); }
.facilities__sub li:nth-child(8) i { background-image: url('../image/icon_fac-swim.png'); }
.facilities__sub li:nth-child(9) i { background-image: url('../image/icon_fac-fit.png'); }
.facilities__sub li:nth-child(10) i { background-image: url('../image/icon_fac-hand.png'); }
.facilities__sub li:nth-child(11) i { background-image: url('../image/icon_fac-service.png'); }
.facilities__sub li:nth-child(12) i { background-image: url('../image/icon_fac-box.png'); }
.facilities__sub li:nth-child(13) i { background-image: url('../image/icon_fac-hospital.png'); }
.facilities__sub li:nth-child(14) i { background-image: url('../image/icon_fac-food.png'); }
.facilities__sub li:nth-child(15) i { background-image: url('../image/icon_fac-life.png'); }

.leftMeddle__searchResult { display: none; }
.leftMeddle__searchResult .scroll { padding: 18px 0px 0; height: calc(100vh - 168px - 139px - 80px); overflow-y: auto; overflow-x: hidden;}
.leftMeddle__searchResult .top { padding: 0 20px; }
.leftMeddle__searchResult .top p { font-size: 14px; color: #454545; font-weight: 300; }
.leftMeddle__searchResult .top p span { color: #1891da; }
.leftMeddle__searchResult .body { margin-top: 22px; }
.leftMeddle__searchResult .body .list {  }
.leftMeddle__searchResult .body .list ul { position: relative; }
.leftMeddle__searchResult .body .list ul:before { content: ""; display: block; position: absolute; top: 0; left: 50%; width: calc(100% - 40px); height: 1px; background-color: #d6d6d6; transform: translateX(-50%); }
.leftMeddle__searchResult .body .list ul li { position: relative; padding: 25px 20px 30px 48px; text-align: left; cursor: pointer; }
.leftMeddle__searchResult .body .list ul li:before { content: ""; display: block; position: absolute; bottom: 0; left: 50%; width: calc(100% - 40px); height: 1px; background-color: #eaeaea; transform: translateX(-50%); }
.leftMeddle__searchResult .body .list ul li:hover,
.leftMeddle__searchResult .body .list ul li.on { background-color: #f9f9f9; }
.leftMeddle__searchResult .body .list ul li.withImg {  }
.leftMeddle__searchResult .body .list ul li.withImg:after { content: ""; display: block; clear: both; }
.leftMeddle__searchResult .body .list ul li.withImg .cntn { float: left; padding-right: 20px; width: calc(100% - 75px); }
.leftMeddle__searchResult .body .list ul li.withImg .image { float: left; width: 75px; height: 75px; border: 1px solid #f1f1f1; background-repeat: no-repeat; background-position: center; }
.leftMeddle__searchResult .body .list ul li p { font-size: 14px; color: #333333; font-weight: 300; word-break: keep-all; }
.leftMeddle__searchResult .body .list ul li .title { position: relative; font-size: 16px; color: #333333; font-weight: 400; }
.leftMeddle__searchResult .body .list ul li .title em { position: absolute; top: -1px; left: -23px; margin-right: 8px; font-size: 18px; color: #7b98bc; font-style: normal; font-weight: 900; }
.leftMeddle__searchResult .body .list ul li .title .bold { font-weight: 500; }
.leftMeddle__searchResult .body .list ul li .addr { margin-top: 7px; line-height: 22px; }
.leftMeddle__searchResult .body .list ul li .extra { line-height: 22px; }
.leftMeddle__searchResult .body .list ul li p span { display: inline-block; }
.leftMeddle__searchResult .body .list ul li p .type { color: #999999; }
.leftMeddle__searchResult .body .paging { margin-top: 20px; text-align: center; }
.leftMeddle__searchResult .body .paging .frame { display: inline-block; }
.leftMeddle__searchResult .body .paging .frame:after { content: ""; display: block; clear: both; }
.leftMeddle__searchResult .body .paging .paging-cntr { float: left; display: block; margin: 0 11px; width: 12px; height: 17px; background-repeat: no-repeat; background-position: center; font-size: 0; color: transparent; }
.leftMeddle__searchResult .body .paging .paging-cntr.prev { background-image: url("../image/icon_paging-prev.png"); }
.leftMeddle__searchResult .body .paging .paging-cntr.next { background-image: url("../image/icon_paging-next.png"); }
.leftMeddle__searchResult .body .paging ul { float: left; }
.leftMeddle__searchResult .body .paging ul:after { content: ""; display: block; clear: both; }
.leftMeddle__searchResult .body .paging ul li { float: left; margin: 0 11px; }
.leftMeddle__searchResult .body .paging ul li a { font-size: 17px; color: #999999; }
.leftMeddle__searchResult .body .paging ul li.on a { color: #7b98bc; }

.info_detail { display: none; position: absolute; top: 0; right: -461px; padding: 70px 45px; width: 460px; height: 100vh; background-color: #fff; border-right: 1px solid #d9d9d9; }
.info_detail .top { padding: 0px 0px 22px; border-bottom: 1px solid #d6d6d6; }
.info_detail .top .title { font-size: 20px; color: #333333; }
.info_detail .top .navi { margin-top: 12px; margin-left: 0; font-size: 14px; color: #999999; font-weight: 300; }
.info_detail .body { margin-top: 0; padding: 25px 0 35px; border-bottom: 1px solid #d6d6d6; }
.info_detail .body ul li { margin-top: 5px; }
.info_detail .body ul li:first-child { margin-top: 0; }
.info_detail .body ul li:after { content: ""; display: block; clear: both; }
.info_detail .body ul li .col { float: left; }
.info_detail .body ul li .col { width: calc(100% - 80px); }
.info_detail .body ul li .col.head { width: 80px; }
.info_detail .body ul li .col p { font-size: 15px; color: #333333; font-weight: 300; line-height: 24px; }
.info_detail .body ul li .col p.link { color: #0080d1; }
.info_detail .body ul li .col p .point { color: #999999; }
.info_detail .body ul.time li .col { width: calc(100% - 55px); }
.info_detail .body ul.time li .col.head { width: 55px; }
.info_detail .tail { margin-top: 20px; }
.info_detail .tail .cate { text-align: right; }
.info_detail .tail .cate a { display: inline-block; margin: 0 4px; width: 86px; height: 34px; font-size: 16px; color: #666666; border: 1px solid rgba(0,60,136, 1); border-radius: 16px; background-color: rgba(255, 255, 255, 1); line-height: 34px; text-align: center; transition: all .3s ease-in-out; }
.info_detail .tail .cate a.on { color: rgba(255, 255, 255, 1); border-color: rgba(0,60,136, 1); background-color: rgba(0,60,136, 1); }
.info_detail .tail .cate a.view { display: none; }
.info_detail .tail .cate a:last-child { margin-right: 0; }
.info_detail .tail .imageFrame { width: 100%; text-align: center;  }
.info_detail .tail .image { display: inline-block; margin-top: 57px;  border: 1px solid #f0f0f0; }
.info_detail .tail .image img { max-width: 100%; }
.info_detail .close { position: absolute; top: 0; right: 0; width: 30px; height: 30px;}
.info_detail .close a { display: block; width: 100%; height: 100%; font-size: 0; color: transparent; background-image: url('../image/icon_mMenu-close.png'); background-repeat: no-repeat; background-position: center; }

.leftBox__leftBottom { position: absolute; bottom: 0; left: 0; }
.leftBottom__etcBtn { padding: 10px; border-bottom: 1px solid #d9d9d9; }
.leftBottom__etcBtn > ul:after { content: ""; display: block; clear: both; }
.leftBottom__etcBtn > ul > li { float: left; position: relative; padding: 0 12px; }
.leftBottom__etcBtn > ul > li:before { content: "|"; display: block; position: absolute; top: 0; left: 0; font-size: 14px; color: #bebebe; }
.leftBottom__etcBtn > ul > li:first-child:before { display: none; }
.leftBottom__etcBtn > ul > li a,
.leftBottom__etcBtn > ul > li p { font-size: 14px; color: #666666; letter-spacing: -.5px; cursor: pointer; }
.leftBottom__etcBtn > ul > li select { font-size: 14px; color: #666666; letter-spacing: -.5px; }
.leftBottom__etcBtn > ul > li.select:after { content: "▲"; position: absolute; top: 0px; right: -5px; font-size: 7px; color: #999999; }
.leftBottom__etcBtn > ul > li.select ul { display: none; position: absolute; bottom: -9px; left: 5px; box-shadow: 0px 0px 2px rgba(0, 0, 0, .3); z-index: 1; }
.leftBottom__etcBtn > ul > li.select ul.open { display: block; }
.leftBottom__etcBtn > ul > li.select ul li { width: 120px; height: 33px; background-color: #fff; border-top: 1px solid #cccccc; }
.leftBottom__etcBtn > ul > li.select ul li:first-child { border: none; }
.leftBottom__etcBtn > ul > li.select ul li a { display: block; padding: 9px 18px; width: 100%; height: 100%; font-size: 14px; color: #666666; letter-spacing: -.5px; }
.leftBottom__etcBtn > ul > li.select ul li:hover { background-color: #cccccc; }
.leftBottom__etcBtn > ul > li.select ul li:hover a { color: #fff; }
.leftBottom__emergency { padding: 10px; text-align: center; }
.leftBottom__emergency strong { font-size: 15px; color: #777777; font-weight: 300; letter-spacing: -.5px; }
.leftBottom__emergency p { font-size: 15px; color: #999999; font-weight: 300; letter-spacing: -.5px; }

.mapCntr_2 { 
    position: absolute;
    z-index: 2;
    left: 0px;
    top: -1px;
}
.mapCntr_2 .mapCntr__mapType { 
    position: absolute;
    top: 35px;
    left: 5px;
    text-align: right;
    width: 215px;
}
.mapCntr_2 .dropdown { 
    position: absolute;
    top: 10px;
    left: 10px;
}

.mapCntr { 
    position: absolute;
    z-index: 2;
    left: auto;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.mapCntr__mapType { 
    position: absolute;
    top: 35px;
    right: 5px;
    text-align: right;
    width: 160px;
 }
.mapCntr__mapType ul:after { content: ""; display: block; clear: both; }
.mapCntr__mapType ul li { float: left; margin-left: 5px; width: 50px; height: 50px; background-color: #fff; border: 2px solid #fff; border-radius: 5px; overflow: hidden; text-align: center; cursor: pointer; }
.mapCntr__mapType ul li:first-child { margin-left: 0; }
.mapCntr__mapType ul li img { width: 100%; height: 27px;}
.mapCntr__mapType ul li p { margin-top: 4px; font-size: 12px; color: #999999; letter-spacing: -.5px; transition: color .3s ease-in-out; }
.mapCntr__mapType ul li:hover p,
.mapCntr__mapType ul li.on p { color: rgba(0,60,136, 1); }
.mapCntr__adminBtn { right: 100px; display: inline-block; position: relative; margin-bottom: 5px; width: 42px; height: 42px; background-color: #fff; border: 1px solid #f1f1f1; border-radius: 50%; text-align: center; cursor: pointer; }
.mapCntr__adminBtn i { display: inline-block; margin-top: 9px; width: 22px; height: 23px; font-size: 0; color: transparent; background-image: url('../image/icon_setting-1.png'); transform: rotate(0deg); transition: transform .4s linear; }
.mapCntr__adminBtn:hover i { transform: rotate(180deg); }

.mapCntr__zoom { position: absolute; bottom: 5px; right: 5px; }
.zoom__myPosition { display: block; position: relative; margin-bottom: 8px; width: 37px; height: 36px; background-color: #fff; background-image: url('../image/icon_mapPosition.png'); background-repeat: no-repeat; background-position: center; font-size: 0; color: transparent; border-radius: 5px; border: 1px solid #f1f1f1; }
.zoom__myPosition:after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('../image/icon_mapPosition_on.png'); background-repeat: no-repeat; background-position: center; opacity: 0; transition: opacity .3s ease-in-out; }
.zoom__myPosition:hover:after, 
.zoom__myPosition.on:after { opacity: 1; }
.zoom__plus { display: block; position: relative; width: 37px; height: 34px; background-color: #fff; background-image: url('../image/icon_mapPlus.png'); background-repeat: no-repeat; background-position: center; font-size: 0; color: transparent; border-radius: 5px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid #f1f1f1; border-bottom: none; }
.zoom__plus:after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('../image/icon_mapPlus_on.png'); background-repeat: no-repeat; background-position: center; opacity: 0; transition: opacity .3s ease-in-out; }
.zoom__plus:hover:after { opacity: 1 ; }
.zoom__minus { display: block; position: relative; width: 37px; height: 34px; background-color: #fff; background-image: url('../image/icon_mapMinus.png'); background-repeat: no-repeat; background-position: center; font-size: 0; color: transparent; border-radius: 5px; border-top-left-radius: 0; border-top-right-radius: 0; border: 1px solid #f1f1f1; border-top: none; }
.zoom__minus:after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('../image/icon_mapMinus_on.png'); background-repeat: no-repeat; background-position: center; opacity: 0; transition: opacity .3s ease-in-out; }
.zoom__minus:hover:after { opacity: 1; }
.zoom__level { padding: 16px 10px; width: 37px; border: 1px solid #f1f1f1; border-top-color: #e9e9e9; border-bottom-color: #e9e9e9; background-color: #fff; }
.zoom__level li { position: relative; margin-top: 6px; width: 100%; height: 5px; cursor: pointer; }
.zoom__level li:first-child { margin-top: 0px; }
.zoom__level li:before { content: ""; display: block; position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background-color: rgba(40, 40, 40, .3); transform: translate(-50%, -50%); border-radius: 2.5px; transition: all .2s ease-in-out; }
.zoom__level li.on:before { width: 18px; height: 5px; background-color: rgba(0,60,136, 1); }
.zoom__level li:hover { width: 18px; height: 5px; background-color: rgba(0,60,136, 0.5); }

#marker-1 { left: 45%; }
#marker-2 { left: 55%; }
#marker-3 { left: 45%; top: 60% }
#marker-4 { left: 55%; top: 60% }
#marker-5 { left: 45%; top: 70% }
#marker-6 { left: 55%; top: 70% }

#line-1 { left: 65%; }
#line-2 { left: 75%; }
#line-3 { left: 65%; top: 60% }
#line-4 { left: 75%; top: 60% }
#line-5 { left: 65%; top: 70% }

.mobileMenu { display: none; }
/* -------------------------------------------------------------------------------------------------------------------------------------- */
/* 정보창 */
.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
#infoBoxPopup-content {
    min-width: 200px;
    color: #474747;
    font-size: 13px;
    font-weight: bold;
    font-family: sans-serif;
}
#popup-content {
    min-width: 200px;
    color: #474747;
    font-size: 13px;
    font-weight: bold;
    font-family: sans-serif;
}
.p-marker_no { display: none; }
.p-marker_Arrows_left { display: block; position: absolute; bottom: -15px; left: 50%; margin-left: -10px; width: 20px; height: 20px; background-image: url("../image/Arrows_left.png"); }
.p-marker_Arrows_right { display: block; position: absolute; bottom: -15px; left: 50%; margin-left: -10px; width: 20px; height: 20px; background-image: url("../image/Arrows_right.png"); }
.p-marker_Arrows_left2 { display: block; position: absolute; bottom: -15px; left: 50%; margin-left: -10px; width: 20px; height: 20px; background-image: url("../image/Arrows_left2.png"); }
.p-marker_Arrows_right2 { display: block; position: absolute; bottom: -15px; left: 50%; margin-left: -10px; width: 20px; height: 20px; background-image: url("../image/Arrows_right2.png"); }
.p-marker_Arrows_uturn { display: block; position: absolute; bottom: -15px; left: 50%; margin-left: -10px; width: 20px; height: 20px; background-image: url("../image/Arrows_uturn.png"); }
.p-marker_crosswalk { display: block; position: absolute; bottom: -15px; left: 50%; margin-left: -10px; width: 20px; height: 20px; background-image: url("../image/crosswalk.png"); }

.popover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #7b98bc;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px #7b98bc;
    line-break: auto;
}
.popover-content {
    padding: 9px 14px;
    text-align: center;
}
.popover.top {
    margin-top: -10px;
}
.popover>.arrow {
    border-width: 11px;
}
.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #7b98bc;
    border-bottom-width: 0;
}
.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover>.arrow:after {
    content: "";
    border-width: 10px;
}
.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
/*MAP 상세정보창 */
.ol-popup {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 150px;
    min-height: 60px;
    color: #474747;
    font-size: 13px;
    font-weight: bold;
    font-family: sans-serif;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: rgba(255, 255, 255, 0.7);
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 2px;
}
.ol-popup-closer:after {
    content: url("../image/Btn_Close.png");
}
.code {
    background-color: rgba(255, 255, 255, 0.0);
    color: #474747;
    font-size: 13px;
    font-weight: bold;
    font-family: sans-serif;
    padding: 0px;
    white-space: nowrap;
}      
.startFinalbtn{
    display: inline-block;
    margin: 0 4px;
    width: 34px;
    height: 22px;
    font-size: 13px;
    border: 1px solid rgba(0,60,136, 1);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    line-height: 20px;
    text-align: center;
    transition: all .3s ease-in-out;
    margin-top: 10px;
    color: rgba(255, 255, 255, 1);
    border-color: rgba(0,60,136, 1);
    background-color: rgba(0,60,136, 1);
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
#shortest_Form {
    padding: 0px;
}
#shortest_Form .scroll {
    padding: 18px 0px 0;
    height: calc(100vh - 168px - 139px - 90px);
    overflow-y: auto;
}
#shortest_Form .shortest_title {
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 15px;
    color: #111111;
    text-align: left;
    height: 15px;
}
#shortest_Form .shortest_bady {
    width: 100%;
    height: calc(100vh - 168px - 139px - 140px);
}
#shortest_Form .shortest_TableDiv {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    overflow-x: hidden;
    height: calc(100vh - 168px - 139px - 140px);
    width: 100%;
}
#shortest_Form .shortest_Table {
    width: 100%;
}
#shortest_Form .shortest_Table th {
    border-bottom: 1px solid #DDD;
    font-size: 11px;
    font-weight: normal;
    padding: 1px;
    vertical-align: middle;
    text-align: center;
    color: #999;
}
#shortest_Form .shortest_Table td {
    font-size: 14px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    color: #696969;
    height: 26px;
}
#shortest_Form .shortest_Table td input{
    width: 100%;
    height: 100%;
    padding: 3px;
    padding-left: 5px;
    margin: 0;
    border: 0;
    color: #000000;
}
#shortest_Form .close { display: none; }
#shortest_Form .close a { display: block; width: 100%; height: 100%; font-size: 0; color: transparent; background-image: url('../image/icon_mMenu-close.png'); background-repeat: no-repeat; background-position: center; }
/* -------------------------------------------------------------------------------------------------------------------------------------- */
.mc_tools {
    position: relative;
    height: 34px;
    margin: 5px;
}
.mc_tools .mc_toolsin{
    width: 37px;
    height: 34px;
    left: -5px;
    position: absolute;
}
.mc_tools .mc_toolsin.open{
    width: 160px;
    height: 34px;
    left: -126px;
    position: absolute;
}
.mc_tools .spmc_distance {
    background: url(../image/mc_tools2.png) no-repeat;
    width: 37px;
    height: 34px;
    display: inline-block;
}
.mc_tools .spmc_distance.on {
    background: url(../image/mc_tools22.png) no-repeat;
}
.mc_tools .spmc_roadview {
    background: url(../image/mc_tools4.png) no-repeat;
    width: 37px;
    height: 34px;
    display: none;
}
.mc_tools .spmc_roadview.on {
    background: url(../image/mc_tools42.png) no-repeat;
}
.mc_tools .spmc_area {
    background: url(../image/mc_tools1.png) no-repeat;
    width: 37px;
    height: 34px;
    display: none;
}
.mc_tools .spmc_area.on {
    background: url(../image/mc_tools12.png) no-repeat;
}
.mc_tools .spmc_initialization {
    background: url(../image/mc_tools3.png) no-repeat;
    width: 37px;
    height: 34px;
    display: none;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
      /* 거리/면적 툴팁 */
.tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
    top:0px;
    left:0px;
}
.tooltip-measure {
    opacity: 1;
    font-weight: bold;
    font-size: 12px;
}
.tooltip-static {
    background-color: #f15922;
    color: #FFFFFF;
    border: 1px solid white;
    font-weight: bold;
}
.tooltip-measure:before,
  .tooltip-static:before {
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}
.tooltip-static:before {
    border-top-color: #f15922;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
/*Styling Selectbox*/
.dropdown {
    width: 81px;
    display: inline-block;
    border: 1px solid #7b98bc;
    background-color: #7b98bc;
    border-radius: 5px;
    box-shadow: 0 0 2px #7b98bc;
    transition: all .5s ease;
    font-size: 13px;
    color: #FFFFFF;
    height: 20px;
    text-align: center;
    position:absolute;
    left: auto; bottom: auto; 
    top: 10px; 
    right: 10px;
    cursor: pointer;
    z-index: 2;
    outline-color: #7b98bc;
    padding-top: 2px;
}
.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 0px;
    color: #FFFFFF;
    border: 1px solid #7b98bc;
    background-color: #7b98bc;
}
.dropdown .select > i {
    font-size: 13px;
    color: #1891da;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
}
.dropdown:hover {
    box-shadow: 0 0 4px #1891da;
}
.dropdown:active {
    background-color: rgba(0,60,136, 0.5);
}
.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px #1891da;
    border-radius: 5px 5px 0 0;
    background-color: rgba(0,60,136, 0.5);
    color: #474747;
}
.dropdown.active .select > i {
    transform: rotate(-90deg);
}
.dropdown .dropdown_menu {
  color: #474747;
  position: absolute;
  background-color: #ffffff;
  left: 0;
  margin-top: 1px;
  box-shadow: 0 1px 2px #1891da;
  border-radius: 0 1px 5px 5px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  z-index: 9;
  font-size: 13px;
  text-align: center;
  width: 100%;
}
.dropdown .dropdown_menu li {
    padding: 0px;
    transition: all .2s ease-in-out;
    cursor: pointer;
} 
.dropdown .dropdown_menu {
    padding: 0;
    list-style: none;
}
.dropdown .dropdown_menu li:hover {
    background-color: #7b98bc;
}
.dropdown .dropdown_menu li:active {
    background-color: #7b98bc;
}
.dropdown .dropdown_menu li.selected {
  background-color: rgba(0,60,136, 0.5);
}
.dropdown .dropdown_menu2 {
    color: #474747;
    position: absolute;
    background-color: #ffffff;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px #1891da;
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    z-index: 9;
    font-size: 13px;
    text-align: center;
    width: 100%;
  }
  .dropdown .dropdown_menu2 li {
      padding: 0px;
      transition: all .2s ease-in-out;
      cursor: pointer;
  } 
  .dropdown .dropdown_menu2 {
      padding: 0;
      list-style: none;
  }
  .dropdown .dropdown_menu2 li:hover {
      background-color: #7b98bc;
  }
  .dropdown .dropdown_menu2 li:active {
      background-color: #7b98bc;
  }
  .dropdown .dropdown_menu2 li.selected {
    background-color: rgba(0,60,136, 0.5);
  }
/* -------------------------------------------------------------------------------------------------------------------------------------- */
/* city area main */
.adresArea {position:absolute; top:0px; left:320px; height:100%; padding-left:8px; padding-top:3px;}
.adresArea .btn_adres {display:inline-block; margin:0; height:25px; background:url('../image/ico_down01.png') no-repeat right 5px; box-sizing:border-box;}
.adresArea .btn_adres span{display:inline-block; line-height:25px; padding-right:20px; box-sizing:border-box; font-weight:normal;font-size:13px; text-align:left !important; color:#FFFFFF;}
.div_adresArea {width: 387px;padding-bottom:5px;position:absolute;left:-250px;bottom:32px;border:1px solid #d5dce8;background:#fff;display:none;z-index: 2;}
.div_adresArea .adresSelt {overflow:hidden;padding:5px;}
.div_adresArea .adresSelt ul {float:left;overflow-y:scroll;width:125px;height:200px;background:#ffffff;margin-top:0;margin-bottom:0;padding-left:5px;}
.div_adresArea .adresSelt li {font-family: auto;letter-spacing: -.1em;font-size: 14px;padding-left:1px;height:20px;line-height:20px;cursor:pointer; list-style:none;}
.div_adresArea .adresSelt li:hover,.adresSelt li.on {background:#a3acbd; color:#ffffff;}
.div_adresArea .adresSelt li.selected {
    color: #FFFFFF;
    background: #7b98bc;
}
.mb10 {
  margin-top:0;margin-bottom:0;
}
.tc {
  text-align: center !important;
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 5px;
}
.btn .type1 {
  border: 1px solid #c6cddb;
  color: #222222;
}
.btn .type2 {
  border: 1px solid #7b98bc;
  background-color: #7b98bc;
  color: #ffffff;
}
.btn a {
  min-width: 46px;
  height: 20px;
  padding-top: 1px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 1px;
  box-sizing: border-box;
  border-radius: 2px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
}

/*좌표*/
#div_CoordArea {
    position: absolute;
    top: 0px;
    left: 3px;
    height: 100%;
    padding-left: 8px;
    padding-top: 3px;
    vertical-align: middle;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
#user_countDIV{
    color:#FFFFFF; position:absolute; top:0px; height:100%; padding-left:8px; padding-top:6px;right:10px;
}
#user_count{
    color: #ffffff;font-size: 13px;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
#left_pane{
    position:absolute;height:100%;width:100%;padding:0px;top:0px;left:0px;
}
#right_pane{
    position: absolute;
    height: 100%;
    width: 0px;
    padding: 0px;
    top: 0px;
    right: 0px;
    border-left: 5px solid #7b98bc;
}
#Btn_3D{
    display: block;
    bottom:45%;
}
#Btn2_3D{
    display: none;
    bottom:45%;
    z-index:200;
}
#Btn3_3D{
    display: none;
    bottom:45%;
}
/* 브이월드 webGL 컨트롤*/
path:hover { fill: rgb(0, 213, 255);}
#naviCompass svg {position: absolute; top: 27px; right: 27px;}
#naviCompass {user-select: none;}
#naviCompassDirection {
  display: block;
  position: absolute;
  width: 124px;
  height: 124px;
  background-color: rgba(0,0,0,0);
  top: 10px;
  right: 5px;
}
#naviCompass {
  display: block;
  position: absolute;
  width: 124px;
  height: 124px;
  background-color: rgba(0,0,0,0);
  top: 10px;
  right: 5px;
}
.roadviewmap {
    position:absolute;
    display: inline-block;
    border: 1px solid #7b98bc;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1.0);
    width: 600px;
    height: 300px;
    left: 0px;
    bottom: 0px;
    z-index:100;
    padding-top: 0px;
}
.roadviewmap_content { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; height: 100%; z-index:100;}
.roadviewmapbutton1{position:absolute;top:3px;left:10px;z-index:1;background-color:#7b98bc;border:1px solid #7b98bc;color:white;width:50px;height:23px;border-radius: 5px;}
.roadviewmapbutton2{position:absolute;top:3px;left:63px;z-index:1;background-color:#7b98bc;border:1px solid #7b98bc;color:white;width:50px;height:23px;border-radius: 5px;}
.roadviewmapbutton3{position:absolute;top:3px;right:3px;z-index:1;background-color:#7b98bc;border:1px solid #7b98bc;color:white;width:50px;height:23px;border-radius: 5px;}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
.ListView {
    width: 160px;
    display: inline-block;
    border: 1px solid #7b98bc;
    background-color: #ffffff;
    font-size: 13px;
    color: #FFFFFF;
    text-align: left;
    position: absolute;
    left: auto;
    bottom: auto;
    top: 90px;
    right: 5px;
    cursor: pointer;
    outline-color: #7b98bc;
}
.ListView img{
    right: -5px;
    position: absolute;
    content: url("../image/legend.png");
    background-image:url("../image/legend.png");
    background-repeat:no-repeat;
}
.ListView .ListView_menu {
    margin: 2px;
    padding: 2px;
}
.ListView  li{
    padding: 0;
    margin: 0;
    height: 20px;
    width: 100%;
}

.ListView li span {
    line-height: 16px;
    margin-right: 2px;
    position: relative;
}
.ListView li span.button.none {
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-image: url('../image/checkbox_0.png');
}
.ListView li span.button.chk {
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-image: url('../image/checkbox_1.png');
}
.ListView li a {
    padding: 0px 10px 0px 0px;
    margin-right: 10px;
    cursor: pointer;
    height: 20px;
    color: #333;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    left: 30px;
    right: 0px;
    font-size: 13px;
}
.ListView .range {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90px;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid rgb(123, 152, 188);
    height: 18px;
    display: none;
}
input[type=range]::-webkit-slider-thumb { 
    -webkit-appearance: none; 
    cursor: pointer; 
    background: transparent;
    border: 1.5px solid rgb(123, 152, 188);
    height: 19px; 
    width: 12px; 
    border-radius: 3px; 
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
/* legend창 */
#legend_Form {
    display: none;
    position: absolute;
    width: 175px;
    height: 160px; 
    bottom: 33px;
    right: 0px;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99999;
    background: #fefefe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #BBB;
    max-width: 670px;
    max-height: 400px;
}
 #legend_title {
    color: #000000;
    font-size: 15px;
    height: 25px;
    text-align: center;
    padding: 0;
    border: 1px solid #BBB;
    background: #f0f0f0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#legend_bady {
    position: absolute;
    top: 25px;
    width: 100%;
    bottom: 20px;
    background: #fefefe;
    cursor: default;
}
#legend_TableDiv {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
#legend_ResizeBtn {
  float: right;
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 13px;
  height: 13px;
  z-index: 20;
  background-image: url(../image/resize.png);
  line-height: 0px;
}
#legend_footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #000000;
    font-size: 13px;
    height: 20px;
    text-align: center;
    padding: 0;
    background: #FFFFFF;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
/* SpatialOperations창 */
#SOer_Form {
    display: none;
    position: absolute;
    width: 450px;
    height: 300px;
    bottom: 33px;
    right: 0px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fefefe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #BBB;
    z-index: 2;
}
#SOer_title {
    color: #000000;
    font-size: 15px;
    height: 25px;
    text-align: center;
    padding: 0;
    border: 1px solid #BBB;
    background: #f0f0f0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#SOer_bady {
    position: absolute;
    top: 55px;
    width: 100%;
    bottom: 20px;
    background: #fefefe;
    cursor: default;
}
#SOer_TableDiv {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
#SOer_TableDiv {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    overflow-x: hidden;
}
#SOer_Table {
    width: 100%;
}
#SOer_Table th {
    border-bottom: 1px solid #DDD;
    font-size: 13px;
    font-weight: normal;
    padding: 1px;
    vertical-align: middle;
    text-align: center;
    color: #999;
}
#SOer_Table td {
    border-bottom: 1px solid #DDD;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    color: #000000;
}
#SOer_Table td input{
    width: 100%;
    height: 100%;
    padding: 3px;
    padding-left: 5px;
    margin: 0;
    border: 0;
    color: #000000;
}
#SOer_ResizeBtn {
    float: right;
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 13px;
    height: 13px;
    z-index: 20;
    background-image: url(../image/resize.png);
    line-height: 0px;
}
#SOer_footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #000000;
    font-size: 13px;
    height: 20px;
    text-align: center;
    padding: 0;
    background: #FFFFFF;
}         
#SOer_Form select {
    color: #474747;
    position: relative;
    width: calc(100% - 134px);
    margin-right: 30px;
    height: 20px;
    font-size: 13px;
    left: 15px;
    border: 1px solid #BBB;
    background-color: #ffffff;
}             
/* -------------------------------------------------------------------------------------------------------------------------------------- */
/* 객체정보창 */
#Editing_Form {
    display: none;
    position: absolute;
    height: 60px;
    width: 190px;
    max-width: 190px;
    max-height: 60px;
    min-width: 190px;
    min-height: 60px;
    margin: 0;
    padding: 0;
    background: #fefefe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #BBB;
    left: 4px;
    bottom: 60px;
}
#Editing_title {
    color: #ffffff;
    font-size: 15px;
    height: 25px;
    text-align: center;
    padding: 0;
    padding-top: 3px;
    border-bottom: 3px solid #BBB;
    background: #7b98bc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#Edit_footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #000000;
    font-size: 13px;
    height: 35px;
    text-align: center;
    padding: 0;
    padding-top: 5px;
    background: #f0f0f0;
}  
#ListView_Titleli{
    background-color: #7b98bc; margin-bottom: 5px;
}
#projection{
    color: #FFFFFF; font-weight:normal; font-size:13px;padding-bottom:3px;background-color:#7b98bc;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------- */