
@charset "utf-8";

nav.lnb .lnb__con .lnb__con__wrap::-webkit-scrollbar,
nav.lnb .lnb__con2 .lnb__con2__wrap::-webkit-scrollbar,
.map-join-list::-webkit-scrollbar,
.pin__info .info-box > span.info-cont::-webkit-scrollbar,
.participation-map-list::-webkit-scrollbar,
.transport-schedular::-webkit-scrollbar,
.etc-box::-webkit-scrollbar { width: 10px; }
.subject-map-result-category.draggable-box::-webkit-scrollbar { display: none; }
.draggable-box::-webkit-scrollbar { height: 5px; }
*::-webkit-scrollbar-thumb {
    background-color: #DAE3F3;
    border-radius: 3px;
}
.map-bg-change-list > li > ul::-webkit-scrollbar{
	width: 3px;
}
.all-search-box,
.sector-search-box,
.subject-map-box,
.seogu-map-box,
.people-map-box,
.analysis-search-box,
.monitor-search-box,
.stat-search-box,
.hc-search-box,
.move-search-box {
    padding: 0 10px;
    display: none;
}

.all-search-box-result,
.subject-map-result,
.seogu-map-result,
.people-map-result {
    display: none;
}

.user-like-box {
    padding: 0 10px;
}

.result-sort-box {
    padding: .8rem 1rem;
    font-size: .9rem;
}

.all-search-box.on,
.all-search-box-result.on,
.sector-search-box.on,
.analysis-search-box.on,
.monitor-search-box.on,
.stat-search-box.on,
.hc-search-box.on,
.move-search-box.on,
.subject-map-box.on,
.subject-map-result.on,
.seogu-map-box.on,
.seogu-map-result.on,
.people-map-box.on,
.people-map-result.on {
    display: block;
}

.all-search-box .loc-info {
    position: relative;
    padding: 1.4rem 1rem;
}

.all-search-box .loc-info > p {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: .8rem;
    position: relative;
    padding-left: 1.5rem;
}

.all-search-box .loc-info > p::before {
    content: '';
    background: url(/images/wp/ic_marker_1.png) no-repeat center/50%;
    display: inline-block;
    height: 20px;
    width: 26px;
    top: -2px;
    left: -5px;
    position: absolute;
}

.all-search-box .loc-info > span {
    color: #7F7F7F;
    font-size: .8rem;
    font-weight: 600;
    margin: 0 .2rem;
}

.all-search-box .loc-info > .temperature::after {
    content: '˚C';
}

.all-search-box .banner-box {
    background-color: #DAE3F3;
    padding: 1.2rem 1.5rem;
}

.all-search-box .banner-box .banner-control {
    text-align: right;
    margin-top: .5rem;
}

.all-search-box .banner-box .banner-control > button {
    cursor: pointer;
    border: none;
    height: 16px;
}

.all-search-box .banner-box .banner-control > .banner-prev {
    background: url('/images/wp/ic_banner_prev.svg') no-repeat center;
}

.all-search-box .banner-box .banner-control > .banner-play {
    background: url('/images/wp/ic_banner_play.svg') no-repeat center;
}

.all-search-box .banner-box .banner-control > .banner-next {
    background: url('/images/wp/ic_banner_next.svg') no-repeat center;
}

.titles {
    margin-bottom: .8rem;
    font-size: 1.1rem;
}

.titles-small {
    color: #7F7F7F;
    font-size: .82rem;
}

.all-search-box .banner-box .banner-cont {
    font-size: .9rem;
}

.data-list {
    flex-wrap: wrap;
    overflow: hidden;
    flex-direction: row;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 2rem;
}

.data-list-box,
.ranking-list-box,
.search-option-box {
    padding: 1.2rem 1rem;
}

.data-list .data-cont {
    width: calc(33% - 40px / 3);
    margin: .3rem 20px .3rem 0;
    list-style: none;
    text-align: center;
    box-sizing: border-box;
    counter-reset: img-idx;
}

.all-search-box .data-list .data-cont .data-img {
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 4px 2px;
    margin-bottom: 1rem;
    margin-left: 2px;
    background: no-repeat center/50%;
    counter-increment: img-idx; 
}

.subject-head {
    border-bottom: 1px solid #ddd;
    padding: 0 1rem;
}

.subject-head,
.subject-body {
    margin: 0 -1rem;
}

.subject-map-box .data-list .data-cont .data-img {
    border-radius: 50%;
    cursor: pointer;
    width: 100%;
    padding-bottom: 100%;
    background-color: #d6e5f7;
    margin-bottom: 1rem;
    background: no-repeat center/50%;
    counter-increment: img-idx; 
}

.subject-map-box .data-list .data-cont:hover .data-img {
    background-color: #e0e4e9;
}

.subject-map-box .data-list .data-cont:hover span {
    color: #106FB8;
}

.data-list .data-cont:nth-child(3n) {
    margin-right: 0;
}

.data-list .data-cont > span {
    display: block;
    font-size: .9rem;
    margin-bottom: .24rem;
}

.data-list .data-cont > span.val {
    color: #0056e2;
    font-weight: 600;
}

.ranking-list-box .titles > span, .search-option-box .titles > span, .title-box span {
    margin-left: .4rem;
    color: #7F7F7F;
    font-size: .8rem;
}

.ranking-list, .search-option {
    padding: .5rem 0;
    counter-reset: index;
}

.search-option.addition {
	display: none;
}

.ranking-list > span, .search-option > span, .search-option > select, .search-option > input, .search-option > div, .search-option > .option > span {
	margin-bottom: 0.7rem;
	display: block;
}

.search-option > .region-div > span, .search-option > .region-div > select, .search-option > .chartType-div > span, .search-option > .srchDateKind-div > span {
	margin-bottom: 0.7rem;
	display: block;
}

.search-option > input[type='range'] {
	width: 100%;
}

.ranking-list > li, .search-option > li {
    margin: 1rem 0;
    cursor: pointer;
    counter-increment: index; 
}

.ranking-list > li:first-child, .search-option > li:first-child {
    color: #0056e2;
    font-weight: 600;
}

.ranking-list > li::before, .search-option > li::before {
    content: counter(index)'.';
    width: 2rem;
    display: inline-block;
}

.ranking-list > li > .ranking-label {
    border-radius: 6px;
    font-size: .75rem;
    font-weight: 600;
    min-width: 64px;
    padding: .2rem .4rem;
    margin-left: .75rem;
    text-align: center;
    display: inline-block;
    color: #0056e2;
    border: 1px solid #0056e2;
}

.subject-map-result .result-cont-label,
.result-cont-list .result-cont-label {
    border-radius: 6px;
    font-size: .75rem;
    font-weight: 600;
    margin-right: .5rem;
    min-width: 60px;
    padding: .2rem .4rem;
    text-align: center;
    display: inline-block;
    color: #0056e2;
    border: 1px solid #0056e2;
}

.subject-map-result-category {
    margin: 0  !important;
    padding: 0 1rem !important;
    border-top: 1px solid #ddd;
}

.subject-map-result-category > span {
    white-space: nowrap;
    padding: 1rem 0;
    margin: 0 .4rem;
    border-bottom: 2px solid transparent;
}

.subject-map-result-category > span.on {
    font-weight: 600;
    color: #0056e2;
    border-color: #0056e2;
}

.map-setting-category {
    margin: .6rem !important;
    padding: 2px 1rem !important;
    border-bottom: 1px solid #ddd;
}

.map-setting-category > span {
    white-space: nowrap;
    margin: 1.5rem;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.map-setting-category > span.on {
    font-weight: 600;
    color: #0078C3;
    border-color: #0078C3;
}

/* ------------------------------ */

.real-estate-box .search-box {
    margin: 1rem .5rem;
}

.real-estate-box .search-box .search-cont {
    display: flex;
    padding: .4rem .5rem;
}

.real-estate-box .search-box .search-cont > span {
    color: #7F7F7F;
    font-weight: 600;
    font-size: .8rem;
    width: 30%;
    display: flex;
    align-items: center;
}

.real-estate-box .search-box .search-cont .search-selection {
    width: 100%;
    font-size: .9rem;
}

select, .circum-select-box input[type=text], .search-option-box input[type='text'] {
    width: 100% !important;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: inline-block;
    padding: .4rem 10px;
    font-size: .9rem;
    outline: none;
}

.estate-info {
    display: flex;
    padding: .2rem 0;
    font-size: .9rem;
}

.estate-info-list {
    margin-bottom: 1rem;
}

.estate-addr {
    margin-bottom: 1rem;
    color: #7F7F7F;
    font-size: .95rem;
}

.estate-info > span:first-child {
    width: 60px;
}

.estate-info-btn,
.theme-menu-list {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin: 0 -1rem;
}

.estate-info-btn > button,
.theme-menu-list > button {
    width: 50%;
    position: relative;
    border: 2px solid transparent;
    padding: .8rem 0;
    background-color: transparent;
    cursor: pointer;
}

.estate-info-btn > button.on::before,
.theme-menu-list > button.on::before {
    content: '';
    max-width: -webkit-fill-available;
    background-color: #0056e2;
    height: 2px;
    width: 120px;
    display: block;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.primary-yellow.theme-menu-list > button.on {
	color: #FABD00;
}

.primary-purple.theme-menu-list > button.on {
	color: #5D00AD;
}

.estate-info-btn > button.on {
    color: #0056e2;
    font-weight: 600;
}

.estate-etc-list > .estate-etc {
    display: none;
    padding: 1rem 0;
}

.estate-etc-list > .estate-etc.on {
    display: block;
}

.estate-table,
.subject-table {
    margin-bottom: 1.5rem;
}

.estate-table thead {
    font-weight: 600;
    background-color: #F2F2F2;
}

.estate-table tr td:first-child,
.subject-table tr td:first-child,
.estate-table thead tr td {
  font-weight: 600;
}

.subject-table tbody tr {
    display: grid;
    border-bottom: 1px solid #eee;
    padding: 1.2rem 1.5rem;
}

.view-map {
    border: 1px solid #4B8EFF;
    padding: .2rem .4rem;
    color: #4B8EFF;
    border-radius: 5px;
	font-size: .8rem;
	float: right;
	cursor: pointer;
}

.estate-table tr td {
  padding: .8rem;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: .8rem;
}

.estate-info-title {
    margin-bottom: 1rem;
    font-size: .9rem;
    font-weight: 600;
}

.estate-info-box {
    border: 1px solid #eee;
    min-height: 300px;
    margin-bottom: 1.5rem;
}

.estate-selection {
    display: flex;
}

.estate-selection > select:not(:last-child) {
    margin-right: .4rem;
}

.estate-etc-list .result-total,
.subject-body .result-total {
    border: none;
    padding: 1.2rem 0;
}

.subject-body .result-total {
    padding: 1.2rem 1.5rem;
}

.result-total {
    padding: 1.2rem 1rem;
    font-size: .9rem;
    border: 1px solid #ddd;
    border-width: 1px 0 1px 0;
}

.circum-result-box .result-name {
    padding: 1.2rem 0 1.2rem 3rem;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #ddd;
    border-width: 1px 0 1px 0;
    position: relative;
}

.circum-result-box .result-name::before {
    width: 1.2rem;
    content: '';
    background: url(/images/wp/three/ic_house.svg) no-repeat center/contain;
    height: 1.2rem;
    display: inline-block;
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.circum-result-box .result-name.name2::before {
    background: url(/images/wp/three/ic_hospital_purple.svg) no-repeat center/contain;
}

.circum-result-box .result-name.name3::before {
    background: url(/images/wp/three/ic_hospital.svg) no-repeat center/contain;
}

.slide-menu .result-total {
    border-width: 0 0 1px 0;
}

.result-total > .total-val {
    font-weight: 600;
    color: #0056e2;
    margin-left: 2px;
}

.result-cont {
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.result-cont:hover {
    background-color:#f7f7f7;
}
.result-cont.map-cont {
    padding: 1.2rem 1.5rem 1.2rem 2.5rem;
}


.result-cont.map-cont::before {
    content: '';
	width: 20px;
	height: 16px;
    position: absolute;
	background-size: 12px;
    left: 15px;
	background: url(/images/wp/lnb_menu1.png) no-repeat center/11px;
}

.result-cont-empty {
    text-align: center;
    padding: 2rem 0;
}

.result-cont > span {
    display: block;
}

.slide-menu.on .result-cont-list {
    display: block;
}

.slide-menu .result-cont-list {
    display: none;
}

.subject-cont {
    margin-bottom: 1rem;
    color: #7F7F7F;
    font-size: .95rem;
}

.result-cont-list .result-cont-title,
.subject-table tbody tr > td:first-child {
    font-weight: 600;
    margin-bottom: .8rem;
    display: block;
}

.result-cont-list .result-cont-price,
.result-cont-list .result-cont-total,
.result-cont-list .result-cont-text,
.subject-table tbody tr > td:last-child,
.result-cont-list .result-cont-jibun,
.result-cont-list .result-cont-addr,.result-cont-way,
.result-cont-list .result-cont-tel {
    font-size: .9rem;
    color: #7F7F7F;
}

.subject-map-result .result-cont-title,
.all-search-box-result .result-cont-title,
.all-search-box-result .result-cont-total {
 
    display: inline-block;
}

.result-cont-list .result-cont-open {
    margin-top: .85rem;
}

.result-cont-list .result-cont-open > span {
    font-size: .75rem;
    color: #7F7F7F;
    margin: 0 .2rem .2rem 0;
    display: inline-block;
}

.result-cont-list .result-cont-open > .open-status {
    border: 1px solid #4B8EFF;
    padding: .2rem .4rem;
    color: #4B8EFF;
    border-radius: 10px;
}

.result-cont-list .result-cont-category,
.result-cont-list .result-cont-date {
    float: right;
    font-size: .85rem;
    font-weight: 600;
}
.info-box .open-status {
	border: 1px solid #4B8EFF;
    padding: 0.1rem 0.4rem;
    color: #4B8EFF;
    width: max-content;
    border-radius: 10px;
    font-size: .75rem;
    margin: 0 0.2rem 0.2rem 0;
    display: inline-block;
    float:left;
}

.info-box .open-day {
	font-size: .95rem;
    margin: 0.1rem 0.2rem 0.2rem 0;
    display: inline-block;
}

.subject-map-result .result-cont-list .result-cont-date {
    font-weight: 500;
}

.result-cont-list .result-cont-category {
    color: #0056e2;
}

.result-cont-list .result-cont-price::before {
/*     content: '매매가 ₩'; */
}

.search-selection .search-text {
    border-radius: 4px;
    border: 1px solid #ddd;
    display: inline-block;
    width: 45%;
    padding: .5rem 13px;
    outline: none;
}

.search-id {
	border-radius: 4px;
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    padding: .5rem 13px;
    outline: none;
}

.search-date, .search-num {
	border-radius: 4px;
    border: 1px solid #ddd;
    display: inline-block;
    width: 45%;
    padding: .4rem 10px;
    outline: none;
    font-size: .9rem;
}

.search-date-space {
	display: inline-block;
}

.participation-map-list {
    overflow-y: auto;
    height: calc(134vh - 540px);
}

.draggable-box {
    padding: 1.2rem .5rem;
    display: flex;
    cursor: grab;
    overflow-x: scroll;
    margin: 0 -.5rem;
}

.map-box-cont {
    width: 100%;
    height: 240px;
    padding: 1rem;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 10%);
}

.people-map-result .result-sort-box .sort-btn-list {
    float: initial;
    display: inline-block;
}

.sort-btn-list {
    float: right;
}

.sort-select-box {
    float: right;
    color: #7F7F7F;
    font-size: .8rem;
    font-weight: 500;
    cursor: pointer;
    z-index: 1;
    line-height: 1.2rem;
}

.user-like-box .sort-select-box {
    margin-right: 1rem;
}

.sort-select-box + .select-box{
    position: absolute;
    margin-top: .5rem;
    border: 1px solid #D7D7D7;
    right: 2%;
    cursor: pointer;
    z-index: 2;
    font-weight: 500;
    display: none;
    font-size: .8rem;
    min-width: 64px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 10%);
}

.sort-select-box + .select-box > li{
    padding: .4rem .8rem;
    color: #7F7F7F;
    background-color: #fff;
    text-align: center;
}

.sort-select-box + .select-box > li:hover{
    background-color: #F5F5F5;
    color: #0056e2;
}

/* 즐겨찾기 메모 작성 */
.etc-btn + .memo-box {
    position: absolute;
    margin-top: .5rem;
    border: 1px solid #D7D7D7;
    right: 2%;
    cursor: pointer;
    z-index: 2;
    font-weight: 500;
    display: none;
    font-size: .8rem;
    min-width: 64px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 10%);
}

.etc-btn + .memo-box {
    right: 0;
    margin-top: 1rem;
}

.etc-btn + .memo-box.on {
	display: block;
}

.etc-btn + .memo-box > li {
    padding: .4rem .8rem;
    color: #7F7F7F;
    background-color: #fff;
    text-align: center;
}

.etc-btn + .memo-box > li:hover {
    background-color: #F5F5F5;
    color: #0056e2;
}

.etc-btn + .memo-box > li:last-child:hover {
    color: #FF0000;
}
/* 즐겨찾기 메모 작성 */

.user-like-box .titles {
    position: relative;
}

.sort-btn-list > button {
    border: none;
    background: none;
    font-size: .8rem;
    cursor: pointer;
    color: #7F7F7F;
}

.sort-btn-list > button.on {
    font-weight: 600;
    color: #111;
}

.near-box-list {
    padding: 1.2rem 0;
}

.near-box-cont {
    border: 1px solid transparent;
}

.near-box-cont,
.participation-box-cont {
    display: flex;
    padding: .8rem .4rem;
    cursor: pointer;
}

.icon-view {
    display: -webkit-box;
    flex-wrap: wrap;
    font-size: 0;
    flex-direction: column;
}

.icon-view > li {
    width: 33.33%;
}

.icon-view .participation-box-cont {
    display: block;
}

.icon-view .participation-box-cont > img {
    width: 100%;
    height: 60px;
    margin: 0 0 .4rem 0;
}

.icon-view .participation-box-cont .box-user-id {
    text-align: center;
    margin-top: .8rem;
    display: none;
}

.icon-view .participation-box-cont .box-loc {
    font-size: .9rem;
}

.near-box-cont:hover > img,
.participation-box-cont:hover > {
    transition: all .3s ease;
    transform: scale(1.05);
}

.near-box-cont > img,
.seogu-map-result .result-cont > img,
.people-map-result .result-cont > img,
.participation-box-cont > img {
    display: block;
    width: 6.5rem;
    height: 4.5rem;
    margin-right: .6rem;
    object-fit: cover;
}

.map-box-cont:not(:last-child),
.participation-box-cont:not(:last-child) {
    margin-right: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

.near-box-cont:hover {
    transition: .2s all ease-in-out;
    border-color: #e5e5e5;
}

.map-box-cont > img {
    width: 10em;
    height: 120px;
    object-fit: cover;
    margin-bottom: .6rem;
}

.participation-box-cont .box-loc,
.near-box-cont .box-loc,
.map-box-cont .box-loc {
    margin-bottom: .6rem;
    font-weight: 600;
    font-size: .95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.seogu-map-result .result-cont,
.people-map-result .result-cont {
    display: flex;
}

.participation-box-cont .box-cmt,
.map-box-cont .box-addr,
.seogu-map-result .result-cont-addr,
.people-map-result .result-cont-text,
.people-map-result .result-cont-addr,
.near-box-cont .box-addr {
    margin-bottom: .4rem;
    font-size: .8rem;
    height: 24px;
    color: #7F7F7F;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box-hashtag > .tag,
.box-user-id > span {
    margin-bottom: .4rem;
    font-size: .75rem;
    font-weight: 600;
    color: #0056e2;
}

.box-hashtag > .tag::before {
    content: '#';
    margin-right: 2px;
}

.people-map-result .box-user-id > span::before,
.participation-map-list:not(.icon-view) .box-user-id > span::before {
    /* content: '지도 작성자 : '; */
}

.more-btn, .map-write-btn, .map-join-btn, .download-btn, .view-btn {
    border-radius: 4px;
    text-align: center;
    width: 100%;
    margin-top: .8rem;
    background-color: #DEEBF7;
    padding: 1rem 0;
    border: none;
    cursor: pointer;
}

.memo-textarea {
    outline: none;
    resize: none;
    height: 150px;
    padding: 1rem;
    width: 100%;
    margin-top: 1rem;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.popup-btn-list {
    display: flex;
    padding: 1rem 0;
}

.popup-btn-list > button:first-child {
    margin-right: 8px;
}

.btn {
	display: block;
    border: 1px solid #272634;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    margin-top: .8rem;
    padding: .6rem 0;
    cursor: pointer;
    font-size: .9rem;
    background-color: #fff;
}

.analysis-btn {
	width: 100%;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #272634;
	border-radius: 10px;
}

.analysis-btn:hover {
	color: #fff;
	background-color: #272634;
}

.btn:hover,
.submit-btn:hover {
    color: #fff;
    background-color: #272634;
}

.excel-upload {
	display: none;
}

.btn-list {
    display: flex;
    padding: 0 1rem 1rem 1rem;
}

.btn-list > button:not(:last-child) {
    margin-right: 10px;
}

.seogu-map-box .popular-map-list,
.seogu-map-box .category-search-list,
.seogu-map-box .welfare-search-list,
.people-map-box .category-search-list,
.people-map-box .participation-map-box,
.seogu-map-box .my-near-list {
    padding: 1.8rem 1rem 0 1rem;
}

.category-search-list .category-list,
.welfare-search-list .category-list {
    margin: 1.5rem -2.5% 0 -2.5%;
    font-size: 0;
}

.category-search-list .category-list > li {
    border-radius: 4px;
    display: inline-block;
    width: 45%;
    cursor: pointer;
    font-weight: 600;
    margin: 0 2.5% .5rem 2.5%;
    padding: .75rem 0;
    text-align: center;
    font-size: .85rem;
    color: #7F7F7F;
    border: 1px solid #7F7F7F;
}

.welfare-search-list .category-list {
    display: flex;
}

.welfare-search-list .category-list > li {
    font-size: .85rem;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    width: 45%;
    cursor: pointer;
    font-weight: 600;
    margin: 0 2.5% 0.5rem 2.5%;
    padding: 0.75rem 0;
    text-align: center;
    font-size: .85rem;
    color: #7F7F7F;
    border: 1px solid #7F7F7F;
}

.welfare-search-list .category-list > li::before {
    content: '';

}

.facility-title {
    margin: -1rem -1rem .5rem -1rem;
    background: #0056e2;
    padding: 1rem;
}

.facility-title > p.title-name {
	float: left;
	color: #fff;
	line-height: 28px;
}

.facility-title .exit-btn {
	background-image: url(/images/wp/ic_close_white.png) !important;
}

.primary-yellow .facility-title {
    background: #FABD00;
}

.primary-purple .facility-title {
    background: #5D00AD;
}

.category-search-list .category-list > li:hover,
.welfare-search-list .category-list > li:hover,
.welfare-search-list .category-list > li.on {
    border-color: #0056e2;
    color: #0056e2;
    font-weight: 600;
}

.category-search-list .category-list > li > .category-num {
    color: #ff0000;
    font-size: small;
}

.people-map-box {
    position: relative;
}

.participation-map-box .total-val {
    margin-left: .4rem;
    color: #0056e2;
    font-size: .9rem;
}

.title-box {
    padding: 1.2rem 0 .4rem 1rem;
    border: 1px solid #ddd;
    border-width: 1px 0 1px 0;
}

.user-like-box + .result-cont-list .result-cont {
    cursor: default;
    position: relative;
}

.user-like-box + .result-cont-list .result-cont .etc-btn {
    background: url(/images/wp/ic_etc.png) no-repeat center;
    position: absolute;
    right: 1.5rem;
    border: none;
    cursor: pointer;
    height: 11px;
}

.user-like-box .titles > span {
    font-size: .9rem;
    margin-left: .4rem;
}

.user-like-box .titles > span .total-val {
    color: #0056e2;
}

.etc-box .profile-box {
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ddd;
}

.slide-menu.on .slide-menu-header {
    background-color: #edf0f1;
}

.slide-menu .slide-menu-header > .result-num {
    font-weight: 500;
}

.slide-menu .slide-menu-header {
    cursor: pointer;
    font-weight: 600;
    padding: 1.2rem 1rem;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.slide-menu-header::after {
    content: url(/images/wp/ic_show_arrow.png);
    display: block;
    right: 1rem;
    top: 1.5rem;
    position: absolute;
}

.slide-menu.on .slide-menu-header::after {
    transform: rotate(180deg);
    content: url(/images/wp/ic_show_arrow.png);
}

.slide-menu .slide-menu-body {
    height: 0;
    overflow: hidden;
}

.slide-menu.on .slide-menu-body {
    height: auto;
}

.slide-menu.on .slide-menu-body .pager {
	border-bottom: 1px solid #ddd;
}

.pager {
    padding: 2rem 0;
    text-align: center; 
    font-size: 0;
}

.pager .active {
    color: #fff;
    background-color: #0056f4;
}

.pager > a {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 10px;
    font-size: .75rem;
    background-color: #fff;
    margin: 0 2px;
    line-height: 24px;
}

.pager a.arr {
    font-size: 0;
    position: relative;
}

.pager a.arr.prev::before{
    background: url(/images/wp/ic_paging_prev.png) no-repeat center center;
    content: '';
    display: block;
    top: -1px;
    width: 28px;
    height: 28px;
    position: absolute;
}

.pager a.arr.next::before{
    background: url(/images/wp/ic_paging_next.png) no-repeat center center;
    content: '';
    display: block;
    top: -1px;
    width: 28px;
    height: 28px;
    position: absolute;
}

.pager.only-bn a.arr.prev::before{
    background: url(/images/wp/ic_paging_prev.png) no-repeat center center;
    background-color: #0056f4;
    border-radius: 10px;
    content: '';
    display: block;
    top: -1px;
    width: 28px;
    height: 28px;
    position: absolute;
}

.pager.only-bn a.arr.next::before{
    background: url(/images/wp/ic_paging_next.png) no-repeat center center;
    background-color: #0056f4;
    border-radius: 10px;
    content: '';
    display: block;
    top: -1px;
    width: 28px;
    height: 28px;
    position: absolute;
    margin-left:3px;
}

.sns-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 1rem 0;
}

.sns-wrap li a {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    background-repeat: no-repeat;
    text-indent: -99999em;
}

.download-popup {
    top: calc(100vh - 250px);
}

.memo-popup {
    top: calc(100vh - 300px);
}

.map-host-popup .map-join-list {
    overflow-y: auto;
    margin: 1rem 0;
    padding: 0 1rem;
    max-height: 500px;
}

.map-join-popup .map-join-list {
    overflow-y: scroll;
    margin: 1rem 0;
    max-height: 300px;
}

.map-join-list span {
    display: block;
    font-weight: 600;
    margin-bottom: .6rem;
    font-size: .9rem;
}

.map-join-list span.essential::after {
    content: '(필수)';
    color: #ff0000;
    margin-left: 4px;
}

.map-join-list span.min-item::after {
    content: '(최소 'attr(data-num)'개)';
    color: #ff0000;
    margin-left: 4px;
}

.map-join-list > li {
    margin: 1rem;
    position: relative;
}

.map-join-list .upload-btn {
    border: 1px solid #111;
    font-size: .8rem;
    position: absolute;
    right: .5rem;
    line-height: 1.8rem;
    border-radius: 4px;
    padding: 0 .8rem;
    bottom: 4px;
}

.map-join-list .regist-btn {
	border: 1px solid #111;
	font-size: .8rem;
	position: absolute;
	right: 3.6rem;
	line-height: 1.8rem;
	border-radius: 4px;
	padding: 0 .8rem;
	margin: 4px 0 0 0;
}

.map-set-table-tbody1 tr td .remove-btn:nth-child(1n),
.map-set-table-tbody2 tr td .remove-btn:nth-child(1n) {
	left: 0;
}

.map-join-list .remove-btn,
.map-set-table-tbody1 tr td .remove-btn,
.map-set-table-tbody2 tr td .remove-btn {
	color: #fff;
    border: none;
    border-radius: 11px;
    padding: 0 -.6rem;
    cursor: pointer;
    min-width: 16px;
    font-size: 1rem;
    left: -13px;
    position: relative;
    font-weight: 900;
    background: url(/images/wp/popup/ic_close.svg) no-repeat center;
    padding: 0.7rem;
    background-color: #d5d5d5;
}

.map-set-table-tbody3 .upload-btn {
	display: block;
    border: 1px solid #272634;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    margin: .1rem !important;
    padding: .6rem 0;
    cursor: pointer;
    font-size: .9rem;
    background-color: #fff;
}

.map-set-table-tbody3 .upload-btn:hover {
	color: #fff; background-color: #272634;
}

.map-join-list .add-btn {
    color: #fff;
    background-color: #0056e2;
    border: none;
    margin: 0 0 0 .2rem;
    border-radius: 4px;
    font-size: .75rem;
    padding: .3rem .8rem;
    cursor: pointer;
    min-width: 50px;
}

.map-join-list input {
    outline: none;
    border-radius: 8px;
    font-size: .85rem;
    border: 1px solid #ddd;
    padding: .6rem .4rem;
    width: 100%;
}

.map-join-list input:disabled {
	background: #e5e5e5;
}

.map-loc-table {
    border: 1px sloid #ddd;
    border-width: 1px 0 1px 0;
}

.map-loc-table input {
    margin-bottom: .4rem;
}

.map-loc-table tbody tr {
    margin: 1rem 0;
}

.map-loc-table tbody tr:not(:last-child) {
/* 	border-bottom: 1px solid #eee; */
}

.popup {
    border: 1px solid #ddd;
    position: absolute;
    padding: 1rem;
    z-index: 1000;
    background-color: #fff;
    left: calc(350px + 6rem);
    display: none;
}

.popup .close-btn {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 15px;
  background: url("/images/wp/popup/ic_close.svg") no-repeat center;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.popup .plus-btn {
	position: absolute;
	z-index: 1;
	right: 39px;
	top: 14px;
	background: url("/images/wp/popup/ic_close.svg") no-repeat center;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
}

.popup .save-btn {
	position: absolute;
	z-index: 1;
	right: 63px;
	top: 15px;
	background: url("/images/wp/popup/ic_save.svg") no-repeat center;
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
}

.ol-popup .ol-close-btn {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 15px;
  background: url("/images/wp/popup/ic_close.svg") no-repeat center;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.pin__info .close-btn {
    right: 2rem;
    top: 1.4rem;
    width: 1rem;
    height: 1rem;
    
}

.addr-popup:not(.pin__info) {
    width: 154px;
    border: 1px solid #2785f5;
    border-radius: 8px;
    padding: 1rem;
    z-index: 100;
    background-color: #2785f5;
    left: calc(360px + 6rem);
    box-shadow: 2px 2px 20px 2px grey;
    margin: 10px 0;
}
.addr-popup:after {
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    margin: 17px auto;
    width: 0;
    height: 0;
    border-top: 13px solid #2785f5;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
}

.host-addr-select,.host-addr-closer,
.join-addr-select,.join-addr-closer{
	color: #fff;
    background-color: #0078C3;
    border: none;
    border-radius: 4px;
    font-size: .75rem;
    padding: .3rem .8rem;
    margin: 0 4px;
    cursor: pointer;
    min-width: 50px;
}
.map-host-popup, .map-join-popup {
    max-width: 500px !important;
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.popup.on {
    display: block;
}

.map-set-popup {
    width: 288px !important;
    top: calc(115px + 1.9rem);
    right: calc(0px + 4.5rem);
    left: auto !important;
    margin: 0 auto;
    height: fit-content;
}

.map-set-list .essential {
    font-weight: 600;
    margin-bottom: .6rem;
    font-size: .9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map-set-table {
	width: 100%;
	border-top: 2px solid #6b6b6b;
	border-collapse: collapse;
	font-size: .9rem;
}

.map-set-table th {
	border-bottom: 1px solid #6b6b6b;
	padding: 5px;
}

.map-set-table tr {
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	margin-top: 0.8rem;
	border-bottom: 1px solid #6b6b6b;
}
.map-set-table tr td:nth-child(3n) {
	display: flex;
	align-items: center;
	justify-content: center;
}
.map-set-table tr td .polygon-item {
	border: 1px solid #272634;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    font-size: .9rem;
    background-color: #fff;
}

.map-mode {
	float:right;
}

.map-mode .active {
	border: 1px solid #2196F3;
	color: #2196F3;
}

.map-single-btn,.map-dual-btn {
	margin-right: .2rem;
	padding: .4rem .7rem;
	border: 1px solid #111;
	border-radius: 4px;
	text-align: center;
	width: fit-content;
	font-size: .8rem;
}

.download-type-list {
    margin: 1.5rem 1rem 0 1rem;
    text-align: center;
    display: flex;
    font-size: 0;
}

.download-type-list li {
    width: 50%;
    cursor: pointer;
}

.download-type-list li span {
    font-size: 1rem;
}

.download-type-list li:hover span {
    color: #0056e2;
}

.download-type-list li:not(:last-child) {
    margin-right: 20px;
}

.download-type-list li > div {
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 1rem;
}

.download-type-list li > div.excel-img {
    background: url(/images/wp/ic_excel.png) no-repeat center, #F2F2F2;
}

.download-type-list li:hover > div.excel-img {
    background: url(/images/wp/ic_excel.png) no-repeat center, #d2ddfd;
}

.download-type-list li > div.shp-img {
    background: url(/images/wp/ic_shp.png) no-repeat center, #F2F2F2;
}

.download-type-list li:hover > div.shp-img {
    background: url(/images/wp/ic_shp.png) no-repeat center, #d2ddfd;
}

.map-addr-search-text {
/*     display: flex;
    margin-bottom: 1rem; */
    
    position: absolute;
	left: 0;
	right: 0;
	top: 25px;
	z-index: 11;
	display: flex;
}

.join-map-addr-search-text {
/*     display: flex;
    margin-bottom: 1rem; */
    
    position: absolute;
	left: 0;
	right: 0;
	top: 25px;
	z-index: 11;
	display: flex;
}

.map-bg-change-list {
    display: flex;
    margin-bottom: 1rem;
    /*
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 10;
    display: flex;
    */
}

.map-bg-change-list > li {
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 3px 0px;
    cursor: pointer;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
}

.map-bg-change-list > li > ul {
    display:none;
    background-color: #fff;
    position: absolute;
    margin-top: 0.5rem;
    border: 1px solid #d7d7d7;
    top: 15px;
    cursor: pointer;
    z-index: 2;
    font-weight: 500;
    display: none;
    font-size: 0.8rem;
    min-width: 64px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 10%);
}

.map-bg-change-list > li > ul > li {
    padding: 0.4rem;
    color: #7f7f7f;
    background-color: #fff;
    text-align: center;
	overflow-x: hidden;
	overflow-y: hidden;
}

.map-bg-change-list > li > ul {
    max-height: 300px;
    overflow-y: auto;
}

.map-bg-change-list > li > ul > li input[type=radio] {
	appearance: none;
}

.map-bg-change-list > li > ul > li input[type=radio]:checked + label {
	color: #1187cf;
}

.map-bg-change-list > li:hover
/*.map-bg-change-list > li.on */{
    border-color: #0078C3;
    transition: .2s ease-in-out all;
}

.map-bg-change-list > li:hover > ul {
    display:block;
    position: absolute;
    width: 100%;
}

.hostThumbnail, #hostThumbnail,
.joinThumbnail {
    display: none;
}

.map-img-add-btn::after {
    background: #fff;
    content: '업로드';
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: 4px;
    font-size: .8rem;
    border: 1px solid #111;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    width: fit-content;
}

.map-img-add-btn {
	border: 1px solid #ddd;
	width: 7rem;
	height: 160px;
	display: block;
	position: relative;
	margin-right: 1rem;
}

.map-bg-change-list {
    display: flex;
    margin-bottom: 1rem;
}

.map-bg-change-list > li:hover
/*.map-bg-change-list > li.on */{
    border-color: #0056e2;
    transition: .2s ease-in-out all;
}

.map-bg-change-list > li:hover a
/*.map-bg-change-list > li.on a*/ {
    color: #0056e2;
}

.map-bg-change-list > li a {
    font-size: .75rem;
    font-weight: 600;
    text-align: center;
    margin: .3rem .8rem;
}

.map-bg-change-list > li:not(:last-child) {
    margin-right: 5px;
}

.three-theme-box > li {
    display: none;
}

.three-theme-box > li.on {
    display: block;
}

.three-theme-box .theme-title {
    font-weight: 600;
    font-size: .9rem;
    padding-left: .75rem;
    margin: 1rem 0;
    position: relative;
}

.three-theme-box select:not(:last-child) {
    margin-bottom: .5rem;
}

.three-theme-box .theme-title::before {
    content: '';
    background-color: #0056e2;
    position: absolute;
    left: 0;
    top: -4px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.theme-menu-box > div {
    display: none;
}

.theme-menu-box > div.on {
    display: block;
}

.three-theme-box .circum-select-box {
    padding: 0 0 .5rem 0;
}

.three-theme-box .circum-result-box {
    margin: 0 -1rem;
}

.three-theme-box .theme-btn-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1.5rem 0;
}

.three-theme-box .waste-img-box {
    /*height: 200px;*/
    width:100%;
    /*border: 1px solid #eee;*/
    background: no-repeat center/cover;
    margin-bottom: 1.5rem;
}

.three-theme-box .waste-btn-list {
    display: flex;
}

.three-theme-box .waste-btn-list > button {
    width: 100%;
    margin: 0 .4rem;
    font-size: .8rem;
    padding: .3rem 0;
}

.three-theme-box  .waste-result-box {
    margin: 1.5rem 0;
}

.three-theme-box  .waste-result-box > .waste-result {
    display: none;
}

.three-theme-box  .waste-result-box > .waste-result.on {
    display: block;
}

.three-theme-box  .waste-result-box > .titles {
    margin-bottom: 1.5rem;
}

.three-theme-box  .waste-result-box .waste-info-list > li {
    margin-bottom: .75rem;
}

.three-theme-box  .waste-result-box .waste-info-list > li > span {
    display: block;
    line-height: 1.5rem;
    color: #7F7F7F;
    font-size: .9rem;
}

.three-theme-box  .waste-result-box .waste-info-list > li > span:first-child {
    color: #0056f4;
    font-weight: 600;
}

.three-theme-box .theme-dong-list {
    display: flex;
    flex-wrap: wrap;
}

.three-theme-box .theme-dong-list > li {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: .4rem .8rem;
    font-size: .75rem;
    width: calc((100% - .8rem) / 4);
    text-align: center;
    margin: 0 .2rem .2rem 0;
}

.three-theme-box .theme-dong-list > li:hover,
.three-theme-box .theme-dong-list > li.on {
    cursor: pointer;
    color: #0056f4;
    border-color: #0056f4;
}

.three-theme-box .theme-btn-list > li {
    display: flex;
    width: calc((100% - 2.4rem) / 5);
    box-sizing: border-box;
    margin: 0 .6rem 2.4rem 0;
    text-align: center;
    border-radius: 20px;
    position: relative;
    background-color: #e5e5e5;
    padding-bottom: calc((100% - 10.4rem) / 5);
}

.three-theme-box .theme-btn-list > li > span {
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    right: 0;
    font-size: .7rem;
}

.theme-btn-list > li:hover:before {
    background: #0056f4;
    cursor: pointer;
}

.theme-btn-list > li:hover > span {
    color: #0056f4;
}

.primary-yellow .theme-btn-list > li:hover,
.primary-yellow .theme-btn-list > li.on {
    background: #0056f4 !important;
    cursor: pointer;
}

.primary-purple .theme-btn-list > li:hover {
    background: #5D00AD !important;
    cursor: pointer;
}

.three-theme-box .theme-btn-list > li.wf_heal::before {
    background-position: left -520px;
}

.three-theme-box .theme-btn-list > li.wf_heal:hover::before {
    background-position: left -570px;
}

.three-theme-box .theme-btn-list > li.img2::before {
    background-position: -50px -520px;
}

.three-theme-box .theme-btn-list > li.img2:hover::before {
    background-position: -50px -570px;
}

.three-theme-box .theme-btn-list > li.wf_disa::before {
    background-position: -100px -520px;
}

.three-theme-box .theme-btn-list > li.wf_disa:hover::before {
    background-position: -100px -570px;
}

.three-theme-box .theme-btn-list > li.wf_mult::before {
    background-position: -150px -520px;
}

.three-theme-box .theme-btn-list > li.wf_mult:hover::before {
    background-position: -150px -570px;
}

.three-theme-box .theme-btn-list > li.wf_idol::before {
    background-position: -200px -520px;
}

.three-theme-box .theme-btn-list > li.wf_idol:hover::before {
    background-position: -200px -570px;
}

.three-theme-box .theme-btn-list > li.wf_kid::before {
    background-position: -250px -520px;
}

.three-theme-box .theme-btn-list > li.wf_kid:hover::before {
    background-position: -250px -570px;
}

.three-theme-box .theme-btn-list > li.wf_teen::before {
    background-position: -300px -520px;
}

.three-theme-box .theme-btn-list > li.wf_teen:hover::before {
    background-position: -300px -570px;
}

.three-theme-box .theme-btn-list > li.img8::before {
    background-position: -350px -520px;
}

.three-theme-box .theme-btn-list > li.img8:hover::before {
    background-position: -350px -570px;
}

.three-theme-box .theme-btn-list > li.wf_silv::before {
    background-position: -400px -520px;
}

.three-theme-box .theme-btn-list > li.wf_silv:hover::before {
    background-position: -400px -570px;
}

.three-theme-box .theme-btn-list > li.welfare_mental0::before {
    background-position: -450px -520px;
}

.three-theme-box .theme-btn-list > li.welfare_mental0:hover::before {
    background-position: -450px -570px;
}

.three-theme-box .theme-btn-list > li.welfare_mental0:hover::before {
    background-position: -450px -570px;
}

.three-theme-box .theme-btn-list > li.wf_chil::before {
    background-position: -500px -520px;
}

.three-theme-box .theme-btn-list > li.wf_chil:hover::before {
    background-position: -500px -570px;
}

.three-theme-box .theme-btn-list > li.wf_educ::before {
    background-position: -550px -520px;
}

.three-theme-box .theme-btn-list > li.wf_educ:hover::before {
    background-position: -550px -570px;
}

.three-theme-box .theme-btn-list > li.img13::before {
    background-position: -600px -520px;
}

.three-theme-box .theme-btn-list > li.img13:hover::before {
    background-position: -600px -570px;
}

.three-theme-box .theme-btn-list > li.wf_loc::before {
    background-position: -650px -520px;
}

.three-theme-box .theme-btn-list > li.wf_loc:hover::before {
    background-position: -650px -570px;
}

.three-theme-box .theme-btn-list > li.img15::before {
    background-position: -700px -520px;
}

.three-theme-box .theme-btn-list > li.img15:hover::before {
    background-position: -700px -570px;
}

.three-theme-box .theme-btn-list > li::before {
    content: '';
    border-radius: 20px;
    background-image: url(/images/wp/ic_is.png);
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    transform: translate(6%, 10%) scale(0.75);
    background-repeat: no-repeat;
}

.three-theme-box .theme-btn-list > li:nth-child(5n) {
    margin-right: 0;
}

.three-theme-box .theme-btn-list > li::after {
    content: attr(data-category);
    margin: .8rem 0;
    font-size: .8rem;
    display: block;
}

.theme-menu-list > button.on {
    color: #0056e2;
    font-weight: 600;
}

.circum-result-box .result-cont-list .result-cont-title::before {
    content: attr(data-type);
    position: absolute;
    left: 1rem;
    color: #0056e2;
    font-weight: 900;
}

.circum-result-box .result-cont-list .result-cont-title::after {
    content: attr(data-dist);
    font-weight: 500;
    font-size: .75rem;
    margin-left: .6rem;
    color: #C5C5C5;
}

.primary-yellow .circum-result-box .result-cont-list .result-cont-title::before {
    color: #D29500 !important;
}

.primary-purple .circum-result-box .result-cont-list .result-cont-title::before {
    color: #D29500 !important;
}

.primary-yellow .theme-title::before {
    background: #FABD00 !important;
}

.primary-purple .theme-title::before {
    background: #5D00AD !important;
}

.primary-purple .pager .active {
    background-color: #5D00AD !important;
}

.primary-yellow .pager .active {
    background-color: #FABD00 !important;
}

.primary-yellow .pager .active {
    background-color: #FABD00 !important;
}


.primary-purple .theme-menu-list > button.on {
    color: #5D00AD !important;
}

.primary-yellow .theme-menu-list > button.on {
    color: #FABD00 !important;
}

.primary-yellow .theme-menu-list > button.on::before {
    background-color: #FABD00 !important;
}

.primary-purple .theme-menu-list > button.on::before {
    background-color: #5D00AD !important;
}

.three-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #FFF2CC !important;
}

.circum-result-box .result-cont {
    padding: 1.2rem 1.5rem 1.2rem 2.5rem;
}

.circum-result-box .result-cont-tel::before {
    content: '';
    background: url(/images/wp/three/ic_tel.svg) no-repeat center;
    width: 0.9rem;
    height: 0.75rem;
    display: inline-flex;
    margin-right: 0.4rem;
}

.circum-result-box .result-cont-addr::before {
    content: '';
    background: url(/images/wp/three/ic_addr.svg) no-repeat center/contain;
    width: 0.9rem;
    height: 0.75rem;
    display: inline-flex;
    margin-right: 0.4rem;
}

.circum-result-box .result-cont-way::before {
    content: '';
    background: url(/images/wp/three/ic_way.png) no-repeat center/contain;
    width: 0.9rem;
    height: 0.75rem;
    display: inline-flex;
    margin-right: 0.4rem;
}

.circum-result-box .result-cont-addr {
    margin-bottom: .4rem;
}

.pin__info .info-box > span {
    display: block;
    font-size: .9rem;
}

.pin__info .info-box > span.info-cont {
    white-space:break-spaces;
    max-height: 120px;
	overflow-x:hidden; 
	overflow-y:auto;
}

.pin__info .info-box .info-addr > span:not(:last-child)::after {
    content: '·';
    margin: 0 .2rem;
}

.transfer-way-list {
	margin-top: 1.5rem;
	height: 250px;
	overflow-x:hidden; 
	overflow-y:auto;
	position: relative;
	display:none;
}

.transfer-way-list.on {
	display:block;
}

.transfer-way-list > li {
	margin-left: 1rem;
	position: relative;
	font-size: 0;
	cursor: pointer;
}

.transfer-way-list > li > p {
    border-bottom: 1px solid #eee;
    display: inline-block;
    font-size: .95rem;
    line-height: 1.5rem;
    margin-left: 1rem;
    position: absolute;
    width: -webkit-fill-available;
    padding: .5rem 0;
}

.transfer-way-list > li > p::after {
	content: attr(data-num);
	display: block;
	color: #888888;
	font-size: .8rem;
}

.transfer-way-list > li::before {
    content: '';
    width: 2px;
    height: 4rem;
    background: #a5a5a5;
    display: inline-block;
    margin-right: 1.5rem;
}

.transfer-way-list > li:hover {
	background: rgba(51,150,255,.05);
	cursor: pointer;
}

.transfer-way-list > li.n-bus::after {
    left: -6px;
    content: '';
    border-radius: 50%;
    border: 1px solid #a5a5a5;
    background: #fff url(/images/wp/ic_show_arrow.png) no-repeat center/5px;
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: calc(50% - 12px);
}

.transfer-way-list > li.y-bus::after {
    left: -11px;
    content: '';
    background: url(/images/wp/popup/ic_bus.png) no-repeat center;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
}

.transfer-way-list .bus_icon {
	left: 5px;
    width: 24px;
    position: absolute;
    top: 100px;
    height: 24px;
	background: url(/images/wp/popup/ic_bus.png) no-repeat center;
}

/*
.map-menu-layer-list {
	position: absolute;
  right: 20px;
  top: 90px;
  z-index: 10;
    background-color: #fff;
}

.map-menu-layer-list > li {
    background-color: #fff;
    border-radius: 4px;
}

.map-menu-layer-list > li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.map-menu-tool-list {
	position: absolute;
  right: 20px;
  top: 180px;
  z-index: 10;
    background-color: #fff;
}

.map-menu-tool-list > li {
    background-color: #fff;
    border-radius: 4px;
}

.map-menu-tool-list > li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.map-menu-share-list {
	position: absolute;
  right: 20px;
  top: 327px;
  z-index: 10;
    background-color: #fff;
}

.map-menu-share-list > li {
    background-color: #fff;
    border-radius: 4px;
}

.map-menu-share-list > li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.map-menu-bottom-list {
	position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
    background-color: #fff;
}

.map-menu-bottom-list > li {
    background-color: #fff;
    border-radius: 4px;
}

.map-menu-bottom-list > li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
*/


.pin__info .info-box + .road-btn-list,
.ol-popup .info-box + .road-btn-list {
    display: flex;
    margin: 1.5rem 0 2rem 0;
}

.pin__info .info-box + .road-btn-list > button,
.ol-popup .info-box + .road-btn-list > button  {
    width: fit-content;
    padding: .4rem 1.5rem;
    margin: 0;
}

.transport-popup .popup-btn-list {
    width: fit-content;
    margin: 0 auto;
}

.transport-popup .popup-btn-list > button {
    padding: .4rem 1.2rem;
    margin: .4rem 8px .6rem 0;
}

.pin__info .info-box + .road-btn-list > button:first-child,
.ol-popup .info-box + .road-btn-list > button:first-child {
    margin: 0 .4rem 0 auto;
}

.pin__info .info-box + .road-btn-list > button:last-child,
.ol-popup .info-box + .road-btn-list > button:last-child,
.three-theme-box .waste-btn-list > button.on,
.transport-popup .popup-btn-list > button:last-child {
    background-color: #272634;
    color: #fff;
}

.pin__info .transport-info blue,
.transport-popup .info-loc blue,
.pin__info  .info-tel, .ol-popup .info-tel {
    color: var(--blue);
}

.transport-info {
    font-size: .85rem;
    line-height: 1.4rem;
}

.transport-popup > .titles::before {
    content: attr(data-type);   
    color: #0056e2;
    font-weight: 900;
    margin-right: .6rem; 
}

.transport-info > .transport-num::before {
    content: '';
    background: url(/images/wp/popup/ic_transport.svg) no-repeat center/contain;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: .4rem;
}

.transport-info > .transport-dist::before {
    content: '';
    background: url(/images/wp/popup/ic_way.svg) no-repeat center/contain;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: .4rem;
}

.transport-popup, .subway-popup {
    max-width: 500px;
}

.open-info-popup {
	min-width: 1080px;
}

.transport-list-box {
    font-size: 0;
}

.transport-list-box > li {
    display: inline-block;
    width: 50%;
    font-size: .85rem;
    line-height: 1.5rem;
    cursor: pointer;
}

.transport-list-box > li .transport-label {
    background-color: #4B8EFF;
    color: #fff;
    font-size: .65rem;
    padding: .2rem .8rem;
    border-radius: 6px;
    margin-right: .05rem;
}

.transport-list-box > li .transport-num {
    font-weight: 600;
    width: 41px;
    display: inline-block;
}

.transport-list-box > li .transport-time {
    color: #FF4A1F;
    width: 34px;
    display: inline-block;
}

.transport-list-box > li .transport-loc {
    font-size: .8rem;
    color: #909090;
}

.theme-dong-map {
	
}

.login-modal {display: none;position: fixed;z-index: 100;left: 0;top: 0;width: 30%;height: 50%;overflow: auto;background-color: rgba(0, 0, 0, 0.4);}

.estate-list-box {
	font-size:.9rem;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #369;
}
.estate-list-box tbody,
.estate-list-box thead { display: block; }

.estate-list-box th:first-child {
	font-size:.9rem;
	border-collapse: collapse;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
.estate-list-box th {
 padding: .2rem;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 80px; /* Optional */
}
.estate-list-box td {
  padding: .2rem;
  width: 80px; /* Optional */
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.estate-list-box th:first-child {
	 width: 70px; /* Optional */
}
.estate-list-box td:first-child {
	text-align: left;
	 width: 70px; /* Optional */
}
.estate-list-box tbody.estate-list-body {
	height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
}

.etc-box{
	overflow-y: auto;
	height: calc(134vh - 540px );
}

.estate-pop-table {
	font-size:.85rem;
	table-layout:fixed;
	width:100%;
	text-align:center;
	overflow-y:auto;
	max-height:200px;
}
.estate-pop-table th {	
	background:#ccc;
}

.estate-popup{
	max-width:47rem;
}

/*vertical*/
.estate-pop-table-wrap {
	position:relative;
	padding-top:23px;
}
.estate-pop-table-box--vertical thead {
	display:table;
	position:absolute;
	top:0;
	width:100%;
}
.estate-pop-table-box--vertical {
	overflow-y:auto;
	max-height:200px;
}
	
.estate-pop-table td, .estate-pop-table th {
	padding:5px 0;
	border-top:1px solid #ccc;
	word-break:break-all;
}
.estate-pop-table td, .estate-pop-table th {
	padding:5px 0;
	border-top:1px solid #ccc;
	word-break:break-all;
}

.w20 td, .w20 th {
	width:20%;
}
.w25 td, .w25 th {
	width:25%;
} 

/* 스크롤바 설정*/
.estate-pop-table-box--vertical::-webkit-scrollbar{
    width: 6px;
}

/* 스크롤바 막대 설정*/
.estate-pop-table-box--vertical::-webkit-scrollbar-thumb{
    height: 17%;
    background-color: #0056e2;
    border-radius: 10px;  
}

/* 스크롤바 뒷 배경 설정*/
.estate-pop-table-box--vertical::-webkit-scrollbar-track{
    background-color: rgba(33,133,133,0.33);
}

/* Modal Content/Box */
.modal-content {background-color: #fefefe;margin: 1% auto;padding: 17px;border: 1px solid #888;width: 98%;}
.modal-content > .header > .title {font-size: 20px;font-weight: 800;color: #000000;}
.close {color: #aaa;float: right;font-size: 28px;font-weight: bold;margin-top: -9px;}
.close:hover, .close:focus {color: black;text-decoration: none;cursor: pointer;}

.map {width:100%;height:100%;float:left;position: relative;}
.map2 {width:50%;height:100%;float:right;}
.roadmap {width:50%;height:100%;float:right;}
.wp50 {width:50%;}

.hide {display:none !important;}

.them-set-popup {
	width: 13rem;
	position: absolute;
	z-index: 10;
	bottom: 20px;
	right: 20px;
	padding: 1rem;
	border: 1px solid #ddd;
	background-color: #fff;
}
.them-set-popup select{
	margin: 0 0 1rem 0;
}
.them-set-popup .gradient div{
	width:100%;
	height:19px;
}

.ol-tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.85;
  white-space: nowrap;
  font-size: 12px;
  cursor: default;
  user-select: none;
}
.ol-tooltip-measure {
  opacity: 1;
  font-weight: bold;
}

.ol-tooltip-measure .ol-tooltip-value {
  color:#ffffff;
}
.ol-tooltip-static .ol-tooltip-value {
  padding: 0 0.5rem;
  font-size: .9rem;
}

.ol-tooltip-static {
	width: auto;
    padding: 10px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
    box-sizing: border-box;
    background-clip: padding-box;
    transform: translate(15px);
}

.ol-tooltip-measure .ol-tooltip-del {
	display:none;
}
.ol-tooltip-static .ol-tooltip-del {
    padding:7px 15px;
    border-radius: 18px;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    line-height: 16px;
    color: #333;
    letter-spacing: -.3px;
}

.ol-tooltip-measure:before,
.ol-tooltip-static:before {
  border-top: 6px solid rgba(125, 125, 125, 255);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
.ol-tooltip-static:before {
  border-top-color: #009fff;
}

.mouseCoordinate {
	display:none;
}

.line-nm-btn {
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    text-align: center;
    width: 6rem;
	display: inline-block;
    margin-top: .8rem;
    padding: .4rem 0;
    cursor: pointer;
    font-size: .9rem;
    background-color: #fff;
	margin-right: 0.4rem;
}

.sub-name {
	margin: 0.5rem 0 1.2rem 0;
	padding: 0.5rem 0;
	background-color: #fff;
    border-radius: 30px;
    text-align: center;
    font-weight: 900;
}

.transport-schedular {
    max-height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
}
.transport-schedular .schedular-table tr {
	height: 22px;
	border-bottom: 1px solid #ebebeb;
	font-size: .9rem;
}
.transport-schedular .schedular-table tr td:nth-child(2n) {
	width:20%;
}
.transport-schedular .schedular-table tr td:nth-child(2n-1){
	width:30%;
}
.transport-schedular .schedular-table tr td:nth-child(2){
	border-right: 1px solid #ebebeb;
}

.sub-name.i1 {
	border: 5px solid #6f99d0;
}
.sub-name.i2 {
	border: 5px solid #ed8b00;
}
.sub-name.a1 {
	border: 5px solid #84deff;
}
.sub-name.kr1 {
	border: 5px solid #0000b6;
}
.sub-name.kr7 {
	border: 5px solid #778800;
}

.line-nm-btn.on.i1,
.line-nm-btn.i1:hover {
	background-color: #6f99d0;
}
.line-nm-btn.on.i2,
.line-nm-btn.i2:hover {
	background-color: #ed8b00;
}
.line-nm-btn.on.a1,
.line-nm-btn.a1:hover {
	background-color: #84deff;
}
.line-nm-btn.on.kr1,
.line-nm-btn.kr1:hover {
	background-color: #0000b6;
}
.line-nm-btn.on.kr7,
.line-nm-btn.kr7:hover {
	background-color: #778800;
}

/* 오버레이 팝업 공통 */

.overlay { border: 1px solid #ddd; position: absolute; z-index: 11; background-color: #fff; width: 400px; height: auto; display: none; }
.overlay.on { display: block !important; }
.overlay caption { padding: 5px; }
.overlay table { border: 1px solid #ddd; border-collapse: collapse; font-size: 14px; text-align: center; }
.overlay table th, .overlay table td { padding: .2rem .1rem; }
.overlay table th { font-weight: bold; background: #eee; }
.overlay .overlay-closer { position: absolute; z-index: 1; right: 10px; top: 5px; background: url("/images/wp/popup/ic_close.svg") no-repeat center; display: inline-block; vertical-align: middle; width: 12px; height: 12px; cursor: pointer;
}

/* 속성별 발생 검색 ,발생 분석 테이블 */
#searchInfoBox > table, #analysisInfoBox > table, #aiAnalysisInfoBox > table, #envrInfoBox > table, #hcInfoBox > table { text-align: center; }
#searchInfoBox, #analysisInfoBox, #aiAnalysisInfoBox, #envrInfoBox, #hcInfoBox { width: 100%; }
#searchInfoBox > table th, #searchInfoBox > table td
, #analysisInfoBox > table th, #analysisInfoBox > table td
, #aiAnalysisInfoBox > table th, #aiAnalysisInfoBox > table td
, #envrInfoBox > table th, #envrInfoBox > table td
, #hcInfoBox > table th, #hcInfoBox > table td { padding: 3px 6px; }
#searchInfoBox > table th, #analysisInfoBox > table th, #aiAnalysisInfoBox > table th, #envrInfoBox > table th, #hcInfoBox > table th { font-size: .9rem; font-weight: bold; }
#searchInfoBox > table td, #analysisInfoBox > table td, #aiAnalysisInfoBox > table td, #envrInfoBox > table td, #hcInfoBox > table td { font-size: .9rem; }
#searchInfoBox > table tr:hover, #analysisInfoBox > table tr:hover, #aiAnalysisInfoBox > table tr:hover, #envrInfoBox > table tr:hover, #hcInfoBox > table tr:hover { background-color: #ffff99; }
#searchInfoBox > table > thead tr:first-child, #analysisInfoBox > table > thead tr:first-child, #aiAnalysisInfoBox > table > thead tr:first-child, #envrInfoBox > table > thead tr:first-child, #hcInfoBox > table > thead tr:first-child { position: sticky; background: white; top: 0; }

.btn.move { margin: 0 !important; background-color: #eee; }
.btn.move:hover { color: #fff; background-color: #272634; }

/* 팝업 상태 관련*/
.closed { max-width: 75px !important; max-height: 75px !important; right: 0 !important; left: auto; }
.closed .save-btn, .closed .plus-btn, .closed .titles, .closed .directly-box, .closed .menu-scroll { display: none; }
.closed .close-btn { transform: rotate(45deg); top: 24px; right: auto;}
.full, .full .scroll-box { max-height: none; height: 100% !important; }
.full .plus-btn { background: url("/images/wp/popup/ic_closehalf.svg") no-repeat center !important; }

.directly-box .asf, .directly-box .ai, .directly-box .envr {margin-bottom:20px;}
.comment {font-size:15px;}

.snackbar {
	opacity: 0;
	min-width: 250px;
	margin-left: -125px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	top: 30px;
	font-size: 17px;
	transition: all 1s;
}
.snackbar.on {opacity: 0.8;}
.snackbar .loading {animation: spinner .8s linear infinite;
	border: 2px solid #fff;
	border-right-color: transparent;
	border-radius: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 20px;
}

@keyframes spinner{
	100% {
		transform: rotate(360deg);
	}
}
.snackbar .loading-comment {color:#fff;}