body {
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

a {
    color: #00B7FF;
}

legend {
    margin-left: 7px;
}

/* 네이버지도 */
.map {
    border: 1px solid #666;
    /* margin-right: 5px; */
    width: calc(100% - 360px);
    /* height: calc(100% - 141px); */
    height: calc(100% - 16px);
    margin: 8px 5px 0px 0px;
    clear: right;
    float: right;
}

.infoView {
    cursor: pointer;
    padding: 5px;
}

.infoView .infoBox p {
    font-size: 14px;
    margin: 5px 0px;
}

.infoView .infoBox p em {
    font-weight: bold;
}

.visibilityOptionBox {
    height: 30px;
    padding: 0px 5px;
}

.visibilityOptionBox ul {
    line-height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.visibilityOptionBox li {
    margin: 0 5px;
    padding: 0 0 0 0;
    border: 0;
    float: left;
}

.visibilityOptionBox li * {
    cursor: pointer;
}

.wrap {
    /* FHD Size 90% */
    /* min-width: 1728px;  
    min-height: 972px; */
    /* FHD Size 90% */
    min-width: 1712px;
    min-height: 954px;
    width: 100%;
    height: calc(100vh - 18px);
    background-color: #FFFFFF;
    margin: 0;
    float: left;
}

/* 상부 버튼 그룹 */
.topBtnGroup {
    float: right;
    padding: 4px;
}

.topBtnGroup ul {
    margin: 0px;
    padding: 0px;
}

.topBtnGroup button {
    width: 120px;
    height: 28px;
    line-height: 28px;
    margin: 5px 0px;
    cursor: pointer;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 3px;
    border: 1px solid #9394a0;
    background-color: #F0F0F0;
    font-size: inherit;
    color: #000;
    vertical-align: middle;
}

.analysis .groupbox {
    padding: 0px 5px;
}

.analysis .groupbox>ul {
    line-height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.analysis .groupbox>ul>li {
    margin: 0 5px;
    padding: 0 0 0 0;
    border: 0;
    float: left;
}

.analysis .groupbox>ul>li>input {
    width: 45px;
    margin: 0 1px 0 1px;
}

.analysis .groupbox>ul>li>select {
    width: 50px;
    margin: 0 1px 0 -3px;
}

.analysis .groupbox button {
    width: 50px;
    margin: 0 3px 0 6px;
    cursor: pointer;
    font-size: inherit;
}

.analysis .groupbox .buildingEntryLossBox {
    padding: 0px;
    margin-top: -3px;
}

.analysis .groupbox .buildingEntryLossBox ul {
    line-height: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.analysis .groupbox .buildingEntryLossBox li {
    margin: 0 3px;
    padding: 0 0 0 0;
    border: 0;
}

.analysis .groupbox .buildingEntryLossBoxLabel {
    float: left;
}


.algorithm ul {
    line-height: 21px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -5px;
}

.algorithm li {
    width: 150px;
    margin: 0 5px;
    padding: 0 0 0 0;
    border: 0;
    float: left;
}

.algorithm li input {
    margin: 0 5px 0 6px;
}

.algorithm div {
    text-align: center;
    padding: 2px;
    margin-top: 44px;
}

.algorithm div button {
    height: 28px;
}

.floorInfo {
    width: 180px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    background-color: #fff;
    border: solid 1px #333;
    border-bottom: none;
}

.floorInfo ul {
    margin: 0;
    padding: 0;
}

.floorInfo li {
    width: 180px;
    height: 30px;
    border-bottom: solid 1px #333;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    font-family: Helvetica, AppleSDGothicNeo-Light, nanumgothic, NanumGothic, 나눔고딕, Dotum, 돋움, sans-serif;
}

.floorInfo li.placedFloor {
    background: #2F87EC;
    color: white;
}

/* 지도 버튼박스 - 22.05.18 이영묵 연구원 추가*/
.mapButtonBox {
    width: auto;
    height: auto;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 208px;
    right: 0
}

.mapButtonBox ul {
    margin: 10px;
}

/* 커스텀 툴팁 사용시 작성 필요 */
/* .mapButtonBox li.colorset:hover {} */

/* 그룹박스 */
div.groupbox {
    /* width: 100%; */
    width: 339px;
    clear: both;
    float: left;
}

/* 분석 영역 계산 설정 상 */
div#top.groupbox {
    height: 35px;
    width: calc(100% - 10px);
    padding-bottom: 4px;
}

/* 분석 영역 계산 설정 하 */
div#bottom.groupbox {
    height: 35px;
    width: calc(100% - 10px);
    padding-top: 8px;
    border-top: 0.01em solid;
}

div#bottom.groupbox .calcResult {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

div#bottom.groupbox .calcResult span {
    font-weight: 600;
}

/* 그룹박스 버튼 */
button.groupbox {
    margin: 0;
}


fieldset {
    clear: right;
    float: left;
}

/* 측정 데이터 계산 설정 */
.algorithm {
    width: 325px;
    margin: 5px;
    padding: 15px 5px 5px 5px;
    height: 90px;
}

/* 분석 영역 계산 설정 */
.analysis {
    width: calc(100% - 525px);
    margin: 5px;
    padding: 5px;
    height: 100px;
}

.analysis button {
    height: 28px;
}

/* 측정 데이터 계산 설정 */
.measurement {
    width: 128px;
    margin: 5px;
    padding: 5px;
}

fieldset#measurement div {
    display: inline-block;
    padding-top: 0.4em;
}


/* 사이드바 */
.sidebar {
    width: calc(350px - 10px);
    height: calc(100% - 119px);
    float: right;
    margin: 0px 5px;
}

.sidebar fieldset.container {
    width: calc(100% - 4px);
    margin: 5px 0 0 0;
    padding: 0px;
    height: calc(100% - 45px);
    border: 2px solid #aaa;
}

.sidebar .jstree {
    padding: 5px;
    overflow-y: auto;
    height: calc(100% - 55px);
}

.sidebar .button-box {
    position: absolute;
    bottom: 7px;
    padding: 1px;
    height: 35px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.sidebar fieldset.analysis {
    width: calc(100% - 4px);
    margin: 0px;
    margin-top: 5px;
    padding: 0px;
    height: 108px;
    border: 2px solid #aaa;
}

.sidebar div.analysis {
    /* position: absolute;
    bottom: 170px;
    padding: 1px;
    height: 30px;
    left: 50%;

    transform: translate(-50%, 0%); */
    position: relative;
    width: 100%;
    margin: 0;
}

.sidebar div.analysis ul {
    margin: 0;
    padding: 0 6px;
}

.sidebar div.analysis>ul>li {
    margin-top: 4px;
    height: 22px;
}

.sidebar div.analysis>ul>li select {
    margin-left: 5px;
    width: 80px;
}

.sidebar div.analysis>ul>li .BWType li {
    width: 104px;
}

.sidebar div.analysis>ul>li .BWType li label {
    width: 70px;
    display: inline-block;
}

.sidebar div.analysis>ul>li>label {
    float: left;
    width: 97px;
}

.sidebar div.analysis>ul>li ul>li {
    padding: 0 0 0 0;
    border: 0;
    float: left;
}

.sidebar .calcResult {
    position: absolute;
    bottom: 160px;
    padding: 1px;
    height: 30px;
    left: 50%;

    transform: translate(-50%, 0%);
    width: 100%;
    margin: 0;
}

.sidebar .button-box.trio {
    width: 312px;
}

.sidebar .button-box * {
    margin: 2px;
}

.filebox {
    float: left;
}

.filebox input[type="file"] {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0)
}

.filebox label {
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 3px;
    border: 1px solid #9394a0;
    background-color: #F0F0F0;
    font-size: inherit;
    color: #000;
    vertical-align: middle;
}

.sidebar .button-box button {
    float: left;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 3px;
    border: 1px solid #9394a0;
    background-color: #F0F0F0;
    font-size: inherit;
    color: #000;
    vertical-align: middle;
}


ul,
li {
    list-style-type: none;
}

#sidebarBody {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.caret::before {
    content: "\002B";
    color: black;
    display: inline-block;
}

.caret-down::before {
    content: "\002D";
    color: black;
    display: inline-block;
}

.nested {
    display: none;
}

.active {
    display: block;
}


/* Model Popup */
.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    /* 초기에 약간 아래에 배치 */
    transform: translate(0%, -5%);
    z-index: -1;
    opacity: 0;
}

.popup.show {
    opacity: 1;
    z-index: 100;
    transition: all 0.3s;
    transform: translate(0%, 0%);
}


/* popup - common */
.popup .header {
    height: 40px;
    background: #add8e657;
    position: relative;
    cursor: pointer;
}

.popup .header .popupName span {
    position: absolute;
    top: 6px;
    left: 14px;
    font-size: 20px;
    font-weight: 600;
}

.popup .header .btnBox.close {
    position: absolute;
    top: 2px;
    right: 0px;
}

.popup .header .btnBox.close span {
    display: inline-block;
    font-weight: 400;
    width: 25px;
    text-shadow: 0 1px 0 #fff;
    font-size: 2.0rem;
    color: #8b8b8b;
}

.popup .header .btnBox.close span:hover {
    border: 0;
    cursor: pointer;
    opacity: .75;
}

.popup .content {
    height: calc(100% - 100px);
    padding: 10px;
}

.popup .footer {
    height: 40px;
}

.popup .footer .btnBox {
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.popup .footer .btnBox button {
    width: 60px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 3px;
    border: 1px solid #9394a0;
    background-color: #F0F0F0;
    font-size: inherit;
    color: #000;
    vertical-align: middle;
}

/* popup - rsrp */
.popup.rsrp {
    width: 1600px;
    height: 790px;
    top: calc(50% - 395px);
    left: calc(50% - 800px);
}

.popup.rsrp .content {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    align-content: center;
    padding: 20px;
}

.popup.rsrp .btnBlock {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 20px;
}

.popup.rsrp button.calculate {
    margin: 6px 0 2px 0;
    float: right;
    width: 258px;
}

.popup.rsrp button.clear {
    margin: 2px 0 5px 0;
    float: right;
    width: 258px;
}

.popup.rsrp button {
    width: 60px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 3px;
    border: 1px solid #9394a0;
    background-color: #F0F0F0;
    font-size: inherit;
    color: #000;
    vertical-align: middle;
}

.popup.rsrp fieldset {
    text-align: left;
}

.popup.rsrp fieldset.main {
    width: calc(19% - 9.4px);
    float: left;
    text-align: center;
    margin: 0;
    height: 650px;
}

.popup.rsrp .label_120 label {
    display: inline-block;
    width: 120px;
}

.popup.rsrp .input_120 input {
    display: inline-block;
    width: calc(100% - 120px - 13px);
}

.popup.rsrp .label_170 label {
    display: inline-block;
    width: 170px;
}

.popup.rsrp .input_170 input {
    display: inline-block;
    width: calc(100% - 170px - 13px);
}


/* popup - colorset */
.popup.colorset {
    width: 364px;
    height: 498px;
    top: calc(50% - 249px);
    left: calc(50% - 182px);
}

.popup.colorset .displaySetSub {
    width: 285px;
    float: left;
}

.popup.colorset .displaySetSub select {
    width: 64px;
}

.popup.colorset .displaySetSub input[type='color'] {
    width: 50px;
}

.popup.colorset .displaySetSub input[type='number'] {
    width: 30px;
    border: 1px solid #555;
}

.popup.colorset .displaySetSub select {
    border: 1px solid #555;
}

.popup.colorset .displaySetSub.displaySetMain {
    width: calc(100% - 28px);
    height: calc(100% - 19px);
    float: left;
}

/* 도분초 input */
.DMSBox>label {
    float: left !important;
    height: 25px !important;
    width: calc(100% - 285px) !important;
    margin: 0px 3px;
    line-height: 25px;
}

.DMSBox ul {
    float: right !important;
    height: 25px !important;
    line-height: 25px;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 213px !important;
}

.DMSBox li {
    margin: 0 5px;
    padding: 0 0 0 0;
    border: 0;
    float: right;
}

.DMSBox li input {
    width: 38px !important;
    float: left !important;
    margin-right: 1px;
}

/* popup - addStnDialog */
.popup.addStnDialog {
    width: 800px;
    height: 800px;
    top: calc(50% - 325px);
    left: calc(50% - 400px);
}

.popup.addStnDialog .btnBlock {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 20px;
}

.popup.addStnDialog .groupInfo {
    float: left;
}

.popup.addStnDialog .Info {
    width: calc(50% - 10px);
    height: calc(100% - 5px);
    padding: 0;
    margin: 0;
    position: relative;
}

.popup.addStnDialog .Info>ul {
    padding: 15px;
    margin: 5px 0;
    height: calc(100% - 40px);
}

.popup.addStnDialog .Info>ul>li {
    height: 25px;
}

.popup.addStnDialog .Info ul.inputBEL {
    width: 200px;
    height: 22px;
    clear: right;
    float: right;
}

.popup.addStnDialog .Info ul.inputBEL>li {
    width: 100px;
    height: 22px;
    float: right;
    line-height: 22px;
}

.popup.addStnDialog .Info ul.inputBEL>li>input {
    float: left;
    vertical-align: middle;
    margin: 0px 5px;
    height: 22px;
}

.popup.addStnDialog button {
    width: 60px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 3px;
    border: 1px solid #9394a0;
    background-color: #F0F0F0;
    font-size: inherit;
    color: #000;
    vertical-align: middle;
}

.popup.addStnDialog .stationInfo {
    float: right;
}

.popup.addStnDialog .stationInfo .sep h4 {
    text-align: center;
    margin-top: 5px;
    padding: 0;
}

.popup.addStnDialog .stationInfo>ul>li>label {
    padding: 3px;
    height: 16px;
    clear: left;
    float: left;
}

.popup.addStnDialog .stationInfo>ul>li>input {
    width: 200px;
    height: 16px;
    clear: right;
    float: right;
}

.popup.addStnDialog .stationInfo>ul>li>select {
    float: right;
    width: 208px;
    height: 22px;
}

.popup.addStnDialog .groupInfo .groupName {
    width: 170px;
    height: 16px;
    clear: right;
    float: right;
}

.popup.addStnDialog .groupInfo .tableWrapper {
    width: 100%;
    margin: 5px 0 0 0;
    overflow-y: auto;
    border: 1px solid #999;
}

.popup.addStnDialog .groupInfo table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.popup.addStnDialog .groupInfo th {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    position: sticky;
    top: 0px;
    background: #bbb;
}

.popup.addStnDialog .groupInfo td {
    border: 1px solid #999;
}

.popup.addStnDialog .groupInfo tr:hover td {
    background: #2222;
    cursor: pointer;
}

.popup.addStnDialog .groupInfo .stationListBox {
    height: calc(100% - 33px);
}

/* .popup.addStnDialog .groupInfo .ownAreaListBox {
    height: calc(100% - 88px);
} */

.popup.addStnDialog .groupInfo .stationList {
    height: 600px;
    width: calc(100% - 27px);
}

/* .popup.addStnDialog .groupInfo .ownAreaInfo {
    width: calc(100% - 27px);
    height: 250px;
} */

.popup.addStnDialog .stationInfo .btnBox {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.ownAreaListBox table tr:hover td {
    background: #2222;
    cursor: pointer;
}

tr.clicked {
    background: #7777;
}



.ownAreaInfo
{
    width: calc(100% - 27px);
    height: 250px;
}

.ownAreaInfo .tableWrapper{
    width: 100%;
    margin: 5px 0 0 0;
    overflow-y: auto;
    border: 1px solid #999;
}

.ownAreaListBox
{
    height: calc(100% - 88px);
}

.ownAreaInfo table
{
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.ownAreaInfo th
{
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    position: sticky;
    top: 0px;
    background: #bbb;
}

.ownAreaInfo tr:hover td
{
    background: #2222;
    cursor: pointer;
}

.ownAreaInfo td
{
    border: 1px solid #999;
}

/* popup - help */
.popup.help {
    width: 800px;
    height: 800px;
    top: calc(50% - 400px);
    left: calc(50% - 400px);
}

.popup.help .content>div {
    overflow-y: auto;
    padding: 15px;
    height: calc(100% - 35px);
}

.popup.help .topButton {
    display: none;
    position: fixed;
    bottom: 65px;
    right: 40px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #e3f2f6;
    color: black;
    cursor: pointer;
    padding: 7px 10px;
    border-radius: 5px;
}

.popup.help .topButton:hover {
    background-color: #6bdbfa;
}


.sidebar {
    position: relative;
}

.sidebar fieldset {
    border-bottom: 1px solid;
}

.sidebar .container {
    height: 100%;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    bottom: 0;
    margin-left: -2px;
}

ul.tabs .tab-link {
    width: 80px;
    color: #222;
    display: inline-block;
    padding: 7px 42px 8px 42px;
    cursor: pointer;
    background: #b6b6b6;
    z-index: -1;
    border: 2px solid #aaa;
    border-top: 1px #aaa solid;
    line-height: 20px;
}

ul.tabs .tab-link.current {
    background: #FFFFFF;
    color: #222;
    border: 2px solid #aaa;
    border-top: 1px #f0f0f0;
    z-index: 15;
    padding-top: 8px;
}

.tab-content {
    display: none;
    padding: 5px;
    position: relative;
    height: calc(100% - 13px);
    width: 326px;
    overflow-x: auto;
}

.tab-content.current {
    display: inherit;
}


/* 데이터 로딩 화면 */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #b1b1b140;
    z-index: 100;
}

.loader .background {
    position: relative;
    width: 100%;
    height: 100%;
}

.loader .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* 거리재기 아이콘 */
.sideBtn {
    padding: 0px;
    margin: 0px;
    background: #0000;
}

.sideBtn li {
    margin: 0 0 5px 0;
}

.sideBtn .control-on {
    background-color: #2780E3 !important;
    color: #FFF !important;
}

.sideBtn .control-btn {
    cursor: pointer;
    -webkit-appearance: button;
    margin: 0;
    color: #000;
    padding: 2px 6px;
    background: #fff;
    border: solid 1px #333;
    outline: 0 none;
    border-radius: 5px;
    width: 40px;
    height: 40px;
}

.sideBtn #distance {
    background-image: url(../images/rule.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.sideBtn #colorSet {
    background-image: url(../images/colorSet.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.sideBtn #help {
    background-image: url(../images/help.png);
    background-repeat: no-repeat;
    background-size: contain;
}


/* 메인 로고 */
.logo {
    height: 103px;
    width: 336px;
    margin: 8px 0 0 9px;
    float: left;
    border: 1px solid #eee;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/Main8.png);
}

.jstreeBtn button {
    display: none;
}

.jstreeBtn.on button {
    display: block;
}

/* jstree custom */
.jstree-default .jstree-anchor {
    position: relative;
    width: 226px;
    padding-right: 44px;
}

.jstree-default .jstree-anchor .jstreeBtn {
    width: 40px;
    height: 30px;
    float: right;
    position: absolute;
    top: 0px;
    left: calc(100% - 41px);
    display: block;
}

.jstree-default .jstree-anchor .jstreeText {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.jstree-default .jstree-anchor .jstreeText .flowTextCover {
    display: inline-block;
}

.jstree-default .jstree-anchor .jstreeText .flowTextCover:hover {
    animation: text-scroll 5s linear infinite;
}


@keyframes text-scroll {
    from {
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
    }

    75% {
        transform: translateX(calc(-100% + 200px));
        -moz-transform: translateX(calc(-100% + 200px));
        -webkit-transform: translateX(calc(-100% + 200px));
        -o-transform: translateX(calc(-100% + 200px));
        -ms-transform: translateX(calc(-100% + 200px));
    }

    to {
        transform: translateX(calc(-100% + 200px));
        -moz-transform: translateX(calc(-100% + 200px));
        -webkit-transform: translateX(calc(-100% + 200px));
        -o-transform: translateX(calc(-100% + 200px));
        -ms-transform: translateX(calc(-100% + 200px));
    }
}
