body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#canvasWrap {
    position: absolute;
    overflow: hidden;
    border-top-left-radius: 20px;
    /* border-Bottom-left-radius: 20px; */
    left: 90px;
    top: 40px;
}

#canvasWrap2 {
    position: absolute;
    overflow: hidden;
    /* border-Bottom-left-radius: 20px; */
    border-top-left-radius: 20px;
    left: 90px;
    top: 40px;
}

.testbutton {
    font-family: 'Pretendard';
    position: fixed;
    top: 60px;
    left: 110px;
    background-color: rgb(34, 69, 121);
    color: #fff;
    padding: 15px 22px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
}

.testbutton:hover {
    background-color: #fff;
    color: rgb(0, 0, 0);
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    border-radius: 5px;
    background: #d4d4d4;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 10px;
    border-radius: 3px;
    background: #9c0000;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer;
}

.left_icon {
    position: absolute;
    height: 48px;
    width: 47px;
    left: 20px;
    cursor: pointer;
}

.leftbuttons {
    font-family: 'Pretendard';
    float:right;
    position: absolute;
    width: 90px;
    height: 48px;
    right: 0px;
    cursor: pointer;
    background-color: #04AA6D;
}

.leftbuttons3 {
    font-family: 'Pretendard';
    float:right;
    position: absolute;
    width: 90px;
    height: 48px;
    right: 0px;
    cursor: pointer;
}

.leftbuttons3:hover {
    background-color: rgba(196, 196, 196, 0.815);
}

.leftbutton_text {
    position: absolute;
    font-size: 20px;
    color: black;
    cursor: pointer;
}

input[type="color"] {
    -webkit-appearance: none;
    border: 0;
    border-radius: 10px;
    background-color: transparent;
}

input[type="color"]::-webkit-color-swatch {
    border: 0;
    border-radius: 10px;
    border: 0.5px solid rgb(233, 233, 233);
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0px;
    width: 20px;
    height: 20px;
    top:0.5px;
    position: absolute;
    
}

.tooltipbox{
    width: 140px;
    height:60px;
    position:absolute;
    top:40px;
    left:600px;
    transform: translateX(-50%);
    font-size:16px;
    text-align: center;
}

.tooltipbox2{
    width: 100px;
    height:30px;
    position:absolute;
    top:40px;
    transform: translateX(10%);
    background-color:rgb(192, 192, 192);
    right:600px;
    font-size:16px;
    line-height:30px;
    text-align: center;
}

.modetext{
    width: 300px;
    height:40px;
    position:absolute;
    top:80px;
    left:50%;
    transform: translateX(-50%);
    font-size:30px;
    line-height:50px;
    font-style: oblique;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black;
}

.distanceBox{
    width: 120px;
    height:30px;
    position:absolute;
    top:40px;
    background-color:rgb(255, 255, 255);
    left:600px;
    transform: translateX(-50%);
    font-size:16px;
    line-height:30px;
    text-align: center;
    border: 1px solid black;
}

.view_inside_button{
    position: absolute;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.1s ease-out;
    background-color:rgb(255, 255, 255);
}

.view_inside_button:hover {
    background-color: rgba(196, 196, 196, 0.815);
}

.TaskBar_UL{
    list-style-type: none;
    float:left;
}

.TaskBar_LI{
    list-style-type: none;
    float:left;
    background-color: #8effd5;
    height: 26px;
    margin-left: 5px;
    width: 200px;
    text-align: center;
    line-height: 26px;
    margin-top: 2px;
    cursor: pointer;
    opacity: 1;
    transition: all 0.1s ease-out;
}

.TaskBar_LI:hover {
    opacity: 0.7;
}

.SquareBox_button:active{
    background-color: rgb(145, 148, 160);
}

#MessageBox{
    position:absolute;
    width:200px;
    height:60px;
    top:70px;
    right:500px;
    background-color:rgb(223, 223, 223);
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    border-radius: 20px;
}

.AddressBox_scrollView_item{
    height: 30px;
    width: 100%;
    position: relative;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

.AddressBox_scrollView_item:hover{
    background-color: rgb(218, 218, 218);
}

.AddressBox_scrollView_item:active{
    background-color: rgb(145, 148, 160);
}


.AddressBox_scrollView_item_inside{
    position: relative;
    color: black;
    padding-left:10px;
    font-size: 14px;
    width: 90%;
    line-height: 30px;
}


#AreaDragBox{
    position:absolute;
    display:none;
    width:100px;
    height:100px;
    left:50px;
    top:50px;
    z-index:100;
    background-color:rgba(70, 255, 169, 0.397);
    border: 1px solid rgb(148, 148, 148);
}


#cam_button1:hover, #cam_button2:hover, #map_button1:hover, #map_button2:hover {
    background-color: rgba(214, 214, 214, 0.815);
}
