
*{
    padding: 0;
    margin: 0;
}

#container{
    width: 100%;
    padding: 0;
}
#wrapper {
    width: 100%;
    margin: 0;
}
#loading_wrap{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
#loading_wrap::after{
    content: '';
    width: 100px;
    height: 100px;
    border: 2px solid #1c70e9;
    border-radius: 50%;
    border-top-color: #9ec3f9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: aRotate 1s infinite;
}

@keyframes aRotate {
    0%{transform: rotate(0);}
    100%{transform: rotate(360deg);}
}

#map{
    width:100%;
    height:calc(100vh - 180px);
}
#map_wrap {
    position: relative;
    top: 105px;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    height: calc(100vh - 105px);
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.custom_zoomcontrol {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 36px;
    height: 102px;
    z-index: 1;
}
.custom_zoomcontrol button{
    border: none;
}
.custom_zoomcontrol span {
    background-color: #fff;
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 2px;
    opacity: 0.9;
}
.custom_zoomcontrol span img {
    width: 15px;
    padding: 8px 0;
    border: none;
}
.custom_zoomcontrol span:first-child {
    border-bottom: 1px solid #bfbfbf;
}
.custom_zoomcontrol span:hover {
    opacity: 1;
}
.custom_zoomcontrol .current-local {
    width: 36px;
    height: 36px;
    opacity: 0.9;
    background: url(https://t1.daumcdn.net/localimg/localimages/07/2018/pc/common/img_search.png) no-repeat -153px -450px;
}
.custom_zoomcontrol .current-local:hover {
    opacity: 1;
}

.category_wrap {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    overflow: hidden;
    padding: 6px 16px;
    z-index: 1;
}
.category_wrap2 {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    overflow: hidden;
    padding: 6px 16px;
    z-index: 1;
}
.category {
    width: 100%;
    height: 24px;
    display: flex;
}
.category h4{
    background: rgba(255,255,255,0.7);
    padding: 2px 6px;
    margin-right: 6px;
    border-radius: 4px;
    width: 130px;
    min-width: 130px;
    white-space: nowrap;
}
.category li {
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    list-style: none;
    border: 1px solid #efefef;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
    padding: 3px;
}
.category li:hover {
    background: #efefef;
}
.category li:last-child {
    margin-right: 0;
    border-right: 0;
}
.category li .on {
    background: #eee;
}
.category li label {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.category li label input[type=checkbox],
.category li label input[type=radio] {
    display: none;
}
.category li label .category_bg {
    background: url(../img/map/Ellipse.png) no-repeat;
    width: 16px;
    height: 16px;
    min-width: 12px;
    background-size: contain !important;
    margin-left: 10px;
}
.category li label input[type=checkbox]:checked ~ .night01 {
    background: url(../img/map/night01.png) no-repeat;
}
.category li label input[type=checkbox]:checked ~ .night02 {
    background: url(../img/map/night02.png) no-repeat;
}
.category li label input[type=checkbox]:checked ~ .night03 {
    background: url(../img/map/night03.png) no-repeat;
}
.category li label input[type=checkbox]:checked ~ .night04 {
    background: url(../img/map/night04.png) no-repeat;
}
.category li label input[type=checkbox]:checked ~ .night05 {
    background: url(../img/map/night05.png) no-repeat;
}
.category li label input[type=checkbox]:checked ~ .night06 {
    background: url(../img/map/night06.png) no-repeat;
}
.category li label input[type=checkbox]:checked ~ .wor01 {
    background: url(../img/map/wor01.png) no-repeat;
}
.category li label input[type=checkbox]:checked ~ .wor02 {
    background: url(../img/map/wor02.png) no-repeat;
}
.category li label input[type=checkbox]:checked ~ .wor03 {
    background: url(../img/map/wor03.png) no-repeat;
}
.category li label input[type=checkbox]:checked ~ .wor04 {
    background: url(../img/map/wor04.png) no-repeat;
}
.category li label input[type=checkbox]:checked ~ .wor05 {
    background: url(../img/map/wor05.png) no-repeat;
}
.category li label input[type=checkbox]:checked ~ .wor06 {
    background: url(../img/map/wor06.png) no-repeat;
}
.category li label input[type=checkbox]:checked ~ .day01 {
    background: url(../img/map/day01.png) no-repeat;
}
.category li label input[type=checkbox]:checked ~ .day02 {
    background: url(../img/map/day02.png) no-repeat;
}
.category li label input[type=checkbox]:checked ~ .day03 {
    background: url(../img/map/day03.png) no-repeat;
}
.category li label input[type=checkbox]:checked ~ .day04 {
    background: url(../img/map/day04.png) no-repeat;
}
.category li label input[type=checkbox]:checked ~ .day05 {
    background: url(../img/map/day05.png) no-repeat;
}
.category li label input[type=checkbox]:checked ~ .day06 {
    background: url(../img/map/day06.png) no-repeat;
}
.category li .category_bg {
    background-position-x: -46px;
}
.category li p {
    padding: 0 6px;
    white-space: nowrap;
}

.areatitle{
    position: fixed;
    top: 200px;
    left: 20px;
    z-index: 33;
}
select.pos{
    width: 200px;
}
.placeinfo {
    position: relative;
    width: 100%;
    min-width: 300px;
    border-radius: 6px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ddd;
    padding-bottom: 6px;
    background: #fff;
}
.placeinfo:nth-of-type(n) {
    border: 0;
    box-shadow: 0 1px 2px #888;
}
.placeinfo a,
.placeinfo a:hover,
.placeinfo a:active {
    color: #fff;
    text-decoration: none;
}
.placeinfo a,
.placeinfo span {
    display: block;
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    white-space: break-spaces;
}
.placeinfo span {
    margin: 5px 5px 0 5px;
    cursor: default;
    font-size: 13px;
}

.placeinfo .title {
    font-weight: bold;
    font-size: 14px;
    border-radius: 6px 6px 0 0;
    margin: -1px -1px 0 -1px;
    padding: 10px;
    color: #fff;
    background: #2D78BA;
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
}
/*.placeinfo .address{*/
/*    max-width: 320px;*/
/*}*/
.placeinfo .tel {
    color: #0f7833;
}
.placeinfo .jibun {
    color: #999;
    font-size: 11px;

}
.placeinfo .le {
    color: #005CA7;
    font-weight: bolder;
    font-size: 12px;
}
.placeinfo .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #888;
    width: 17px;
    height: 17px;
    background: url("https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/overlay_close.png") no-repeat;
    background-size: cover;
    cursor: pointer;
}

.after {
    content: "";
    position: relative;
    left: 50%;
    margin-left: -12px;
    width: 22px;
    height: 12px;
    background: url("https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png");
}
@media (max-width: 710px) {
    #map{
        width:100%;
        height:calc(100vh - 80px);
    }
    .category_wrap {
        left: 50%;
        bottom: 24px;
        overflow: scroll;
        width: 100%;
        padding: 0;
    }
    .category_wrap2 {
        left: 50%;
        bottom: 54px;
        overflow: scroll;
        width: 100%;
        /*margin-left: 16px;*/
    }
    .areatitle{
        top: 120px;
    }
}