@charset "UTF-8";
/* UNIQID */
/* 버튼 만들기
<div class="btns 넣고싶은 클래스">
    <span class="txt">텍스트</span>
</div>
*/
body {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  min-width: 1280px;
  background-color: #fff;
}
body.sea {
  background-color: #9dbad1;
}

html.ssibal,
body.ssibal {
  height: auto !important;
  min-height: inherit;
}

#wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}

*[data-dan-toggle-con] .au {
  display: none;
}
*[data-dan-toggle-con] .au.on {
  display: block;
}

.btn-default-gray01 {
  height: 30px;
  padding: 0 9px;
  border: 1px solid #ddd;
  color: #222;
  font-size: 13px;
}

.btn-won-blue01 {
  height: 30px;
  padding: 0 15px;
  background: var(--color-bdsplanet);
  border-radius: 15px;
  color: #fff !important;
  font-size: 13px;
}

a.btn-detail-init {
  margin-bottom: -3px;
  padding-bottom: 3px;
  color: #999999;
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}

.ico-document {
  display: block;
  width: 12px;
  height: 14px;
  margin-right: 5px;
  background: url("/images/ui_ico.png") no-repeat -304px 0;
}
.ico-document.white {
  display: block;
  width: 12px;
  height: 14px;
  margin-right: 5px;
  background: url("/images/ui_ico.png") no-repeat -360px 0;
}

.btn-all-check01 {
  position: relative;
}
.btn-all-check01 input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.btn-all-check01 .btns {
  height: 20px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #f8f8f8;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.btn-all-check01 .ico {
  position: relative;
  width: 11px;
  height: 9px;
  background-image: var(--bg-i-common);
  background-position: -328px 0;
  margin-right: 3px;
}
.btn-all-check01 .btns .txt {
  color: #999999;
  font-size: 13px;
}
.btn-all-check01 input:checked + .btns {
  background: #aabcd2;
  border: 1px solid #aabcd2;
}
.btn-all-check01 input:checked + .btns .ico {
  background-position: -328px -16px;
}
.btn-all-check01 input:checked + .btns .txt {
  color: #fff;
}

.btw-init {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.title + .ask-box01 .btns {
  margin-top: 0;
}
.title + .ask-box01 .malpu {
  left: 31px;
  right: auto;
  top: -10px;
}

.ui-con-jub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 23px;
  height: 30px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.ui-con-jub.close {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ui-con-jub:before {
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  background: url("/images/ui_ico.png") no-repeat -258px 0;
}

.btw-init a.btn-detail-init {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  border-bottom: 0;
  padding: 0 31px 0 10px;
  margin: 0;
  background: #e6e6e6;
  border-radius: 15px;
  color: #3c3c3c;
}
.btw-init .ask-box01 {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 5px;
}

/* 테이블 */
.aed-line-tbl .aed-readme {
  display: block;
  color: #7790ad;
}

.aed-tbl {
  width: 100%;
  table-layout: fixed;
}
.aed-tbl .aed-readme {
  display: block;
  color: #7790ad;
}
.aed-tbl .tbl,
.aed-tbl table {
  width: 100%;
  table-layout: fixed;
}
.aed-tbl th,
.aed-tbl td {
  padding: 6px 0 7px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 21px;
}
.aed-tbl .cl-blue {
  color: var(--color-bdsplanet);
}
.aed-tbl .cl-purple {
  color: #6574e4;
}
.aed-tbl.garo .at-tit {
  color: #666;
  font-weight: 500;
  font-weight: 600;
}
.aed-tbl.garo td {
  color: #222;
  text-align: right;
}
.aed-tbl.garo tr:last-child th,
.aed-tbl.garo tr:last-child td,
.aed-tbl.garo tr.border-none th,
.aed-tbl.garo tr.border-none td {
  border-bottom: 0;
  padding-bottom: 0;
}
.aed-tbl.garo02 .at-tit {
  color: #666;
}
.aed-tbl.garo02 td {
  color: #222;
  text-align: left;
}
.aed-tbl.garo02 table {
  border-top: 1px solid #7790ad;
}
.aed-tbl.garo02 th,
.aed-tbl.garo02 td {
  padding-left: 10px;
  padding-right: 15px;
  border-color: #b7d2e6;
  font-size: 13px;
}
.aed-tbl .tit-ico-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aed-tbl .tit-ico-area .at-tit {
  margin-right: 10px;
}
.aed-tbl .buga {
  color: #666666;
  font-size: 12px;
}
.aed-tbl.extend1 {
  padding: 0 20px;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
}
.aed-tbl.extend1 th,
.aed-tbl.extend1 td {
  padding: 8px 0 9px !important;
  border-color: #f2f2f2;
}
.aed-tbl.extend1 td > span {
  display: flex;
  justify-content: end;
}

.aed-nemo-tbl table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.aed-nemo-tbl th,
.aed-nemo-tbl td {
  line-height: 16px;
}
.aed-nemo-tbl thead th {
  height: 31px;
  padding-top: 3px;
  border-right: 1px solid #e5e5e5;
  color: #999999;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  font-weight: 600;
}
.aed-nemo-tbl thead th:last-child {
  border-right: 0;
}
.aed-nemo-tbl tbody td {
  padding: 0px 5px 13px;
  border-right: 1px solid #e5e5e5;
  vertical-align: middle;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
}
.aed-nemo-tbl tbody td:last-child {
  border-right: 0;
}
.aed-nemo-tbl tbody td .btn-dan-change {
  margin-top: 5px;
}
.aed-nemo-tbl .bu-txt01 {
  font-size: 12px;
}
.aed-nemo-tbl table + table {
  border-top: 0;
}
.aed-nemo-tbl .one thead th {
  height: 28px;
  padding-top: 6px;
}
.aed-nemo-tbl .one tbody td {
  padding-bottom: 8px;
}
.aed-nemo-tbl th.al-left,
.aed-nemo-tbl td.al-left {
  padding-left: 17px !important;
  text-align: left !important;
}
.aed-nemo-tbl .spc-dan01 {
  font-size: 12px;
  color: #a0a0a0;
}

.aed-nemo-tbl + .aed-nemo-tbl {
  margin: 5px 0 0;
}

.aed-line-tbl {
  line-height: 1;
}
.aed-line-tbl table {
  width: 100%;
}
.aed-line-tbl th,
.aed-line-tbl td {
  max-width: 130px;
  text-align: center;
  line-height: 14px;
  word-break: break-all;
  word-wrap: break-word;
}
.aed-line-tbl th.txt-a-left,
.aed-line-tbl td.txt-a-left {
  text-align: left;
}
.aed-line-tbl thead {
  border-top: 1px solid #c3d0df;
}
.aed-line-tbl thead th {
  padding: 8px 0;
  color: #666666;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
}
.aed-line-tbl tbody td {
  padding: 8px 3px;
  /* border-right:1px solid; */
  border-bottom: 1px solid;
  font-size: 13px;
  color: #222;
  line-height: 17px;
  letter-spacing: -1px;
}
.aed-line-tbl tbody td.td-su {
  word-break: unset;
}
.aed-line-tbl tbody td .under {
  color: var(--color-bdsplanet);
  border-bottom: 1px solid var(--color-bdsplanet);
}
.aed-line-tbl tbody td .under.style02 {
  color: #7790ad;
  border-color: #7790ad;
}
.aed-line-tbl tbody td:last-child {
  border-right: 0;
}
.aed-line-tbl tbody .bg-gray td {
  background: #fcfcfc;
}
.aed-line-tbl .spc-typeview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 16px;
  background-color: #efeff0;
  color: #666666;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.3px;
}
.aed-line-tbl .detailViewGo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #e7f5fd;
  border-radius: 100%;
}
.aed-line-tbl .detailViewGo:before {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background-image: var(--bg-i-common);
  background-position: -188px -112px;
}
.aed-line-tbl.color-b7 thead {
  border-bottom: 1px solid #b7d2e6;
}
.aed-line-tbl.color-b7 tbody td {
  border-color: #b7d2e6;
}
.aed-line-tbl.color-ee thead {
  border-bottom: 1px solid #eee;
}
.aed-line-tbl.color-ee tbody td {
  border-color: #eee;
}
.aed-line-tbl.color-e5 thead {
  border-bottom: 1px solid #e5e5e5;
}
.aed-line-tbl.color-e5 tbody td {
  border-color: #e5e5e5;
}
.aed-line-tbl.color-fa thead {
  border-bottom: 1px solid #fafafa;
}
.aed-line-tbl.color-fa tbody td {
  border-color: #fafafa;
}
.aed-line-tbl.dup table {
  margin-top: -1px;
}
.aed-line-tbl.td-bg-yellow td {
  background: #fcf8d7;
}
.aed-line-tbl .fwb {
  font-weight: bold;
}

.tbl-price-info {
  display: flex;
  align-items: center;
  height: 50px;
  border-top: 1px solid #7790ad;
  padding-bottom: 1px;
}
.tbl-price-info .price {
  display: flex;
  align-items: flex-end;
}
.tbl-price-info .txt01 {
  margin: 0 10px 0 0;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
}

.con-more-area {
  text-align: center;
  margin-top: 20px;
}

.aed-line-tbl .tbl-util {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
}
.aed-line-tbl .tbl-util.one {
  margin-top: -48px;
}
.aed-line-tbl .tbl-util .menu {
  height: 35px;
  border-radius: 7px;
}
.aed-line-tbl .no-l {
  border-right: 0 !important;
}
.aed-line-tbl .bt-go01 {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -5px 0;
  background: url("/images/ui_ico.png") no-repeat -232px 0;
}
.aed-line-tbl .tr-click-ef {
  cursor: pointer;
}
.aed-line-tbl .tr-click-ef:hover {
  background: #fafafa;
}
.aed-line-tbl .tr-click-ef.yellow:hover {
  background: #fcf8d7;
}
.aed-line-tbl .tr-click-ef .linesw {
  display: inline-block;
  padding: 4px 5px 3px;
  background: #0481e2;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  margin: -1px 0;
}
.aed-line-tbl .tbl-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 13px;
}
.aed-line-tbl .tbl-title .left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.aed-line-tbl .tbl-title .title {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
.aed-line-tbl .tbl-title .bu {
  position: relative;
  padding-left: 11px;
  margin-left: 10px;
  color: #666666;
}
.aed-line-tbl .tbl-title .bu:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 6px;
  width: 1px;
  height: 14px;
  background: #dce1e5;
}
.aed-line-tbl .cl-red {
  color: var(--color-def-red);
}
.aed-line-tbl .cl-blue {
  color: var(--color-bdsplanet) !important;
}

.aed-jeon-u .rrs {
  height: 43px;
  padding-left: 15px;
  text-align: left;
}

.aed-ho-info {
  background: #e8f7ff;
}

.con-readme-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}
.con-readme-btn-area .btns {
  margin-left: 5px;
}
.con-readme-btn-area .btns:first-child {
  margin-left: 0;
}

/* ui -셀렉트 */
.ui-samsik-won-select-wr {
  display: inline-flex;
  position: relative !important;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  height: 35px;
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.ui-samsik-won-select-wr select {
  display: none;
}
.ui-samsik-won-select-wr .select-con {
  position: relative;
  width: 100%;
}
.ui-samsik-won-select-wr .select-con .this {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  min-width: 84px;
  height: 35px;
  padding: 0 26px 0 10px;
  border: 1px solid #aabcd2;
  background: #ffffff;
}
.ui-samsik-won-select-wr.close .select-con .this {
  border: 1px solid #ddd;
}
.ui-samsik-won-select-wr .select-con .this span.main {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-samsik-won-select-wr .select-con .this span.bu01 {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-samsik-won-select-wr .select-con .this:after {
  content: "";
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  border-top: 4px solid #2e363e;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-top: -3px;
  opacity: 0.8;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ui-samsik-won-select-wr.close {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-samsik-won-select-wr .select-option {
  overflow-y: auto;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 75px;
  max-height: 250px;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #aabcd2;
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.ui-samsik-won-select-wr .select-option .so {
  padding: 14px 0 14px 14px;
}
.ui-samsik-won-select-wr .select-option a {
  display: flex;
  height: 37px;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  padding: 0 8px;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-samsik-won-select-wr .select-option a .bu01 {
  margin-left: 5px;
  font-size: 12px;
  margin-top: 3px;
}
.ui-samsik-won-select-wr .select-option a:first-child {
  margin-top: 0;
}
.ui-samsik-won-select-wr .select-option a.on {
  border-color: #0f88cd;
  background: var(--color-bdsplanet);
  color: #fff;
}
.ui-samsik-won-select-wr.close .select-option {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-samsik-won-select-wr.close .select-con .this:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ui-samsik-won-select-wr .mCSB_scrollTools_vertical {
  padding: 0 7px !important;
}
.ui-samsik-won-select-wr.close .select-option {
  visibility: hidden;
}
.ui-samsik-won-select-wr .select-con .this .bu01 {
  margin: 3px 0 0 6px;
  color: #999999;
  font-size: 12px;
}

/* 각종버튼 */
a.btn-ct-more {
  padding-bottom: 11px;
  border-bottom: 1px solid #b7d2e6;
  color: #7790ad;
  font-size: 13px;
}

.btn-ct-more:after {
  content: "";
  display: block;
  margin-left: 10px;
  border-top: 4px solid #7790ad;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}
.btn-ct-more.close:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-dan-change {
  width: 50px;
  height: 20px;
  border-radius: 10px;
}
.btn-dan-change:before {
  content: "";
  display: block;
  width: 11px;
  height: 14px;
  margin-right: 3px;
  background: url("/images/ui_ico.png") no-repeat -152px -82px;
}
.btn-dan-change .txt {
  color: #fff;
  font-size: 12px;
}
.btn-dan-change.y-blue {
  background: #aabcd2;
}

.first-join-action {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100001;
}
.first-join-action.start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.first-join-action .f-dimm {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

.all-qu-pop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qu-pop {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 430px;
  height: 443px;
  margin-left: -215px;
  margin-top: -221px;
  background: #fff;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translate(0, 200px);
  transform: translate(0, 200px);
}

.qu-pop-wrap {
  padding: 40px 40px 0 40px;
}

.qu-pop-header {
  display: flex;
  height: 61px;
  border-bottom: 2px solid #444444;
}
.qu-pop-header .q-num {
  margin: -7px 22px 0 0;
}
.qu-pop-header .q-t {
  color: #222222;
  font-size: 50px;
  font-weight: bold;
}

.q-title-area {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  height: 39px;
}
.q-title-area .title {
  display: block;
  color: #222222;
  font-size: 18px;
  font-weight: bold;
}
.q-title-area .title-buga {
  display: block;
  margin-top: 7px;
  color: #666666;
  font-size: 13px;
}

.qu-pop-content {
  padding-top: 30px;
}

.qu-pop .dg_boxst label {
  height: 80px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -2px;
}
.qu-pop .qu-bt-end {
  width: 100%;
  height: 50px;
  margin: 30px 0 0;
}
.qu-pop .qu-bt-next {
  border: 1px solid #909090;
  color: #222222;
  font-size: 18px;
}
.qu-pop .qu-bt-disabled {
  cursor: default;
  background: #eeeeee;
  color: #bbbbbb;
  font-size: 18px;
}

.qu-pop-readme-txt {
  display: block;
  margin: 30px 0 0;
  color: #7790ad;
  font-size: 13px;
}

.qu-pop .s-title-area {
  height: 26px;
}
.qu-pop .price-input-tac button {
  width: 83px;
  margin: 6px 6px 0 0;
}
.qu-pop.none {
  display: none;
}

#silg header {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}
#silg #container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 0;
}
#silg #content {
  height: 100%;
}

.area-map-wrap,
#area-ymap {
  height: 100%;
}

#area-ymap .window-alert {
  position: absolute;
}

/* 맵 왼쪽 유틸 */
.header-no .map-sf {
  top: 20px;
}

.ms-ltrp-filter {
  height: 101px;
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.ms-ltrp-filter.zi {
  height: auto;
}
.ms-ltrp-filter.zi ~ .ms-banner-area {
  margin-top: 10px;
}

.map-sf {
  position: absolute;
  top: 70px;
  left: 20px;
  width: 360px;
  z-index: 1100;
  line-height: 1;
  /*box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.1);*/
}
.map-sf .c-wrap {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 135px);
}

.ms-search {
  width: 360px;
  height: 50px;
  position: relative;
  z-index: 3;
}
.ms-search .input {
  height: 100%;
}
.ms-search .input:before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 20px;
  width: 18px;
  height: 18px;
  background: url("/images/ui_ico.png") no-repeat -150px -36px;
}
.ms-search .input input {
  width: 100%;
  height: 100%;
  padding-left: 48px;
  padding-right: 40px;
  border: none;
  font-size: 16px;
}
.ms-search .input input:focus {
  outline: 1px solid var(--color-bdsplanet);
}
.ms-search .input input::-webkit-input-placeholder, .ms-search .input input:-ms-input-placeholder, .ms-search .input input::placeholder, .ms-search .input input::-webkit-input-placeholder, .ms-search .input input:-ms-input-placeholder {
  font-weight: 300;
}
.ms-search .input input::-ms-clear {
  display: none;
}

.ms-filter-tac {
  position: relative;
  z-index: 1;
  /* height:51px; */
  border-top: 1px solid #eeeeee;
  background: #fff;
}
.ms-filter-tac.open, .ms-filter-tac.tst {
  z-index: 2;
}
.ms-filter-tac.close.tst {
  height: 51px;
}

.mfs-f {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 51px;
  padding: 0 20px;
  background: #f8f8f8;
  border-top: 1px solid #eeeeee;
  line-height: 1;
  -webkit-box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.mfs-f .btn-op-switch {
  color: #222222;
  font-size: 14px;
}
.mfs-f .btn-op-switch:after {
  margin-left: 9px;
}
.mfs-f .ask-box01 .malpu {
  left: 31px;
  right: auto;
  top: -10px;
}

.ms-filter-util-btn {
  display: block;
  z-index: 2;
}

.mfu-btn-dir {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.mfu-btn-dir:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("/images/sil/bg_trans.png") no-repeat -10px 0;
}
.mfu-btn-dir:before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 16px;
  height: 8px;
  background: url(/images/ui_ico.png) no-repeat -152px -64px;
}
.mfu-btn-dir.mfu-btn-left {
  /* left:10px; */
  padding-left: 20px;
}
.mfu-btn-dir.mfu-btn-left:before {
  top: -1px;
  width: 16px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mfu-btn-dir.mfu-btn-left:after {
  left: 12px;
}
.mfu-btn-dir.mfu-btn-right:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mfu-btn-dir.mfu-btn-right:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -15px;
  background-position-x: -32px;
}

.mfu-btn-more {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 100%;
  margin-right: 10px;
  background: #fff;
}
.mfu-btn-more:before {
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  background: url("/images/ui_ico.png") no-repeat -192px -32px;
}

.ms-filter-tac.close .ms-filter-util-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ms-filter-tac.open .ms-filter-util-btn {
  display: none !important;
}

.ms-filter-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 50px;
  /* padding: 0 10px; */
}

.ms-filter-menu-main .mfmm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 9px 5px;
  line-height: 1;
}
.ms-filter-menu-main a {
  display: inline-block;
  width: 33%;
  height: auto;
  padding: 11px 0px 11px 16px;
}
.ms-filter-menu-main a .aw {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 100%;
  height: 100%;
  color: #666;
  font-size: 16px;
  font-weight: 300;
  font-weight: 400;
}
.ms-filter-menu-main a.data-y .aw {
  color: var(--color-bdsplanet);
}
.ms-filter-menu-main a .aw .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ms-filter-menu-main a.on .aw {
  color: var(--color-bdsplanet);
  font-weight: bold;
}
.ms-filter-menu-main a.on .aw:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: var(--color-bdsplanet);
}
.ms-filter-menu-main a .count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22px;
  height: 16px;
  margin-left: 3px;
  border: 1px solid #555555;
  border-radius: 8px;
  font-size: 14px;
}
.ms-filter-menu-main a.on .count, .ms-filter-menu-main a.data-y .count {
  border: 1px solid var(--color-bdsplanet);
}

/*.ms-filter-menu-main:before{
		content:'';
		position:absolute;
		top:0px;
		left:5px;
		width:1px;
		height:100%;
		background:#fff;
		z-index:1;
}*/
/*.ms-filter-menu-main a:before{
		content:'';
		position:absolute;
		top:50%;
		left:0px;
		margin-top:-7px;
		width:1px;
		height:14px;
		background:#dddddd;
}*/
.ms-filter-tac.open .ms-fed-init-area {
  display: none;
}
.ms-filter-tac.close .ms-filter-state {
  display: none;
}
.ms-filter-tac.close .ms-filter-menu-main {
  overflow: hidden;
  height: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ms-filter-tac.close .ms-filter-menu-main:before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 10px;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.ms-filter-tac.close .ms-filter-menu-main:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 10px;
  height: 100%;
  background: #fff;
  z-index: 1;
  right: inherit;
  left: 0;
}
.ms-filter-tac.close .ms-filter-menu-main .mfmm {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100px;
  padding: 0;
  overflow-x: scroll;
  overflow-y: hidden;
}

.map-sf .ms-filter-menu-main .mfmm .mc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ms-filter-tac.close .ms-filter-menu-main .mfmm .mc {
  display: block;
  height: 50px;
  padding-left: 10px;
  /* padding:0 82px 0 0; */
}
.ms-filter-tac.open .ms-filter-menu-main .mfmm {
  left: 0px !important;
}
.ms-filter-tac.close .ms-filter-menu-main a {
  width: auto;
  height: 100%;
  padding: 0 10px;
}
.ms-filter-tac.close .ms-filter-menu-main a.on .aw:after {
  bottom: 0;
}
.ms-filter-tac.open .ms-filter-menu {
  height: auto;
}
.ms-filter-tac.open .ms-filter-menu-main {
  width: 100%;
}
.ms-filter-tac.open .ms-filter-menu-main .mfmm {
  width: 100%;
}

.map-sf .ms-filter-tac.open .ms-filter-menu-main .mfmm .mc {
  width: 100%;
}

.ms-filter-each-detail {
  padding: 20px;
  border-top: 1px solid #eeeeee;
  line-height: 1;
  -webkit-box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.ms-filter-each-detail .dg_radiowon label,
.ms-filter-each-detail .dg_radiowon a {
  background: #fff;
}
.ms-filter-each-detail .dg_boxst label,
.ms-filter-each-detail .dg_boxst a {
  background: #fff;
}
.ms-filter-each-detail .title-area,
.ms-filter-each-detail .s-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ms-filter-each-detail .title-area {
  padding-bottom: 15px;
}
.ms-filter-each-detail .title-area > .left,
.ms-filter-each-detail .title-area > .right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ms-filter-each-detail .title {
  color: #222222;
  font-size: 14px;
}
.ms-filter-each-detail .udan {
  position: relative;
  top: 3px;
  width: 60px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.ms-filter-each-detail .title + .udan {
  margin-left: 20px;
}
.ms-filter-each-detail .udan a,
.ms-filter-each-detail .udan label {
  color: #999999;
  font-size: 13px;
}
.ms-filter-each-detail .udan a.on,
.ms-filter-each-detail .udan label.on {
  color: #fff;
}
.ms-filter-each-detail .udan .one {
  width: 30px;
  height: 20px;
  margin-top: -10px;
  background: #aabcd2;
}
.ms-filter-each-detail .udan a.on:nth-child(1) ~ .one,
.ms-filter-each-detail .udan label.on:nth-child(1) ~ .one {
  left: -1px;
}
.ms-filter-each-detail .udan a.on:nth-child(2) ~ .one,
.ms-filter-each-detail .udan label.on:nth-child(2) ~ .one {
  left: calc(100% - 30px);
}
.ms-filter-each-detail .title-area .udan {
  top: 0;
}

.tac-ty01 .cc {
  margin-left: 10px;
}
.tac-ty01 .cc:first-child {
  margin-left: 0;
}

.ms-filter-each-detail .title + .tac-ty01 {
  margin-left: 20px;
}
.ms-filter-each-detail .ed.none {
  display: none;
}
.ms-filter-each-detail .tabmenu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.ms-filter-each-detail .tabmenu > a {
  height: 37px;
}
.ms-filter-each-detail .title-area + .tabmenu:before {
  content: "";
  display: block;
  width: 100%;
  margin-top: -4px;
  margin-bottom: 15px;
  border-top: 1px solid #eeeeee;
}
.ms-filter-each-detail .body-area.noline {
  border-top: 0;
}
.ms-filter-each-detail .noline .s-body-area {
  padding-top: 0;
}
.ms-filter-each-detail .body-area .tabmenu {
  margin: -1px 0 0;
}
.ms-filter-each-detail .s-title-area {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 29px;
}
.ms-filter-each-detail .s-title-area .title {
  color: #222;
}
.ms-filter-each-detail .body-area {
  border-top: 1px solid #eeeeee;
}
.ms-filter-each-detail .body-area.yespd {
  padding-top: 15px;
}
.ms-filter-each-detail .body-area.bd_none {
  border-top: 0;
}
.ms-filter-each-detail .s-body-area {
  padding: 15px 0 5px;
}
.ms-filter-each-detail .body-area + .body-area {
  margin-top: 15px;
}
.ms-filter-each-detail .body-area + .body-area .s-body-area {
  padding-bottom: 0;
}

.ms-fed-init-area {
  position: absolute;
  bottom: -51px;
  width: 100%;
  left: 0px;
}

.tab-round-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px 0 -5px;
}
.tab-round-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 60px;
  height: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
  padding: 0 7px;
  border-radius: 17px;
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  color: #666666;
  font-size: 14px;
  text-align: center;
  justify-content: center;
}
.tab-round-menu a:first-child {
  margin-left: 0;
}
.tab-round-menu a em {
  display: block;
  width: 100%;
  margin-top: -4px;
  font-size: 12px;
}
.tab-round-menu a.on {
  border: 1px solid #3a4654;
  background: #4f5f72;
  color: #fff;
}

.ed .tabc {
  position: relative;
  display: none;
}
.ed .tabc .tabc-allone {
  position: absolute;
  top: -37px;
  right: 0px;
}

.price-input-tac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 9px;
}
.price-input-tac button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  width: 74px;
  height: 37px;
  margin: 5px 8px 0 0;
  border: 1px solid #ddd;
  background: none;
  color: #222;
  font-size: 14px;
  line-height: 1;
}
.price-input-tac button.re-typing {
  background: #f8f8f8;
  color: #666;
}
.price-input-tac button:hover, .price-input-tac button:focus {
  color: var(--color-bdsplanet);
  border: 1px solid var(--color-bdsplanet);
  outline: none;
}
.price-input-tac button:nth-child(4n) {
  margin-right: 0;
}
.price-input-tac.align button {
  width: 31.5%;
  margin-right: 2.7%;
}
.price-input-tac.align button:nth-child(3n) {
  margin-right: 0;
}

.dup-input-button-st .dib-area {
  margin: 15px 0 0;
}
.dup-input-button-st .t_radiowon.four li {
  margin-top: 5px;
}

.ed-select-area .d_select {
  width: 100%;
  margin-top: 10px;
}
.ed-select-area .d_select:first-child {
  margin: 0;
}
.ed-select-area select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/images/n_cur.png) no-repeat right 11px center;
  padding: 0 30px 0 11px;
  text-indent: 0px;
}
.ed-select-area select::-ms-expand {
  display: none;
}

.ms-fed {
  display: none;
  position: relative;
  background-color: #fff;
}
.ms-fed.on {
  display: block;
}

.ms-cd {
  position: absolute;
  top: 101px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 51px;
  border-top: 1px solid #eeeeee;
  background: #f4f4f4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 17px;
  margin-bottom: 10px;
  -webkit-box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.ms-cd:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  -webkit-box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  top: -51px;
  right: 0px;
}
.ms-cd .mc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ms-tong[style="display: none;"] + .ms-banner-area {
  margin-top: 0;
  position: absolute;
  top: 163px;
}

.ms-filter-tac.open + .ms-cd {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ms-filter-tac.open + .ms-cd:before {
  height: 261%;
}

/*.ms-cd .danga-con{
		display:none;
		margin-left:10px;
}
.ms-cd .danga-con.on{
		display:flex;
}*/
.ms-cd .danga-con dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}
.ms-cd .danga-con dl:first-child {
  margin-left: 0;
}
.ms-cd .danga-con dt {
  margin-right: 4px;
  color: #1884d6;
  font-size: 12px;
}
.ms-cd .mc01 .mcd {
  margin-left: 4px;
}
.ms-cd .mc01 .mcd:first-child {
  margin-left: 0;
}
.ms-cd .dg_radiowon label {
  height: 30px;
  padding: 0 8px;
  background: #e6e6e6;
}
.ms-cd .dg_radiowon label .txt {
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ms-cd .dg_radiowon input[type=checkbox]:checked + label, .ms-cd .dg_radiowon input[type=radio]:checked + label {
  background: #1884d6 !important;
}
.ms-cd .dg_radiowon input[type=checkbox]:checked + label .txt, .ms-cd .dg_radiowon input[type=radio]:checked + label .txt {
  color: #fff !important;
}
.ms-cd .mc {
  position: relative;
  margin-right: 11px;
  padding-right: 11px;
}
.ms-cd .mc:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  width: 1px;
  height: 30px;
  margin-top: -15px;
  background: #e5e5e5;
}
.ms-cd .mc:last-child {
  margin: 0;
  padding: 0;
}
.ms-cd .mc:last-child:after {
  content: normal;
}
.ms-cd .mc .us {
  margin-left: 13px;
}
.ms-cd .mc .us:first-child {
  margin-left: 0;
}

/*.ms-cd .danga-con .off dt{
		color:#aaaaaa;
}
.ms-cd .danga-con .off .ui_cp_slip_check.allwon-blue .one{
		background:#d0d0d0;
}
*/
.ms-banner-area {
  opacity: 0;
  position: relative;
  margin-top: 61px;
}
.ms-banner-area .pager {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0;
}
.ms-banner-area .pager .bx-pager-item {
  display: inline-block;
  margin-left: 4px;
}
.ms-banner-area .pager .bx-pager-item:first-child {
  margin-left: 0;
}
.ms-banner-area .pager a {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.ms-banner-area .pager a.active {
  background: #fff;
}

/* 맵오른쪽 */
.header-no .map_utils,
.header-no .map_location_view {
  top: 20px;
}
.header-no .map-sf .c-wrap {
  max-height: calc(100vh - 85px);
}

.y_map_view .mapbody.close .map_location_view {
  margin-left: 0px;
}

.map-data-dd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  z-index: 1008;
  bottom: 10px;
  left: 10px;
  width: 100px;
  height: 21px;
  /* margin-left:-245px; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  border-radius: 4px;
  background: rgba(0, 60, 136, 0.3);
}
.map-data-dd .txt {
  position: relative;
  z-index: 1;
  font-size: 11px;
  color: #fff;
}

.map-tm-st-area {
  position: absolute;
  z-index: 10000;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.map-tm-st {
  display: inline-flex;
  width: 100px;
  height: 40px;
  margin-left: 5px;
  background: #ffffff;
  /* margin-left:-245px; */
  transition: all 0.3s ease-out;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.map-tm-st:first-child {
  margin-left: 0;
}
.map-tm-st:before {
  /* content:''; */
  display: block;
  width: 15px;
  height: 14px;
  margin: 0 10px 0 0;
  background: url("/images/ico_hide01.png") no-repeat 0 -16px;
}
.map-tm-st .txt {
  color: #0481e2;
  font-size: 13px;
  font-weight: 600;
}
.map-tm-st.on {
  background: #0481e2;
}
.map-tm-st.on:before {
  background-position: 0 0;
}
.map-tm-st.on .txt {
  color: #fff;
}

/*



███    ███  █████  ██████      ███    ███  █████  ██   ██ ███████ ██████      ███    ███ ███████ ███    ██ ██    ██
████  ████ ██   ██ ██   ██     ████  ████ ██   ██ ██  ██  ██      ██   ██     ████  ████ ██      ████   ██ ██    ██
██ ████ ██ ███████ ██████      ██ ████ ██ ███████ █████   █████   ██████      ██ ████ ██ █████   ██ ██  ██ ██    ██
██  ██  ██ ██   ██ ██          ██  ██  ██ ██   ██ ██  ██  ██      ██   ██     ██  ██  ██ ██      ██  ██ ██ ██    ██
██      ██ ██   ██ ██          ██      ██ ██   ██ ██   ██ ███████ ██   ██     ██      ██ ███████ ██   ████  ██████



*/
.header-no .map-maker-menu {
  top: 20px;
}

.map-maker-menu,
.common-map-marker-menu {
  position: absolute;
  z-index: 1100;
  top: 70px;
  left: 410px;
  line-height: 1;
  cursor: pointer;
}
.map-maker-menu:before,
.common-map-marker-menu:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 47px;
  width: 20px;
  height: 20px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.map-maker-menu .mm-wrap,
.common-map-marker-menu .mm-wrap {
  overflow: hidden;
  width: 60px;
  border-radius: 8px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}
.map-maker-menu .mm-header,
.common-map-marker-menu .mm-header {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  background-color: #0f62fe;
}
.map-maker-menu .mm-header span,
.common-map-marker-menu .mm-header span {
  display: block;
  width: 100%;
  text-align: center;
}
.map-maker-menu .mm-header .txt01,
.common-map-marker-menu .mm-header .txt01 {
  color: #ffeaa0;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.5px;
}
.map-maker-menu .mm-header .txt02,
.common-map-marker-menu .mm-header .txt02 {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
}
.map-maker-menu .mm-container,
.common-map-marker-menu .mm-container {
  position: relative;
  background: #fff;
}
.map-maker-menu .mm-container a,
.common-map-marker-menu .mm-container a {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 24px;
  padding: 0 0 0 6px;
  color: #666666;
  font-size: 12px;
}
.map-maker-menu .mm-container a.this,
.common-map-marker-menu .mm-container a.this {
  justify-content: center;
  color: #393939;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.5px;
}
.map-maker-menu .mm-container .list,
.common-map-marker-menu .mm-container .list {
  display: none;
  width: 100%;
  background: #fff;
}
.map-maker-menu .mm-container .list a:hover, .map-maker-menu .mm-container .list a:focus, .map-maker-menu .mm-container .list a.on,
.common-map-marker-menu .mm-container .list a:hover,
.common-map-marker-menu .mm-container .list a:focus,
.common-map-marker-menu .mm-container .list a.on {
  background: #e7f6fd;
  color: #0481e2;
}
.map-maker-menu .mms-sbu,
.common-map-marker-menu .mms-sbu {
  display: none;
  top: 50px;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 1;
  position: absolute;
  -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 3px 3px;
}
.map-maker-menu .mms-sbu input,
.common-map-marker-menu .mms-sbu input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.map-maker-menu .mms-sbu .cur,
.common-map-marker-menu .mms-sbu .cur {
  display: block;
  position: absolute;
  /* right: -8px; */
  top: 9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -8px;
  right: auto;
}
.map-maker-menu .mms-sbu .dg_radiowon,
.common-map-marker-menu .mms-sbu .dg_radiowon {
  width: 70px;
  margin: 5px 0 0;
}
.map-maker-menu .mms-sbu .dg_radiowon:first-child,
.common-map-marker-menu .mms-sbu .dg_radiowon:first-child {
  margin: 0;
}
.map-maker-menu .mms-sbu label,
.common-map-marker-menu .mms-sbu label {
  display: block;
  padding: 9px 5px;
  color: #666666;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}
.map-maker-menu .mms-sbu label .spctxt:after,
.common-map-marker-menu .mms-sbu label .spctxt:after {
  content: "";
  display: block;
  margin-top: 1px;
  font-size: 10px;
}
.map-maker-menu .mms-sbu label .spc01:after,
.common-map-marker-menu .mms-sbu label .spc01:after {
  content: "(토지)";
}
.map-maker-menu .mms-sbu label .spc02:after,
.common-map-marker-menu .mms-sbu label .spc02:after {
  content: "(건물 or 전용)";
}
.map-maker-menu .mms-sbu label .spc03:after,
.common-map-marker-menu .mms-sbu label .spc03:after {
  content: "(입주시기)";
}
.map-maker-menu .mms-sbu input:checked + label,
.map-maker-menu .mms-sbu label:hover,
.common-map-marker-menu .mms-sbu input:checked + label,
.common-map-marker-menu .mms-sbu label:hover {
  background: #e7f6fd;
  color: #1884d6;
}
.map-maker-menu.on .mms-sbu,
.common-map-marker-menu.on .mms-sbu {
  display: block;
  /*display:none*/
  z-index: 2;
}
.map-maker-menu.hide,
.common-map-marker-menu.hide {
  display: none;
}
.map-maker-menu.blue:before,
.common-map-marker-menu.blue:before {
  background: url("/images/sil/icon_real_filter_setting.png") no-repeat;
  background-size: 100%;
}
.map-maker-menu.purple:before,
.common-map-marker-menu.purple:before {
  background: url("/images/sil/icon_real_filter_deisgn.png") no-repeat;
  background-size: 100%;
}
.map-maker-menu.purple .mm-header,
.common-map-marker-menu.purple .mm-header {
  background-color: #8a3ffc;
}

/* Special styles for .kiup class */
.kiup .map-maker-menu:before {
  content: normal;
}
.kiup .map-maker-menu .mm-header {
  background: #516fdd;
}
.kiup .map-maker-menu .mm-container a.this {
  color: #516fdd;
}
.kiup .map-maker-menu .mm-container a.this:after {
  background: url("/images/kiup_mmm_img_cur.png") no-repeat;
}

.double-ms {
  margin-top: 5px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.double-ms .udan {
  width: 100%;
  height: 23px;
  border: none;
  border-radius: 3px;
  background: #fff;
}
.double-ms .udan a {
  color: #999;
}
.double-ms .udan .one {
  top: 0;
  margin-top: 0;
  width: 50%;
  height: 100%;
  border-radius: 3px;
}
.double-ms .ui_cp_slip_check a.on:nth-child(2) ~ .one,
.double-ms .ui_cp_slip_check label.on:nth-child(2) ~ .one {
  left: 50%;
}
.double-ms .ui_cp_slip_check a.on,
.double-ms .ui_cp_slip_check label.on {
  color: #fff;
}

.dm-sbu {
  top: 78px;
  right: -127px;
}
.dm-sbu dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 0;
}
.dm-sbu dl:first-child {
  margin: 0;
}
.dm-sbu dt {
  margin: 0 5px 0 0;
  color: #666666;
  font-size: 13px;
}
.dm-sbu .udan {
  width: 68px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.dm-sbu .udan a,
.dm-sbu .udan label {
  color: #999999;
  font-size: 12px;
}
.dm-sbu .udan a.on,
.dm-sbu .udan label.on {
  color: #fff;
}
.dm-sbu .udan .one {
  width: 50%;
  height: 20px;
  margin-top: -10px;
  background: #aabcd2;
}
.dm-sbu .udan a.on:nth-child(1) ~ .one,
.dm-sbu .udan label.on:nth-child(1) ~ .one {
  left: 0px;
}
.dm-sbu .udan a.on:nth-child(2) ~ .one,
.dm-sbu .udan label.on:nth-child(2) ~ .one {
  left: 50%;
}
.dm-sbu .cur {
  display: block;
  position: absolute;
  /* right: -8px; */
  top: 9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -8px;
  right: auto;
}

.map-md-lv {
  width: 100%;
  padding: 7px 10px;
  background: #f8f8f8;
  border-top: 1px solid #eeeeee;
  /*     display:flex;
  	position:absolute;
  	left:20px;
  	bottom:25px;
  	z-index: 1009;
  	width:360px;
  	height:55px;
  	background:#fff;
  	align-items: center;
  	justify-content: center;
  	line-height:1;
  	border-radius:3px;
  	box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.2); */
}
.map-md-lv .mlv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-md-lv .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.map-md-lv .box div {
  height: 10px;
}
.map-md-lv .box span {
  display: block;
  margin-top: 4px;
  color: #222;
  font-size: 11px;
}

/*



███    ███  █████  ██████      ██      ███████ ███████ ████████     ███████ ██ ██   ████████ ███████ ██████
████  ████ ██   ██ ██   ██     ██      ██      ██         ██        ██      ██ ██      ██    ██      ██   ██
██ ████ ██ ███████ ██████      ██      █████   █████      ██        █████   ██ ██      ██    █████   ██████
██  ██  ██ ██   ██ ██          ██      ██      ██         ██        ██      ██ ██      ██    ██      ██   ██
██      ██ ██   ██ ██          ███████ ███████ ██         ██        ██      ██ ███████ ██    ███████ ██   ██



*/
.header-no #area-el-detail,
.header-no .area-el-detail-extend,
.header-no .area-el-detail-common {
  top: 0px;
  height: 100%;
}

.aed-no-data01 {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eee;
  height: 330px;
}
.aed-no-data01 span {
  display: inline-block;
  color: #222222;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.aed-no-data01 span:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 20px;
  background: url(/images/ui_ico.png) no-repeat -70px -190px;
}
.aed-no-data01 .cl-blue {
  color: var(--color-bdsplanet);
}
.aed-no-data01.no_line {
  border: none;
}
.aed-no-data01.ss {
  height: 77px;
  margin-bottom: 40px;
}
.aed-no-data01.hide {
  display: none !important;
}
.aed-no-data01.new-type {
  height: auto;
  padding: 20px 0;
}
.aed-no-data01.ptb0 {
  padding-top: 0;
  padding-bottom: 0;
}
.aed-no-data01.pt30 {
  padding-top: 30px;
}
.aed-no-data01.pb0 {
  padding-bottom: 0;
}
.aed-no-data01.pb30 {
  padding-bottom: 30px;
}

#area-el-detail,
.area-el-detail-extend {
  display: none;
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 10001;
  width: 400px;
  height: calc(100% - 60px);
  background: #fff;
  line-height: 1;
}

#area-el-detail .aed-container {
  overflow-y: hidden;
}
#area-el-detail.two-set {
  left: 400px;
}
#area-el-detail.dtRp .__csbScroll__scrollbar__area {
  z-index: 10 !important;
}

.area-el-detail-common {
  display: none;
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 10001;
  width: 400px;
  height: calc(100% - 60px);
  background: #fff;
  line-height: 1;
}
.area-el-detail-common.right {
  left: auto !important;
  right: 0px !important;
}
.area-el-detail-common.on ~ .area-el-detail-common.on {
  left: 400px;
}

#area-el-detail-extend_area_draw_history.on ~ #area-el-detail {
  left: 400px;
}
#area-el-detail.on, .area-el-detail-extend.on, .area-el-detail-common.on {
  display: block;
}

#area-el-detail:after, .area-el-detail-extend:after, .area-el-detail-common:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.13);
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000;
}

#area-el-detail:after {
  z-index: 1002;
}

#area-el-detail .mCSB_scrollTools_vertical, .area-el-detail-extend .mCSB_scrollTools_vertical, .area-el-detail-common .mCSB_scrollTools_vertical {
  z-index: 10000;
  right: 0px;
  padding: 0 10px;
}

#area-el-detail .mCSB_scrollTools .mCSB_draggerContainer, .area-el-detail-extend .mCSB_scrollTools .mCSB_draggerContainer, .area-el-detail-common .mCSB_scrollTools .mCSB_draggerContainer {
  margin: 6px 0;
}

.aed-box-fam {
  background: #f0f1f2;
}

.aed-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}

.aed-container {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  /* padding-top: 70px; */
}

.aed-w, .aed-wrap, .acwr {
  height: 100%;
}

.acwr {
  position: relative;
}

.bt-detail-close {
  bottom: 20px;
}
.bt-detail-close.st {
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.bt-detail-close:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/ui_common.png) no-repeat -173px -400px;
  background-size: 500px;
}

.aed-header {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1002;
  width: 100%;
}
.aed-header .btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 48px;
  height: 70px;
  left: 0px;
  top: 0px;
  transition: 0.3s ease-out;
}
.aed-header .btn-back:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
.aed-header.orange {
  background: #f46043;
}
.aed-header.blue {
  background: var(--color-bdsplanet);
}
.aed-header.y-purple {
  background: #4c5bca;
}
.aed-header.jjin-blue {
  background: var(--color-bdsplanet02);
}
.aed-header.jjin-blue .aed-loc02 a.on {
  color: #ffe776;
}
.aed-header.jjin-blue .aed-loc02 a.on:before {
  background: #ffe776;
}
.aed-header .txa {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.aed-header .tx01 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 20px;
}
.aed-header .ty {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-width: 32px;
  height: 18px;
  margin: 0 5px 0 -5px;
  padding: 0 5px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #7790ad;
  font-size: 12px;
}
.aed-header > .titlearea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  padding: 0 20px 0 45px;
  border-bottom: 1px solid transparent;
}
.aed-header .titlearea.no-back {
  padding-left: 20px;
}
.aed-header .titlearea .left, .aed-header .titlearea .right {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aed-header .title {
  padding-right: 15px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 22px;
  letter-spacing: -1px;
}
.aed-header .addr {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 230px;
  margin: 4px 0 0;
  color: #666;
  font-size: 13px;
  font-weight: normal;
  font-weight: 500;
}
.aed-header.det01 + .aed-container {
  padding-top: 105px;
}
.aed-header.new-white > .titlearea {
  padding-left: 55px;
  background: #fff;
}
.aed-header.new-white > .titlearea .title {
  color: #000000;
}
.aed-header.new-white .aed-loc {
  background: #fff;
}
.aed-header.new-white .btn-back {
  justify-content: start;
  width: 55px;
  padding-left: 20px;
}
.aed-header.new-white .btn-back:before {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background-image: var(--bg-i-common);
  background-position: -150px -238px;
  border: none;
  transform: none;
}
.aed-header.new-white .aed-header-util .def-ut.alarm:before {
  background-position: -377px -34px;
}
.aed-header.new-white .aed-header-util .def-ut.alarm.on:before {
  background-position: -310px -34px;
}
.aed-header.new-white .aed-header-util .def-ut.share:before {
  background-position: -356px -59px;
}

.aed-header-util {
  display: flex;
  margin-right: 20px;
}
.aed-header-util .def-ut {
  display: inline-flex;
  align-items: center;
  /* margin-left:14px; */
  margin-left: 20px;
}
.aed-header-util .def-ut:first-child {
  margin-left: 0;
}
.aed-header-util .def-ut:before {
  display: block;
  content: "";
  background: url("/images/ui_ico.png") no-repeat;
}
.aed-header-util .def-ut.share:before {
  width: 16px;
  height: 20px;
  background-position: -233px -34px;
}

.jjin-blue .aed-header-util .def-ut.share:before {
  background-position: -356px -88px;
}

.aed-header-util .def-ut.alarm:before {
  width: 18px;
  height: 20px;
  background-position: -264px -34px;
}
.aed-header-util .def-ut.alarm.on:before {
  background-position: -355px -34px;
}
.aed-header-util .def-ut .txt {
  /*     margin-left:4px;
  			color:#fff227; */
  font-size: 0;
}

.aed-header.white .titlearea {
  background: #fff;
  /* border-bottom-color:#f5f5f5 */
}
.aed-header.white .title {
  color: #000000;
}
.aed-header.white.style-tab.posi .aed-loc {
  background: #fff;
}
.aed-header.white .aed-loc a {
  position: relative;
  color: #fff;
  font-weight: 600;
}
.aed-header.white .aed-loc a:before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #215ba0;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -7px;
}
.aed-header.white .aed-loc a:first-child:before {
  content: normal;
}
.aed-header.white .btn-back:before {
  border-color: #000;
}
.aed-header.white .btn-back::after {
  background: #000;
}
.aed-header.white .aed-header-util .def-ut.alarm:before {
  background-position: -377px -34px;
}
.aed-header.white .aed-header-util .def-ut.alarm.on:before {
  background-position: -310px -34px;
}
.aed-header.white .aed-header-util .def-ut.share:before {
  background-position: -356px -59px;
}

.aed-loc {
  display: flex;
  height: 35px;
  line-height: 1;
  background: var(--color-bdsplanet02);
}
.aed-loc a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* border-top:1px solid rgb(255, 255, 255, .2);
  	border-right:1px solid rgb(255, 255, 255, .2); */
  font-size: 14px;
}
.aed-loc a em {
  display: none;
}
.aed-loc a:last-child {
  border-right: none;
}
.aed-loc a.on {
  color: var(--color-bdsplanet);
  background: #fff;
}
.aed-loc.four a {
  width: 25%;
  flex: 1;
}
.aed-loc.new-white {
  padding: 0 10px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.aed-loc.new-white a {
  padding: 0 10px;
  color: #444444;
  font-size: 14px;
}
.aed-loc.new-white a.current {
  font-weight: bold;
  color: #000;
}

.aed-loc02 {
  display: flex;
  height: 50px;
  line-height: 1;
}
.aed-loc02 a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b2d7f7;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
}
.aed-loc02 a:last-child {
  border-right: none;
}
.aed-loc02 a.on {
  position: relative;
  color: #fff227;
}
.aed-loc02 a.on:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #fff227;
}
.aed-loc02.two a {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.aed-toft-select-area {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 52px;
  padding: 8px 20px;
  background-color: #f6f7f8;
}
.aed-toft-select-area .ts01 {
  width: 160px;
}
.aed-toft-select-area .ts02 {
  flex: 1;
  margin-left: 5px;
  text-align: right;
}
.aed-toft-select-area + .aed-mini-map {
  margin-top: 35px;
}
.aed-toft-select-area + .aed-container {
  padding-top: 105px;
}
.aed-toft-select-area + .aed-container .aed-cont-def {
  padding-top: 55px;
}
.aed-toft-select-area.hide + .acwr .aed-cont-def {
  padding-top: 20px;
}
.aed-toft-select-area:not(.hide) + .acwr {
  padding-bottom: 62px;
}
.aed-toft-select-area .main {
  display: flex;
}

.ts-radio-area {
  display: flex;
  height: 100%;
  border: 1px solid #e7e8e9;
  border-radius: 8px;
  background-color: #fff;
}
.ts-radio-area .tdg {
  flex: 1;
  position: relative;
}
.ts-radio-area .tdg input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.ts-radio-area .tdg input:checked + label {
  height: calc(100% + 2px);
  margin: -1px;
  border-radius: 8px;
  background-color: #2e363e;
  color: #fff;
  font-weight: bold;
}
.ts-radio-area .tdg label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #444;
  font-size: 14px;
  cursor: pointer;
}

.rpdetail-select {
  display: inline-block;
  height: 100%;
  border: 1px solid #e7e8e9;
  border-radius: 7px;
  background-color: #fff;
}
.rpdetail-select .this {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
}
.rpdetail-select .bx {
  color: var(--color-bdsplanet03);
  font-size: 14px;
  font-weight: bold;
}
.rpdetail-select .ic {
  width: 10px;
  margin: 0 0 0 13px;
}
.rpdetail-select .ic div {
  height: 2px;
  background-color: var(--color-bdsplanet03);
}
.rpdetail-select .ic div:not(:first-child) {
  margin: 2px 0 0;
}
.rpdetail-select.nod {
  cursor: default;
}
.rpdetail-select.nod .bx {
  color: #999;
  font-weight: 500;
}
.rpdetail-select.nod .ic {
  display: none;
}

.aed-logingo {
  margin: 0 0 30px;
}
.aed-logingo .st {
  margin: 0 0 18px;
  color: #6574e4;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
}
.aed-logingo .et {
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
}
.aed-logingo .et span {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  margin-left: 4px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  color: #7790ad;
}
.aed-logingo .et span:first-child {
  margin-left: 0;
}
.aed-logingo .btns {
  display: flex;
  width: 300px;
  height: 45px;
  margin: 0 auto;
  border: 1px solid #b2b9f1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}
.aed-logingo .btns span {
  color: #6574e4;
  font-size: 14px;
}

.aed-box {
  position: relative;
  padding: 0 20px;
  border-bottom: 1px solid #f0f1f2;
  margin: 0 0 4px;
}
.aed-box:last-child {
  margin: 0;
  border-bottom: 0;
}
.aed-box.jub {
  overflow: hidden;
}
.aed-box.white {
  background: #fff !important;
}
.aed-box.ori-pdt {
  padding-top: 0;
}
.aed-box .main-titlearea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 67px;
  padding-top: 3px;
}
.aed-box .main-titlearea .left,
.aed-box .main-titlearea .right {
  flex-grow: 1;
}
.aed-box .main-titlearea .left {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.aed-box .main-titlearea .title {
  flex: 1;
  flex-grow: 1;
  display: inline-flex;
  width: 100%;
  align-items: center;
  color: #222;
  font-size: 18px;
  white-space: nowrap;
  font-weight: bold;
}
.aed-box .main-titlearea .title.beta:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 10px;
  background: url(/images/nn_beta.png) no-repeat 0 0;
  vertical-align: top;
  margin-left: 5px;
}
.aed-box .main-titlearea .title .bu {
  flex-grow: 1;
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 11px;
  margin-left: 10px;
  color: #666666;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aed-box .main-titlearea .la {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 5px;
  margin: 0 0 0 5px;
  border: 1px solid #e5e5e5;
  border-radius: 9px;
  color: #7790ad;
  font-size: 12px;
}
.aed-box .main-titlearea .ask-box01 {
  flex-grow: 1;
}
.aed-box .main-titlearea .aed-readme {
  display: block;
  color: #7790ad;
  white-space: nowrap;
}
.aed-box .main-titlearea .aed-readme.gray {
  color: #999999;
}
.aed-box .main-titlearea .aed-readme.dan {
  font-size: 13px;
}
.aed-box .main-titlearea .title .bu:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  width: 1px;
  height: 16px;
  background: #dce1e5;
}
.aed-box .main-titlearea .title + .btn-dan-change {
  margin: 1px 0 0 10px;
}
.aed-box .main-titlearea .add-ex {
  width: 100%;
  position: relative;
  padding-left: 10px;
  margin-left: 9px;
  color: #666666;
  font-size: 16px;
}
.aed-box .main-titlearea .add-ex:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0px;
  width: 1px;
  height: 16px;
  background-color: #e5e5e5;
}
.aed-box .main-titlearea .data {
  white-space: nowrap;
  color: #999;
  font-size: 13px;
}
.aed-box .btn-dan-change {
  display: none;
}
.aed-box .a-link {
  display: inline-block;
  color: var(--color-bdsplanet);
  text-decoration: underline;
}

.aed-main-box {
  padding-bottom: 30px;
}
.aed-main-box.pdb12 {
  padding-bottom: 12px;
}
.aed-main-box.pdb0 {
  padding-bottom: 0;
}

.aed-bu-box {
  margin: 0 -20px;
  padding: 0 20px 20px;
}
.aed-bu-box.jub {
  overflow: hidden;
}
.aed-bu-box.no-title {
  padding: 20px;
}
.aed-bu-box .sub-titlearea {
  height: 54px;
  margin: 0 -20px;
  padding: 0 20px;
  border-top: 5px solid #F0F1F2;
}
.aed-bu-box .sub-titlearea .title + .btn-dan-change {
  margin-left: 9px;
}
.aed-bu-box.minclude {
  padding-bottom: 0;
  margin-top: 30px;
}
.aed-bu-box.minclude .sub-titlearea {
  border: none;
  height: auto;
  margin-bottom: 15px;
}

.aed-box-con .sub-titlearea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
.aed-box-con .sub-titlearea.no-ac {
  height: auto;
  margin-bottom: 10px;
}

.aed-line-tbl + .sub-titlearea.no-ac {
  margin-top: 20px;
}

.aed-box-con .sub-titlearea .cl-black {
  color: #222 !important;
}
.aed-box-con .sub-titlearea .cl-bblack {
  color: #000 !important;
}
.aed-box-con .sub-titlearea .left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aed-box-con .sub-titlearea .title {
  color: var(--color-bdsplanet);
  font-size: 16px;
  font-weight: 700;
}
.aed-box-con .sub-titlearea .title.beta:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 10px;
  background: url(/images/nn_beta.png) no-repeat 0 0;
  vertical-align: top;
  margin-left: 5px;
}
.aed-box-con .sub-titlearea .bu {
  position: relative;
  padding-left: 11px;
  margin-top: -1px;
  margin-left: 10px;
  color: #666666;
  font-size: 16px;
}
.aed-box-con .sub-titlearea .bu:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 1px;
  width: 1px;
  height: 14px;
  background: #dce1e5;
}

.aed-box-con .sub-titlearea .title-buga, .aed-box-con .sub-titlearea .buga {
  margin-left: 5px;
  color: #999999;
  font-size: 13px;
}
.aed-box-con .sub-titlearea .title-buga02 {
  position: relative;
  padding-left: 11px;
  margin-left: 10px;
  color: #666666;
}
.aed-box-con .sub-titlearea .title-buga02:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 6px;
  width: 1px;
  height: 14px;
  background: #dce1e5;
}
.aed-box-con .sub-titlearea + .aed-tbl .aed-readme {
  margin-bottom: 15px;
}

.aed-bsub-box-wr {
  margin: 0 -20px;
}

.aed-bsub-box {
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.aed-bsub-box:first-child {
  padding-top: 0;
  border-top: 0;
}
.aed-bsub-box:last-child {
  padding-bottom: 0;
}

.aed-share-minibox {
  display: none;
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 58px;
  padding: 25px;
  border: 1px solid #aabcd2;
  background: #fff;
  line-height: 1;
  box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.1);
}
.aed-share-minibox .asm-title {
  font-size: 16px;
  color: #222;
}
.aed-share-minibox .asm-titlearea {
  margin-bottom: 19px;
}
.aed-share-minibox .close {
  position: absolute;
  top: 25px;
  right: 25px;
}

/* 기본정보 */
.aed-cont-def {
  padding-top: 20px;
  padding-bottom: 0;
  background: #fff;
}
.aed-cont-def .aed-tbl {
  margin-top: 20px;
}
.aed-cont-def .ant01 {
  margin-top: 20px;
}
.aed-cont-def .ant01:empty {
  margin-top: 0;
}

.aed-mini-map {
  position: relative;
}
.aed-mini-map .map-area {
  position: relative;
  width: 100%;
  height: 180px;
  background-color: #eee;
}
.aed-mini-map .mut-area {
  display: flex;
  position: absolute;
  bottom: 10px;
}
.aed-mini-map .mut-area.left {
  left: 10px;
}
.aed-mini-map .mut-area.right {
  right: 10px;
}
.aed-mini-map .mut {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  background: rgba(36, 48, 58, 0.8);
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
}
.aed-mini-map .mut:first-child {
  margin-left: 0;
}

.aed-mm {
  position: relative;
  height: 200px;
}
.aed-mm .aed-mini-map {
  position: absolute;
  width: 100%;
  height: 100%;
}
.aed-mm .aed-mini-map .map-area {
  width: 100%;
  height: 100%;
}
.aed-mm .aed-mini-map .map-area > div {
  -webkit-transform: translate3d(0, 0, 0);
}
.aed-mm .aed-mini-map .mut-area {
  z-index: 1;
}

.aed-map-det {
  margin-top: 17px;
}
.aed-map-det .map-info {
  display: inline;
  margin-right: 3px;
  word-break: break-all;
  word-wrap: break-word;
}
.aed-map-det .map-info .txt {
  width: 100%;
}
.aed-map-det .map-info .txt01 {
  display: inline;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.aed-map-det .map-info .txt-company {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.aed-map-det .map-info .txt02 {
  display: block;
  margin-top: 6px;
  color: #666;
  font-size: 14px;
}
.aed-map-det .map-info .txt02 span + span:before {
  content: "·";
  margin: 0 5px;
}
.aed-map-det .map-info .txt02 span.none + span:before {
  content: normal;
}
.aed-map-det .map-info .txt-cpreadme {
  margin-top: 6px;
  color: #666;
  font-size: 14px;
  line-height: 21px;
}
.aed-map-det .map-info .txt-cpreadme .gr + .read {
  position: relative;
  padding-left: 8px;
  margin-left: 7px;
}
.aed-map-det .map-info .txt-cpreadme .gr + .read:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 1px;
  height: 13px;
  background: #ddd;
}
.aed-map-det .map-info .txt03 {
  margin-top: 7px;
  color: #7790ad;
  font-size: 14px;
}
.aed-map-det .map-info .txt03:empty {
  margin: 0;
}
.aed-map-det .aed-addr-copy {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 4px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  user-select: none;
}
.aed-map-det .aed-addr-copy .txt {
  color: #222222;
  font-size: 11px;
  line-height: -0.5px;
}
.aed-map-det .aed-addr-copy:before {
  margin-right: 2px;
}
.aed-map-det .sp-if {
  margin: 12px 0 0;
}
.aed-map-det .sp-if [data-dan-toggle-con] .au.on {
  display: inline-block;
}
.aed-map-det .sp-if .txt {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  color: #444444;
  font-size: 13px;
}
.aed-map-det .sp-if .txt:before {
  margin: 0 7px 0 0;
}
.aed-map-det .sp-if .txt span {
  position: relative;
}
.aed-map-det .sp-if .txt span:not(:last-child) {
  padding-right: 9px;
}
.aed-map-det .sp-if .txt span:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 3px;
  width: 2px;
  height: 2px;
  background-color: #444;
  border-radius: 100%;
}
.aed-map-det .sp-if li {
  position: relative;
  padding-left: 20px;
  line-height: 15px;
}
.aed-map-det .sp-if li:not(:first-child) {
  margin-top: 4px;
}
.aed-map-det .sp-if li:before {
  position: absolute;
  left: 0px;
}
.aed-map-det .sp-if li.summary-info-land:before, .aed-map-det .sp-if li.summary-info-bldg:before {
  top: 2px;
}
.aed-map-det .etc-if {
  display: flex;
  gap: 12px;
  margin: 15px 0 0;
}
.aed-map-det .etc-if .ei {
  display: inline-flex;
  align-items: center;
  color: #7790ad;
  font-size: 12px;
}
.aed-map-det .etc-if .ei:before {
  margin: 0 4px 0 0;
}
.aed-map-det .mes-util {
  position: relative;
  display: flex;
  height: 65px;
  margin: 20px 0 0;
  border-top: 1px solid #f2f2f2;
}
.aed-map-det .mes-util > a {
  flex: 1;
  position: relative;
  padding: 12px 0 0;
  text-align: center;
}
.aed-map-det .mes-util > a:not(:first-child):before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  width: 1px;
  height: 39px;
  background-color: #f2f2f2;
}
.aed-map-det .mes-util > a .ico {
  height: 27px;
}
.aed-map-det .mes-util > a .tx {
  color: #222222;
  font-size: 14px;
}
.aed-map-det .mes-util > a.save.on .ico:before {
  background-position-x: -206px;
}
.aed-map-det .mes-util > a.alarm.on .ico:before {
  background-position-y: -472px;
}
.aed-map-det .mes-util .aed-share-minibox {
  top: auto;
  right: -20px;
  bottom: -115px;
}
.aed-map-det .memo {
  padding: 12px 15px;
  background: #f9fafb;
  border-radius: 12px;
  text-align: center;
}
.aed-map-det .memo .view {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
  font-size: 14px;
  color: #4f5f72;
  word-break: break-all;
}
.aed-map-det .memo.hide ~ .save-i {
  position: relative;
}
.aed-map-det .memo.hide ~ .save-i:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
}
.aed-map-det .save-i {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin: 15px 0;
}
.aed-map-det .save-i .folder {
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 77px);
  height: 30px;
  padding: 0 15px 0 5px;
  border: 1px solid #000;
  border-radius: 15px;
}
.aed-map-det .save-i .folder-name {
  flex: 1;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 5px;
  font-weight: bold;
  line-height: 17px;
}
.aed-map-det .save-i .folder-modify {
  height: 30px;
  padding: 0 15px;
  border-radius: 15px;
  background-color: var(--color-bdsplanet);
}
.aed-map-det .save-i .folder-modify .txt {
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
}

.aed-price-info {
  margin: 20px 0 0;
  line-height: 1;
}
.aed-price-info .ae-pi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.aed-price-info .ae-pi .tit {
  position: absolute;
  top: -6px;
  background: #fff;
  padding-right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aed-price-info .ae-pi .tit .tt01 {
  color: #000;
  font-size: 13px;
  font-weight: bold;
}
.aed-price-info .ae-pi .tit .day {
  margin-left: 3px;
  color: #999999;
  font-size: 12px;
}
.aed-price-info .ae-pi:first-child {
  border-color: #f5f5f5;
}
.aed-price-info .abw {
  display: flex;
}
.aed-price-info .bx {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0 0 0 15px;
  border-left: 1px solid #f5f5f5;
}
.aed-price-info .bx:first-child {
  border-left: 0;
}
.aed-price-info .bx .tt01 {
  color: #111;
  font-weight: bold;
  font-size: 13px;
}
.aed-price-info .bx .day {
  color: #111;
  margin-left: 5px;
  font-size: 10px;
}
.aed-price-info .bx.pay-dae {
  padding: 0;
}
.aed-price-info .bx.pay-dae .regulation {
  display: flex;
  align-items: center;
  height: 15px;
  padding: 0 3px;
  margin-top: 7px;
  background: #f5f5f5;
}
.aed-price-info .bx.pay-dae .regulation span {
  color: #000;
  font-weight: bold;
  display: inline-flex;
}
.aed-price-info .bx.pay-dae .regulation span.up:before, .aed-price-info .bx.pay-dae .regulation span.down:before {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  font-size: 11px;
}
.aed-price-info .bx.pay-dae .regulation span.up:before {
  content: "▲";
}
.aed-price-info .bx.pay-dae .regulation span.down:before {
  content: "▼";
}
.aed-price-info .bx.pay-dae .regulation em {
  margin-left: 3px;
  color: #666666;
  font-size: 10px;
  font-weight: bold;
}
.aed-price-info .bx .price-area {
  width: 100%;
}
.aed-price-info .bx .price-area .txt {
  color: #111;
  font-weight: 700;
  font-size: 20px;
}
.aed-price-info .p-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4px;
}
.aed-price-info .p-pay:first-child {
  margin-top: 0;
}
.aed-price-info .p-pay dt {
  color: #999999;
  font-weight: bold;
  font-size: 13px;
}
.aed-price-info .p-pay dd span {
  color: #111;
  font-weight: bold;
  font-size: 13px;
}
.aed-price-info .p-pay dd em {
  color: #999;
  font-weight: bold;
  font-size: 12px;
}

.aed-mini-loading {
  width: 100%;
  text-align: center;
}
.aed-mini-loading .ld {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 4px;
  margin: 0 auto;
  background: #e1ebf7;
  border-radius: 2px;
}
.aed-mini-loading .ld .ga {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background: linear-gradient(90deg, rgb(33, 71, 211) 0%, rgb(148, 103, 250) 100%);
  border-radius: 2px;
  transition: 0.3s ease-out;
}
.aed-mini-loading .txt {
  margin: 18px 0 0;
  color: #6574e4;
  font-size: 12px;
}
.aed-mini-loading .txt .per {
  display: inline-block;
  margin-left: 5px;
  font-weight: bold;
}

.aed-mm-price {
  display: flex;
  align-items: center;
  height: 100px;
  border-radius: 15px;
  background-color: #f9fafb;
}
.aed-mm-price .bx {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px 0 0 15px;
  border-radius: 15px;
}
.aed-mm-price .bx.on {
  position: relative;
  padding-top: 13px;
  padding-left: 14px;
  border: 1px solid #c4d8f3;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(59, 126, 216, 0.2);
}
.aed-mm-price .bx + .bx {
  padding-left: 15px;
}
.aed-mm-price .bx + .bx.on {
  padding-left: 16px;
}
.aed-mm-price .bx .none {
  margin: 13px 0 0;
  color: #666;
  font-size: 13px;
  line-height: 18px;
}
.aed-mm-price .titlearea .tit {
  color: #000000;
  font-size: 14px;
}
.aed-mm-price .titlearea .date, .aed-mm-price .titlearea .floor {
  color: #666;
  font-size: 12px;
}
.aed-mm-price .titlearea .floor {
  position: relative;
  padding-left: 5px;
  margin-left: 2px;
}
.aed-mm-price .titlearea .floor:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0px;
  width: 1px;
  height: 9px;
  background: #e5e5e5;
}
.aed-mm-price .price {
  margin: 13px 0 0;
}
.aed-mm-price .price .mtx {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}
.aed-mm-price .price .ds {
  margin: 7px 0 0;
  font-size: 12px;
}
.aed-mm-price .price .ds:before {
  content: "▲";
  display: inline-block;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  font-size: 10px;
}
.aed-mm-price .price .ds.up {
  color: var(--color-def-red);
}
.aed-mm-price .price .ds.down {
  color: #1f75ea;
}
.aed-mm-price .price .ds.down:before {
  content: "▼";
}
.aed-mm-price .price .mtx, .aed-mm-price .price .ds {
  font-weight: bold;
}
.aed-mm-price .price .tp {
  color: #999999;
  margin: 7px 0 0;
  font-size: 12px;
}
.aed-mm-price .price .tp:empty {
  margin: 0;
  font-size: 0;
}
.aed-mm-price .price.login {
  display: block;
}
.aed-mm-price .price.login .mtx {
  color: #bbb;
}
.aed-mm-price .price.login .logintxt {
  display: block;
  margin: 7px 0 0;
  color: #999;
  font-size: 12px;
}
.aed-mm-price .price.login .logintxt:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 5px;
  margin: 0 0 1px 5px;
  background-image: var(--bg-i-common);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -166px -112px;
}
.aed-mm-price .real_price .mtx,
.aed-mm-price .assume_price .mtx {
  opacity: 0;
  animation-name: sdsd;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}
.aed-mm-price .assume_price .mtx {
  animation-delay: 0.15s;
}
.aed-mm-price .assume_price .mtx:after {
  display: block;
  margin: 7px 0 0;
  color: #8563e9;
  font-size: 12px;
  font-weight: normal;
  content: "베타서비스 중";
}
.aed-mm-price .assume_price .login .mtx:after,
.aed-mm-price .assume_price .mtx:empty:after {
  content: "";
  display: none;
}

@keyframes sdsd {
  from {
    opacity: 0;
    transform: translate(0, 20px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
.aed-sil-info .bds-gray-tab {
  height: 40px;
  margin: 0 0 15px;
}
.aed-sil-info .bds-gray-tab .la {
  font-size: 14px;
}

.aed-rbox {
  padding: 18px 20px;
  background: #fafafa;
  border-radius: 5px;
  line-height: 20px;
}
.aed-rbox .title {
  position: relative;
  padding-left: 20px;
  margin: 0 0 7px;
  color: #6574e4;
  font-size: 14px;
  font-weight: bold;
}
.aed-rbox .title:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: var(--bg-i-common);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -152px -128px;
}
.aed-rbox .readme {
  color: #666666;
  font-size: 13px;
}
.aed-rbox.mb30 {
  margin-bottom: 30px;
}
.aed-rbox.mgt15 {
  margin-top: 15px;
}
.aed-rbox .con-readme-btn-area {
  margin: 13px 0 0;
  justify-content: center;
}

/*실거래정보 */
.aed-sil-deal-price > .no-data01 {
  margin-bottom: 50px;
}
.aed-sil-deal-price .newsangChart .sil-deal-price-graph.hide ~ .aed-sg-deal-list {
  margin-top: 0;
}

.aed-cont-sg-info {
  padding-top: 11px;
  background-color: #fff;
}

.aed-el-price-txt-common-cons.dir-row {
  display: flex;
  flex-direction: row;
}
.aed-el-price-txt-common-cons.dir-row .aed-el-price-txt-common {
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 17px 0 0;
  height: 100px;
}
.aed-el-price-txt-common-cons.dir-row .aed-el-price-txt-common .price-info-area {
  margin: 10px 0 0;
  text-align: center;
}
.aed-el-price-txt-common-cons.dir-row .aed-el-price-txt-common:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.aed-el-price-txt-common-cons.dir-row .aed-el-price-txt-common:not(:first-child) {
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.aed-el-price-txt-common-cons.dir-row .aed-el-price-txt-common:not(:first-child):before {
  content: "";
  position: absolute;
  top: calc(50% - 32px);
  left: 0px;
  width: 1px;
  height: 64px;
  background-color: #e7e8e9;
}
.aed-el-price-txt-common-cons.dir-row .aed-el-price-txt-common .no-data {
  margin-top: 13px;
}
.aed-el-price-txt-common-cons.mb15 {
  margin-bottom: 15px;
}

.aed-el-price-txt-common {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  height: 80px;
  padding: 0 20px;
  background-color: #f6f7f8;
  border-radius: 16px;
}
.aed-el-price-txt-common .exp-area .txt {
  color: #000;
}
.aed-el-price-txt-common .exp-area .date {
  font-size: 12px;
}
.aed-el-price-txt-common .price-info-area {
  text-align: right;
}
.aed-el-price-txt-common .aed-mini-loading {
  width: 100px;
}
.aed-el-price-txt-common .price-area {
  line-height: 1;
}
.aed-el-price-txt-common .price-area .txt {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.8px;
}
.aed-el-price-txt-common .price-area .floor {
  margin-left: 5px;
  font-size: 13px;
}
.aed-el-price-txt-common .price-area .floor:empty {
  display: none;
}
.aed-el-price-txt-common .etc-info {
  margin: 7px 0 0;
}
.aed-el-price-txt-common .etc-info .rolltxt {
  height: 15px;
}
.aed-el-price-txt-common .etc-info .rolltxt .rc {
  height: 18px;
  white-space: nowrap;
}
.aed-el-price-txt-common .etc-info .txt {
  color: #666666;
  font-size: 12px;
}
.aed-el-price-txt-common .etc-info .val {
  font-size: 12px;
  font-weight: bold;
}
.aed-el-price-txt-common .etc-info .val.fig:before {
  content: "";
  display: inline-block;
  transform: scale(0.6);
  font-size: 10px;
}
.aed-el-price-txt-common .etc-info .val.fig.increase:before {
  content: "▲";
}
.aed-el-price-txt-common .etc-info .val.fig.decrease:before {
  content: "▼";
}
.aed-el-price-txt-common .etc-info .val.increase {
  color: var(--color-def-red);
}
.aed-el-price-txt-common .etc-info .val.decrease {
  color: #1f75ea;
}
.aed-el-price-txt-common .no-data {
  color: #999;
}
.aed-el-price-txt-common .ask-box01 {
  position: absolute;
  right: 15px;
  bottom: 32px;
}
.aed-el-price-txt-common svg {
  overflow: visible;
}
.aed-el-price-txt-common .ask-box01 .malpu {
  right: -15px;
  top: calc(100% + 11px);
}
.aed-el-price-txt-common .con-readme-malpu:after {
  left: auto;
  right: 18px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: -3px;
}
.aed-el-price-txt-common + .aed-main-box {
  margin: 21px 0 0;
}
.aed-el-price-txt-common .real-cla {
  display: flex;
}
.aed-el-price-txt-common .real-cla .cl {
  margin: 0 0 0 10px;
}
.aed-el-price-txt-common .real-cla .cl:first-child {
  margin-left: 0;
}
.aed-el-price-txt-common.bluegray {
  background-color: #f1f5fb;
}
.aed-el-price-txt-common.bluegray .exp-area .txt,
.aed-el-price-txt-common.bluegray .price-area .txt {
  color: #4f5f72;
}
.aed-el-price-txt-common.sky {
  background-color: #f0f7ff;
}
.aed-el-price-txt-common.sky .exp-area .txt,
.aed-el-price-txt-common.sky .exp-area .floor,
.aed-el-price-txt-common.sky .price-area .txt,
.aed-el-price-txt-common.sky .price-area .floor {
  color: var(--color-bdsplanet);
}
.aed-el-price-txt-common.cont-esti-price {
  background-color: #f4f7ff;
}
.aed-el-price-txt-common.cont-esti-price .price-area .txt,
.aed-el-price-txt-common.cont-esti-price .price-area .floor {
  color: #6574e4;
}
.aed-el-price-txt-common.cont-esti-price .etc-info .txt,
.aed-el-price-txt-common.cont-esti-price .exp-area .txt {
  color: #6574e4;
}
.aed-el-price-txt-common.cont-esti-price .no-data {
  color: #999999;
  font-size: 12px;
}
.aed-el-price-txt-common.case02 .real-cla {
  display: grid;
}
.aed-el-price-txt-common.case02 .real-cla .cl {
  margin: 0;
}
.aed-el-price-txt-common.case02 .real-cla .cl + .cl {
  margin: 4px 0 0;
}
.aed-el-price-txt-common.pre-quan {
  justify-content: space-between;
}
.aed-el-price-txt-common.pre-quan .price-area .txt {
  color: #6574e4;
}
.aed-el-price-txt-common.mb15 {
  margin-bottom: 15px;
}

.aed-sil-gur {
  margin-top: 7px;
}

.aed-sil-gur-change .bottom-btn-area {
  display: flex;
  height: 45px;
  margin: 28px 0 0;
}
.aed-sil-gur-change .bottom-btn-area .btns {
  flex: 1;
  height: 100%;
  border: 1px solid #909090;
  border-radius: 8px;
}
.aed-sil-gur-change .bottom-btn-area .btns .txt {
  margin-left: 5px;
  color: #222;
  font-size: 14px;
  font-weight: bold;
}
.aed-sil-gur-change .bottom-btn-area .btns:not(:first-child) {
  margin: 0 0 0 10px;
}
.bdsplanet-ui-rolling .rc.ing {
  animation-fill-mode: forwards;
  animation-name: BdsplnaetRollingText;
}

@keyframes BdsplnaetRollingText {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.aed-sg-deal-list {
  margin-top: 38px;
}
.aed-sg-deal-list .aed-line-tbl .td05 {
  width: 75px;
}
.aed-sg-deal-list .aed-line-tbl .td04 {
  width: 82px;
}
.aed-sg-deal-list .aed-line-tbl .td03 {
  width: 71px;
}
.aed-sg-deal-list .aed-line-tbl .td02 {
  width: 81px;
}

.aed-cont-similar-deal-case {
  background-color: #fff;
}

.aed-sdc .aed-line-tbl .td01 {
  max-width: 51px;
}
.aed-sdc .aed-line-tbl .td02 {
  max-width: 81px;
}
.aed-sdc .aed-line-tbl .td03 {
  max-width: 91px;
}
.aed-sdc .aed-line-tbl .td04 {
  max-width: 51px;
}
.aed-sdc .aed-line-tbl .td05 {
  max-width: 46px;
}

.aed-cont-toji-info {
  background: #fff;
}

.aed-gongsi-price-cp .con-readme-btn-area {
  margin-bottom: 15px;
}

.gongsi-price-cp-graph .aed-line-tbl {
  margin-top: 20px;
}

.aed-cont-build-info {
  background-color: #fff;
}
.aed-stc-info .aed-line-tbl .td01 {
  min-width: 51px;
}
.aed-stc-info .aed-line-tbl .td02 {
  min-width: 61px;
}
.aed-stc-info .aed-line-tbl .td03 {
  min-width: 71px;
}
.aed-stc-info .aed-line-tbl .td04 {
  min-width: 61px;
}

.aed-use-ratio {
  background-color: #fff;
}

.aed-use-ratio-graph {
  min-height: 100px;
}

#buildRatioLeg {
  display: table;
  padding: 0 30px;
  margin: 12px 0 0;
}
#buildRatioLeg .fl {
  display: table-row;
  width: 100%;
}
#buildRatioLeg .fl .fn,
#buildRatioLeg .fl .per,
#buildRatioLeg .fl .squ {
  padding-top: 10px;
  padding-bottom: 10px;
}
#buildRatioLeg .fl:not(:last-child) .fn,
#buildRatioLeg .fl:not(:last-child) .per,
#buildRatioLeg .fl:not(:last-child) .squ {
  border-bottom: 1px solid #ebf2fb;
}
#buildRatioLeg .fn {
  display: table-cell;
  width: 100%;
}
#buildRatioLeg .won {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
}
#buildRatioLeg .ln {
  margin-left: 12px;
  font-size: 13px;
  font-weight: bold;
  vertical-align: 1px;
}
#buildRatioLeg .per,
#buildRatioLeg .squ {
  display: table-cell;
  color: #222;
  font-size: 13px;
  white-space: nowrap;
  text-align: right;
}
#buildRatioLeg .per {
  font-weight: bold;
}
#buildRatioLeg .squ {
  padding-left: 15px;
}

.aed-cont-cost-info {
  background: #fdfcef;
}
.aed-cont-cost-info .aed-main-box .aed-line-tbl {
  margin-top: 30px;
}
.aed-cont-cost-info .aed-main-box .aed-line-tbl:first-child {
  margin-top: 0;
}

.aed-cont-locsur-info {
  background: #fff;
}

.map-ali-info .maparea {
  height: 200px;
  background: #ddd;
}
.map-ali-info .maparea .mtn {
  line-height: 1;
  display: inline-block;
  height: auto;
  border: none;
  padding: 13px 11px;
  background: rgba(36, 48, 58, 0.8);
  color: #fff;
  position: absolute;
  /* top: 0px; */
  z-index: 9;
  font-size: 13px;
  border-radius: 4px;
  right: 10px;
  bottom: 10px;
}

.aed-locsur-info .cm-tabmenu {
  margin: 6px 0 20px;
}
.aed-locsur-info .tbl .txt01, .aed-locsur-info .tbl .txt02 {
  display: inline-block;
}
.aed-locsur-info .tbl .txt01 {
  color: #222222;
  font-size: 14px;
}
.aed-locsur-info .tbl .txt02 {
  margin-left: 3px;
  color: #7790ad;
  font-size: 12px;
}
.aed-locsur-info .btn-map-detail {
  height: 30px;
  padding: 0 9px;
  border: 1px solid #cccccc;
  color: var(--color-bdsplanet);
  background: #fff;
  font-size: 13px;
}

.sur-info .su {
  margin: 20px 0 0;
}
.sur-info .su:first-child {
  margin: 0;
}
.sur-info .toparea {
  margin: 0 0 10px;
}
.sur-info .toparea .tit {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1;
}
.sur-info .toparea .tit strong, .sur-info .toparea .tit span {
  font-weight: 600;
}
.sur-info .toparea .tit:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
}
.sur-info .fo ul:empty:before {
  content: "정보없음";
  color: #999;
  font-size: 14px;
}
.sur-info .fo li {
  width: 100%;
  line-height: 18px;
  margin: 0 0 2px;
}
.sur-info .fo li:last-child {
  margin: 0;
}
.sur-info .fo .lc {
  display: inline;
  color: #222222;
  font-size: 14px;
}
.sur-info .fo .do {
  display: inline;
  width: 100%;
  margin: 0 0 0 10px;
}
.sur-info .fo .do span {
  color: #7790ad;
  font-size: 12px;
}
.sur-info .fo .do span + span:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1px;
  background: #7790ad;
  margin: 0 2px 0 3px;
  vertical-align: middle;
}
.sur-info .cc + .cc {
  margin: 20px 0 0;
  padding: 21px 0 0;
  border-top: 1px solid #eee;
}
.sur-info .sky .tit {
  color: #2175f3;
}
.sur-info .pink .tit {
  color: #dd39b8;
}
.sur-info .red .tit {
  color: #f93f55;
}
.sur-info .blue .tit {
  color: #4285c4;
}
.sur-info .brown .tit {
  color: #b3531f;
}
.sur-info .sea .tit {
  color: #00abc4;
}
.sur-info .purple .tit {
  color: #7b79de;
}
.sur-info .subway .tit:before {
  content: "";
  width: 14px;
  height: 16px;
  margin-top: -8px;
  background: transparent url("/images/ico_aroundmap02.png") no-repeat -113px -121px;
}
.sur-info .bus .tit:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: transparent url("/images/ico_aroundmap02.png") no-repeat -172px -121px;
}
.sur-info .cdcenter .tit:before,
.sur-info .school01 .tit:before,
.sur-info .school02 .tit:before,
.sur-info .school03 .tit:before,
.sur-info .university .tit:before {
  content: "";
  width: 18px;
  height: 13px;
  margin-top: -6.5px;
  background: transparent url("/images/ico_aroundmap02.png") no-repeat -231px -123px;
}
.sur-info .academy .tit:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: transparent url("/images/ico_aroundmap02.png") no-repeat -292px -121px;
}
.sur-info .public .tit:before {
  content: "";
  width: 14px;
  height: 16px;
  margin-top: -8px;
  background: transparent url("/images/ico_aroundmap02.png") no-repeat -353px -121px;
}
.sur-info .hospital .tit:before {
  content: "";
  width: 14px;
  height: 16px;
  margin-top: -8px;
  background: transparent url("/images/ico_aroundmap02.png") no-repeat -413px -121px;
}
.sur-info .drugstore .tit:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: transparent url("/images/ico_aroundmap02.png") no-repeat -472px -121px;
}
.sur-info .bank .tit:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: transparent url("/images/ico_aroundmap02.png") no-repeat -531px -120px;
}
.sur-info .supermarket .tit:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: transparent url("/images/ico_aroundmap02.png") no-repeat -592px -121px;
}
.sur-info .store .tit:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: transparent url("/images/ico_aroundmap02.png") no-repeat -652px -121px;
}
.sur-info .cafe .tit:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: transparent url("/images/ico_aroundmap02.png") no-repeat -712px -121px;
}
.sur-info .restaurant .tit:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: transparent url("/images/ico_aroundmap02.png") no-repeat -772px -121px;
}
.sur-info .carpark .tit:before {
  content: "";
  width: 10px;
  height: 14px;
  margin-top: -7px;
  background: transparent url("/images/ico_aroundmap02.png") no-repeat -836px -122px;
}
.sur-info .gas .tit:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: transparent url("/images/ico_aroundmap02.png") no-repeat -892px -121px;
}
.sur-info .cultural .tit:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: transparent url("/images/ico_aroundmap02.png") no-repeat -952px -121px;
}
.sur-info .tourist .tit:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: transparent url("/images/ico_aroundmap02.png") no-repeat -1012px -121px;
}
.sur-info .resting .tit:before {
  content: "";
  width: 14px;
  height: 16px;
  margin-top: -8px;
  background: transparent url("/images/ico_aroundmap02.png") no-repeat -1073px -121px;
}
.sur-info .etcarea {
  margin-top: 18px;
  text-align: center;
}
.sur-info .more {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #222;
  font-size: 13px;
}

.subwayico01 {
  display: inline-flex;
  align-items: center;
  height: 16px;
  padding: 0 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border-radius: 8px;
  margin: 0 5px 0 0;
}

.aed-cont-esti .aed-esti-build {
  padding-bottom: 30px;
}
.aed-cont-esti .aed-esti-build.hide ~ .aed-rbox {
  margin-top: 30px;
}
.aed-cont-esti .aed-esti-land.hide + .aed-esti-build.hide + .aed-rbox {
  margin-top: 0 !important;
}
.aed-cont-esti .aed-logingo:not(.hide) ~ .cont-esti-price {
  display: none;
}

.aed-cont-news {
  background: #fff;
}

.anb-news {
  margin-top: 30px;
}
.anb-news:first-child {
  margin: 0;
}
.anb-news .anb-titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aed-def-titlearea {
  display: flex;
  margin: 0 0 15px;
  justify-content: space-between;
  align-items: center;
}
.aed-def-titlearea .title {
  color: var(--color-bdsplanet);
  font-size: 16px;
  font-weight: 600;
}
.aed-def-titlearea .title .bu {
  position: relative;
  padding-left: 11px;
  margin-left: 10px;
  color: #666666;
  font-size: 16px;
  font-weight: 300;
}
.aed-def-titlearea .title .bu:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  width: 1px;
  height: 16px;
  background: #dce1e5;
}

.anb-news .anb-titlearea .title {
  color: var(--color-bdsplanet);
  font-size: 16px;
}

.anb-news-list {
  border-bottom: 1px solid #eee;
}
.anb-news-list .anl {
  display: block;
  padding: 15px 0;
  border-top: 1px solid #eee;
}
.anb-news-list .anl .anl-subject {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222222;
  font-size: 16px;
}
.anb-news-list .anl .etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0;
}
.anb-news-list .anl .cp, .anb-news-list .anl .day {
  color: #999999;
  font-size: 13px;
}
.anb-news-list .anl .cc {
  margin-left: 10px;
}
.anb-news-list .anl .cc:first-child {
  margin-left: 0;
}
.anb-news-list .anl p {
  margin-top: 8px;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
}

.aed-cont-recent-s-view {
  background: #f5fbff;
}

.recent-sil-list .box {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
  height: 102px;
  padding: 0 43px 0 20px;
  margin: 5px 0 0;
  border: 1px solid #d9e4e5;
  border-radius: 8px;
  line-height: 1;
}
.recent-sil-list .box .tx {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recent-sil-list .box .txt01 span {
  color: var(--color-bdsplanet);
  font-size: 18px;
  font-weight: 700;
}
.recent-sil-list .box .txt01 em {
  margin-left: 4px;
  color: #999999;
  font-size: 12px;
}
.recent-sil-list .box .txt02 {
  margin-top: 14px;
  color: #222222;
  font-size: 15px;
}
.recent-sil-list .box .txt03 {
  margin: 8px 0 0;
  color: #999;
  font-size: 14px;
}
.recent-sil-list .box > div {
  display: flex;
  position: relative;
  align-content: center;
  flex-wrap: wrap;
}
.recent-sil-list .box > div span {
  display: block;
  width: 100%;
}
.recent-sil-list .box .type {
  color: #7790ad;
  font-size: 13px;
}
.recent-sil-list .box .addr {
  margin: 9px 0 0;
  color: #222;
  font-size: 16px;
  line-height: 20px;
}
.recent-sil-list .box .day {
  color: #999;
  font-size: 12px;
  line-height: 14px;
}
.recent-sil-list .box .price {
  margin: 6px 0 0;
  color: var(--color-bdsplanet);
  font-size: 20px;
  font-weight: 700;
}
.recent-sil-list .box:first-child {
  margin: 0;
}
.recent-sil-list .box .lc {
  width: 180px;
  padding-right: 10px;
}
.recent-sil-list .box .lc:after {
  content: "";
  width: 1px;
  height: 53px;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -26px;
  background: #d9e4e5;
}
.recent-sil-list .box .rc {
  width: 128px;
  padding-left: 20px;
}
.recent-sil-list .cur {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border-right: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  transform: rotate(-46deg);
  transition: 0.3s ease-out;
}
.recent-sil-list .box:hover .cur, .recent-sil-list .box:focus .cur {
  right: 10px;
}

.aed-cont-pd-info {
  background: #fff;
}
.aed-cont-pd-info .acp {
  margin-top: 27px;
}
.aed-cont-pd-info .acp:first-child {
  margin-top: 0;
}
.aed-cont-pd-info .acp .menu {
  margin-top: -3px;
}

.api-clist .apcs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 165px;
  margin: 5px 0 0;
  border: 1px solid #eee;
  border-radius: 8px;
}
.api-clist .apcs:first-child {
  margin: 0;
}
.api-clist .box_build {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  padding: 0;
}
.api-clist .box_build .info_area {
  width: 100%;
  height: auto;
  padding: 0 20px;
  margin: 0;
}
.api-clist .box_build .info_area .in {
  margin: 0;
}
.api-clist .box_build .info_area .in .ii.loc_ii01 {
  margin: 5px 0 0;
}
.api-clist .loc_title .pay {
  color: var(--color-bdsplanet);
  font-size: 18px;
}
.api-clist .box_build .bd_hashtag {
  position: static;
  margin-top: 8px;
}
.api-clist .y-pd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  margin-top: 12px;
  display: block;
}
.api-clist .rc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 78px;
  height: 100%;
  border-left: 1px solid #eee;
}
.api-clist .go-phone {
  display: block;
  color: #7790ad;
  font-size: 13px;
  text-decoration: underline;
}
.api-clist .go-phone:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto 12px;
  background: url("/images/ui_ico.png") no-repeat -280px 0;
}

.aed-type-byul-info {
  background: #fafafa;
}
.aed-type-byul-info .t_radiowon.three li {
  width: 98px;
  margin-right: 8px;
}
.aed-type-byul-info .u-list {
  position: relative;
}
.aed-type-byul-info .u-list[data-ui-acco-con-open=N] {
  overflow: hidden;
  height: 50px;
}
.aed-type-byul-info .btn-listmore {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 24px;
  right: 0px;
  width: 26px;
  height: 26px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
.aed-type-byul-info .btn-listmore:before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: url("/images/ui_ico.png") no-repeat -352px -264px;
}
.aed-type-byul-info .btn-listmore.close:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.aed-type-byul-info .btn-listmore.show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.atbi-list .dg_radiowon label {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 50px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 16px;
  transition: 0s ease-out;
}
.atbi-list .dg_radiowon em {
  display: block;
  width: 100%;
  text-align: left;
}
.atbi-list .dg_radiowon .cl-blue {
  color: var(--color-bdsplanet);
}
.atbi-list .dg_radiowon .cl-black {
  color: #666666;
}
.atbi-list .dg_radiowon .au.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
}
.atbi-list .dg_radiowon input[type=radio]:checked + label em {
  color: #fff;
}
.atbi-list .dg_radiowon input[type=checkbox]:checked + label, .atbi-list .dg_radiowon input[type=radio]:checked + label {
  background: var(--color-bdsplanet) !important;
  border: 1px solid #1088cd !important;
  color: #fff;
}

.aed-price-box {
  display: flex;
  justify-content: space-between;
}
.aed-price-box .p-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aed-price-box .price {
  display: block;
  margin: 9px 0 0;
  font-size: 21px;
  color: #666666;
}
.aed-price-box .won-type {
  margin-right: 5px;
  color: #666;
}
.aed-price-box .day {
  color: #666666;
  font-size: 13px;
}
.aed-price-box .p-con {
  width: 50%;
}
.aed-price-box .p-con.blue .won-type {
  border-color: var(--color-bdsplanet);
  color: var(--color-bdsplanet);
}
.aed-price-box .p-con.blue .price {
  color: var(--color-bdsplanet);
  font-weight: 700;
}

.won-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 17px;
  padding: 0 5px;
  border-radius: 9px;
  border: 1px solid #222;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.aed-pa-gobtn {
  width: 100%;
  height: 45px;
  border: 1px solid #c8c8c8;
}

.aed-wfull-gobtn .aed-pa-gobtn .txt {
  color: #222222;
}

.aed-pa-gobtn .ico {
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #4f5f72;
  border-bottom: 2px solid #4f5f72;
  -webkit-transform: rotate(-46deg);
  transform: rotate(-46deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-left: 10px;
}

.aed-cont-mat-jung {
  padding: 0;
}
.aed-cont-mat-jung .bd-go {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  background: #2E363E;
  font-size: 16px;
  font-weight: 300;
}
.aed-cont-mat-jung .bd-go:after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  margin-left: 9px;
  background: url(/images/mtwhite.png) no-repeat 0 0;
  background-size: 100%;
}

.amat-jung {
  padding: 30px 20px;
  background: #F5FBFF;
}
.amat-jung .titlearea {
  text-align: center;
}
.amat-jung .tit {
  color: var(--color-bdsplanet);
  font-weight: bold;
  font-size: 20px;
}
.amat-jung p {
  margin-top: 17px;
  color: #222222;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.amat-jung .btnarea {
  display: flex;
  margin-top: 18px;
}
.amat-jung .btnarea a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background: var(--color-bdsplanet);
  border-radius: 22px;
  color: #fff;
  font-size: 14px;
}
.amat-jung .btnarea a:first-child {
  margin-right: 5px;
}

.aed-box .tabmenu {
  margin: 0 0 5px;
}
.aed-box .tabmenu.mts01 {
  margin-bottom: 15px;
}
.aed-box .chart_ct a {
  width: 90px;
}
.aed-box .chart_con .range {
  margin-top: 20px;
  margin-bottom: 0;
}
.aed-box .chart_con .range .range-value-txt {
  position: static;
  margin-bottom: 4px;
  text-align: right;
}
.aed-box .bu_chart_area {
  padding: 20px 20px 20px;
}
.aed-box .bu_chart_area.mt15, .aed-box .bu_chart_area.mgt15 {
  margin-top: 15px;
}
.aed-box .irs-with-grid {
  height: 36px;
}
.aed-box .chart-sang-area {
  margin-bottom: 25px;
  /*margin-top:20px;*/
}
.aed-box .chart_con .no-data01 {
  height: 262px;
  border-radius: 12px;
}
.aed-box .chart_con .no-data01 span {
  font-size: 14px;
}
.aed-box .tabmenu a {
  height: 40px;
}

.silgur_con {
  margin: 15px 0 0;
}
.silgur_con .tbl_style01 table tr th, .silgur_con .tbl_style01 table tr td {
  padding: 6px 15px 6px;
  font-size: 13px;
}
.silgur_con .no-data01 {
  border: 1px solid #eee;
  border-radius: 12px;
  height: 262px;
}
.silgur_con .no-data01 span {
  font-size: 14px;
}
.silgur_con .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.sil_tbl_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.sil_tbl_con dt {
  width: 48px;
}
.sil_tbl_con .won {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 5px;
  margin-right: 10px;
  border: 1px solid;
  font-size: 12px;
  height: 17px;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
}
.sil_tbl_con .won.sky {
  color: var(--color-bdsplanet);
  border-color: var(--color-bdsplanet);
}
.sil_tbl_con .won.red {
  color: var(--color-def-red);
  border-color: var(--color-def-red);
}
.sil_tbl_con .won.purple {
  color: #f740c6;
  border-color: #f740c6;
}

.aed-line-tbl .won {
  font-size: 13px;
}
.aed-line-tbl .won.sky {
  color: var(--color-bdsplanet);
}
.aed-line-tbl .won.purp {
  color: #f740c6;
}
.aed-line-tbl .won.green {
  color: #00abc4;
}

.sil_tbl_con ul {
  padding-left: 15px;
  border-left: 1px solid #e5e5e5;
}
.sil_tbl_con ul li {
  margin-top: 8px;
}
.sil_tbl_con ul li:first-child {
  margin-top: 0;
}

.gi_txt {
  display: block;
  margin-top: 15px;
  color: #999999;
  font-size: 13px;
  text-align: right;
}
.gi_txt.left {
  text-align: left;
}
.gi_txt.spc01 {
  font-size: 12px;
  margin-top: 8px;
}

.aed-cont-surr-av {
  background: #fffbee;
}

.price-of-bd-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  margin: 0 0 20px;
  background: #fff5d7;
}
.price-of-bd-box .txt-bd {
  color: #222;
  font-size: 16px;
}
.price-of-bd-box .txt-price {
  margin-left: 15px;
  color: var(--color-bdsplanet);
  font-size: 24px;
  font-weight: 700;
}

.aed-suav-select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
}
.aed-suav-select-area .sel01, .aed-suav-select-area .sel02 {
  width: 117px;
  margin-right: 5px;
}
.aed-suav-select-area .sel03 {
  width: 116px;
}

.aed-suav .td01 {
  max-width: 100px;
}

.aed-cont-upjong-curr {
  background: #fff;
}

.aed-wrap-tong-loc.aed-def-bon .aed-toft-select-area {
  position: static;
  padding: 0;
  width: 100%;
}
.aed-wrap-tong-loc.aed-def-bon.small {
  position: absolute;
  top: 70px;
  z-index: 1001;
  width: 100%;
  padding: 13px 20px 10px;
  box-shadow: -11px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.aed-wrap-tong-loc.aed-def-bon.small .title {
  font-size: 20px;
}
.aed-wrap-tong-loc.aed-def-bon.small .etc-txt {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0;
  z-index: 1000;
  margin-top: 0px;
}
.aed-wrap-tong-loc.aed-def-bon.small .etc-txt .day-ing {
  display: none;
}
.aed-wrap-tong-loc.aed-def-bon.small .etc-txt .day-ing02 {
  display: block;
  font-size: 13px;
}
.aed-wrap-tong-loc.aed-def-bon.small .etc-txt .ch {
  display: none;
}
.aed-wrap-tong-loc.aed-def-bon .aed-toft-select-area {
  height: auto;
  background-color: #fff;
}
.aed-wrap-tong-loc.aed-def-bon .aed-toft-select-area .ts-radio-area {
  gap: 5px;
  border: none;
}
.aed-wrap-tong-loc.aed-def-bon .aed-toft-select-area .ts-radio-area .tdg input:checked + label {
  color: var(--color-bdsplanet);
  border-radius: 19px;
  font-weight: 500;
}
.aed-wrap-tong-loc.aed-def-bon .aed-toft-select-area .ts-radio-area .tdg label {
  margin: 0;
  height: 35px;
  color: #666;
}

.aed-cont-sg-info-sangup {
  background: #fff;
}

.aed-build-own-info .tbl table {
  margin-top: 10px;
}
.aed-build-own-info .tbl table:first-child {
  margin-top: 0px;
}

.td-build-own-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.td-build-own-name .won {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 18px;
  padding: 0 5px;
  font-size: 12px;
  border: 1px solid;
  border-radius: 9px;
}
.td-build-own-name .right {
  margin-right: -15px;
}
.td-build-own-name .won {
  margin-left: 5px;
}
.td-build-own-name .won:first-child {
  margin-left: 0;
}
.td-build-own-name .won.blue {
  border-color: #88cef6;
  color: var(--color-bdsplanet);
}
.td-build-own-name .won.red {
  border-color: #ffa1a9;
  color: var(--color-def-red);
}

.aed-cont-end-btn {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  margin-bottom: 0px;
  border-bottom: 0;
}

.aed-box.aed-cont-end-area {
  margin: -10px 0;
  background: #2e363e;
}

.aed-share-con {
  padding: 20px 0;
}
.aed-share-con .readme {
  margin: 0 0 15px;
  color: #aabcd2;
  font-size: 14px;
  text-align: center;
}

.aed-pa-gobtn {
  border-color: #434a52;
}

.aed-share-con .sh_go + .aed-pa-gobtn {
  margin: 20px 0 0;
}

.aed-pa-gobtn .txt {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

.aed-hak-info {
  padding: 20px 20px 30px;
  background: #fff;
}

.hak-info-title .school-type {
  margin: 0 0 10px;
}
.hak-info-title .sc-info .sc-name, .hak-info-title .sc-info .sc-addr {
  display: block;
}
.hak-info-title .sc-info .sc-name {
  color: #222;
  font-weight: bold;
  font-size: 24px;
}
.hak-info-title .sc-info .sc-addr {
  margin: 10px 0 0;
  color: #666666;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

.hak-info-btnarea {
  display: flex;
  justify-content: space-between;
  margin: 22px 0 0;
}
.hak-info-btnarea a {
  width: 48.5%;
}
.hak-info-btnarea a span.txt {
  color: #222;
  font-weight: 500;
}

.hak-info-number-box {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
.hak-info-number-box .box {
  width: 48.5%;
  padding: 20px;
}
.hak-info-number-box .box span {
  display: block;
}
.hak-info-number-box .txt-tit {
  color: #222222;
  font-size: 14px;
}
.hak-info-number-box .txt-people-num {
  margin: 13px 0 0;
  color: #222;
  font-size: 24px;
  font-weight: bold;
}
.hak-info-number-box .txt-gu-num {
  color: #666666;
  font-size: 14px;
}
.hak-info-number-box .txt-gu-num.first {
  margin: 12px 0 0;
}
.hak-info-number-box .txt-gu-num.last {
  margin: 7px 0 0;
}
.hak-info-number-box .txt-gu-num em {
  font-weight: bold;
}
.hak-info-number-box .box01 {
  background: #f5fbff;
}
.hak-info-number-box .box02 {
  background: #f2feff;
}

.hak-info-title {
  text-align: center;
}

.aed-cont-assign-hdev {
  background: #fff;
}

.assign-dev-list .listarea {
  border-bottom: 1px solid #e5e5e5;
}
.assign-dev-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
  padding: 0 20px;
  border-top: 1px solid #e5e5e5;
}
.assign-dev-list .box:hover, .assign-dev-list .box:focus {
  background: #fafafa;
}
.assign-dev-list .left span, .assign-dev-list .right span {
  display: block;
}
.assign-dev-list .dan-name {
  color: #222;
  font-size: 16px;
}
.assign-dev-list .dan-de {
  margin: 12px 0 0;
  color: #666666;
  font-size: 14px;
}
.assign-dev-list .dan-size {
  margin: 7px 0 0;
  color: #666666;
  font-size: 14px;
}
.assign-dev-list .right {
  text-align: right;
}
.assign-dev-list .dan-price {
  color: var(--color-bdsplanet);
  font-size: 24px;
  font-weight: 700;
}
.assign-dev-list .dan-price em {
  font-size: 22px;
}
.assign-dev-list .dan-gur {
  margin: 8px 0 0;
  color: #7790ad;
  font-size: 14px;
}

.aed-cont-golmok-info {
  background: #fff;
}

.aed-gil-mini-det {
  padding-top: 30px;
}
.aed-gil-mini-det .md-tit {
  display: block;
  margin: 0 0 28px;
  color: #222;
  font-size: 24px;
  font-weight: bold;
}
.aed-gil-mini-det + .aed-bu-box {
  margin-top: 15px;
}

.aed-tbl-style01 table tr th, .aed-tbl-style01 table tr td {
  padding: 6px 8px 8px 15px;
  line-height: 18px;
  font-size: 13px;
}
.aed-tbl-style01 td + td {
  border-left: 1px solid #e5e5e5;
}
.aed-tbl-style01 .tbl_top_readme {
  display: block;
}
.aed-tbl-style01 .tbl_top_readme .nam_readme {
  margin: 0 0 9px;
}
.aed-tbl-style01 .td_po_pre {
  text-align: left;
  padding-left: 15px !important;
  padding-right: 8px !important;
  height: 60px;
}
.aed-tbl-style01 .td_po_pre .men.more .txt {
  color: var(--color-bdsplanet);
}
.aed-tbl-style01 .td_po_pre .women.more .txt {
  color: var(--color-def-red);
}

.aed-cont-baldal-info {
  background: #fff;
}

.tbl_style_yeonblue.tsy-aed-tbl table tr th, .tbl_style_yeonblue.tsy-aed-tbl table tr td {
  padding: 5px 15px 7px;
  font-size: 13px;
  line-height: 18px;
}

.aed-cha .bu_chart_area {
  margin-top: 10px;
}
.aed-cha .bu_chart_area:first-child {
  margin-top: 0;
}

.aed-cont-company-info {
  background: #fff;
}

.acci-tbl .tbl_style01 table tr th, .acci-tbl .tbl_style01 table tr td {
  padding: 7px 15px 7px;
  line-height: 19px;
  font-size: 13px;
}
.acci-tbl .tbl + .tbl {
  margin: 10px 0 0;
}

.aed-cont-cb-view {
  background: #fff;
}

.acl-list {
  margin: 15px 0 0;
}

.acl-box {
  position: relative;
  display: block;
  margin: 5px 0 0;
  border: 1px solid #e5e5e5;
}
.acl-box:first-child {
  margin: 0;
}
.acl-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-transform: rotate(-46deg);
  transform: rotate(-46deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.acl-box .ain {
  padding: 16px 65px 16px 18px;
}
.acl-box .type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 43px;
  height: 17px;
  padding: 0 5px;
  border-radius: 8px;
  border: 1px solid #DDE3EA;
  color: #7790ad;
  font-size: 12px;
}
.acl-box .addr {
  margin-top: 5px;
  line-height: 21px;
}
.acl-box .addr span {
  display: block;
}

.aed-etc-btnarea {
  margin: 20px 0 0;
}
.aed-etc-btnarea .e-build-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  background: #516fdd;
  color: #fff;
  font-size: 14px;
}
.aed-etc-btnarea .e-build-info:before {
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  margin-right: 10px;
  background: url(/images/ui_ico.png) no-repeat -360px 0;
}

.real-dl-div dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0 0;
  padding: 12px 20px;
  background: #f9fafb;
  border-radius: 5px;
}
.real-dl-div dl:first-child {
  margin: 0;
}
.real-dl-div dl dt .txt01 {
  color: #222;
  font-size: 14px;
}
.real-dl-div dl dt .bu01 {
  margin-left: 5px;
  color: #999999;
  font-size: 12px;
}
.real-dl-div dl dd {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.real-def-list01 .rdl-wr {
  display: table;
  margin: -10px 0 -10px;
  border-spacing: 0 10px;
  width: 100%;
}
.real-def-list01 .rdl-wr .tbody {
  display: table-row-group;
}
.real-def-list01 .rdl-wr .tbody .tr {
  position: relative;
  display: table-row;
}
.real-def-list01 .rdl-wr .tbody .tr .td {
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #eee;
}
.real-def-list01 .rdl-wr .tbody .tr .td.txt-r {
  text-align: right;
}
.real-def-list01 .rdl-wr .tbody .tr .td:first-child {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid;
  border-color: #eee;
}
.real-def-list01 .rdl-wr .tbody .tr .td:last-child {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid;
  border-color: #eee;
}
.real-def-list01.def-style01 .td01 {
  padding: 13px 20px;
  color: #666666;
  font-size: 14px;
  white-space: nowrap;
}
.real-def-list01.def-style01 .td02 {
  width: 100%;
  padding: 13px 0;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}
.real-def-list01.def-style01 .td03 {
  padding: 13px 20px;
}
.real-def-list01.type-rank .td01 {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  width: 100%;
  word-break: break-all;
}
.real-def-list01.type-rank .td02 {
  font-size: 15px;
}
.real-def-list01.type-rank .rank-loc {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.real-def-list01.type-rank .rank-loc .rank {
  margin-right: 18px;
  font-weight: bold;
}
.real-def-list01.type-rank .rank-loc .loc .txt01 {
  width: 100%;
  padding-top: 2px;
  color: #666;
  font-size: 13px;
}
.real-def-list01.type-rank .rank-loc .loc .txt02 {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  white-space: normal;
}
.real-def-list01.type-rank .rank-loc .loc .txt01 + .txt02 {
  margin-top: 4px;
}
.real-def-list01.type-rank .tr:nth-child(1) .rank-loc .rank, .real-def-list01.type-rank .tr:nth-child(2) .rank-loc .rank, .real-def-list01.type-rank .tr:nth-child(3) .rank-loc .rank {
  font-size: 0;
}
.real-def-list01.type-rank .tr:nth-child(1) .rank-loc .rank:before, .real-def-list01.type-rank .tr:nth-child(2) .rank-loc .rank:before, .real-def-list01.type-rank .tr:nth-child(3) .rank-loc .rank:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 30px;
  background-image: url("/images/ico_medal.png");
}
.real-def-list01.type-rank .tr:nth-child(1) .rank-loc .rank:before {
  background-position: 0 0;
}
.real-def-list01.type-rank .tr:nth-child(2) .rank-loc .rank:before {
  background-position: 0 -42px;
}
.real-def-list01.type-rank .tr:nth-child(3) .rank-loc .rank:before {
  background-position: 0 -86px;
}
.real-def-list01.type-rank .real-cla .type {
  height: auto;
  padding: 0;
  border: none;
}

.sb-menu ~ .real-def-list01 {
  margin: 15px 0 0;
}
.sb-menu + .aed-no-data01 {
  padding-top: 30px;
  padding-bottom: 10px;
}

.real-cla {
  text-align: left;
}
.real-cla .cl {
  display: flex;
  align-items: center;
  margin: 5px 0 0;
  white-space: nowrap;
}
.real-cla .cl:first-child {
  margin: 0;
}
.real-cla .type {
  display: inline-flex;
  height: 18px;
  align-items: center;
  padding: 0 5px;
  margin: 0 5px 0 0;
  font-size: 12px;
  border-radius: 9px;
  border: 1px solid black;
}
.real-cla .type.pink {
  border-color: #f740c6;
  color: #f740c6;
}
.real-cla .type.sea {
  border-color: #00abc4;
  color: #00abc4;
}
.real-cla .txt {
  width: 100%;
  text-align: right;
  color: #000;
}

.predi-graph-mal01 .day {
  color: #999999;
  font-size: 13px;
}
.predi-graph-mal01 .view {
  margin-top: 3px;
  color: #666;
  font-size: 13px;
  line-height: 15px;
}
.predi-graph-mal01 .view b {
  color: #222;
  font-weight: bold;
}

.predict-mg .y.axis .domain {
  transform: translate(5px, 0);
}
.predict-mg .axis text {
  fill: #666;
  font-size: 13px;
}
.predict-mg .axis path,
.predict-mg .axis line {
  fill: none;
  stroke: #ddd;
}

.predict-mg-legend {
  display: flex;
  margin: 0 0 15px;
}
.predict-mg-legend .le {
  display: inline-flex;
  align-items: center;
}
.predict-mg-legend .le + .le {
  margin-left: 10px;
}
.predict-mg-legend .le .color {
  width: 8px;
  height: 8px;
  margin: 0 4px 0 0;
}
.predict-mg-legend .le .txt {
  color: #666;
}

.sil-graph-mal02 {
  position: absolute;
}
.sil-graph-mal02 .wr {
  padding: 10px;
  border: 1px solid #7790ad;
  border-radius: 4px;
  font-size: 13px;
  color: #666;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
  line-height: 17px;
  transform: translate(-50%, 0);
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}
.sil-graph-mal02 .wr.last {
  transform: translate(-74%, 0);
}
.sil-graph-mal02 .cur {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: 100;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-left: 1px solid #7790ad;
  border-bottom: 1px solid #7790ad;
  background: #fff;
}
.sil-graph-mal02.type02 .wr {
  padding: 6px 10px;
  line-height: 1;
}

.common-map-detail-wd {
  position: absolute;
  z-index: 10002;
  top: 60px;
  left: 0px;
  width: 400px;
  height: calc(100% - 60px);
  background: #fff;
  line-height: 1;
}
.common-map-detail-wd:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -1px;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.common-map-detail-wd .top-util {
  position: absolute;
  top: 27px;
  right: 20px;
}

.bg-aed-close01 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: var(--bg-i-common);
  background-position: -34px -378px;
}

.aed-bottom-right-btn {
  transition: 0.2s ease-out;
}
.aed-bottom-right-btn.aed-det-bt {
  bottom: 20px;
}
.aed-bottom-right-btn.aed-top-bt {
  transform: translateY(75px);
}
.aed-bottom-right-btn.aed-top-bt.st {
  transform: translateY(0px);
}

.kiup-info .aed-cont-def {
  padding-bottom: 20px;
}

.eqinf {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  width: 52px;
  height: 35px;
  color: #1b1b1b;
  font-size: 11px;
  word-break: break-all;
  border-radius: 2px;
  user-select: none;
  text-align: center;
  cursor: pointer;
}
.eqinf.ht01 {
  height: 34px;
}
.eqinf.pilotis {
  position: relative;
  border: 1px solid #efeff0;
  cursor: default;
}
.eqinf.pilotis:before, .eqinf.pilotis:after {
  content: "";
  position: absolute;
  top: 15px;
  left: -6px;
  width: 61px;
  height: 1px;
  background-color: #efeff0;
}
.eqinf.pilotis:before {
  transform: rotate(32deg);
}
.eqinf.pilotis:after {
  transform: rotate(-32deg);
}
.eqinf.on {
  background-color: #2e363e;
  color: #fff;
}
.eqinf.on * {
  font-weight: bold;
}
.eqinf.gray {
  background-color: #f6f7f8;
  cursor: default;
}
.eqinf.noColorData {
  cursor: default;
}
.eqinf span:not(.honamDa) {
  font-weight: bold !important;
}
.eqinf span:not(.honamDa) em {
  font-weight: bold !important;
}

.eqinf-0-1 {
  background-color: #c6f3ff;
}

.eqinf-0-2 {
  background-color: #95e5fb;
}

.eqinf-0-3 {
  background-color: #5eceed;
}

.eqinf-0-4 {
  background-color: #36b3d6;
}

.eqinf-0-5 {
  background-color: #1e9bbe;
}

.eqinf-0-6 {
  background-color: #bcebff;
}

.eqinf-0-7 {
  background-color: #87d6f8;
}

.eqinf-0-8 {
  background-color: #4eb6e4;
}

.eqinf-0-9 {
  background-color: #1c9dd5;
}

.eqinf-0-10 {
  background-color: #007cb2;
}

.eqinf-10-1 {
  background-color: #d3eaff;
}

.eqinf-10-2 {
  background-color: #9ecffd;
}

.eqinf-10-3 {
  background-color: #66aff2;
}

.eqinf-10-4 {
  background-color: #4a9ae5;
}

.eqinf-10-5 {
  background-color: #2e86d7;
}

.eqinf-10-6 {
  background-color: #c8dfff;
}

.eqinf-10-7 {
  background-color: #8dbcfc;
}

.eqinf-10-8 {
  background-color: #5a99f4;
}

.eqinf-10-9 {
  background-color: #367fe7;
}

.eqinf-10-10 {
  background-color: #2163c2;
}

.eqinf-20-1 {
  background-color: #ebebff;
}

.eqinf-20-2 {
  background-color: #cbcdff;
}

.eqinf-20-3 {
  background-color: #afb2ff;
}

.eqinf-20-4 {
  background-color: #9094f9;
}

.eqinf-20-5 {
  background-color: #7277ed;
}

.eqinf-20-6 {
  background-color: #e9e5ff;
}

.eqinf-20-7 {
  background-color: #c3baff;
}

.eqinf-20-8 {
  background-color: #a194fd;
}

.eqinf-20-9 {
  background-color: #8373f2;
}

.eqinf-20-10 {
  background-color: #6554d8;
}

.eqinf-30-1 {
  background-color: #efe3ff;
}

.eqinf-30-2 {
  background-color: #e1c9ff;
}

.eqinf-30-3 {
  background-color: #cda9fe;
}

.eqinf-30-4 {
  background-color: #b786f9;
}

.eqinf-30-5 {
  background-color: #9e66e8;
}

.eqinf-30-6 {
  background-color: #eedbff;
}

.eqinf-30-7 {
  background-color: #dbb5ff;
}

.eqinf-30-8 {
  background-color: #c189f5;
}

.eqinf-30-9 {
  background-color: #a768e0;
}

.eqinf-30-10 {
  background-color: #8d4ec6;
}

.eqinf-40-1 {
  background-color: #fddcff;
}

.eqinf-40-2 {
  background-color: #f7b5fb;
}

.eqinf-40-3 {
  background-color: #ee90f4;
}

.eqinf-40-4 {
  background-color: #e172e8;
}

.eqinf-40-5 {
  background-color: #c851cf;
}

.eqinf-40-6 {
  background-color: #fdd3f3;
}

.eqinf-40-7 {
  background-color: #f69adf;
}

.eqinf-40-8 {
  background-color: #e577ca;
}

.eqinf-40-9 {
  background-color: #cb55ae;
}

.eqinf-40-10 {
  background-color: #af3a92;
}

.eqinf-50-1 {
  background-color: #ffd9ea;
}

.eqinf-50-2 {
  background-color: #ffbcda;
}

.eqinf-50-3 {
  background-color: #fd94c4;
}

.eqinf-50-4 {
  background-color: #ec6ca5;
}

.eqinf-50-5 {
  background-color: #d6508b;
}

.eqinf-50-6 {
  background-color: #ffccd6;
}

.eqinf-50-7 {
  background-color: #fe98ac;
}

.eqinf-50-8 {
  background-color: #f0738c;
}

.eqinf-50-9 {
  background-color: #d9526d;
}

.eqinf-50-10 {
  background-color: #bf3b56;
}

.eqinf-60-1 {
  background-color: #ffe4dd;
}

.eqinf-60-2 {
  background-color: #fcc0b1;
}

.eqinf-60-3 {
  background-color: #f59c87;
}

.eqinf-60-4 {
  background-color: #e57c62;
}

.eqinf-60-5 {
  background-color: #d15f42;
}

.eqinf-60-6 {
  background-color: #fed4b9;
}

.eqinf-60-7 {
  background-color: #faaa78;
}

.eqinf-60-8 {
  background-color: #e78749;
}

.eqinf-60-9 {
  background-color: #d06826;
}

.eqinf-60-10 {
  background-color: #b54c0b;
}

.eqinf-70-1 {
  background-color: #ffddb4;
}

.eqinf-70-2 {
  background-color: #fdbb6a;
}

.eqinf-70-3 {
  background-color: #f8a33a;
}

.eqinf-70-4 {
  background-color: #ea8a15;
}

.eqinf-70-5 {
  background-color: #d17300;
}

.eqinf-70-6 {
  background-color: #ffcc97;
}

.eqinf-70-7 {
  background-color: #f2ac60;
}

.eqinf-70-8 {
  background-color: #de8e3b;
}

.eqinf-70-9 {
  background-color: #c27625;
}

.eqinf-70-10 {
  background-color: #a05d17;
}

.eqinf-80-1 {
  background-color: #bff2d6;
}

.eqinf-80-2 {
  background-color: #8adeaf;
}

.eqinf-80-3 {
  background-color: #5cce8f;
}

.eqinf-80-4 {
  background-color: #3db773;
}

.eqinf-80-5 {
  background-color: #1f9955;
}

.eqinf-80-6 {
  background-color: #b2edd6;
}

.eqinf-80-7 {
  background-color: #84d9b8;
}

.eqinf-80-8 {
  background-color: #5bbb96;
}

.eqinf-80-9 {
  background-color: #3a9a75;
}

.eqinf-80-10 {
  background-color: #277d5c;
}

.eqinf-90-1 {
  background-color: #c8f7fa;
}

.eqinf-90-2 {
  background-color: #94e6eb;
}

.eqinf-90-3 {
  background-color: #6bd1d6;
}

.eqinf-90-4 {
  background-color: #42bbc2;
}

.eqinf-90-5 {
  background-color: #27a4ab;
}

.eqinf-90-6 {
  background-color: #b3ebf3;
}

.eqinf-90-7 {
  background-color: #82d3de;
}

.eqinf-90-8 {
  background-color: #56b7c4;
}

.eqinf-90-9 {
  background-color: #2d98a6;
}

.eqinf-90-10 {
  background-color: #167886;
}

.eqinf-100-1 {
  background-color: #f1ebec;
}

.eqinf-100-2 {
  background-color: #d9d0d2;
}

.eqinf-100-3 {
  background-color: #c2b6b8;
}

.eqinf-100-4 {
  background-color: #ab9b9e;
}

.eqinf-100-5 {
  background-color: #918083;
}

.eqinf-100-6 {
  background-color: #ede6ed;
}

.eqinf-100-7 {
  background-color: #d3cbd4;
}

.eqinf-100-8 {
  background-color: #b2a6b2;
}

.eqinf-100-9 {
  background-color: #8f8090;
}

.eqinf-100-10 {
  background-color: #735f74;
}

.eqinf-esti-1 {
  background-color: #e8f3fc;
}

.eqinf-esti-2 {
  background-color: #deedfc;
}

.eqinf-esti-3 {
  background-color: #d1e7ff;
}

.eqinf-esti-4 {
  background-color: #bdd9ff;
}

.eqinf-esti-5 {
  background-color: #b2ccff;
}

.eqinf-esti-6 {
  background-color: #abb9ff;
}

.eqinf-esti-7 {
  background-color: #b9acfa;
}

.eqinf-esti-8 {
  background-color: #d79df5;
}

.eqinf-esti-9 {
  background-color: #eb91eb;
}

.eqinf-esti-10 {
  background-color: #fe82d4;
}

.aed-cont-donghosu-price {
  background-color: #fff;
}

.ho-gong-price {
  padding-bottom: 30px;
}
.ho-gong-price .bottom-btn-area {
  display: flex;
  justify-content: center;
  height: 30px;
  margin: 20px 0 0;
}
.ho-gong-price .bottom-btn-area .btns {
  height: 100%;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.ho-gong-price .bottom-btn-area .btns .txt {
  color: #222222;
  font-size: 13px;
}

.dongMenuWrap {
  margin: 0 0 15px;
}
.dongMenuWrap .tabarea:before {
  width: 35px;
  height: 35px;
}
.dongMenuWrap .tab {
  height: 35px;
}
.dongMenuWrap .ut {
  width: 35px;
  height: 35px;
}

.asum-gong-view {
  padding: 0 20px;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
}
.asum-gong-view dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
.asum-gong-view dl:not(:first-child) {
  height: 41px;
  border-top: 1px solid #f2f2f2;
}
.asum-gong-view dl dt {
  width: 130px;
  color: #222;
  font-size: 14px;
}
.asum-gong-view dl dt .mtit {
  display: inline-block;
  width: 49px;
}
.asum-gong-view dl dt .day {
  margin-left: 6px;
  color: #999;
  font-size: 11px;
}
.asum-gong-view dl dd {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

.asum-gong-eq {
  padding: 19px;
  margin: 15px 0 0;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
  line-height: 1;
}
.asum-gong-eq .qurds {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  overflow-x: auto;
  margin-top: 42px;
  line-height: 1;
}
.asum-gong-eq .floor {
  display: flex;
  justify-content: center;
  gap: 2px;
}
.asum-gong-eq .floor + .floor {
  margin: 2px 0 0;
}
.asum-gong-eq .view {
  position: relative;
  padding-bottom: 5px;
}
.asum-gong-eq .view-mousebox {
  position: absolute;
  background-color: #fff;
  padding: 5px;
  border: 2px solid red;
}
.asum-gong-eq .more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  border-top: 1px solid #f2f2f2;
  margin: 0 -19px -19px;
}
.asum-gong-eq .more span {
  display: inline-flex;
  align-items: center;
}
.asum-gong-eq .more span:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-left: 1px solid #777;
  border-top: 1px solid #777;
  transform: rotate(-135deg);
  position: relative;
  top: -2px;
  margin-left: 7px;
}
.asum-gong-eq .more.cur span:after {
  transform: rotate(45deg);
  top: 1px;
}
.asum-gong-eq .agq[data-class=style-totalPrice] .eqinf {
  height: 46px;
}
.asum-gong-eq .agq[data-class=style-totalPrice] .eqinf.pilotis:before, .asum-gong-eq .agq[data-class=style-totalPrice] .eqinf.pilotis:after {
  top: 22px;
  left: -8px;
  width: 66px;
}
.asum-gong-eq .agq[data-class=style-totalPrice] .eqinf.pilotis:before {
  transform: rotate(42deg);
}
.asum-gong-eq .agq[data-class=style-totalPrice] .eqinf.pilotis:after {
  transform: rotate(-42deg);
}
.asum-gong-eq .menu {
  margin-bottom: 0;
}

.aed-menu01 {
  display: flex;
  margin: 0 0 15px;
  height: 35px;
  overflow: hidden;
}
.aed-menu01.open {
  height: auto;
}
.aed-menu01.open .more {
  background-color: blue;
}
.aed-menu01.open .more:before {
  content: "닫기";
}
.aed-menu01.hide {
  display: none;
}
.aed-menu01 .menu {
  flex: 1;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.aed-menu01 .menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 17px;
  border: 1px solid #eeeeee;
  color: #666666;
  font-size: 14px;
  border-radius: 18px;
}
.aed-menu01 .menu a.on {
  background-color: #0481e2;
  color: #fff;
  font-weight: bold;
}
.aed-menu01 .more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: red;
  width: 35px;
  height: 35px;
  transition: 0.3s ease-out;
}
.aed-menu01 .more:before {
  content: "열기";
  color: #fff;
}
.aed-menu01 .more.hide {
  display: none;
}

.holist-info-box {
  position: absolute;
  z-index: 1001;
  bottom: 15px;
  left: 10px;
  width: calc(100% - 20px);
  border: 1px solid #2e363e;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 15px 18px -10px rgba(0, 0, 0, 0.25);
}

.holist-info-box-hed {
  display: flex;
  align-items: center;
  height: 51px;
  padding: 0 20px;
}
.holist-info-box-hed .ho {
  color: #222;
  font-size: 18px;
  font-weight: bold;
}
.holist-info-box-hed .jo {
  display: inline-flex;
  margin: 0 0 0 5px;
  color: #222;
  font-size: 12px;
}
.holist-info-box-hed .wr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 30px;
}

.holist-info-box-bod {
  padding: 0 20px;
}
.holist-info-box-bod .wr {
  padding: 16px 0 15px;
  border-top: 1px solid #f2f2f2;
}
.holist-info-box-bod dl {
  display: flex;
  justify-content: space-between;
}
.holist-info-box-bod dl:not(:first-child) {
  margin-top: 13px;
}
.holist-info-box-bod dt {
  width: 102px;
  color: #222;
  font-size: 14px;
}
.holist-info-box-bod dt .date {
  margin: 0 0 0 1px;
  color: #999999;
  font-size: 12px;
}
.holist-info-box-bod dd {
  display: inline-flex;
  align-items: end;
  gap: 5px;
  color: #000;
  font-weight: bold;
}
.holist-info-box-bod .sub {
  display: inline-flex;
  color: #222;
  font-size: 12px;
  font-weight: 500;
}
.holist-info-box-bod .sub em {
  color: #999;
}

.holist-info-box-btn-close {
  position: absolute;
  top: 18px;
  right: 21px;
}

.hosu-model-ex {
  display: flex;
  width: 100%;
  max-width: 320px;
  margin: 10px auto 0;
}
.hosu-model-ex .mlv {
  display: flex;
}
.hosu-model-ex .box {
  flex: 1;
  text-align: center;
}
.hosu-model-ex .box:first-child div {
  border-radius: 2px 0 0 2px;
}
.hosu-model-ex .box:last-child div {
  border-radius: 0 2px 2px 0;
}
.hosu-model-ex .box div {
  height: 6px;
}
.hosu-model-ex .box span {
  display: block;
  margin-top: 4px;
  color: #666;
  font-size: 10px;
}
.hosu-model-ex .hmd-color.color1 {
  background-color: #e8f3fc;
}
.hosu-model-ex .hmd-color.color2 {
  background-color: #deedfc;
}
.hosu-model-ex .hmd-color.color3 {
  background-color: #d1e7ff;
}
.hosu-model-ex .hmd-color.color4 {
  background-color: #bdd9ff;
}
.hosu-model-ex .hmd-color.color5 {
  background-color: #b2ccff;
}
.hosu-model-ex .hmd-color.color6 {
  background-color: #abb9ff;
}
.hosu-model-ex .hmd-color.color7 {
  background-color: #b9acfa;
}
.hosu-model-ex .hmd-color.color8 {
  background-color: #d79df5;
}
.hosu-model-ex .hmd-color.color9 {
  background-color: #eb91eb;
}
.hosu-model-ex .hmd-color.color10 {
  background-color: #fe82d4;
}
.hosu-model-ex:not(.hide) ~ .qurds {
  margin-top: 12px;
}

.donghosuPopUnitChange {
  right: 45px;
  bottom: 91px;
}

.aed-sil-deal-price .skeleton-box-all .sb01 {
  height: 100px;
}
.aed-sil-deal-price .skeleton-box-all .sb02 {
  height: 117px;
}

#area-el-detail .hide,
.area-el-detail-extend .hide {
  display: none !important;
}
#area-el-detail .hdar,
.area-el-detail-extend .hdar {
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: center;
  background-color: #647a97;
}
#area-el-detail .hdar .txt,
.area-el-detail-extend .hdar .txt {
  margin: 0 0 0 5px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
}
#area-el-detail .mdc-box,
.area-el-detail-extend .mdc-box {
  margin: 20px 0;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  text-align: center;
}
#area-el-detail .mdc-box > .txt,
.area-el-detail-extend .mdc-box > .txt {
  color: #222;
  font-size: 14px;
  line-height: 21px;
}
#area-el-detail .mdc-box .btn-area,
.area-el-detail-extend .mdc-box .btn-area {
  margin: 11px 0 0 0;
}
#area-el-detail .mdc-box .btn-area .btn-c-i,
.area-el-detail-extend .mdc-box .btn-area .btn-c-i {
  width: 260px;
  height: 45px;
  background-color: #0481e2;
  border-radius: 8px;
}
#area-el-detail .mdc-box .btn-area .btn-c-i .txt,
.area-el-detail-extend .mdc-box .btn-area .btn-c-i .txt {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}
#area-el-detail .mdc-box .btn-area .btn-c-i.off,
.area-el-detail-extend .mdc-box .btn-area .btn-c-i.off {
  cursor: default;
  background-color: #cbd2db;
}

.aed-infortxt {
  /* margin-bottom: 12px; */
  padding: 0 0 0 19px;
  margin: -3px 0 11px;
  text-indent: -19px;
  line-height: 18px;
  font-size: 13px;
}
.aed-infortxt:before {
  margin: 0px 5px -2px 0px;
}
.aed-infortxt.icon-information-7790ad {
  color: #4f5f72;
}

.map_utils .btarea .bta .b-dan {
  position: absolute;
  top: 0px;
  right: 47px;
  border-radius: 3px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
}
.map_utils .btarea .bta .b-dan a.bt {
  width: auto;
  white-space: nowrap;
  padding: 0 8px;
}
.map_utils .btarea .bta .b-dan a.bt .checkico {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  background-color: #d0d0d0;
}
.map_utils .btarea .bta .b-dan a.bt.on:before {
  content: normal;
}
.map_utils .btarea .bta .b-dan a.bt.on .checkico {
  background-color: #0481e2;
}
.map_utils .btarea .bta .b-dan a.bt.on .txt {
  color: #0481e2;
}

.yplus-marker.st02[estatus=H] {
  background-image: url("/images/bgmarker_gray02.png?v=ubqbsfs");
}
.yplus-marker.st02[estatus=H] .foot {
  color: #7790ad;
}
.yplus-marker.st02[estatus=H] .etc-t {
  border-color: #8ea5c1;
  color: #8ea5c1;
}
.yplus-marker.st02[estatus=H].on .foot {
  color: #596f87;
}
.yplus-marker.st02[estatus=H].type00 {
  background-image: none;
  border-color: #c1c7cd;
  background-color: #dde1e6;
}
.yplus-marker.st02[estatus=H].type00 .mal {
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-flex;
  align-items: center;
  height: 16px;
  padding: 0 8px;
  white-space: nowrap;
  border-radius: 8px;
  background-color: #697077;
  color: #fff;
  font-family: Pretendard;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: middle;
}
.yplus-marker.st02[estatus=H].type00 .bd-type {
  color: #4d5358;
}
.yplus-marker.st02[estatus=H].type00 .num {
  color: #21272a;
}
.yplus-marker.st02[estatus=H].type00 .foot {
  color: #6f6f6f;
}
.yplus-marker.st02[estatus=H].type00 .etc-t {
  border-color: #c1c7cd;
  background-color: #f2f4f8;
  color: #6f6f6f;
}
.yplus-marker.st02[estatus=H].type00.on {
  background-color: #c1c7cd;
  border-color: #c1c7cd;
}
.yplus-marker.st02[estatus=H].type00:after {
  background-image: url("/images/sil/img_realdeal_marker_cur_off_mal.png");
}

/*



		██           ███    ███  █████  ██████      ██████  ██  ██████  ██   ██ ████████     ██████   ██████  ██     ██ ███    ██              ██
	 ██  ▄ ██ ▄    ████  ████ ██   ██ ██   ██     ██   ██ ██ ██       ██   ██    ██        ██   ██ ██    ██ ██     ██ ████   ██     ▄ ██ ▄  ██
	██    ████     ██ ████ ██ ███████ ██████      ██████  ██ ██   ███ ███████    ██        ██   ██ ██    ██ ██  █  ██ ██ ██  ██      ████  ██
 ██    ▀ ██ ▀    ██  ██  ██ ██   ██ ██          ██   ██ ██ ██    ██ ██   ██    ██        ██   ██ ██    ██ ██ ███ ██ ██  ██ ██     ▀ ██ ▀██
██               ██      ██ ██   ██ ██          ██   ██ ██  ██████  ██   ██    ██        ██████   ██████   ███ ███  ██   ████          ██



*/
.map-etcsi-util {
  position: absolute;
  bottom: 25px;
  right: 20px;
  z-index: 1000;
}
.map-etcsi-util .down-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-etcsi-util .me-util {
  margin-left: 10px;
}
.map-etcsi-util .me-util:first-child {
  margin-left: 0;
}
.map-etcsi-util .udan {
  width: 102px;
  height: 40px;
  padding: 5px;
  border-radius: 21px;
  border: none;
  -webkit-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.3);
}
.map-etcsi-util .udan a {
  color: #999999;
  font-size: 13px;
  font-weight: normal;
}
.map-etcsi-util .udan .one {
  width: 46px;
  height: 30px;
  margin-top: -15px;
  border-radius: 15px;
}
.map-etcsi-util .udan a.on {
  color: #fff;
}
.map-etcsi-util .udan a.on:nth-child(2) ~ .one {
  left: calc(100% - 46px);
}

/*



███    ███  █████  ██   ██ ███████ ██████
████  ████ ██   ██ ██  ██  ██      ██   ██
██ ████ ██ ███████ █████   █████   ██████
██  ██  ██ ██   ██ ██  ██  ██      ██   ██
██      ██ ██   ██ ██   ██ ███████ ██   ██



*/
.maker_dot {
  position: absolute;
  display: block;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
.maker_dot.on {
  z-index: 1000;
}
.maker_dot.fx .won {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.maker_dot .won {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-radius: 100%;
}
.maker_dot .won .ico {
  display: inline-block;
  background-image: url("/images/ui_maker.png?v=ubqbsfs");
}

.maker_red_tac {
  display: block;
  z-index: 19;
  position: absolute;
}
.maker_red_tac .mm {
  display: block;
  width: 24px;
  height: 33px;
  z-index: 1;
  background-image: url("/images/ui_maker.png?v=ubqbsfs");
  background-position: 0 -55px;
  animation-name: maker_red_tac;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: relative;
}
.maker_red_tac .sh {
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 17px;
  height: 10px;
  top: 26px;
  left: 3px;
  z-index: 0;
  background: #000;
  opacity: 0.25;
  animation-name: maker_red_tac_sh;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@-webkit-keyframes maker_red_tac {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}
@keyframes maker_red_tac {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}
@-webkit-keyframes maker_red_tac_sh {
  from {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0.3;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes maker_red_tac_sh {
  from {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0.3;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
/* 기차-작은 */
.maker_dot.train .won {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #4f5f72;
}
.maker_dot.train.small .won {
  width: 15px;
  height: 15px;
}
.maker_dot.train.small .won .ico {
  width: 9px;
  height: 11px;
  background-position: 0 0;
}
.maker_dot.train.big .won {
  width: 32px;
  height: 32px;
}
.maker_dot.train.big .won .ico {
  width: 14px;
  height: 17px;
  background-position: 0 -17px;
}
.maker_dot.train.big .txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 16px;
  margin: 3px 0 0;
  padding: 2px 3px;
  color: #fff;
  background: #4f5f72;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
}
.maker_dot.st .won {
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.maker_dot.st:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #fff;
  opacity: 0.8;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.maker_dot.st.on:before, .maker_dot.st:hover:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.maker_dot.st.green .won {
  border: 1px solid #59952c;
  background: #7bc145;
}
.maker_dot.st.yellow .won {
  border: 1px solid #e17710;
  background: #f6a42b;
}
.maker_dot.st.red .won {
  border: 1px solid #e63311;
  background: #f46043;
}
.maker_dot.st.blue .won {
  border: 1px solid #2a6dc4;
  background: #4d8fe8;
}
.maker_dot.st.purple .won {
  border: 1px solid #5c44ba;
  background: #7b60df;
}
.maker_dot.st.pink .won {
  border: 1px solid #c62d9d;
  background: #e854c0;
}
.maker_dot.st.ed_insti .won .ico {
  width: 18px;
  height: 13px;
  background-position: 0 -136px;
}
.maker_dot.st.ed_insti.green .hhk {
  display: none;
}
.maker_dot.st.sc .won .ico {
  width: 14px;
  height: 17px;
  background-position: 0 -114px;
  margin-bottom: 2px;
}
.maker_dot.st.sangk .won .ico {
  width: 13px;
  height: 14px;
  background: url("/images/ui_ico_map.png") no-repeat -58px -420px;
  margin-bottom: 2px;
}

/* 기차-큰 */
/* 교육기관 */
.mapinfo-box {
  display: block;
  position: absolute;
  line-height: 1;
  text-align: left;
}
.mapinfo-box:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 10px;
  border: 1px solid #7790ad;
  background: #fff;
}
.mapinfo-box.right:before {
  border-right: 0;
  border-bottom: 0;
  left: -5px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mapinfo-box.left:before {
  border-right: 0;
  border-bottom: 0;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mapinfo-box .ww {
  position: relative;
  z-index: 1;
  border: 1px solid #7790ad;
  background: #fff;
  -webkit-box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.mapinfo-box .titlearea {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mapinfo-box .titlearea .txt {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

.maker_dot.st .mapinfo-box.title_one .titlearea .txt:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  margin-left: 10px;
  background: url(/images/ui_chr.png) no-repeat 0 -61px;
}

.overlap-box {
  display: none;
  position: absolute;
  padding: 12px;
  border: 1px solid #4f5f72;
  z-index: 100;
  background: #fff;
}
.overlap-box:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 10px;
  border: 1px solid #4f5f72;
  background: #fff;
  border-right: 0;
  border-bottom: 0;
  left: -6px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.overlap-box:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: -95px;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}
.overlap-box a {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 13px;
  margin-top: 10px;
  border-top: 1px solid #dddddd;
}
.overlap-box a:first-child {
  border-top: 0;
  padding-top: 0 !important;
  margin-top: 0;
}
.overlap-box a:hover span {
  text-decoration: underline;
}
.overlap-box a span {
  display: block;
  width: 100%;
}
.overlap-box a span.type {
  font-size: 12px;
  line-height: 1;
}
.overlap-box a span.bd {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1;
}
.overlap-box a em {
  font-weight: bold;
}
.overlap-box a.sky span.type,
.overlap-box a.sky em {
  color: var(--color-bdsplanet);
}
.overlap-box a.purple span.type,
.overlap-box a.purple em {
  color: #6574e4;
}
.overlap-box.sang {
  border-color: #7790ad;
  border-radius: 4px;
  -webkit-box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.overlap-box.sang a {
  padding-top: 10px;
}
.overlap-box.sang a span.bd {
  margin-top: 0;
}

.mapinfo-box.sang {
  min-width: inherit !important;
  z-index: 9999;
}
.mapinfo-box.sang:before {
  content: normal;
}
.mapinfo-box.sang.right:before {
  content: "";
  border-color: #4f5f72;
  width: 9px;
  height: 9px;
  margin-top: -6px;
}
.mapinfo-box.sang .ww {
  padding: 0 !important;
  border-radius: 4px;
  border-color: #4f5f72;
}
.mapinfo-box.sang .titlearea .txt {
  height: 30px;
  padding: 0 9px;
  color: #222;
  font-size: 14px;
  font-weight: bold;
}
.mapinfo-box.sang .titlearea .txt::-moz-selection, .mapinfo-box.sang .titlearea .txt::-webkit-selection, .mapinfo-box.sang .titlearea .txt::selection, .mapinfo-box.sang .titlearea .txt::-moz-selection, .mapinfo-box.sang .titlearea .txt::-webkit-selection {
  background: none;
  color: #222;
  text-shadow: none;
}

/* 학교 */
.maker_dot.st .mapinfo-box {
  display: none;
  top: 50%;
  left: 41px;
  min-width: 200px;
}
.maker_dot.st .mapinfo-box:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: -95px;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}
.maker_dot.st .mapinfo-box.title_one {
  min-width: auto;
}
.maker_dot.st.on .mapinfo-box {
  display: block;
}
.maker_dot.st .mapinfo-box .ww {
  border-radius: 4px;
  padding: 15px 12px;
}
.maker_dot.st .mapinfo-box .info {
  padding: 9px 0 0;
  margin-top: 10px;
  border-top: 1px solid #dddddd;
}
.maker_dot.st .mapinfo-box .info .txtarea {
  line-height: 20px;
}
.maker_dot.st .mapinfo-box .info .txtarea span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.maker_dot.st .mapinfo-box .ww .btnarea {
  margin-top: 13px;
}
.maker_dot.st .mapinfo-box .ww .btnarea .btn_homepagego {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25px;
  padding: 0 10px;
  border: 1px solid #cccccc;
}
.maker_dot.st .mapinfo-box .ww .btnarea .btn_homepagego span {
  font-size: 12px;
}
.maker_dot.st .mapinfo-box .ww .btnarea .btn_homepagego span:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  margin-left: 5px;
  background: url("/images/ui_chr.png") no-repeat 0 -61px;
}

/* 새로운 마커 */
.y-maker {
  position: absolute;
  width: 60px;
  height: 70px;
  background: url("/images/bgmaker.png") no-repeat;
  /*background:url("/images/613.png") no-repeat;*/
  z-index: 1000;
}

.kiup .y-maker {
  background: url("/images/kiup_bgmaker.png") no-repeat;
}

.y-maker.bora {
  background: url("/images/bgmaker_bora.png") no-repeat;
}
.y-maker.silgur {
  cursor: pointer;
}

.y-maker-con {
  width: 60px;
  height: 70px;
}

.y-maker-b {
  width: 100%;
  height: 43px;
}
.y-maker-b .txt-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-content: center;
  justify-content: center;
  line-height: 1;
}
.y-maker-b .txt-box .bd-type {
  display: block;
  width: 100%;
  color: #fff227;
  text-align: center;
}
.y-maker-b .txt-box .num {
  display: block;
  width: 100%;
  color: #fff227;
  text-align: center;
  color: #fff;
}
.y-maker-b .txt-box .bd-type {
  font-size: 12px;
  font-weight: 500;
}
.y-maker-b .txt-box .num {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.y-maker-f {
  position: relative;
  width: 100%;
  height: 27px;
}
.y-maker-f .txt-box {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 17px;
  line-height: 1;
}
.y-maker-f .txt-box .num {
  display: block;
  width: 100%;
  padding-top: 3px;
  color: #1884d6;
  font-size: 11px;
  letter-spacing: -0.6px;
  text-align: center;
  overflow: hidden;
  font-weight: 600;
}

.kiup .y-maker-f .txt-box .num {
  color: #516fdd;
}

.y-maker.bora .y-maker-f .txt-box .num {
  color: #8960af;
}

.y-maker-f .etc-t {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 48px;
  bottom: 4px;
  height: 17px;
  min-width: 28px;
}
.y-maker-f .etc-t:before, .y-maker-f .etc-t:after {
  content: "";
  display: block;
  width: 7px;
  height: 17px;
  background: url(/images/maker-b-round.png) no-repeat 0 0;
  position: absolute;
  z-index: 0;
  top: 0;
}
.y-maker-f .etc-t:before {
  left: 0;
}
.y-maker-f .etc-t:after {
  right: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.y-maker-f .etc-t span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 17px;
  padding: 0 5px 0 4px;
}
.y-maker-f .etc-t span em {
  position: relative;
  color: #0481e2;
  font-size: 10px;
  height: 100%;
  letter-spacing: -0.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.y-maker-f .etc-t span:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  /* margin-left: 50%; */
  width: calc(100% - 13px);
  height: 100%;
  background: #fff;
  border-top: 1px solid #1572b9;
  border-bottom: 1px solid #1572b9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-sizing: border-box;
  -o-box-sizing: border-box;
}

.y-maker.bora .y-maker-f .etc-t:before, .y-maker.bora .y-maker-f .etc-t:after {
  background: url(/images/maker-b-round-bora.png) no-repeat 0 0;
}
.y-maker.bora .y-maker-f .etc-t span em {
  color: #8960af;
}
.y-maker.bora .y-maker-f .etc-t span:before {
  border-color: #725091;
}

.jplus-marker {
  position: absolute;
  width: 60px;
  height: 68px;
  margin-top: -70px;
  background: url("/images/jmarker.png") no-repeat;
  background-size: 100%;
  /*background:url("../images/613.png") no-repeat;*/
  z-index: 1001;
  line-height: 1;
  cursor: pointer;
}
.jplus-marker .mal {
  position: absolute;
  height: 20px;
  padding: 4px 6px 0;
  background: #fff;
  top: -20px;
  color: #222;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  font-size: 12px;
  -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jplus-marker .mal:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -2px;
  border-top: 4px solid #fff;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}
.jplus-marker .thumb {
  width: 100%;
  height: 43px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.jplus-marker .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.jplus-marker .txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 17px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 11px;
}

.ol-overlay-container.ol-testMarker, .ol-overlay-container.ol-testMarker01 {
  z-index: 1005;
}

.yplus-marker-name {
  position: absolute;
  top: -98px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 29px;
  padding: 5px;
  color: #222;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  white-space: nowrap;
}
.yplus-marker-name:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -4px;
  border-top: 5px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.yplus-marker-name.me {
  background: #2e363e;
  color: #fff;
}
.yplus-marker-name.me:before {
  border-top-color: #2e363e;
}
.yplus-marker-name:empty {
  display: none;
}

.yplus-marker-con {
  width: 100%;
  height: 100%;
}

.yplus-marker-b {
  width: 100%;
  height: 43px;
}
.yplus-marker-b .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 1px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.yplus-marker-b .txt-box .bd-type {
  display: block;
  width: 100%;
  color: #fff227;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yplus-marker-b .txt-box .num {
  display: block;
  width: 100%;
  color: #fff227;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  margin-top: 4px;
  font-size: 15px;
  letter-spacing: -0.3px;
  font-weight: 700;
}
.yplus-marker-b .txt-box .bd-type {
  font-size: 12px;
  font-weight: 300;
  font-weight: 500;
}

.yplus-marker {
  position: absolute;
  width: 64px;
  height: 62px;
  margin-top: -70px;
  z-index: 1000;
  background-color: var(--color-bdsplanet);
  border-radius: 8px 8px 8px 0px;
}
.yplus-marker.silgur {
  cursor: pointer;
}
.yplus-marker.silgur.on {
  background-position: -78px;
}

.ol-statMarker {
  z-index: 1020;
}
@keyframes silMar {
  0% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.yplus-marker-f {
  position: relative;
  width: 100%;
  height: 25px;
}
.yplus-marker-f .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 17px;
  line-height: 1;
}
.yplus-marker-f .txt-box .num {
  display: block;
  width: 100%;
  padding-top: 3px;
  color: #1876d6;
  font-size: 11px;
  letter-spacing: -0.4px;
  text-align: center;
  overflow: hidden;
  font-weight: 600;
}

.yplus-marker .etc-t {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 44px;
  bottom: 4px;
  height: 14px;
  border: 1px solid #5295d9;
  border-radius: 7px;
  min-width: 28px;
  z-index: 2;
  background: #fff;
}
.yplus-marker .etc-t:before, .yplus-marker .etc-t:after {
  /* content: ''; */
  display: block;
  width: 8px;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
}
.yplus-marker .etc-t span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0 3px;
}
.yplus-marker .etc-t span em {
  position: relative;
  color: #0481e2;
  font-size: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

/* .yplus-marker .etc-t:before{
		background: url(../images/maker-b-round.png) no-repeat 0 0;
		background-size:100%;
		left:1px;
}
.yplus-marker .etc-t:after{
		background: url(../images/maker-b-round-r.png) no-repeat 0 0;
		background-size:100%;
		right:1px;
} */
/* .yplus-marker .etc-t span:before{
		content: '';
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: 50%;
		width: calc(100% - 16px);
		height: 100%;
		background: #fff;
		border-top: 1px solid #1572b9;
		border-bottom: 1px solid #1572b9;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		transform: translateX(-50%);
		box-sizing: border-box;
		-o-box-sizing: border-box;
} */
.yplus-marker-ex {
  position: absolute;
  min-width: 100%;
  height: 16px;
  bottom: 8px;
  z-index: 1;
}
.yplus-marker-ex:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  bottom: -8px;
  left: 0px;
  background: url(../images/temp/n_yplus_cur_noshadow.png) no-repeat 0 0;
  background-size: 100%;
  z-index: 2;
}
.yplus-marker-ex + .yplus-marker-ex:before {
  background: url(../images/temp/n_yplus_cur.png) no-repeat 0 0;
  background-size: 100%;
}
.yplus-marker-ex + .yplus-marker-ex:after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 9px);
  height: 8px;
  background: rgba(0, 0, 0, 0.15);
  z-index: 0;
  bottom: -5px;
  border-radius: 0 0 3px;
  left: 9px;
}
.yplus-marker-ex .txt-box {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #c58f6b;
  background: #fdfadd;
  border-radius: 3px 3px 3px 0px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.yplus-marker-ex.ex .txt-box {
  padding: 0 4px 0 9px;
}
.yplus-marker-ex .txt-box .num {
  display: block;
  width: 100%;
  margin-top: -1px;
  text-align: center;
  overflow: hidden;
}
.yplus-marker-ex .txt-box .num .sb {
  color: #f4425f;
  font-size: 10px;
  letter-spacing: -0.4px;
  font-weight: 700;
}
.yplus-marker-ex .txt-box .num .ss {
  color: #c4989f;
  font-size: 10px;
  letter-spacing: -0.8px;
  margin-left: 2px;
}
.yplus-marker-ex .ya {
  position: absolute;
  width: 12px;
  z-index: 3;
  height: 12px;
  color: #fff;
  font-size: 10px;
  border-radius: 100%;
  background: #f4425f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* font-family: var(--font-number-bold),var(--font-text-strong-bold); */
  top: 2px;
  left: -5px;
}
.yplus-marker-ex .ya span {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  margin-top: -1px;
  margin-left: -1px;
}

.yplus-marker-con .lim {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -8px;
  left: 51px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  background: #f4425f;
  border-radius: 100%;
  line-height: 1;
}
.yplus-marker-con .lim b {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.gd-cluster {
  position: absolute;
  /*  top:150px;
  	left:650px;*/
  min-width: 60px;
  height: 71px;
  z-index: 1000;
  line-height: 1;
}

.gd-c-w {
  border: 1px solid #1572b9;
  border-radius: 3px;
  -webkit-box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
}

.gd-cluster-con {
  width: 100%;
  height: 54px;
  padding: 5px 6px 0;
  background: #1884d6;
  text-align: center;
}
.gd-cluster-con .txt-box span {
  display: block;
  text-align: center;
  white-space: nowrap;
}
.gd-cluster-con .txt-box .txt01 {
  color: #fff227;
  font-size: 12px;
  letter-spacing: -0.3px;
}
.gd-cluster-con .txt-box .txt02 {
  margin: 5px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
.gd-cluster-con .txt-box .txt03 {
  margin: 3px 0 0;
  color: #dddddd;
  font-size: 10px;
}

.gd-cluster-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 17px;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gd-cluster-foot .txt04 {
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  color: #1884d6;
  font-size: 12px;
}

.test-won {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 1000;
  top: 223px;
  left: 694px;
  background: #000;
}

.mk-simple-info {
  position: absolute;
  z-index: 10000;
  bottom: -80px;
  left: 50%;
  min-width: 400px;
  height: 80px;
  /* margin-left: -245px; */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.mk-simple-info.on {
  bottom: 25px;
}
.mk-simple-info .msi-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 20px 75px 20px 20px;
  line-height: 1;
}
.mk-simple-info .txt {
  display: block;
}
.mk-simple-info .txt01 {
  color: #222;
  font-weight: bold;
  font-size: 16px;
}
.mk-simple-info .txt02 {
  margin: 11px 0 0;
  color: #666666;
  font-size: 14px;
}
.mk-simple-info .detail-go {
  position: absolute;
  top: 50%;
  right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: #505961;
  color: #fff;
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
}

.map-mp {
  position: absolute;
  padding: 4px 8px 5px;
  min-height: 24px;
  border: 1px solid #7790ad;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  color: #222;
  background: #fff;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map-mp .cur {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-left: 1px solid #7790ad;
  border-bottom: 1px solid #527092;
  background: #fff;
}

.tm-mk {
  position: absolute;
  z-index: 100;
  line-height: 1;
}
.tm-mk .won {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 0 0 2px;
  background: #0481e2;
  border-radius: 100%;
  color: #fff;
  font-size: 11px;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.tm-mk .map-mp {
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
}

.myun-mp {
  position: absolute;
  height: 43px;
  z-index: 100;
  line-height: 1;
}

.mym-wrap,
.mym-bd {
  height: 100%;
}

.mym-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mym-wrap:before, .mym-wrap:after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: url("/images/sil_mk.png") no-repeat -8px -639px;
}
.mym-wrap:before {
  background-position: -8px -639px;
}
.mym-wrap:after {
  width: 7px;
  background-position: -312px -639px;
}

.mym-bd {
  height: 100%;
  padding: 6px 5px 0;
  background: url("/images/sil_mk.png") no-repeat -13px -639px;
  text-align: center;
  letter-spacing: -0.3px;
}
.mym-bd span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mym-bd .txt01 {
  color: #0481e2;
  font-size: 13px;
}
.mym-bd .txt02 {
  margin-top: 1px;
  color: #666666;
  font-size: 10px;
}

.mym-wrap .cur {
  display: block;
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -4px;
  width: 10px;
  height: 6px;
  background: url("/images/sil_mk.png") no-repeat -320px -640px;
}

.location_widget {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 51px;
  left: 0px;
  max-height: 315px;
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.location_widget ul {
  overflow-y: hidden;
  /*min-height: 36px;*/
  /*max-height: 248px;*/
  padding: 12px 0;
  border: none;
}

.sel_col_white01 a {
  padding: 0 15px;
}

.location_init {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 11px;
  height: 11px;
  background: url("/images/ui_btn_x.png") no-repeat 0 -24px;
}
.location_init.on {
  display: block;
}

.location_widget .mCSB_scrollTools_vertical {
  right: 0px;
  padding: 0 15px;
}
.location_widget .mCSB_scrollTools .mCSB_draggerContainer {
  margin: 6px 0;
}
.location_widget .mCSB_scrollTools .mCSB_dragger {
  padding-left: 6px;
}
.location_widget .fast {
  padding: 12px 0;
}
.location_widget .fast:before {
  content: "최근 검색 결과";
  display: block;
  padding: 5px 0 10px 18px;
  color: #7790ad;
  font-size: 12px;
}
.location_widget .fast a {
  padding: 0;
}
.location_widget .fast .fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  padding: 0 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.location_widget .fast .fa .del {
  display: block;
  width: 14px;
  height: 14px;
  background: url("/images/search_del.png") no-repeat 0 0;
}
.location_widget .fast .fa .fast-go {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-left: 8px;
}
.location_widget .fast .fa .fast-go:hover {
  background: #f8f8f8;
}

.agent_info {
  background: #ffffff;
  line-height: 1;
}
.agent_info.spc {
  width: 300px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.agent_info.end {
  bottom: 0px;
  top: auto;
}
.agent_info.spc .cot {
  width: 300px;
  background: #fff;
}
.agent_info.spc .cot.move {
  position: fixed;
  top: 127px;
}
.agent_info .wd {
  padding: 30px;
}
.agent_info .agent_info_pic {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 100%;
  background: url(/images/img_none_user.png) no-repeat 0 0;
}
.agent_info .agent_info_pic img {
  width: 100%;
  height: 100%;
}
.agent_info .agent_name {
  display: block;
  margin: 16px 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  word-break: break-all;
}
.agent_info .bojo {
  display: block;
  margin: 9px 0 0;
  text-align: center;
}
.agent_info .info02 {
  position: relative;
  padding: 26px 0 0;
  margin: 20px 0 0;
}
.agent_info .info02:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 4px;
  background: #eeeeee;
  border-top: 1px solid #dddddd;
}
.agent_info .info02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  line-height: 26px;
}
.agent_info .info02 dt,
.agent_info .info02 dd {
  display: inline-block;
  font-size: 14px;
}
.agent_info .info02 dt {
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agent_info .info02 dt:after {
  content: ":";
  margin: 0 5px;
}
.agent_info .info02 .c_btn_area {
  margin: 12px 0 0;
  font-size: 0;
}
.agent_info .info02 .c_btn_area a {
  margin: 0 0 0 4px;
}
.agent_info .info02 .c_btn_area a:first-child {
  margin: 0;
}
.agent_info .info03 {
  margin: 30px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid #e5e5e5;
}
.agent_info .etc_readme {
  color: #666;
  font-size: 13px;
  line-height: 21px;
}

.pop-sil-gi-read .read-box {
  line-height: 20px;
}
.pop-sil-gi-read .read-box .cl-blue {
  color: var(--color-bdsplanet);
}

/* 토지용어안내팝업*/
.toji_chr_content .title {
  display: block;
  margin: 0 0 15px;
  color: var(--color-bdsplanet);
  font-size: 16px;
}
.toji_chr_content .tc {
  margin-top: 30px;
}
.toji_chr_content .tc:first-child {
  margin-top: 0;
}

.tbl_bang_wi .tbl01 {
  width: 130px;
}
.tbl_bang_wi .tbl02 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 523px;
  height: 100%;
}
.tbl_bang_wi .tbl02 table {
  height: 100%;
}
.tbl_bang_wi table tr th,
.tbl_bang_wi table tr td {
  padding: 6px 0px 4px !important;
  font-size: 13px;
}

/*통계*/
.mts-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
  padding: 20px;
  background: #fff;
  border-top: 1px solid #eeeeee;
}
.mts-menu .mts-btn {
  height: 35px;
}

.mts-sub-menu .msm-btn {
  width: 77px;
  height: 35px;
  margin: 5px 4px 0 0;
}

.mts-menu .mts-btn:nth-child(4n),
.mts-sub-menu .msm-btn:nth-child(4n) {
  margin-right: 0;
}

.mts-menu .mts-btn:nth-child(-n+4),
.mts-sub-menu .msm-btn:nth-child(-n+4) {
  margin-top: 0;
}

.mts-menu .mts-btn label,
.mts-sub-menu .msm-btn label {
  height: 100%;
}

.mts-menu .mts-btn label {
  font-size: 13px;
  letter-spacing: -0.5px;
}

.mts-sub-menu .msm-btn label {
  font-size: 12px;
  line-height: 13px;
}

.msm-btn input[type=checkbox]:checked + label, .msm-btn input[type=radio]:checked + label {
  background: #aabcd2 !important;
  border-color: #aabcd2 !important;
  color: #fff;
}
.msm-btn a.on {
  background: #aabcd2 !important;
  border-color: #aabcd2 !important;
  color: #fff;
}

.mts-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 20px;
  border-top: 1px solid #eeeeee;
  background: #f8f8f8;
}

.ms-tong .btn-tris {
  display: none;
  /*display:flex;*/
  height: 20px;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #eeeeee;
  background: #f8f8f8;
}
.ms-tong .btn-tris:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 3px;
  border-right: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  transform: rotate(-136deg);
  transition: 0.3s ease-out;
}
.ms-tong.close .mts-sub-menu {
  display: none;
}
.ms-tong.close .btn-tris:before {
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mts-menu label:before,
*[data-filter-detail=bu-type] .dg_boxst label:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: red;
  border-radius: 100%;
  margin-right: 2px;
}

.mts-menu label[for=stat_rtype_0]:before {
  background: #ee2d94;
}
.mts-menu label[for=stat_rtype_1]:before {
  background: #fa4d56;
}
.mts-menu label[for=stat_rtype_2]:before {
  background: #08bdba;
}
.mts-menu label[for=stat_rtype_3]:before {
  background: #0f62fe;
}
.mts-menu label[for=stat_rtype_4]:before {
  background: #8a3ffc;
}
.mts-menu label[for=stat_rtype_5]:before {
  background: #129ded;
}
.mts-menu label[for=stat_rtype_6]:before {
  background: #4d5358;
}
.mts-menu label[for=stat_rtype_7]:before {
  background: #4d5358;
}
.mts-menu label[for=stat_rtype_8]:before {
  background: #5e2900;
}

*[data-filter-detail=bu-type] label {
  letter-spacing: -1px;
}
*[data-filter-detail=bu-type] label[for=r_type_0]:before {
  background: #ee2d94;
}
*[data-filter-detail=bu-type] label[for=r_type_1]:before {
  background: #fa4d56;
}
*[data-filter-detail=bu-type] label[for=r_type_2]:before {
  background: #08bdba;
}
*[data-filter-detail=bu-type] label[for=r_type_3]:before {
  background: #0f62fe;
}
*[data-filter-detail=bu-type] label[for=r_type_4]:before {
  background: #8a3ffc;
}
*[data-filter-detail=bu-type] label[for=r_type_5]:before {
  background: #129ded;
}
*[data-filter-detail=bu-type] label[for=r_type_6]:before {
  background: #4d5358;
}
*[data-filter-detail=bu-type] label[for=r_type_7]:before {
  background: #67453a;
}

.mk-dgs {
  position: absolute;
  height: 51px;
  z-index: 1000;
  line-height: 1;
  cursor: pointer;
}
.mk-dgs:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -7px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 8px solid #fff;
  border-radius: 10px;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s ease-out transform;
}
.mk-dgs.on:before {
  opacity: 0.5;
  transform: scale(1);
}
.mk-dgs.ing:before {
  transition: none;
}

.mk-dgs-wrap,
.mk-dgs-body {
  height: 100%;
}

.mk-dgs-wrap {
  display: flex;
  position: relative;
}
.mk-dgs-wrap:before, .mk-dgs-wrap:after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: url("/images/sil_mk.png") no-repeat -8px -8px;
}
.mk-dgs-wrap:before {
  background-position: -8px -8px;
}
.mk-dgs-wrap:after {
  width: 10px;
  background-position: -312px -8px;
}

.mk-dgs-body {
  height: 100%;
  padding: 6px 5px 0;
  background: url("/images/sil_mk.png") no-repeat -12px -8px;
  text-align: center;
  letter-spacing: -0.3px;
}
.mk-dgs-body span {
  display: block;
}
.mk-dgs-body .txt01 {
  color: #fff227;
  font-size: 12px;
}
.mk-dgs-body .txt02 {
  margin-top: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.mk-dgs.purple .mk-dgs-body {
  background-position: -12px -760px;
}
.mk-dgs.purple .mk-dgs-wrap:before {
  background-position: -8px -760px;
}
.mk-dgs.purple .mk-dgs-wrap:after {
  background-position: -312px -760px;
}

.kiup .mk-dgs-body {
  background: url("/images/sil_mk.png") no-repeat -12px -691px;
}
.kiup .mk-dgs-wrap:before {
  background-position: -8px -691px;
}
.kiup .mk-dgs-wrap:after {
  background-position: -312px -691px;
}

.mk-pri-ch {
  position: absolute;
  height: 64px;
  z-index: 1000;
  line-height: 1;
  cursor: pointer;
}
.mk-pri-ch:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -7px;
  border: 8px solid #fff;
  border-radius: 10px;
  opacity: 0;
}
.mk-pri-ch.on:before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  opacity: 0.5;
}

.mk-pri-wrap,
.mk-pri-body {
  height: 100%;
}

.mk-pri-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mk-pri-wrap:before, .mk-pri-wrap:after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: url("/images/sil_mk.png") no-repeat -8px -64px;
}
.mk-pri-wrap:before {
  background-position: -8px -64px;
}
.mk-pri-wrap:after {
  width: 10px;
  background-position: -312px -64px;
}

.mk-pri-body {
  min-width: 56px;
  height: 100%;
  padding: 6px 5px 0;
  background: url("/images/sil_mk.png") no-repeat -12px -64px;
  text-align: center;
  letter-spacing: -0.3px;
}
.mk-pri-body span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mk-pri-body span em {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 2px;
}
.mk-pri-body span em:before {
  content: "";
  display: block;
  border-top: 7px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 0px;
  /* margin-top: -2px; */
}
.mk-pri-body .txt01 {
  color: #fff227;
  font-size: 12px;
}
.mk-pri-body .txt02 {
  margin-top: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.mk-pri-body .txt03 {
  margin-top: 2px;
  font-size: 11px;
  color: #fff;
}

.pw01 .mk-pri-wrap:before {
  background-position: -8px -64px;
}
.pw01 .mk-pri-wrap:after {
  width: 10px;
  background-position: -312px -64px;
}
.pw01 .mk-pri-body {
  background-position: -12px -64px;
}

.pw02 .mk-pri-wrap:before {
  background-position: -8px -136px;
}
.pw02 .mk-pri-wrap:after {
  width: 10px;
  background-position: -312px -136px;
}
.pw02 .mk-pri-body {
  background-position: -12px -136px;
}

.pw03 .mk-pri-wrap:before {
  background-position: -8px -208px;
}
.pw03 .mk-pri-wrap:after {
  width: 10px;
  background-position: -312px -208px;
}
.pw03 .mk-pri-body {
  background-position: -12px -208px;
}

.pw04 .mk-pri-wrap:before {
  background-position: -8px -280px;
}
.pw04 .mk-pri-wrap:after {
  width: 10px;
  background-position: -312px -280px;
}
.pw04 .mk-pri-body {
  background-position: -12px -280px;
}

.pw05 .mk-pri-wrap:before {
  background-position: -8px -352px;
}
.pw05 .mk-pri-wrap:after {
  width: 10px;
  background-position: -312px -352px;
}
.pw05 .mk-pri-body {
  background-position: -12px -352px;
}

.pw06 .mk-pri-wrap:before {
  background-position: -8px -424px;
}
.pw06 .mk-pri-wrap:after {
  width: 10px;
  background-position: -312px -424px;
}
.pw06 .mk-pri-body {
  background-position: -12px -424px;
}

.pw07 .mk-pri-wrap:before {
  background-position: -8px -496px;
}
.pw07 .mk-pri-wrap:after {
  width: 10px;
  background-position: -312px -496px;
}
.pw07 .mk-pri-body {
  background-position: -12px -496px;
}

.pw08 .mk-pri-wrap:before {
  background-position: -8px -568px;
}
.pw08 .mk-pri-wrap:after {
  width: 10px;
  background-position: -312px -568px;
}
.pw08 .mk-pri-body {
  background-position: -12px -568px;
}

.pw01 .mk-pri-body .txt02 em:before,
.pw02 .mk-pri-body .txt02 em:before,
.pw03 .mk-pri-body .txt02 em:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pw08 .mk-pri-body .txt02 em {
  margin-right: 0;
}
.pw08 .mk-pri-body .txt02 em:before {
  content: normal;
}

.mp-wpop {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 70px;
  right: 20px;
  width: 300px;
  height: 73%;
  line-height: 1;
  z-index: 10000;
  transition: 0.2s height ease-out;
}
.mp-wpop.windowsmall {
  height: 40%;
}
.mp-wpop .mheader {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  background: #7790ad;
  border-radius: 3px 3px 0 0;
  justify-content: space-between;
}
.mp-wpop .mheader .title {
  color: #fff;
  font-size: 16px;
}
.mp-wpop .mheader .left {
  display: inline-flex;
  align-items: center;
}
.mp-wpop .mheader .left .tip-bdiif {
  cursor: pointer;
  margin-left: 5px;
}
.mp-wpop .mheader .util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mp-wpop .mheader .ut {
  display: block;
  margin-left: 20px;
}
.mp-wpop .mheader .ut:first-child {
  margin-left: 0;
}
.mp-wpop .mheader .ut.drag {
  width: 15px;
  height: 15px;
  background: url("/images/ui_ico.png") no-repeat -288px -60px;
}
.mp-wpop .mheader .ut.window {
  width: 15px;
  height: 15px;
}
.mp-wpop .mheader .ut.window.small {
  background: url("/images/ui_ico.png") no-repeat -327px -60px;
}
.mp-wpop .mheader .ut.window.full {
  background: url("/images/ui_ico.png") no-repeat -307px -60px;
}
.mp-wpop .mheader .ut.onoff {
  width: 15px;
  height: 14px;
  background-image: var(--bg-i-common);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -282px -108px;
}
.mp-wpop .mwrap {
  height: 100%;
}
.mp-wpop .mbody {
  height: calc(100% - 165px);
  margin: 5px 0 0;
  background: #fff;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.mp-wpop .mbody .mbcw {
  height: 100%;
}
.mp-wpop .mw-con-etc {
  display: flex;
  padding: 8px;
  height: 62px;
  border-top: 1px solid #eeeeee;
}
.mp-wpop .mCSB_scrollTools_vertical {
  z-index: 10000;
  right: 0px;
  padding: 0 10px;
}
.mp-wpop .mCSB_scrollTools .mCSB_draggerContainer {
  margin: 6px 0;
}
.mp-wpop.mbodyOff {
  height: 160px;
}
.mp-wpop.mbodyOff .mheader .ut.onoff {
  background-image: var(--bg-i-common);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -306px -108px;
}
.mp-wpop.mbodyOff .mbody {
  display: none;
}

.ui-draggable-handle {
  cursor: all-scroll;
}

.mpb-filter {
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  height: 160px;
}
.mpb-filter .bt-dan-change {
  bottom: 154px;
}

.mbp-ir {
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  line-height: 1;
  border-radius: 0 0 3px 3px;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.mbp-ir .left,
.mbp-ir .right {
  display: flex;
  align-items: center;
}
.mbp-ir.ia {
  height: auto;
  padding: 18px;
}
.mbp-ir .bta {
  display: flex;
  justify-content: space-between;
}
.mbp-ir .sta {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
  width: 100%;
}
.mbp-ir .sta a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 4px;
  color: #516fdd;
  font-size: 14px;
  background: #ecf0ff;
  font-weight: 600;
}
.mbp-ir .sta a.premium-mb:after {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background: var(--bg-i-common) no-repeat -400px -60px;
  position: absolute;
  top: -2px;
  right: -6px;
  z-index: 1;
}
.mbp-ir .sta a.on {
  background: #516fdd;
  color: #fff;
  font-weight: bold;
}
.mbp-ir .mlv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.mbp-ir .box {
  flex: 1;
  text-align: center;
}
.mbp-ir .box div {
  position: relative;
  height: 10px;
}
.mbp-ir .box span {
  display: block;
  margin-top: 5px;
  color: #222;
  font-size: 11px;
  white-space: nowrap;
}
.mbp-ir .box.on div:before {
  content: "";
  display: block;
  position: absolute;
  right: 11px;
  bottom: 0px;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-top: -3px;
  opacity: 0.8;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mbp-ir .mlv01 .box.on:nth-child(1) div:before, .mbp-ir .mlv01 .box.on:nth-child(2) div:before {
  border-top: 6px solid #82cddf;
  opacity: 0.5;
}
.mbp-ir .mlv04 .box {
  border-right: 1px solid #fff;
}
.mbp-ir .mlv04 .box:last-child {
  border-right: 0;
}
.mbp-ir .titlearea {
  margin: 0 0 10px;
}
.mbp-ir .titlearea .tit {
  color: #222222;
  font-size: 14px;
}
.mbp-ir .titlearea .tit em {
  margin: 0 0 0 5px;
  color: #999999;
  font-size: 12px;
}
.mbp-ir .sub-text {
  color: #999;
  font-size: 12px;
}
.mbp-ir .etctxt {
  display: flex;
  height: 26px;
  align-items: center;
}
.mbp-ir .etctxt.hide {
  display: none;
}
.mbp-ir .etctxt .txt {
  color: #999;
  font-size: 12px;
}

.btasqu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 24px;
  line-height: 1;
  padding: 0 11px 0 25px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}
.btasqu .ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 2px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #f5f5f5;
}
.btasqu .ico:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url("/images/ui_ico.png") no-repeat;
}
.btasqu.type01 .ico:before {
  background-position: -232px -256px;
}
.btasqu.type02 .ico:before {
  background-position: -248px -256px;
}
.btasqu.type03 .ico:before {
  background-position: -264px -256px;
}
.btasqu.type04 .ico:before {
  background-position: -280px -256px;
}
.btasqu .txt {
  color: #666666;
  font-size: 13px;
}
.btasqu.on {
  background: #7790ad;
  border-color: #7790ad;
}
.btasqu.on .txt {
  color: #fff;
}

.mw-re-area {
  display: flex;
  border-bottom: 1px solid #eeeeee;
  justify-content: space-between;
  align-items: center;
}
.mw-re-area .tab {
  display: flex;
  width: 100%;
}
.mw-re-area .tab a {
  display: inline-flex;
  position: relative;
  flex: 1;
  height: 43px;
  justify-content: center;
  align-items: center;
  color: #666666;
  font-weight: 600;
}
.mw-re-area .tab a.premium-mb:after {
  content: "";
  display: block;
  width: 46px;
  height: 14px;
  background: var(--bg-i-common) no-repeat -400px -78px;
  margin-left: 2px;
}
.mw-re-area .tab a.on {
  color: #222;
}
.mw-re-area .tab a.on:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0px;
  background: #444;
}
.mw-re-area .txtread {
  color: #7790ad;
  font-size: 12px;
  letter-spacing: -1px;
}
.mw-re-area .btns.y-blue {
  width: 50px;
  height: 20px;
  border-radius: 10px;
  background: #aabcd2;
}
.mw-re-area .btns.y-blue .txt {
  color: #fff;
  font-size: 12px;
}

.mw-filter-area {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.mw-filter-area:first-child {
  padding-top: 15px;
}
.mw-filter-area:last-child {
  border: none;
}
.mw-filter-area .ptitle {
  margin-bottom: 10px;
}
.mw-filter-area .ptitle .htxt {
  color: #222;
  font-size: 14px;
  font-weight: 600;
}
.mw-filter-area .ptitle.premium-mb:after,
.mw-filter-area .ptitle .htxt.premium-mb:after {
  content: "";
  display: block;
  width: 46px;
  height: 14px;
  background: var(--bg-i-common) no-repeat -400px -78px;
  display: inline-block;
  margin-left: 3px;
  vertical-align: -2px;
}
.mw-filter-area .range-value-txt {
  top: -24px;
}
.mw-filter-area .range-value-txt span {
  font-size: 14px;
}
.mw-filter-area .range-btn-area {
  margin-top: 0;
}

.mwf-util-area {
  margin-top: -28px;
  text-align: right;
}

.ms-filter-each-detail .btn-all-check01 {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-top: -6px;
}
.ms-filter-each-detail .title-area .ask-box01 {
  margin-top: -6px;
  top: 3px;
}

.mw-filter-area .dg_boxst label,
.mw-filter-area .dg_boxst a {
  height: 30px;
  font-size: 13px;
  word-spacing: -1px;
}
.mw-filter-area .dg_boxst label[for=explore_land_type_28] {
  font-size: 12px;
  letter-spacing: -1px;
}

.mw-bdy-boxst li {
  width: 37%;
}
.mw-bdy-boxst li:nth-child(3n-1) {
  width: 26%;
}

.mw-con-etc a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 600;
}
.mw-con-etc a:before {
  content: "";
  display: block;
  background-image: var(--bg-i-common);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -272px -60px;
}
.mw-con-etc .mce-init {
  flex: 1.1;
  color: #666666;
}
.mw-con-etc .mce-init:before {
  width: 16px;
  height: 13px;
  margin-right: 7px;
  background-position: -46px -54px;
}
.mw-con-etc .mce-more {
  flex: 2;
  width: 100%;
  height: 100%;
  background: #0481e2;
  color: #fff;
}
.mw-con-etc .mce-more:before {
  width: 12px;
  height: 15px;
  margin-right: 10px;
  background-position: -272px -60px;
}

.mp-pp-bdsearch .mw-con-area {
  height: calc(100% - 106px);
}
.mp-pp-bdsearch .mw-con-area .con {
  padding: 0 20px;
}
.mp-pp-bdsearch .price_input .d_input {
  height: 35px;
}
.mp-pp-bdsearch .price_input .d_input input {
  font-size: 14px;
}
.mp-pp-bdsearch .price-input-tac button {
  height: 30px;
  letter-spacing: -0.7px;
}
.mp-pp-bdsearch.areadraw_on {
  height: 39%;
}
.mp-pp-bdsearch.areadraw_on .mheader .ut.window {
  display: none;
}
.mp-pp-bdsearch.areadraw_on .mw-con-etc {
  display: none;
}
.mp-pp-bdsearch.areadraw_on .mw-con-area {
  height: calc(100% - 57px);
}
.mp-pp-bdsearch.areadraw_on.mbodyOff {
  height: 160px;
}

.mf-areaing {
  padding: 46px 0 0;
  text-align: center;
}
.mf-areaing .readme {
  line-height: 21px;
  color: #7790ad;
  text-align: center;
}
.mf-areaing .btn-off-areadraw {
  display: inline-flex;
  align-items: center;
  height: 36px;
  margin: 15px auto 0;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  color: #222222;
  font-size: 13px;
}

.ui_cp_slip_check.style02 {
  position: relative;
  background: #fff;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.ui_cp_slip_check.style02 a,
.ui_cp_slip_check.style02 label {
  color: #999999;
  font-size: 13px;
  cursor: pointer;
}
.ui_cp_slip_check.style02 a.on,
.ui_cp_slip_check.style02 label.on {
  color: #fff;
}
.ui_cp_slip_check.style02 .one {
  width: 50%;
  height: 20px;
  margin-top: -10px;
  -webkit-transform: scale(1.1, 1.22);
  transform: scale(1.1, 1.22);
  background: #7790ad;
}
.ui_cp_slip_check.style02 a.on:nth-child(1) ~ .one,
.ui_cp_slip_check.style02 label.on:nth-child(1) ~ .one {
  left: -1px;
}
.ui_cp_slip_check.style02 a.on:nth-child(2) ~ .one,
.ui_cp_slip_check.style02 label.on:nth-child(2) ~ .one {
  left: 50%;
}

.aed-lr-tbl {
  border: 1px solid #e5e5e5;
  line-height: 1;
}
.aed-lr-tbl .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aed-lr-tbl .tr .td {
  width: 50%;
  padding: 12px 0;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  line-height: 18px;
}
.aed-lr-tbl .tr .td:last-child {
  border-right: 0;
}
.aed-lr-tbl .tr:last-child .td {
  border-bottom: none;
}
.aed-lr-tbl .tr .td .txt01 {
  color: #999999;
  font-size: 13px;
  font-weight: 500;
}
.aed-lr-tbl .tr .td .txt02 {
  color: #222222;
  font-size: 14px;
}

.aed-cont-tong-info {
  background: #fafafa;
}

.aed-cont-tg {
  background: #fff;
}

.aed-cont-month-st-list {
  background: #f2feff;
}

.aed-cont-toplist {
  background: #f5fbff;
}

.aed-cont-rate-var {
  background: #fff;
}
.aed-cont-rate-var .main-th {
  color: var(--color-bdsplanet);
}

.aed-cont-month-st-list .td01 {
  width: 52px;
}

.aed-cont-toplist .td01 {
  width: 30px;
}
.aed-cont-toplist .td02 {
  width: 60px;
}

.aed-wrap-tong-loc {
  padding: 20px;
  background: #fff;
  text-align: center;
}
.aed-wrap-tong-loc .title {
  color: #222;
  font-weight: bold;
  font-size: 24px;
}
.aed-wrap-tong-loc .aed-toft-select-area {
  margin: 15px 0 0;
  justify-content: center;
}
.aed-wrap-tong-loc .aed-toft-select-area .ts01 {
  width: 250px;
}
.aed-wrap-tong-loc .etc-txt {
  margin-top: 15px;
}
.aed-wrap-tong-loc .etc-txt .tx {
  display: block;
}
.aed-wrap-tong-loc .etc-txt .txt01 {
  color: #666666;
}
.aed-wrap-tong-loc .etc-txt .day-ing {
  color: var(--color-def-red);
}
.aed-wrap-tong-loc .etc-txt .day-ing02 {
  display: none;
}
.aed-wrap-tong-loc .etc-txt .ch {
  margin-top: 10px;
  color: #999999;
  font-size: 13px;
}
.aed-wrap-tong-loc .day-r {
  color: var(--color-def-red);
  display: none;
}

.aed-cont-rate-var .aed-line-tbl tbody tr:nth-child(2n-1) td {
  background: #fcfcfc;
}
.aed-cont-rate-var .aed-line-tbl .cl-blue {
  color: #1f75ea !important;
}

.aed-cont-nodata {
  padding-top: 30px;
  background: #fff;
}
.aed-cont-nodata .aed-no-data01 {
  border: none;
}

#rpInfoEtcChartTooltip,
.sil-graph-mal {
  padding: 10px;
  border: 1px solid #7790ad;
  border-radius: 4px;
  font-size: 13px;
  color: #666;
  background: #fff;
  position: absolute;
  top: -9999px;
  left: -9999px;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
  line-height: 17px;
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}
#rpInfoEtcChartTooltip.type02,
.sil-graph-mal.type02 {
  padding: 6px 10px;
  line-height: 1;
}

#rpInfoEtcChartTooltip:before,
#rpInfoEtcChartTooltip .cur,
.sil-graph-mal .cur {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-left: 1px solid #7790ad;
  border-bottom: 1px solid #7790ad;
  background: #fff;
}

.sil-graph-mal .cur {
  display: block !important;
}

#rpInfoEtcChartTooltip.free:before {
  content: normal;
}
#rpInfoEtcChartTooltip.type-black {
  background: #4f5f72;
  border-color: #4f5f72;
}
#rpInfoEtcChartTooltip.type-black:before,
#rpInfoEtcChartTooltip.type-black .cur {
  background: #4f5f72;
  border-color: #4f5f72;
}
#rpInfoEtcChartTooltip.type-black span {
  color: #fff !important;
}
#rpInfoEtcChartTooltip strong {
  font-weight: bold;
  color: var(--color-bdsplanet);
}

.aed-wrap.posi-select-fix .aed-toft-select-area {
  /* position:fixed;
  top:165px;
  left:0px;
  width:401px;
  height:auto;
  margin:0;
  padding:10px 20px;
  background:#fff; */
  border-bottom: 1px solid #dedede;
  /* border-right:1px solid #dedede; */
  /* box-shadow:-11px 2px 10px 0px rgba(0,0,0,0.1); */
  z-index: 1001;
  /*     animation-name: bds_select;
  	animation-duration: .4s;
  	animation-iteration-count: 1;
  	-webkit-animation-fill-mode:both */
}

.acwr.posi-select-fix .aed-wrap-tong-loc {
  position: fixed;
  top: 130px;
  z-index: 9999;
  width: 400px;
  background: #fff;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  -webkit-box-shadow: -11px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -11px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.acwr.posi-select-fix .aed-wrap-tong-loc .aed-toft-select-area {
  position: relative;
  top: 0;
  width: 100%;
  padding: 0;
  margin: 15px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-animation: none;
  animation: none;
}

.header-no .acwr.posi-select-fix .aed-wrap-tong-loc {
  top: 70px;
}

.acwr.posi-select-fix .aed-wrap-tong-loc {
  padding: 13px 20px 10px;
}
.acwr.posi-select-fix .aed-wrap-tong-loc .title {
  font-size: 20px;
}
.acwr.posi-select-fix .aed-wrap-tong-loc .etc-txt {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0;
  z-index: 1000;
  margin-top: 0px;
}
.acwr.posi-select-fix .aed-wrap-tong-loc .etc-txt .day-ing {
  font-size: 13px;
}
.acwr.posi-select-fix .aed-wrap-tong-loc .etc-txt .day-ing01 {
  display: none;
}
.acwr.posi-select-fix .aed-wrap-tong-loc .etc-txt .day-ing02 {
  display: block;
}
.acwr.posi-select-fix .aed-wrap-tong-loc .etc-txt .ch {
  display: none;
}

.dtStat .acwr.posi-select-fix .aed-box-fam {
  padding-top: 120px;
}

#area-el-detail.dtStat.on .aed-header .titlearea,
.area-el-detail-extend.dtStat.on .aed-header .titlearea,
.dtStat.cl-aed.on .aed-header .titlearea,
.area-el-detail-common.dtStat.on .aed-header .titlearea,
#area-el-detail.dtPredict.on .aed-header .titlearea {
  padding: 0 20px;
}

/*
@keyframes bds_select{
		from{padding:20px 20px;}
		to{padding:10px 20px;}
}


 */
.fake-main-titlearea {
  position: absolute;
  top: -55px;
  height: 67px;
  opacity: 0;
  visibility: hidden;
}

.map-maker-menu-act {
  position: absolute;
  top: 0;
  left: 0;
}
.map-maker-menu-act .cur {
  position: absolute;
  width: 22px;
  height: 30px;
  background: url("/images/sil_act_cur.png") no-repeat 0 0;
  top: 69px;
  left: 22px;
  z-index: 1;
  animation-name: map-marker-menu-act-cur;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.map-maker-menu-act .redline {
  position: absolute;
  top: 43px;
  left: -3px;
  display: block;
  width: 66px;
  height: 25px;
  border: 3px solid red;
  border-radius: 7px;
}
@keyframes map-marker-menu-act-cur {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}

a.btn-title-nam {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  padding: 0 10px;
  background: #4f5e71;
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
}

/* 토지면적측정 */
.aed-header.tojimyun + .aed-container .aed-box-fam {
  padding-top: 9px;
}

.aed-toji-myun-info {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #dedede;
}
.aed-toji-myun-info.shadow {
  box-shadow: -11px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.aed-toji-myun-info .util {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.aed-toji-myun-info .util .right {
  display: flex;
}
.aed-toji-myun-info .util .right .btns {
  margin-left: 5px;
}
.aed-toji-myun-info .util .right .btns:first-child {
  margin-left: 0;
}
.aed-toji-myun-info .util .count {
  color: #7790ad;
  font-size: 14px;
}
.aed-toji-myun-info .util .count em {
  font-weight: 700;
}
.aed-toji-myun-info .util .btn-init {
  width: 50px;
  height: 20px;
  border-radius: 10px;
  background: #aabcd2;
}
.aed-toji-myun-info .util .btn-init .txt {
  color: #fff;
  font-size: 12px;
}
.aed-toji-myun-info .info {
  display: flex;
  align-items: center;
  height: 69px;
}
.aed-toji-myun-info .info .ifm {
  position: relative;
  text-align: center;
  min-height: 41px;
}
.aed-toji-myun-info .info .ifm:nth-child(1), .aed-toji-myun-info .info .ifm:nth-child(3) {
  width: 141px;
}
.aed-toji-myun-info .info .ifm:nth-child(2) {
  flex: 1;
}
.aed-toji-myun-info .info .ifm:before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  width: 1px;
  height: 40px;
  margin-top: -20px;
  background: #e5e5e5;
}
.aed-toji-myun-info .info .ifm:last-child:before {
  content: normal;
}
.aed-toji-myun-info .info .ifm .tit {
  display: block;
  margin: 0 0 10px;
  color: #222;
  font-size: 14px;
}
.aed-toji-myun-info .info .ifm .gy .au,
.aed-toji-myun-info .info .ifm .gy em {
  color: #222;
  font-size: 17px;
  font-weight: 700;
}
.aed-toji-myun-info .info .ifm .gy .need-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 25px;
  margin: -4px 0;
  background: #ffe9ec;
  border-radius: 2px;
}
.aed-toji-myun-info .info .ifm .gy .need-login .txt {
  color: var(--color-def-red);
  font-size: 13px;
  font-weight: 600;
}
.aed-toji-myun-info .info .ifm .gy .need-login .txt:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 2px;
  vertical-align: 2px;
  border-right: 1px solid var(--color-def-red);
  border-bottom: 1px solid var(--color-def-red);
  transform: rotate(-45deg);
}
.aed-toji-myun-info .info .ifm .ui-loading-wrap {
  padding-top: 18px;
}
.aed-toji-myun-info .tojih-readme .txt {
  padding: 6px 10px 7px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.tojim-list .box {
  margin-top: 10px;
}
.tojim-list .box:first-child {
  margin-top: 0;
}
.tojim-list.style02 .box {
  padding: 0 20px 20px;
  background: #fff;
}

.tojim-tbl table {
  border-right: 0;
  border-left: 0;
  background: #fafafa;
}
.tojim-tbl table:last-child {
  border-bottom: 0;
}
.tojim-tbl thead th {
  height: 26px;
  padding-top: 0px;
  padding-bottom: 2px;
  vertical-align: bottom;
}
.tojim-tbl tbody td {
  position: relative;
  min-height: auto;
  padding: 0 5px 7px;
  color: #222;
  line-height: 17px;
  word-break: break-all;
  word-wrap: break-word;
}
.tojim-tbl tbody td .ui-loading-wrap {
  padding-bottom: 8px;
}
.tojim-tbl tbody td .mini {
  font-size: 12px;
}
.tojim-tbl .lock {
  display: block;
}

.tojim-ct {
  border: 1px solid #e5e5e5;
}
.tojim-ct.dan {
  overflow: hidden;
  border-radius: 5px;
}
.tojim-ct .titarea {
  display: block;
  position: relative;
  padding: 10px 19px;
}
.tojim-ct .titarea .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
}
.tojim-ct .titarea .tit em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background: #0481e2;
  border-radius: 100%;
  color: #fff;
  font-size: 11px;
}
.tojim-ct .titarea .tit b {
  flex: 1;
  color: #0481e2;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
}
.tojim-ct .titarea .gang {
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.tojim-ct .titarea .sub {
  max-width: 110px;
  word-break: break-all;
  line-height: 19px;
  text-align: right;
}
.tojim-ct .util {
  position: absolute;
  display: flex;
  align-items: center;
  right: 19px;
  top: 0px;
  height: 100%;
}
.tojim-ct .util .bt01.detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 20px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  color: var(--color-bdsplanet);
  font-size: 13px;
}
.tojim-ct .grs-vi {
  position: relative;
  display: flex;
  margin: 5px 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.tojim-ct .grs-vi .gg {
  position: relative;
  flex: 1;
  padding: 10px 20px;
}
.tojim-ct .grs-vi .gg + .gg:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 1px;
  height: 52px;
  margin-top: -26px;
  background: #e5e5e5;
}
.tojim-ct .grs-vi .har {
  display: flex;
  margin: 0 0 10px;
}
.tojim-ct .grs-vi .har .tit {
  color: #999;
  font-size: 13px;
}
.tojim-ct .grs-vi .in dl {
  display: flex;
  margin: 5px 0 0;
}
.tojim-ct .grs-vi .in dl:first-child {
  margin: 0;
}
.tojim-ct .grs-vi .in dl dt,
.tojim-ct .grs-vi .in dl dd {
  color: #222;
}
.tojim-ct .grs-vi .in dl dt {
  margin: 0 7px 0 0;
}
.tojim-ct .grs-vi .in dl dd {
  font-weight: bold;
}
.tojim-ct .grs-vi .in.fl {
  display: flex;
}
.tojim-ct .grs-vi .in.fl dl {
  margin: 0;
}
.tojim-ct .grs-vi .fl + .fl {
  margin-top: 5px;
}
.tojim-ct .grs-vi .si .alert {
  margin: 5px 0 0;
  font-size: 12px;
}
.tojim-ct .grs-vi .si .vi {
  vertical-align: 1px;
  font-size: 11px;
  font-weight: 700;
}
.tojim-ct .grs-vi .si .vi.minus {
  color: #1f75ea;
}
.tojim-ct .grs-vi .si .vi.minus + .alert {
  color: #1f75ea;
}
.tojim-ct .grs-vi .si .vi.plus {
  color: var(--color-def-red);
}
.tojim-ct .grs-vi .si .vi.plus + .alert {
  color: var(--color-def-red);
}
.tojim-ct .grs-vi.gr01 {
  background: #f8f8f8;
}
.tojim-ct .grs-vi.gr01 .har {
  margin-bottom: 0;
}
.tojim-ct .grs-vi.gr02 {
  border: 1px dashed #99baeb;
  background: #f5fbfe;
}
.tojim-ct .grs-vi.gr02 .har .tit {
  color: var(--color-bdsplanet);
}
.tojim-ct .grs-vi.gr02 .in dl {
  flex: 1;
  margin: 0 0 0 20px;
}
.tojim-ct .grs-vi.gr02 .in dl dt,
.tojim-ct .grs-vi.gr02 .in dl dd {
  color: var(--color-bdsplanet);
}
.tojim-ct .grs-vi.gr02 .in dl:first-child {
  margin: 0;
}
.tojim-ct .grs-vi.gr02 .in dl dt {
  width: 37px;
}
.tojim-ct .grs-vi .inh {
  display: flex;
  margin-bottom: 8px;
}
.tojim-ct .grs-vi .inh div {
  color: #999999;
  font-size: 13px;
}
.tojim-ct .grs-vi .bdl .kat:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(0% - 2px);
  left: 0px;
  width: 1px;
  height: calc(100% + 4px);
  background: #e5e5e5;
}
.tojim-ct .grs-vi .ka {
  margin-top: 5px;
}
.tojim-ct .grs-vi .ka:first-child {
  margin-top: 0;
}
.tojim-ct .grs-vi .ka .kat {
  position: relative;
  padding-left: 15px;
  margin-right: 0;
}
.tojim-ct .grs-vi .ka .ka01 {
  padding: 0;
  width: 40%;
}
.tojim-ct .grs-vi .ka .ka01:before {
  content: normal;
}
.tojim-ct .grs-vi .ka .ka02 {
  width: 30%;
}
.tojim-ct .grs-vi .ka .ka01 {
  width: 30%;
}
.tojim-ct .ask {
  width: 16px;
  height: 16px;
  background-size: 100%;
  margin: -2px 0 0 5px;
  background-size: 100%;
  cursor: pointer;
}
.tojim-ct.style02 {
  border: none;
}
.tojim-ct.style02 .tojim-tbl {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.tojim-ct.style02 .tojim-tbl table {
  background: none;
}
.tojim-ct.style02 .tojim-tbl table:first-child {
  border-top: 0;
}
.tojim-ct.style02 .titarea {
  padding: 14px 0;
}
.tojim-ct.style02 .titarea .tit b {
  color: #222;
  font-size: 17px;
  line-height: 21px;
}
.tojim-ct.style02 .util {
  right: 0;
}
.tojim-ct .btn-tup-go {
  width: 100%;
  margin: 15px 0 0;
}

.tojim-list-wr {
  padding-top: 52px;
}
.tojim-list-wr .tojim-list .box {
  margin-top: 0;
}
.tojim-list-wr .tojim-list.style02 .box {
  padding-bottom: 25px;
  border-top: 5px solid #f0f0f0;
}
.tojim-list-wr .tojim-list.style02 .box:first-child {
  border-top: 0;
}
.tojim-list-wr .absi-util + .tojim-list {
  padding-top: 52px;
}

.tbLandExplore .tojim-ct .titarea .tit {
  padding-right: 62px;
}

.aed-cont-tojimyun-list {
  padding-top: 16px;
  padding-bottom: 20px;
  background: #fff;
}
.aed-cont-tojimyun-list.style02 {
  padding: 0;
  background: none;
}
.aed-cont-tojimyun-list .t-readme {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 15px;
  color: #7790ad;
  font-size: 13px;
}
.aed-cont-tojimyun-list .t-readme:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
  background-image: var(--bg-i-common);
  background-position: -168px -128px;
}

.aed-tm-no-data {
  position: absolute;
  z-index: 1000;
  top: 110px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 399px;
  height: calc(100% - 110px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aed-tm-no-data.bdsearch {
  top: auto;
  bottom: 0px;
  height: calc(100% - 189px);
}
.aed-tm-no-data .txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--color-bdsplanet);
  font-size: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aed-tm-no-data .txt:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("/images/tmnodata.png") no-repeat 0 0;
}

.aed-header.bdsearch-list + .aed-container .aed-box-fam {
  padding-top: 9px;
}

.aed-bdsearch-info {
  background: #fff;
  padding: 0 20px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #dedede;
}
.aed-bdsearch-info.shadow {
  -webkit-box-shadow: -11px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -11px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.absi-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 57px;
}
.absi-title .tit {
  display: block;
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.absi-util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 52px;
  border-top: 1px solid #eeeeee;
}
.absi-util .left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.absi-util .count {
  margin-right: 4px;
  color: #7790ad;
  font-size: 14px;
}
.absi-util .count em {
  font-weight: 700;
}

.a-download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  line-height: 1;
}
.a-download span {
  color: #666666;
  font-size: 13px;
}
.a-download.excel:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("/images/ico_excel.png") no-repeat 0 0;
}

.absi-title .a-download {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0px;
}

.sil-spc-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  background: var(--color-bdsplanet);
  border-radius: 22px;
  line-height: 1;
}
.sil-spc-btn .txt {
  color: #fff;
  font-size: 14px;
}
.sil-spc-btn.on {
  background: #fff;
  border: 1px solid #88cef6;
}
.sil-spc-btn.alarm {
  margin: 0 0 20px;
}

.aed-bu-box.aed-sg-deal-list + .sil-spc-btn.alarm {
  margin-top: 20px;
}

.sil-spc-btn.alarm .txt {
  color: #fff227;
}
.sil-spc-btn.alarm.on .txt {
  color: var(--color-bdsplanet);
}
.sil-spc-btn.alarm:before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  margin-right: 5px;
  background: url("/images/ui_ico.png") no-repeat -264px -34px;
}
.sil-spc-btn.alarm.on:before {
  background-position: -310px -34px;
}

.maemul-relat-btn-area {
  margin-top: 20px;
}
.maemul-relat-btn-area .two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.maemul-relat-btn-area .two a {
  width: 49.5%;
  margin-left: 1.5%;
}
.maemul-relat-btn-area .two a:first-child {
  margin-left: 0;
}
.maemul-relat-btn-area a.dae {
  margin: 10px 0 0;
}

.area-el-detail-common.alarm .acwr {
  height: calc(100% - 160px);
}

/*  .area-el-detail-common .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden,
.area-el-detail-common .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden .aed-content,
.area-el-detail-common .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden, .aed-box-fam,
.area-el-detail-common .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden, .aed-box{
	 height:100%;
} */
.abf-alarm {
  display: none;
}

.area-el-detail-common.alarm .bgc {
  display: none;
  height: calc(100% - 280px);
  position: absolute;
  width: 100%;
  background: red;
  top: 120px;
}
.area-el-detail-common.alarm .bg01 {
  background: #fafafa;
}

.aed-ar-unconf {
  background: #fff;
  padding-bottom: 20px;
}
.aed-ar-unconf.gray {
  background: #fafafa;
}
.aed-ar-unconf .titlearea .tit {
  display: block;
  padding: 19px 0 10px;
  color: var(--color-def-red);
}
.aed-ar-unconf .titlearea .tit02 {
  display: block;
  padding: 20px 0;
  color: #222222;
  font-size: 18px;
}

.aaug.noti-history {
  position: relative;
  min-height: calc(100% - 43px);
}
.aaug.noti-history:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 12px;
  width: 3px;
  height: 100%;
  background: #eeeeee;
}

.aul-wrap {
  position: relative;
  padding-left: 35px;
}

.aul-title {
  position: relative;
  height: 35px;
  padding: 4px 0 0;
}
.aul-title:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -35px;
  top: 0px;
  display: block;
  width: 25px;
  height: 25px;
  background: url("/images/ui_ico.png") no-repeat -116px -116px;
}
.aul-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -23px;
  width: 3px;
  height: 100%;
  background: #eeeeee;
}

.ar-unconf-list:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -23px;
  width: 3px;
  height: 100%;
  background: #eeeeee;
}

.aul-title .day {
  color: #7790ad;
  font-size: 16px;
}

.ar-unconf-list {
  position: relative;
}
.ar-unconf-list .aru-na {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0 20px;
  border: 1px solid red;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ar-unconf-list .aru-na:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -27px;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  border-radius: 100%;
  background: red;
}

.aul-wrap + .aul-wrap {
  margin-top: 20px;
}
.aul-wrap + .aul-wrap .aul-title:after {
  top: -20px;
  height: calc(100% + 20px);
}
.aul-wrap:last-child:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 12px;
  width: 3px;
  height: 20px;
  background: #eeeeee;
}

.upt-mm {
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  margin-top: -1px;
  background: #fff;
}
.upt-mm:hover {
  z-index: 2;
  border-color: #999999;
}
.upt-mm .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 30px;
  margin: 0 0 12px;
}
.upt-mm .info .type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 17px;
  margin-right: 5px;
  border: 1px solid;
  border-radius: 8px;
  font-size: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.upt-mm .info .type.blue {
  color: var(--color-bdsplanet);
  border-color: #88cef6;
  color: var(--color-bdsplanet);
  border-color: #88cef6;
}
.upt-mm .info .type.purp {
  color: #f740c6;
  border-color: #fb9fe2;
}
.upt-mm .info .type.green {
  color: #00abc4;
  border-color: #7fd5e1;
}
.upt-mm .abu-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upt-mm .abu-ul > .type {
  margin-right: 15px;
}
.upt-mm .info .gs {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
  font-size: 16px;
}
.upt-mm .time {
  position: absolute;
  top: 18px;
  right: 35px;
  color: #999999;
  font-size: 12px;
}
.upt-mm.type-new:before {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  right: 20px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 100%;
  background: var(--color-def-red);
}
.upt-mm ul li {
  position: relative;
  padding-left: 8px;
  margin: 5px 0 0;
}
.upt-mm ul li:first-child {
  margin: 0;
}
.upt-mm ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #aaaaaa;
}
.upt-mm ul li span {
  position: relative;
  color: #777777;
  margin-left: 6px;
  padding-left: 7px;
  font-size: 13px;
}
.upt-mm ul li span:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  display: block;
  width: 1px;
  height: 12px;
  background: #e0e0e0;
}
.upt-mm ul li span:first-child {
  margin-left: 0;
  padding-left: 0;
}
.upt-mm ul li span:first-child:before {
  content: normal;
}

/*.upt-mm .upt-bo{
		position:relative;
		display:flex;
		align-items: center;
		height:63px;
		padding:0 20px;
		border-bottom:1px solid #e5e5e5;
}*/
/* .upt-mm .upt-hd .info dl{
		display:flex;
		align-items: center;
		margin:0 0 8px;
		color:#7790ad;
}
.upt-mm .upt-hd .info dl dt{

		font-size:13px;
}
.upt-mm .upt-hd .info dl dd{
		margin-left:10px;
		font-size:12px;
} */
.ar-unconf-list + .ar-unconf-list {
  margin-top: -1px;
}
.ar-unconf-list.sil-update:before {
  background: #d6dbfc;
}
.ar-unconf-list.sil-update .aru-na {
  border-color: #d6dbfc;
  background: #eff1fc;
}
.ar-unconf-list.sil-update .aru-na .txt {
  color: #6574e4;
}
.ar-unconf-list.sil-update .aru-na:before {
  background: #6574e4;
}
.ar-unconf-list.new-sale:before {
  background: #baeaf1;
}
.ar-unconf-list.new-sale .aru-na {
  border-color: #baeaf1;
  background: #e5f6f9;
}
.ar-unconf-list.new-sale .aru-na .txt {
  color: #00abc4;
}
.ar-unconf-list.new-sale .aru-na:before {
  background: #00abc4;
}

.ar-box {
  position: relative;
}
.ar-box .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 16px 49px 16px 20px;
  border: 1px solid #e5e5e5;
}
.ar-box .ab:hover, .ar-box .ab:focus {
  border-color: #999999;
}
.ar-box .ab .type {
  margin: 3px 10px 0 0;
  font-size: 12px;
}
.ar-box .ab .bd .txt01 {
  display: block;
  color: #222;
  font-size: 16px;
}
.ar-box .ab .bd .txt02 {
  display: block;
  margin: 9px 0 0;
  color: #666666;
  font-size: 14px;
}
.ar-box .ab .type.cc01 {
  color: #6574e4;
}
.ar-box .ab .type.cc02 {
  color: var(--color-bdsplanet);
}
.ar-box .ab .type.cc03 {
  color: #b68c6c;
}
.ar-box .ar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 49px;
  height: 100%;
}
.ar-box .ar:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 1px;
  height: 31px;
  margin-top: -15px;
  background: #e5e5e5;
}
.ar-box .ar:after {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background: url("/images/ui_ico.png") no-repeat -310px -34px;
}

.ar-get-list {
  margin-top: 5px;
}
.ar-get-list .ar-box {
  margin-top: 10px;
}
.ar-get-list .ar-box:first-child {
  margin: 0;
}

.abf-alarm .no-data01 {
  border: 1px solid #e5e5e5;
  height: 250px;
  margin-top: 5px;
}
.abf-alarm .no-data01 span {
  text-align: center;
  font-size: 14px;
}
.abf-alarm .no-data01 span p {
  margin: 13px 0 0;
  color: #666666;
  font-size: 13px;
  line-height: 18px;
}

.aed-box-banner {
  padding: 20px;
  background: #f3f3f3;
  text-align: center;
}

.pop-cal-gi-tac .pop_content .sc {
  padding: 0 0 15px !important;
}
.pop-cal-gi-tac .pop_btn_area {
  padding: 0 25px;
  margin-top: 0;
}
.pop-cal-gi-tac .pop_btn_area a {
  width: 100%;
}
.pop-cal-gi-tac .pop_btn_area a.on {
  background: var(--color-bdsplanet);
  color: #fff;
}
.pop-cal-gi-tac .pop_btn_area a.off {
  background: #eeeeee;
  color: #bbbbbb;
  cursor: default;
}

.cal-gi-tac-area .month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 25px;
}
.cal-gi-tac-area .month a {
  display: block;
  position: relative;
  width: 25%;
  margin-top: 5px;
  color: #666666;
  font-size: 16px;
}
.cal-gi-tac-area .month a:nth-child(-n+4) {
  margin-top: 0;
}
.cal-gi-tac-area .month a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 0;
}
.cal-gi-tac-area .month a.check span {
  border-radius: 24px;
  color: #ffffff;
  font-weight: 700;
}
.cal-gi-tac-area .month a.check.from {
  z-index: 2;
}
.cal-gi-tac-area .month a.check.from span {
  background: var(--color-bdsplanet);
}
.cal-gi-tac-area .month a.check.to {
  z-index: 1;
}
.cal-gi-tac-area .month a.check.to span {
  background: #166bac;
}
.cal-gi-tac-area .month a.water {
  background: #f1f6fb;
  z-index: 0;
}
.cal-gi-tac-area .month a.check.from + a.water:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -50%;
  display: block;
  width: 52%;
  height: 100%;
  background: #f1f6fb;
}
.cal-gi-tac-area .month a.water + a.check.to:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0%;
  display: block;
  width: 52%;
  height: 100%;
  background: #f1f6fb;
}
.cal-gi-tac-area .month a.water:nth-child(4n) {
  border-radius: 0 24px 24px 0;
}
.cal-gi-tac-area .month a.to {
  border-radius: 0 24px 24px 0;
}
.cal-gi-tac-area .month a.water:nth-child(4n-3), .cal-gi-tac-area .month a.from {
  border-radius: 24px 0 0 24px;
}
.cal-gi-tac-area .month a:nth-child(4n-3):before {
  content: normal !important;
}
.cal-gi-tac-area .y-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cal-gi-tac-area .cal-tac .year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 46px;
  border-bottom: 1px solid #eeeeee;
}
.cal-gi-tac-area .cal-tac .year .txt {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
}
.cal-gi-tac-area .y-btn.prev:before, .cal-gi-tac-area .y-btn.next:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.cal-gi-tac-area .y-btn.prev:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cal-gi-tac-area .y-btn.next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cal-gi-tac-area .tac-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  padding: 0 25px;
  border-bottom: 1px solid #eeeeee;
}
.cal-gi-tac-area .tac-view .txt {
  color: #999999;
  font-size: 16px;
}
.cal-gi-tac-area .tac-view .cl-blue {
  color: var(--color-bdsplanet);
}

.map-dot-won {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: red;
  border-radius: 100%;
  margin-right: 2px;
}

.pop-price-pu .cl-blue {
  color: var(--color-bdsplanet);
}
.pop-price-pu .cl-red {
  color: var(--color-def-red);
}
.pop-price-pu strong {
  font-weight: bold;
}

.ppu-readme-top {
  padding: 19px 15px;
  margin-bottom: 18px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fafafa;
  line-height: 20px;
}
.ppu-readme-top ul li {
  position: relative;
  padding-left: 8px;
  color: #666666;
  font-size: 14px;
}
.ppu-readme-top ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  width: 3px;
  height: 3px;
  background: #aaaaaa;
}

.ppu-readme .cl-blue {
  color: var(--color-bdsplanet);
}
.ppu-readme .cl-red {
  color: var(--color-def-red);
}
.ppu-readme > ul > li {
  position: relative;
  padding-left: 8px;
  margin-top: 23px;
  line-height: 20px;
  color: #222222;
}
.ppu-readme > ul > li:first-child {
  margin-top: 0;
}
.ppu-readme > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  width: 3px;
  height: 3px;
  background: #666666;
}
.ppu-readme .ctbox {
  margin: 0 0 25px;
  text-align: center;
}
.ppu-readme .ctbox:last-child {
  margin-bottom: 0 !important;
}
.ppu-readme .ctbox .rd {
  padding: 14px 0 0;
}
.ppu-readme .ctbox .rd .etc {
  color: #999999;
}
.ppu-readme .ctbox p {
  line-height: 21px;
  font-size: 14px;
}
.ppu-readme .ctbox p strong {
  font-weight: 700;
}
.ppu-readme .ctbox p strong.red {
  color: var(--color-def-red);
}
.ppu-readme .ctbox p strong.blue {
  color: #1f75ea;
}
.ppu-readme .ctbox p .mt {
  display: block;
  margin-top: 10px;
}
.ppu-readme .ctbox.reverse {
  margin: 0 0 40px;
}
.ppu-readme .ctbox.reverse p {
  margin-top: 2px;
}
.ppu-readme .ctbox.reverse .rd {
  padding: 0;
}
.ppu-readme .ctbox.reverse .mimg {
  margin: 12px 0 0;
}
.ppu-readme .ctbox.tog .ctbox.reverse {
  margin: 0 0 25px;
}
.ppu-readme .gg {
  line-height: 23px;
  font-size: 16px;
  color: var(--color-bdsplanet);
}
.ppu-readme .mimg img {
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.ppu-readme .double-ctbox {
  display: flex;
}
.ppu-readme .double-ctbox .ctbox {
  width: 48%;
  margin-bottom: 0;
}
.ppu-readme .double-ctbox .ctbox + .ctbox {
  margin-left: 4%;
}
.ppu-readme .double-ctbox + .ctbox {
  margin-top: 25px;
}
.ppu-readme .double-ctbox + .double-ctbox {
  margin-top: 25px;
}
.ppu-readme .mbpr .titlearea {
  margin: 0 0 10px;
}
.ppu-readme .mlvr {
  display: flex;
}
.ppu-readme .mlvr .mls.left {
  width: 171px;
}
.ppu-readme .mlvr .ml {
  display: flex;
  align-items: center;
  margin: 5px 0 0;
}
.ppu-readme .mlvr .ml:first-child {
  margin: 0;
}
.ppu-readme .mlvr .ml .color {
  width: 40px;
  height: 20px;
}
.ppu-readme .mlvr .ml .txt {
  margin-left: 10px;
  color: #222;
}
.ppu-readme .ppur .mimg + .mimg {
  margin: 10px 0 0;
}
.ppu-readme .ppur + .mbpr {
  margin-top: 20px;
}

.p-ala-tc .info {
  padding: 19px 10px 20px;
  border-radius: 10px;
  background-color: #f9fafb;
  text-align: center;
}
.p-ala-tc .info .txt {
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
}
.p-ala-tc .info .tet {
  display: block;
  margin: 5px 0 0;
  color: #666;
  font-size: 14px;
}
.p-ala-tc .seltac {
  padding: 30px 0 0;
}
.p-ala-tc .sbox + .sbox {
  margin: 20px 0 0;
}
.p-ala-tc .sbox .titlearea {
  margin: 0 0 10px;
}
.p-ala-tc .sbox .titlearea .tit {
  color: #7790ad;
  font-size: 14px;
}
.p-ala-tc .tac-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
}
.p-ala-tc .pop_btn_area {
  margin-top: 25px;
}
.p-ala-tc .tac-ul li .dg_boxst label {
  border-radius: 3px;
}

.pop-down-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 51px;
  border-top: 1px solid #eeeeee;
  background: #fff;
}
.pop-down-btn-area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #666666;
  border-left: 1px solid #e5e5e5;
  font-size: 14px;
}
.pop-down-btn-area a:first-child {
  border-left: 0;
}

.btn-alarm-tac:before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  margin: 0 10px 0 0;
  background: url("/images/ui_ico.png") no-repeat -333px -34px;
}

.pop.pop-alarm-tac .pop_wrap {
  display: flex;
  flex-direction: column;
}
.pop.pop-alarm-tac .pop_container {
  padding-bottom: 0;
}
.pop.pop-alarm-tac .pop_content .sc {
  padding: 15px 0px 1px;
}
.pop.pop-alarm-tac .pop-down-btn-area a {
  width: 50%;
}

.pop-notice {
  line-height: 1;
}
.pop-notice .imgarea div {
  display: block;
  width: 500px;
  height: 520px;
}
.pop-notice .pop_close {
  right: 40px;
  top: 40px;
}
.pop-notice .util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  background: #222;
}
.pop-notice .util a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pop-notice .util a.dt-again {
  border-right: 1px solid #393939;
}
.pop-notice .util a span {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.pop-notice .util a .box {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background: url("/images/sil/popsilnew_check.jpg") no-repeat 0 0;
}

.aed-cont-none {
  background: #fff;
}
.aed-cont-none .readme {
  padding: 30px 0 10px;
  text-align: center;
  line-height: 20px;
  color: var(--color-def-red);
}
.aed-cont-none .readme p + .sil-spc-btn {
  margin-top: 15px;
}

.mtc-price-sli .irs-slider {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  background: var(--color-bdsplanet) url("/images/mtccur.png") no-repeat center;
  border-radius: 10px;
}
.mtc-price-sli .irs-slider.to {
  transform: translate(10px, 0);
  border-radius: 0 10px 10px 0;
  background-image: url("/images/mtccur_right.png");
  border-left: 1px solid #fff;
}
.mtc-price-sli .irs-slider.from {
  transform: translate(-10px, 0);
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #fff;
}
.mtc-price-sli.style02 .irs-slider {
  background: #e7f5fd;
}
.mtc-price-sli.style02 .irs-slider:before {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background: url("/images/mtccur_blue.png") no-repeat center;
}
.mtc-price-sli.style02 .irs-slider.to {
  border-left: 1px solid var(--color-bdsplanet);
}
.mtc-price-sli.style02 .irs-slider.to:before {
  transform: rotate(180deg);
}
.mtc-price-sli.style02 .irs-slider.from {
  border-right: 1px solid var(--color-bdsplanet);
}
.mtc-price-sli .irs-bar {
  height: 20px;
}
.mtc-price-sli .irs-slider,
.mtc-price-sli .irs-bar {
  top: 1px;
}
.mtc-price-sli .irs-grid-pol {
  width: 2px;
  height: 10px;
  top: -11px;
  background: #fff;
}
.mtc-price-sli .irs-line {
  background: #dde4ed;
  border: none;
}
.mtc-price-sli .irs-grid-pol.small {
  height: 0;
}
.mtc-price-sli .irs-with-grid {
  height: 38px;
}
.mtc-price-sli .irs-grid-text {
  font-size: 11px;
}
.mtc-price-sli .irs-grid-text:last-child {
  left: auto !important;
  right: -24px !important;
}
.mtc-price-sli .range-value-txt {
  top: -24px;
}
.mtc-price-sli .range-value-txt span {
  color: #222;
}
.mtc-price-sli .range-btn-area {
  margin: 0;
}

.ms-board-area {
  line-height: 1;
  -webkit-box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.ms-tong[style="display: none;"] + .ms-board-area {
  margin-top: 62px;
}

.mba-menu {
  position: relative;
  height: 50px;
  background: #00bfef;
}
.mba-menu .mm-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 0 0 10px;
}
.mba-menu .mm-c a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}
.mba-menu .mm-c a.on:before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 10px;
  background: #fff;
}
.mba-menu .mm-c a .txt {
  color: #fff;
  font-size: 16px;
}
.mba-menu .ac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0px;
  right: 0px;
}
.mba-menu .ac:before {
  content: "";
  display: block;
  width: 17px;
  height: 10px;
  background: url("/images/ui_ico.png") no-repeat -172px -63px;
}

.map-board-list {
  background: #fff;
}

.mbl-box {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.mbl-box:last-child {
  border-bottom: 0;
}
.mbl-box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222222;
  font-size: 16px;
  line-height: 1;
}
.mbl-box .dte {
  display: block;
  margin-top: 8px;
}
.mbl-box .dte .txt {
  color: #999;
  font-size: 13px;
}
.mbl-box .dte .txt + .txt {
  margin-left: 10px;
}
.mbl-box .readme p {
  margin: 4px 0 0;
  color: #666666;
  line-height: 21px;
}

.mbl-list-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 41px;
  border-top: 1px solid #e5e5e5;
}
.mbl-list-more .txt {
  color: #7790ad;
  font-size: 13px;
}

.kiup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 182px;
  left: 20px;
  width: 360px;
  max-height: calc(100% - 204px);
  z-index: 1009;
  line-height: 1;
  -webkit-box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.kiup-list.listoff .mkl-body {
  display: none;
}

.header-no .kiup-list {
  top: 132px;
  max-height: calc(100% - 152px);
}

.mkl-wrap {
  width: 100%;
  height: auto;
}

.mkl-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-bdsplanet02);
}
.mkl-header .nu {
  color: #fff;
  font-size: 15px;
}
.mkl-header .ac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0px;
  right: 0px;
}
.mkl-header .ac:before {
  content: "";
  display: block;
  width: 17px;
  height: 10px;
  background: url(/images/ui_ico.png) no-repeat -172px -63px;
}

.kiup-list.listoff .mkl-header .ac:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mkl-body {
  height: calc(100% - 45px);
  background: #fff;
}
.mkl-body .mCSB_scrollTools {
  right: -10px;
  padding: 0 0px 0 40px;
}
.mkl-body .mCSB_scrollTools .mCSB_draggerContainer {
  margin: 10px 0;
}
.mkl-body .login-more {
  width: 100%;
  padding: 33px 0;
  border-top: 1px solid #eeeeee;
  /*background: rgba(255, 255, 255 , 0.9);*/
}
.mkl-body .login-more .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 40px;
  margin: 15px auto 0;
  color: #fff;
  background: #8563e9;
  font-size: 16px;
  font-weight: 400;
}
.mkl-body .lmw .txt {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}
.mkl-body .lmw .txt span {
  display: block;
  color: #bbbbbb;
}
.mkl-body .lmw .txt strong {
  display: inline-block;
  position: relative;
  color: #753ee6;
}
.mkl-body .lmw .txt strong b {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 700;
}
.mkl-body .lmw .txt strong em {
  font-size: 28px;
  font-weight: 700;
}
.mkl-body .lmw .txt strong:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0px;
  width: 100%;
  height: 10px;
  background: #d6ccf7;
}

/* .mkl-body .login-more:before{
		content: '';
		display: block;
		position: absolute;
		top: -60px;
		left: 0px;
		width: 100%;
		height: 60px;
		background: rgb(255,255,255);
		background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 56%);
} */
.mk-list {
  /* overflow:auto; */
  max-height: 100%;
}
.mk-list li {
  border-top: 1px solid #eee;
}
.mk-list li:first-child {
  border: none;
}

.mkl-box {
  display: block;
  padding: 20px;
  background: #fff;
  word-break: break-all;
  word-wrap: break-word;
}
.mkl-box:hover, .mkl-box:focus {
  background: #fafafa;
}
.mkl-box .name {
  line-height: 24px;
  margin-bottom: 6px;
}
.mkl-box .name .type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 43px;
  height: 17px;
  padding: 0 5px;
  border-radius: 8px;
  border: 1px solid #dde3ea;
  color: #7790ad;
  font-size: 12px;
  vertical-align: middle;
}
.mkl-box .name .in {
  margin: -3px 0 10px 5px;
  color: #6574e4;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  vertical-align: -1px;
}
.mkl-box .addr {
  color: #222222;
  line-height: 18px;
  font-size: 13px;
}
.mkl-box .addr .txt01 {
  word-break: break-all;
  word-wrap: break-word;
}
.mkl-box .etc {
  color: #888888;
  line-height: 18px;
  font-size: 13px;
}
.mkl-box .etc span {
  display: block;
}

.zin-no-data {
  padding: 50px 0;
}
.zin-no-data:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 18px;
  background: url(/images/ui_ico.png) no-repeat -70px -190px;
}
.zin-no-data .txt {
  padding: 0 30px;
  line-height: 21px;
  text-align: center;
  font-size: 14px;
}

.a-nolink {
  color: #222;
  text-decoration: none;
  cursor: default;
}

.map-type-tac {
  top: 70px;
}

.header-no .map-type-tac {
  top: 20px;
}

.aed-con-btn-area {
  margin-top: 15px;
}

.btn-acba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  border-radius: 7px;
}
.btn-acba .ico-document {
  margin-right: 10px;
}
.btn-acba.blue {
  background: #0481e2;
}
.btn-acba.blue .txt {
  color: #fff;
}

.ol-scale-line {
  left: 123px !important;
  bottom: 10px !important;
  right: auto !important;
}

#wrap.markerHide .yplus-marker.silgur,
#wrap.markerHide .statMarker {
  opacity: 0;
  visibility: hidden;
}
#wrap.markerHideOffer .jplus-marker {
  opacity: 0;
  visibility: hidden;
}
#wrap.markerAllHide .jplus-marker,
#wrap.markerAllHide .yplus-marker.silgur,
#wrap.markerAllHide .statMarker,
#wrap.markerAllHide .predictMarker,
#wrap.markerAllHide .maker_dot.fx.st,
#wrap.markerAllHide .sa-i-marker {
  opacity: 0;
  visibility: hidden;
}

.map-si-vis {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 125px;
  height: 40px;
  padding-left: 46px;
  z-index: 10000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  background: #4f5f72;
  border-radius: 20px;
  line-height: 1;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, 200%);
  transform: translate(-50%, 200%);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  white-space: nowrap;
  overflow: hidden;
}
.map-si-vis .ico {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url("/images/ui_ico_map.png") no-repeat -28px -516px;
}
.map-si-vis .txt {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.map-si-vis .txt:after {
  content: " OFF";
}
.map-si-vis.click-on {
  background: #fff;
}
.map-si-vis.click-on .ico {
  width: 16px;
  height: 16px;
  left: 19px;
  margin-top: -8px;
  background-position: -4px -516px;
}
.map-si-vis.click-on .txt {
  color: #0481e2;
}
.map-si-vis.click-on .txt:after {
  content: " ON";
}

/* .map-si-vis02{
		display:inline-flex;
		align-items: center;
		position:absolute;
		top:7px;
		right:38px;
		width:80px;
		height:26px;
		border-radius:13px;
		border:1px solid #92a6bd;
		padding-left:12px;
}
.map-si-vis02 .txt{
		color:#fff;
		font-size:13px;
}
.map-si-vis02 .ico{
		display:inline-block;
		width:14px;
		height:14px;
		margin-left:9px;
		background:url("/images/ui_ico_map.png") no-repeat -28px -516px;
}
.map-si-vis02.click-on .ico{
		background-position:-50px -516px
} */
.choiread {
  position: absolute;
  right: 74px;
  bottom: 25px;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1;
  border-radius: 5px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-out;
}
.choiread .txt01,
.choiread .txt02 {
  font-size: 12px;
  font-weight: bold;
}
.choiread .txt01 {
  color: var(--color-def-red);
}
.choiread .txt01 em {
  font-weight: bold;
}
.choiread .txt02 {
  margin-left: 4px;
  color: #666;
}

.mode-mm .choiread {
  display: none !important;
}

.map-k-logo {
  display: block;
  position: absolute;
  bottom: 36px;
  left: 12px;
  width: 32px;
  height: 10px;
  z-index: 1007;
  background: url("/images/logo_kakao.png") no-repeat 0 0;
}

.pop-sil-map-detail .su_info_maparea_ul {
  justify-content: center;
  flex-wrap: wrap;
  width: 512px;
  margin: 0 auto;
}
.pop-sil-map-detail .su_info_maparea_ul li:nth-child(10) {
  margin-left: 0;
}
.pop-sil-map-detail .su_info_maparea_ul li:nth-child(n+10) {
  margin-top: 15px;
}

.mp-white-box {
  padding: 15px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  line-height: 1;
}

.ga-info {
  position: relative;
  width: 160px;
}
.ga-info .tit,
.ga-info .num {
  font-size: 13px;
}
.ga-info .tit {
  color: #222;
  font-weight: 600;
}
.ga-info .num {
  margin-left: 5px;
  color: #0481e2;
  font-weight: bold;
}
.ga-info .readme {
  margin-top: 7px;
  color: #666;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}
.ga-info .btng {
  display: flex;
  height: 36px;
  margin: 14px 0 0;
  border-radius: 18px;
  align-items: center;
  background: var(--color-bdsplanet02);
  justify-content: center;
}
.ga-info .btng span {
  color: #fff;
  font-size: 13px;
}
.ga-info .btng + .btng {
  margin-top: 5px;
}
.ga-info .btng[style="display: none;"] + .btng {
  margin-top: 14px;
}
.ga-info .btn-polygon-view {
  background: #4f5f72;
}
.ga-info .btn-close {
  display: inline-flex;
  position: absolute;
  right: 15px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #eeeeee;
  justify-content: center;
  align-items: center;
}
.ga-info .btn-close:before {
  content: "";
  display: block;
  background: url("/images/ui_btn_x.png") no-repeat -24px 0;
  width: 10px;
  height: 10px;
}

.areadraw-bds {
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.3s ease-out;
  z-index: 9999;
  gap: 10px;
}
.areadraw-bds.hide {
  transform: translate(-50%, 200%);
}
.areadraw-bds .a-btn {
  display: inline-flex;
  height: 40px;
  padding: 0 19px;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 2px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  background: #000000;
}
.areadraw-bds .a-btn.hide {
  display: none;
}
.areadraw-bds .a-btn .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
.areadraw-bds .a-btn .txt02 {
  display: none;
  color: var(--color-bdsplanet02);
}
.areadraw-bds .a-btn.on {
  background-color: #fff;
}
.areadraw-bds .a-btn.on .txt01 {
  display: none;
}
.areadraw-bds .a-btn.on .txt02 {
  display: flex;
}
.areadraw-bds .a-btn.areadraw:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background-image: var(--bg-i-common);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -24px 0px;
}
.areadraw-bds .a-btn.areadraw.on:before {
  background-position: -24px -18px;
}
.areadraw-bds .a-btn.go-draw-history.on:before {
  background-position: -80px -12px;
}
.areadraw-bds .a-btn.go-draw-history:before {
  margin-right: 6px;
}

.aed-lwr {
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 1px);
  height: 100%;
  background: #fff;
  z-index: 10001;
}
.aed-lwr .loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.draw-result-list {
  background: #fff;
}
.draw-result-list .acwr .ui-loading-wrap {
  position: absolute;
}
.draw-result-list .acwr .ui-loading-wrap:before {
  background: #fff;
  opacity: 0.7;
}
.draw-result-list .acwr .ui-loading-wrap.nottrans:before {
  opacity: 1;
}
.draw-result-list .acwr .ui-loading-wrap .lds-ellipsis div {
  background: #4f5f72;
}
.draw-result-list .aed-no-data01 {
  height: 100%;
}
.draw-result-list .absi-util {
  position: absolute;
  top: 120px;
  left: 0px;
  width: calc(100% - 1px);
  padding: 0 20px;
  border-top: 0px;
  border-bottom: 1px solid #eeeeee;
  z-index: 10000;
  background: #fff;
}
.draw-result-list .p-abc {
  padding: 20px 20px 30px;
}
.draw-result-list .p-abc.drlc01 {
  background: #e2e4ed;
}
.draw-result-list .p-abc.drlc02 {
  background: #fff;
}
.draw-result-list .p-abc.drlc03 {
  background: #fff;
}
.draw-result-list .p-abc.drlc04 {
  padding: 0;
  background: #fff;
}
.draw-result-list .p-abc .aed-no-data01 {
  position: fixed;
  width: 400px;
  top: 50%;
  left: 0px;
  transform: translate(0, -105px);
}
.draw-result-list .amcfwr {
  margin-bottom: 20px;
}
.draw-result-list .amcf {
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: center;
  border: 1px solid #aabcd2;
  border-radius: 5px;
}
.draw-result-list .amcf:before {
  content: "";
}
.draw-result-list .amcf span {
  font-weight: bold;
}
.draw-result-list .amcf.am01 {
  border-color: #aabcd2;
}
.draw-result-list .amcf.am01:before {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  background-image: var(--bg-i-common);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -456px -40px;
}
.draw-result-list .amcf.am01 span {
  color: var(--color-bdsplanet02);
}
.draw-result-list .amcf.am02 {
  border-color: #c3b4ee;
}
.draw-result-list .amcf.am02:before {
  width: 16px;
  height: 15px;
  margin: 0 10px 0 0;
  background-image: var(--bg-i-common);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -480px -40px;
}
.draw-result-list .amcf.am02 span {
  color: #6e50c6;
}
.draw-result-list .amcf + .amcf {
  margin-top: 5px;
}
.draw-result-list .wrbox {
  border-radius: 5px;
  background: #fff;
}
.draw-result-list .wrbox .topa {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 18px 20px;
}
.draw-result-list .wrbox .topa .titlearea {
  display: flex;
  align-items: center;
  min-width: 95px;
}
.draw-result-list .wrbox .topa .titlearea .tit {
  color: #666;
}
.draw-result-list .wrbox .topa .titlearea .ask-box01 {
  margin-right: 3px;
}
.draw-result-list .wrbox .topa .dae-num {
  color: #000;
}
.draw-result-list .wrbox .topa .dae-num .num {
  font-weight: bold;
  font-size: 20px;
}
.draw-result-list .wrbox .topa .dae-num .dan {
  font-size: 16px;
  font-weight: bold;
}
.draw-result-list .wrbox .topa .so-num .num,
.draw-result-list .wrbox .topa .so-num .dan {
  color: #666666;
  font-size: 14px;
}
.draw-result-list .wrbox .topa .dae-num + div {
  margin-top: 8px;
}
.draw-result-list .wrbox .topa .num-det .ss {
  display: flex;
  align-items: center;
}
.draw-result-list .wrbox .topa .num-det .ss + .ss {
  margin: 5px 0 0;
}
.draw-result-list .wrbox .topa .num-det .ct {
  display: inline-flex;
  width: 54px;
  height: 18px;
  margin: 0 5px 0 0;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  font-size: 12px;
}
.draw-result-list .wrbox .topa .num-det .ct.purple {
  color: #8563e9;
  border-color: #c2b1f4;
}
.draw-result-list .wrbox .topa .num-det .ct.blue {
  color: #3e6cd7;
  border-color: #9eb5eb;
}
.draw-result-list .wrbox .topa .num-det .ct.black {
  color: #666666;
  border-color: #b2b2b2;
}
.draw-result-list .wrbox .topa .num-det .ct.sky {
  color: var(--color-bdsplanet);
  border-color: #88cef6;
}
.draw-result-list .wrbox .topa .num-det .ct.two {
  width: 31px;
}
.draw-result-list .wrbox .topa .num-det .det span {
  position: relative;
  color: #666;
}
.draw-result-list .wrbox .topa .num-det .det span + span {
  margin: 0 0 0 6px;
  padding: 0 0 0 7px;
}
.draw-result-list .wrbox .topa .num-det .det span + span:before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #ddd;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -6px;
}
.draw-result-list .wrbox .topa .num-det + .tacarea {
  margin: 15px 0 0;
}
.draw-result-list .wrbox .topa .con-readme-malpu {
  right: auto;
  left: -10px;
  z-index: 10;
}
.draw-result-list .wrbox .topa .con-readme-malpu .txt {
  width: 340px;
  white-space: normal;
}
.draw-result-list .wrbox .topa .con-readme-malpu .cur {
  right: auto;
  left: 13px;
}
.draw-result-list .wrbox .tcon {
  flex: 1;
}
.draw-result-list .wrbox + .wrbox {
  margin: 10px 0 0;
}
.draw-result-list .topb .topb-a {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  border-top: 1px solid #eeeeee;
}
.draw-result-list .topb .topb-a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 7px;
  margin-top: -3px;
  background: url("/images/ui_chr.png") no-repeat 0 -80px;
  transform: rotate(180deg);
  transition: 0.3s ease-out;
}
.draw-result-list .topb .topb-a.on:after {
  transform: rotate(0deg);
}
.draw-result-list .topb .topb-a + .topb-c {
  display: none;
}
.draw-result-list .topb.dcpm .topb-c {
  padding: 0 20px;
}
.draw-result-list .topb.dcpm .tbc {
  display: none;
}
.draw-result-list .topb.dcpm .tbc.on {
  display: block;
}
.draw-result-list .topb.dcpm .gr {
  display: flex;
  align-items: center;
}
.draw-result-list .topb.dcpm .dcpm-tit .gr {
  height: 43px;
}
.draw-result-list .topb.dcpm .mak {
  display: block;
  width: 15px;
  height: 5px;
  margin: 0 4px 0 0;
  background: #f97689;
  border-radius: 2px;
}
.draw-result-list .topb.dcpm .txt {
  color: #222;
}
.draw-result-list .topb.dcpm .con {
  padding: 20px 0;
  border-top: 1px solid #eeeeee;
}
.draw-result-list .topb .alot-h .txt {
  position: relative;
  color: #222;
  font-weight: bold;
}
.draw-result-list .topb .alot-h .txt + .txt {
  margin: 0 0 0 7px;
  padding: 0 0 0 7px;
}
.draw-result-list .topb .alot-h .txt + .txt:before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #ddd;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -6px;
}
.draw-result-list .topb-tab {
  display: flex;
  position: relative;
  height: 84px;
  padding: 0 20px;
  --topb-tab-border-color: #c5d6ec;
}
.draw-result-list .topb-tab:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: var(--topb-tab-border-color);
}
.draw-result-list .topb-tab a.tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  background: #f9fafb;
  border-top: 1px solid #f9fafb;
  border-left: 1px solid #f9fafb;
  border-right: 1px solid #f9fafb;
}
.draw-result-list .topb-tab a.tab:first-child {
  border-radius: 4px 0 0 0;
}
.draw-result-list .topb-tab a.tab:last-child {
  border-radius: 0 4px 0 0;
}
.draw-result-list .topb-tab a.tab .txt01,
.draw-result-list .topb-tab a.tab .txt02,
.draw-result-list .topb-tab a.tab .txt03 {
  color: #000;
  line-height: 20px;
}
.draw-result-list .topb-tab a.tab .txt02 {
  font-size: 20px;
}
.draw-result-list .topb-tab a.tab .txt02 span {
  font-weight: bold;
}
.draw-result-list .topb-tab a.tab.on {
  position: relative;
  z-index: 1;
  border-radius: 4px 4px 0 0;
  border-color: var(--topb-tab-border-color);
  background: #fff;
}
.draw-result-list .topb-tab a.tab.on .txt01,
.draw-result-list .topb-tab a.tab.on .txt02,
.draw-result-list .topb-tab a.tab.on .txt03 {
  color: var(--color-bdsplanet02);
}
.draw-result-list .dcpm-gp .dae {
  margin: 0 0 10px;
  color: var(--color-bdsplanet02);
  font-weight: bold;
  font-size: 13px;
}
.draw-result-list .dcpm-gp .gr {
  display: flex;
}
.draw-result-list .dcpm-gp .gr + .gr {
  margin: 5px 0 0;
}
.draw-result-list .dcpm-gp .gp {
  position: relative;
  width: 80px;
  height: 18px;
  background: #f0f2fa;
  border-radius: 2px;
}
.draw-result-list .dcpm-gp .gc {
  height: 100%;
  background: #f97689;
  border-radius: 2px;
  transition: 0.3s ease-out;
}
.draw-result-list .dcpm-gp .txt {
  margin-left: 5px;
  color: #222222;
  word-spacing: -1px;
  font-size: 13px;
}
.draw-result-list .dcpm-gp + .dcpm-gp {
  margin: 20px 0 0;
}
.draw-result-list .bdsalert {
  margin-top: 30px;
  color: #7790ad;
  text-align: center;
  line-height: 21px;
}
.draw-result-list .taca-radio {
  height: 30px;
}
.draw-result-list .taca-radio .tt label {
  border-radius: 0;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-right: -1px;
}
.draw-result-list .taca-radio .tt:first-child label {
  width: calc(100% + 1px);
  margin-left: 0;
}
.draw-result-list .taca-radio .tt:last-child label {
  width: calc(100% + 1px);
  margin-right: 0px;
}
.draw-result-list .taca-radio input:checked + label {
  z-index: 2;
  border-radius: 2px;
}
.draw-result-list .tojiif .sim {
  padding: 19px 20px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.draw-result-list .tojiif .sim dl {
  display: flex;
  align-items: center;
}
.draw-result-list .tojiif .sim dl + dl {
  margin: 9px 0 0;
}
.draw-result-list .tojiif .sim .title {
  color: #666666;
}
.draw-result-list .tojiif .sim dt {
  width: 90px;
}
.draw-result-list .tojiif .sim dd .ju {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
}
.draw-result-list .tojiif .sim dd .et {
  color: #000000;
}
.draw-result-list .tojiif .simwr .alert {
  margin: 0 0 12px;
  color: #7790ad;
  line-height: 20px;
}
.draw-result-list .tojiif .simwr .sim + .sim {
  margin: 10px 0 0;
}
.draw-result-list .tojiif .aed-gb + .aed-gb {
  margin: 5px 0 0;
}
.draw-result-list .tojiif .sim + .aed-gb {
  margin-top: 10px;
}
.draw-result-list .tojiif .gr-makgp01 .grmg {
  margin: 15px 0 0;
}
.draw-result-list .tojiif .gr-makgp01 .grmg .gp {
  display: flex;
  height: 18px;
  margin: 5px 0 0;
  align-items: center;
}
.draw-result-list .tojiif .gr-makgp01 .grmg .gp:first-child {
  margin: 0;
}
.draw-result-list .tojiif .gr-makgp01 .grmg .gp .mak {
  width: 65%;
  height: 100%;
}
.draw-result-list .tojiif .gr-makgp01 .grmg .gp .mak .bar {
  position: relative;
  height: 100%;
  min-width: 3px;
  border-radius: 2px;
}
.draw-result-list .tojiif .gr-makgp01 .grmg .gp .mak .txt {
  position: absolute;
  top: 2px;
  left: 100%;
  margin-left: 5px;
  color: #666;
  font-size: 13px;
  white-space: nowrap;
}
.draw-result-list .tojiif .gr-makgp01 .grmg .gp.dan01 .mak .bar {
  background: #75a6f0;
}
.draw-result-list .tojiif .gr-makgp01 .grmg .gp.dan02 .mak .bar {
  background: #a5c6f8;
}
.draw-result-list .tojiif .gr-makgp01 .grmg .gp.dan03 .mak .bar {
  background: #d5e6ff;
}
.draw-result-list .tojiif .gr-makgp01 .grmg .gp.dan04 .mak .bar {
  background: #fbd5da;
}
.draw-result-list .tojiif .gr-makgp01 .grmg .gp.dan05 .mak .bar {
  background: #f6b7c0;
}
.draw-result-list .tojiif .gr-makgp01 .grmg .gp.dan06 .mak .bar {
  background: #f08d9c;
}
.draw-result-list .tojiif .gr-makgp01 .grmg .gp.dan07 .mak .bar {
  background: #e56578;
}
.draw-result-list .tojiif .gr-makgp01 .grmg .gp.dan08 .mak .bar {
  background: #ddd;
}
.draw-result-list .tojiif .gr-makgp01 .grmg .gp.gang .txt {
  color: #000;
  font-weight: bold;
}
.draw-result-list .tojiif .gpview {
  display: flex;
  padding: 20px 0;
}
.draw-result-list .tojiif .gpview .gra {
  flex: 1;
}
.draw-result-list .tojiif .gpview .gra + .gra {
  border-left: 1px solid #dce9f8;
}
.draw-result-list .tojiif .gpview .legend {
  margin: 13px 0 0 18px;
}
.draw-result-list .tojiif .gpview .legend dl {
  display: flex;
  margin: 10px 0 0;
}
.draw-result-list .tojiif .gpview .legend dl:first-child {
  margin: 0;
}
.draw-result-list .tojiif .gpview .legend dl dt {
  display: inline-flex;
  align-items: center;
  margin: 0 3px 0 0;
}
.draw-result-list .tojiif .gpview .legend dl dt span {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 5px 0 0;
  border-radius: 6px;
}
.draw-result-list .tojiif .gpview .legend dl dt,
.draw-result-list .tojiif .gpview .legend dl dd {
  font-size: 13px;
}
.draw-result-list .tojiif .gpview svg > g {
  transform: translate(90, 60);
}
.draw-result-list .tojiif .yds .title {
  text-align: left;
}
.draw-result-list .tojiif .yds .ss {
  display: flex;
}
.draw-result-list .tojiif .yds .box {
  flex: 1;
  margin: 0 0 0 2px;
}
.draw-result-list .tojiif .yds .box:first-child {
  margin-left: 0;
}
.draw-result-list .tojiif .yds .box .mak {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  border-radius: 2px;
}
.draw-result-list .tojiif .yds .box .txt {
  margin: 7px 0 0;
  text-align: center;
  color: #222;
  line-height: 20px;
  font-size: 13px;
}
.draw-result-list .tojiif .yds .box.red .mak {
  background: #f06371;
}
.draw-result-list .tojiif .yds .box.yellow .mak {
  background: #f5db02;
}
.draw-result-list .tojiif .yds .box.green .mak {
  background: #9ed76b;
}
.draw-result-list .tojiif .yds .box.yg .mak {
  background: #85cec6;
}
.draw-result-list .tojiif .yds .box.none .mak {
  background: #9cc8e6;
}
.draw-result-list .tojiif .yds .box.yb .mak {
  background: #e0e9f3;
}
.draw-result-list .tojiif .yds .box.nor .mak {
  background: #e0e9f3;
}
.draw-result-list .tojiif .yds .box.nor .txt {
  color: #aabcd2;
}
.draw-result-list .tojiif + .adef-con {
  margin: 30px 0 0;
}
.draw-result-list .adef-con .tbl table caption {
  width: auto;
  height: auto;
  margin: 10px 0 14px;
  color: #222;
  font-weight: bold;
  font-size: 14px;
  text-indent: inherit;
  line-height: 1;
}
.draw-result-list .adef-con .draw-bldg-col01 {
  width: auto;
}
.draw-result-list .adef-con .draw-bldg-col02 {
  width: 80px;
}
.draw-result-list .adef-con .draw-bldg-col03 {
  width: 91px;
}
.draw-result-list .adef-con .draw-bldg-col04 {
  width: 76px;
}
.draw-result-list .adef-con .draw-bldg-col05 {
  width: 59px;
}
.draw-result-list .aed-lwr {
  top: 120px;
  height: calc(100% - 120px);
}
.draw-result-list .aed-lwr .ld {
  width: 200px;
  height: 8px;
  border-radius: 4px;
}
.draw-result-list .aed-lwr .ld .ga {
  height: 100%;
  border-radius: 4px;
}
.draw-result-list .aed-lwr .txt {
  margin: 20px 0 0;
  font-size: 12px;
}

.aed-gb {
  padding: 20px 20px 18px;
  background: #f0f7ff;
  border-radius: 5px;
}
.aed-gb .title {
  margin: 0 0 15px;
  color: var(--color-bdsplanet02);
  text-align: center;
  font-weight: bold;
}
.aed-gb .bd-use .toparea {
  margin: 0 0 8px;
  text-align: center;
}
.aed-gb .bd-use .toparea .txt01 {
  margin: 0 0 6px;
  color: #666666;
}
.aed-gb .bd-use .toparea .txt02 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
.aed-gb .bd-use .siv {
  display: flex;
}
.aed-gb .bd-use .box {
  flex: 1;
  margin: 0 0 0 1px;
}
.aed-gb .bd-use .box:first-child {
  margin-left: 0;
}
.aed-gb .bd-use .box .mak {
  height: 3px;
}
.aed-gb .bd-use .box .txt {
  margin: 7px 0 0;
  text-align: center;
  color: #222;
  line-height: 15px;
  font-size: 13px;
}
.aed-gb .bd-use .box .txt .tt02 {
  font-weight: bold;
}
.aed-gb .bd-use .box.purple .mak {
  background: #8563e9;
}
.aed-gb .bd-use .box.purple .txt {
  color: #8563e9;
}
.aed-gb .bd-use .box.blue .mak {
  background: #3e6cd7;
}
.aed-gb .bd-use .box.blue .txt {
  color: #3e6cd7;
}
.aed-gb .bd-use .box.sea .mak {
  background: #9cc8e6;
}
.aed-gb .bd-use .box.sea .txt {
  color: #4f5f72;
}

.alot-wr .tcon {
  display: flex;
  align-items: center;
  justify-content: end;
}

.alot-list .tc01 {
  width: 30.6%;
}
.alot-list .tc02 {
  width: 11.7%;
}
.alot-list .tc03 {
  width: 18.8%;
}
.alot-list .tc04 {
  width: 20%;
}
.alot-list .tc05 {
  width: 18.9%;
  padding-right: 10px;
}
.alot-list .al-header {
  display: flex;
  height: 34px;
  background: #2e363e;
}
.alot-list .al-header .th {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #dfdfdf;
  font-size: 13px;
}
.alot-list .al-body {
  max-height: 329px;
}
.alot-list .al-body .tr {
  display: flex;
  height: 32px;
}
.alot-list .al-body .tr:hover, .alot-list .al-body .tr:focus {
  background: #f8f8f8;
}
.alot-list .al-body .td {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 13px;
  text-align: center;
}
.alot-list .al-body .tr + .tr {
  height: 33px;
  border-top: 1px solid #eeeeee;
}
.adef-con .titlearea {
  margin: 0 0 15px;
}
.adef-con .titlearea .title {
  color: var(--color-bdsplanet);
  font-size: 16px;
  line-height: 1;
}
.adef-con .aed-line-tbl .tbl table {
  border-top: 1px solid #c3d0e0;
}
.adef-con .aed-line-tbl .tbl table + table {
  margin-top: 10px;
}
.adef-con .aed-line-tbl .tbl thead {
  border-top: none;
}
.adef-con .aed-line-tbl .tbl th,
.adef-con .aed-line-tbl .tbl td {
  font-size: 13px;
  color: #666666;
  word-break: normal;
  word-wrap: break-word;
}
.adef-con .aed-line-tbl .tbl th.pllf,
.adef-con .aed-line-tbl .tbl td.pllf {
  padding-left: 15px;
  text-align: left;
}
.adef-con .aed-line-tbl .tbl tbody th {
  border-bottom: 1px solid #eee;
}
.adef-con .aed-line-tbl .tbl .cl-black {
  color: #222 !important;
}
.adef-con .aed-gb + .aed-line-tbl {
  margin-top: 10px;
}

.adef-con + .adef-con {
  margin: 30px 0 0;
}

.maker_dot.train {
  cursor: default;
}

.areadraweffect {
  overflow: hidden;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
  width: 0px;
  height: 0px;
  padding: 70px 0 0;
  z-index: 9998;
  line-height: 1;
}
.areadraweffect .won {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 500px;
  height: 500px;
  background: #273cd2;
  border-radius: 100%;
  transform: scale(0);
  transition: 0.3s ease-out 0.5s;
  will-change: transform;
}
.areadraweffect .tx {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
}
.areadraweffect .tx .txt01,
.areadraweffect .tx .txt02 {
  opacity: 0;
  transform: translate(0, 30px);
  will-change: transform;
}
.areadraweffect .tx .txt01 {
  font-size: 30px;
}
.areadraweffect .tx .txt02 {
  margin: 8px 0 0;
  font-size: 20px;
}
.areadraweffect.show {
  display: block;
  width: 500px;
  height: 500px;
}

@media screen and (max-height: 750px) {
  .areadraweffect {
    padding-top: 91px;
  }
  .areadraweffect .won {
    height: 458px;
  }
  .areadraweffect .tx .txt01 {
    font-size: 27px;
  }
  .areadraweffect .tx .txt02 {
    font-size: 17px;
  }
}
@keyframes AnimationName {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.pop.pop-bdsearch-readme {
  height: 100% !important;
}
.pop.pop-bdsearch-readme .pop_container {
  padding-top: 117px;
}

#landExploreSort .ui-samsik-won-select-wr .select-option {
  max-height: 300px;
}

.help.tddang {
  position: fixed;
  z-index: 1000;
  bottom: 91px;
  left: 50%;
  transform: translate(-50%, 30px);
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.help.tddang.show {
  width: auto;
  height: auto;
  overflow: visible;
}
.help.tddang.show .txt:before {
  width: calc(100% - 12px);
}
.help .txtbox {
  position: relative;
}
.help .txtbox .tip {
  background: #c60bff;
  color: #fff;
  padding: 2px 6px;
  position: absolute;
  top: -8px;
  right: 5px;
  border-radius: 8px;
  font-size: 11px;
}
.help .txtbox .txt {
  display: block;
  background: #fff;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 10px;
  font-weight: 700;
}
.help .txtbox .txt strong {
  color: #4412ed;
  font-weight: 900;
}
@keyframes ssa {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.ssub {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100009;
}

.map_utils .btarea > .bta > a {
  flex-direction: column;
}
.map_utils .icon {
  position: relative;
  margin: 0 0 4px;
  background-image: url("/images/ui_ico_map.png?v=0.2");
}
.map_utils .btarea .bta a.bt.ubt-sil {
  height: 44px;
}
.map_utils .btarea .bta a.bt.ubt-sil .icon {
  width: 16px;
  height: 16px;
  background-position: -134px -8px;
}
.map_utils .btarea .bta a.bt.ubt-sil.on .icon {
  background-position-x: -154px;
}
.map_utils .btarea .bta a.bt.ubt-addr-save {
  height: 44px;
}
.map_utils .btarea .bta a.bt.ubt-addr-save .icon {
  width: 16px;
  height: 16px;
  background-position: -134px -28px;
}
.map_utils .btarea .bta a.bt.ubt-addr-save.on .icon {
  background-position-x: -154px;
}
.map_utils .btarea .bta .old_wrap {
  top: 2px;
  right: 46px;
}

.map-tong-filter,
.bds-map-filter {
  position: absolute;
  bottom: 25px;
  right: 74px;
  width: 360px;
  background: #fff;
  line-height: 1;
  border-radius: 2px;
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  transition: 0.3s ease-out;
}
.map-tong-filter.off,
.bds-map-filter.off {
  -webkit-transform: translate(0, 170%);
  transform: translate(0, 170%);
}
.map-tong-filter .mtf-menu,
.bds-map-filter .mtf-menu {
  position: relative;
  height: 40px;
}
.map-tong-filter .mtf-ju,
.bds-map-filter .mtf-ju {
  height: 100%;
  background: #7790ad;
  font-size: 0;
}
.map-tong-filter .mtf-ju div,
.bds-map-filter .mtf-ju div {
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map-tong-filter .mtf-ju a,
.bds-map-filter .mtf-ju a {
  display: inline-flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  background: #7790ad;
  border-right: 1px solid #8ba1b9;
}
.map-tong-filter .mtf-ju a.none,
.bds-map-filter .mtf-ju a.none {
  color: #A0B2C6;
  cursor: default;
}
.map-tong-filter .mtf-ju a.none:after,
.bds-map-filter .mtf-ju a.none:after {
  content: normal;
}
.map-tong-filter .mtf-ju a.on,
.bds-map-filter .mtf-ju a.on {
  color: #222;
  background: #fff;
  border-right: 1px solid #8ba1b9;
}
.map-tong-filter .mtf-ju a.on:after,
.bds-map-filter .mtf-ju a.on:after {
  content: "";
  display: block;
  margin-left: 6px;
  border-top: 3px solid #7790ad;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}
.map-tong-filter .mtc-wrap,
.bds-map-filter .mtc-wrap {
  position: relative;
  padding: 23px 20px 0;
}
.map-tong-filter .mtc,
.bds-map-filter .mtc {
  height: 0;
  overflow: hidden;
}
.map-tong-filter .mtc.on,
.bds-map-filter .mtc.on {
  height: auto;
}
.map-tong-filter .mtc .cl-red,
.bds-map-filter .mtc .cl-red {
  color: var(--color-def-red);
}
.map-tong-filter .mtc .toparea,
.bds-map-filter .mtc .toparea {
  display: flex;
  position: relative;
}
.map-tong-filter .mtc .letgo-tip,
.bds-map-filter .mtc .letgo-tip {
  /*display:inline-flex;
  	position:absolute;
  	right:0px;
  	top:-4px;
  	align-items: center;
  	height:20px;
  	padding:0 8px;
  	border-radius: 10px;
  	background:#e6e6e6;
  	color:#666666;
  	font-size:13px;
  	*/
  margin: -4px 5px 0 0;
  cursor: pointer;
}
.map-tong-filter .mtc .tit01,
.bds-map-filter .mtc .tit01 {
  color: #666666;
  font-size: 13px;
}
.map-tong-filter .mtc .mtc-util,
.bds-map-filter .mtc .mtc-util {
  position: absolute;
  top: 16px;
  right: 20px;
  display: flex;
}
.map-tong-filter .mtc .mtc-btn,
.bds-map-filter .mtc .mtc-btn {
  display: inline-flex;
  align-items: center;
  height: 26px;
  min-width: 50px;
  padding: 0 11px;
  margin-left: 4px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 13px;
  color: #666666;
  font-size: 13px;
  justify-content: center;
}
.map-tong-filter .mtc .mtc-btn:first-child,
.bds-map-filter .mtc .mtc-btn:first-child {
  margin-left: 0;
}
.map-tong-filter .mtc .mtc-btn label,
.bds-map-filter .mtc .mtc-btn label {
  height: 18px;
  font-size: 13px;
}
.map-tong-filter .mtc .mtc-btn.on,
.bds-map-filter .mtc .mtc-btn.on {
  border-color: #0f88cd;
  background: var(--color-bdsplanet);
  color: #fff;
}
.map-tong-filter .mtc .tabc,
.bds-map-filter .mtc .tabc {
  display: none;
}
.map-tong-filter .mtc-price-sli,
.bds-map-filter .mtc-price-sli {
  margin-top: 40px;
}
.map-tong-filter .mtc-byun .mtc-price-sli .range-value-txt .max.dash:before,
.bds-map-filter .mtc-byun .mtc-price-sli .range-value-txt .max.dash:before {
  content: " vs ";
}
.map-tong-filter .mtfu-btn,
.bds-map-filter .mtfu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  width: 29px;
  height: 100%;
  background: #7790ad;
  border-left: 1px solid #8ba1b9;
}
.map-tong-filter .mtfu-btn:before,
.bds-map-filter .mtfu-btn:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s ease-out;
}
.map-tong-filter .mtfu-btn.mm-right,
.bds-map-filter .mtfu-btn.mm-right {
  right: 0px;
}
.map-tong-filter .mtfu-btn.mm-right:before,
.bds-map-filter .mtfu-btn.mm-right:before {
  margin-right: 3px;
  transform: rotate(-46deg);
}
.map-tong-filter .mtfu-btn.none,
.bds-map-filter .mtfu-btn.none {
  display: none;
}
.map-tong-filter .mtc-filter-exit,
.bds-map-filter .mtc-filter-exit {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  right: 7px;
  width: 30px;
  height: 30px;
}
.map-tong-filter .mtc-filter-exit:before,
.bds-map-filter .mtc-filter-exit:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("/images/ui_btn_x.png") no-repeat 0 -48px;
}
.map-tong-filter .mtc-kig-con,
.bds-map-filter .mtc-kig-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 17px 0 0;
}
.map-tong-filter .mtc-kig-con .cal,
.bds-map-filter .mtc-kig-con .cal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 46%;
  height: 35px;
  padding: 0 9px;
  border: 1px solid #dddddd;
  color: #222222;
  font-size: 14px;
}
.map-tong-filter .mtc-kig-con .cal .ico,
.bds-map-filter .mtc-kig-con .cal .ico {
  display: block;
  width: 16px;
  height: 16px;
  background: url(/images/ui_ico.png) no-repeat -150px 0;
}
.map-tong-filter .mtc-kig-con .dash,
.bds-map-filter .mtc-kig-con .dash {
  color: #222222;
  font-size: 12px;
}
.map-tong-filter .mtc-inp-sub,
.bds-map-filter .mtc-inp-sub {
  display: flex;
  flex-wrap: wrap;
  margin: 16px -20px 0;
  background: #f8f8f8;
  /* border-top:1px solid #eeeeee; */
}
.map-tong-filter .mtc-inp-sub > div + div,
.bds-map-filter .mtc-inp-sub > div + div {
  border-top: 1px solid #eee;
}
.map-tong-filter .mtc-inp-sub .mtc-data-f,
.bds-map-filter .mtc-inp-sub .mtc-data-f {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 8px 20px;
}
.map-tong-filter .mtc-inp-sub .mtc-data-f a,
.bds-map-filter .mtc-inp-sub .mtc-data-f a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 20px;
  margin-left: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  color: #666666;
  font-size: 13px;
  flex: 1;
}
.map-tong-filter .mtc-inp-sub .mtc-data-f a:first-child,
.bds-map-filter .mtc-inp-sub .mtc-data-f a:first-child {
  margin-left: 0;
}
.map-tong-filter .mtc-inp-sub .mtc-data-f a.on,
.bds-map-filter .mtc-inp-sub .mtc-data-f a.on {
  background: #aabcd2;
  border-color: #aabcd2;
  color: #fff;
}

.draw-history .aed-header {
  background: #0481e2;
}
.draw-history .dh-ut {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 90px;
  padding: 15px 20px;
  border-bottom: 1px solid #cccccc;
}
.draw-history .dh-ut .ln {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.draw-history .dh-ut .listcount {
  color: #7790ad;
}
.draw-history .dh-ut .listcount span {
  font-weight: bold;
}
.draw-history .dh-ut .bh {
  margin: 10px 0 0;
}
.draw-history .dh-ut .searcharea {
  width: 181px;
}
.draw-history .dh-ut .searcharea .go-search {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 34px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.draw-history .dh-ut .searcharea .input-esc {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 30px;
  width: 16px;
  height: 100%;
}
.draw-history .dh-ut .searcharea .d_input input {
  padding-right: 50px;
}
.draw-history .dh-ut .searcharea .d_input input:placeholder-shown {
  padding-right: 30px;
}
.draw-history .dh-ut .searcharea .d_input input:placeholder-shown + .input-esc {
  display: none;
}
.draw-history .dh-ut .fc {
  display: flex;
  gap: 5px;
  height: 100%;
}
.draw-history .dh-ut .fc .btns {
  height: 100%;
  padding: 0 9px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.draw-history .dh-ut .fc .btns:before,
.draw-history .dh-ut .fc .btns span.ico {
  margin: 0 5px 0 0;
}
.draw-history .dh-ut .fc .btns.view-fav.on {
  border-color: #0481e2;
  background: #0481e2;
}
.draw-history .dh-ut .fc .btns.view-fav.on span.ico:before {
  background-position: -40px -152px;
}
.draw-history .dh-ut .fc .btns.view-fav.on .txt {
  color: #fff;
}
.draw-history .acwr {
  padding-top: 90px;
}
.draw-history .dhl {
  padding-top: 9px;
  background: #ededed;
}
.draw-history .dhl > ul {
  background: #fff;
}
.draw-history .dhl .more {
  width: 100%;
  height: 50px;
  background: #fff;
}
.draw-history .dhl .more .txt {
  color: #7790ad;
}
.draw-history .dhl .more .txt em {
  font-size: 13px;
}
.draw-history .dhl .more:hover, .draw-history .dhl .more:focus {
  background: #fafafa;
}
.draw-history .dhl .aed-no-data01 {
  padding: 60px 0;
  background: #fff;
}

.dhl-box {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.dhl-box .top-d {
  display: flex;
  margin: 0 0 12px;
}
.dhl-box .top-d .td {
  display: inline-block;
  padding: 4px 5px;
  font-size: 12px;
  border-radius: 3px;
}
.dhl-box .top-d .td.blue {
  color: var(--color-bdsplanet);
  background: #eaf4ff;
}
.dhl-box .top-d .td.seq {
  color: #666;
  background: #eee;
}
.dhl-box .top-d .td + .td {
  margin-left: 5px;
}
.dhl-box .title {
  color: #222;
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
}
.dhl-box .title .sf {
  color: var(--color-bdsplanet);
}
.dhl-box .info {
  margin: 12px 0 0;
}
.dhl-box .info .ia + .ia {
  margin: 7px 0 0;
}
.dhl-box .info .ib {
  font-size: 14px;
}
.dhl-box .info .ib + .ib {
  position: relative;
  padding-left: 11px;
}
.dhl-box .info .ib + .ib:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 2px;
  height: 2px;
  background: #222;
}
.dhl-box .memo {
  position: relative;
  padding-left: 22px;
  margin: 12px 0 0;
  color: #666;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dhl-box .memo.hide {
  display: none;
}
.dhl-box .memo:before {
  position: absolute;
  top: 2px;
  left: 0px;
}
.dhl-box .mode-modify {
  display: none;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 20px * 2);
  left: 20px;
}
.dhl-box .mode-modify .btns {
  width: 100%;
  height: 35px;
  border-radius: 4px;
}
.dhl-box .mode-modify .btns.show {
  display: flex;
}
.dhl-box .mode-modify .btns.hide {
  display: none;
}
.dhl-box .mode-modify .btns.area-modify {
  border: 1px solid #dddddd;
  background: #fff;
}
.dhl-box .mode-modify .btns.area-modify-exit {
  background: #f4425f;
}
.dhl-box .mode-modify .btns.area-modify-exit .txt {
  color: #fff;
}
.dhl-box .mode-modify .btns:before {
  margin: 0 10px 0 0;
}
.dhl-box .dcl01 {
  display: block;
  padding: 20px;
  background: #fff;
  word-spacing: 1px;
}
.dhl-box .dcl01:hover, .dhl-box .dcl01:focus {
  background: #fafafa;
}
.dhl-box.on {
  border-bottom-color: #fde3e7;
}
.dhl-box.on:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0px;
  background: #fde3e7;
}
.dhl-box.on .top-d .td.seq {
  color: #fff;
  background: #444444;
}
.dhl-box.on .dcl01 {
  padding-bottom: 70px;
  background: #fff6f7;
}
.dhl-box.on .mode-modify {
  display: block;
}
.dhl-box .util {
  display: flex;
  position: absolute;
  top: 23px;
  right: 20px;
  gap: 15px;
}
.dhl-box .util .add-fav.on:before {
  background-position: -40px -152px;
}

.yplus-marker.st02 {
  line-height: 1;
}
.yplus-marker.st02 .lim {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -8px;
  left: 51px;
  width: 16px;
  height: 16px;
  background: #f4425f;
  border-radius: 100%;
  line-height: 1;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
.yplus-marker.st02 .bd-type {
  display: block;
  width: 100%;
  margin: 7px 0 0;
  color: #fff227;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
}
.yplus-marker.st02 .num {
  display: block;
  width: 100%;
  color: #fff227;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  margin-top: 4px;
  font-size: 15px;
  letter-spacing: -0.3px;
  font-weight: 700;
}
.yplus-marker.st02 .foot {
  display: block;
  width: 100%;
  padding-top: 8px;
  color: #1876d6;
  font-size: 11px;
  letter-spacing: -0.4px;
  text-align: center;
  overflow: hidden;
  font-weight: 600;
}
.yplus-marker.st02 .etc-t {
  padding: 0 2px;
  color: #0481e2;
  font-size: 10px;
  justify-content: center;
  white-space: nowrap;
}
.yplus-marker.st02.on .foot {
  color: #0d5aa6;
}
.yplus-marker.st02.type00 {
  margin-top: -71px;
  padding: 5px 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid var(--color-bdsplanet);
}
.yplus-marker.st02.type00 .bd-type {
  margin: 0;
  color: #fff68f;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.5px;
  line-height: 1;
}
.yplus-marker.st02.type00 .num {
  margin: 1px 0 2px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
.yplus-marker.st02.type00 .foot {
  height: 20px;
  padding: 3px 0 0;
  color: #393939;
  background-color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.5px;
  line-height: 1;
}
.yplus-marker.st02.type00 .etc-t {
  left: 46px;
  bottom: -6px;
  padding: 0 4px;
  font-family: Pretendard;
  font-weight: 600;
  font-size: 9px;
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: middle;
  color: var(--color-bdsplanet);
  border-color: var(--color-bdsplanet);
  border-radius: 20px;
  background-color: #ecf8ff;
}
.yplus-marker.st02.type00:after {
  content: "";
  width: 8px;
  height: 9px;
  background-image: url("/images/sil/img_realdeal_marker_cur_off.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  left: -1px;
  bottom: -9px;
  position: absolute;
}
.yplus-marker.st02.type00.on {
  background-color: #0081cc;
  border-color: #0081cc;
}

#area-ymap * {
  user-select: none;
}
.addr-save-folder-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  max-height: 100%;
  margin: 10px 0 0;
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: 0.2s ease-out;
}
.addr-save-folder-container.hide {
  display: none;
}
.addr-save-folder-container.close {
  height: 50px;
}
.addr-save-folder-container.close .btn-acco {
  transform: rotate(180deg);
}
.addr-save-folder-container .__csbScroll__scrollbar__area {
  top: 50px !important;
  height: calc(100% - 50px) !important;
}
.addr-save-folder-container .btn-all-check01 {
  position: absolute;
  top: 12px;
  right: 52px;
}
.addr-save-folder-container .btn-all-check01 .btns {
  height: 26px;
  border-radius: 13px;
  border-color: #e5e5e5;
  background-color: #fff;
}
.addr-save-folder-container .btn-all-check01 .ico {
  width: 14px;
  height: 14px;
  background-position: -71px -468px;
}
.addr-save-folder-container .btn-all-check01 label .mShow {
  display: inline-block;
}
.addr-save-folder-container .btn-all-check01 label .mHide {
  display: none;
}
.addr-save-folder-container .btn-all-check01 input:checked + .btns {
  background-color: var(--color-bdsplanet);
  border-color: var(--color-bdsplanet);
}
.addr-save-folder-container .btn-all-check01 input:checked + .btns .ico {
  background-position: -71px -451px;
}
.addr-save-folder-container .btn-all-check01 input:checked + label .mShow {
  display: none;
}
.addr-save-folder-container .btn-all-check01 input:checked + label .mHide {
  display: inline-block;
}
.addr-save-folder-container .btn-acco {
  display: inline-flex;
  position: absolute;
  top: 10px;
  width: 28px;
  height: 28px;
  right: 16px;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-out;
}
.addr-save-folder-container .btn-acco:before {
  content: "";
  width: 17px;
  height: 10px;
  background-image: var(--bg-i-common);
  background-position: -192px -82px;
}
.addr-save-folder-container .this-rd {
  position: relative;
  margin: 16px 0 0;
  padding: 0 0 0 22px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #6f6f6f;
}
.addr-save-folder-container .this-rd:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #6F6F6F;
}
.addr-save-folder-container .mb-banner {
  display: flex;
  align-items: center;
  height: 72px;
  margin: 24px 0 0;
  padding: 0 12px;
  background-color: #FFEAF5;
  border-radius: 8px;
}
.addr-save-folder-container .mb-banner .txts {
  margin: 0 0 0 12px;
}
.addr-save-folder-container .mb-banner .txt01 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #161616;
}
.addr-save-folder-container .mb-banner .txt02 {
  margin: 4px 0 0;
  color: #6f6f6f;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
}
.addr-save-folder-container .mb-ing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  margin: 24px 0 0;
  padding: 0 16px;
  background-color: rgba(0, 0, 0, 0.0509803922);
  border-radius: 8px;
}
.addr-save-folder-container .mb-ing .txt01 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #4d5458;
}
.addr-save-folder-container .mb-ing a {
  padding: 9px 12px;
  border: 1px solid #dde1e6;
  border-radius: 8px;
  background-color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #697077;
}
.addr-save-folder-container .btnFolderViewAll label {
  gap: 8px;
  padding: 0;
  background: none !important;
  border: none !important;
}
.addr-save-folder-container .btnFolderViewAll label .labelTxt {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #6f6f6f;
}
.addr-save-folder-container .btnFolderViewAll input:checked + label .swr .text {
  color: var(--color-bdsplanet);
}
.addr-save-folder-container .btnFolderViewAll input:checked + label .swr .wr {
  background-color: var(--color-bdsplanet);
}
.addr-save-folder-container .btnFolderViewAll input:checked + label .swr .won {
  transform: translate(calc(100% - 4px), 0);
}

.save-folder-tac .this-rd {
  position: relative;
  margin: 16px 0 0;
  padding: 0 0 0 22px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #6f6f6f;
}
.save-folder-tac .this-rd:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #6F6F6F;
}
.save-folder-tac .mb-banner {
  display: flex;
  align-items: center;
  height: 72px;
  margin: 24px 0 0;
  padding: 0 12px;
  background-color: #FFEAF5;
  border-radius: 8px;
}
.save-folder-tac .mb-banner .txts {
  margin: 0 0 0 12px;
}
.save-folder-tac .mb-banner .txt01 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #161616;
}
.save-folder-tac .mb-banner .txt02 {
  margin: 4px 0 0;
  color: #6f6f6f;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
}
.save-folder-tac .mb-ing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  margin: 24px 0 0;
  padding: 0 16px;
  background-color: rgba(0, 0, 0, 0.0509803922);
  border-radius: 8px;
}
.save-folder-tac .mb-ing .txt01 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #4d5458;
}
.save-folder-tac .mb-ing a {
  padding: 9px 12px;
  border: 1px solid #dde1e6;
  border-radius: 8px;
  background-color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #697077;
}

.asf-top {
  display: block;
  position: relative;
  z-index: 1;
  left: 0px;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #fff;
}
.asf-top .handle {
  top: 0px;
}
.asf-top .tit {
  display: flex;
  align-items: center;
  height: 50px;
  color: #222;
  font-size: 16px;
  font-weight: bold;
}
.asf-top .folderCounts {
  color: #8d8d8d !important;
}
.asf-top .folderCounts span, .asf-top .folderCounts a {
  color: #8d8d8d !important;
}

.asf-wr {
  flex: 1;
  overflow-y: auto;
}

.asf-content {
  min-height: 100%;
  /* padding:0 20px 20px;*/
  padding: 0 3px 20px 20px;
  background: #fff;
}

.btn-create-folder {
  width: 100%;
  height: 45px;
  margin: 0 0 20px;
  border: 1px solid #88cef6;
  border-radius: 8px;
}
.btn-create-folder .txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #129ded;
}

.asf-folder {
  display: flex;
  position: relative;
  height: 68px;
  align-items: center;
}
.asf-folder .wr {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-left: 15px;
  padding: 0 83px 0 15px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
}
.asf-folder .wr .sa-i-won {
  margin-right: 12px;
}
.asf-folder .wr .info {
  flex: 1;
  max-width: calc(100% - 43px);
}
.asf-folder .wr .info .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #161616;
}
.asf-folder .wr .info .etc {
  display: flex;
  margin: 5px 0 0;
  color: #444;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
}
.asf-folder .wr .info .etc > span {
  position: relative;
}
.asf-folder .wr .info .etc > span + span {
  padding: 0 0 0 16px;
}
.asf-folder .wr .info .etc > span + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  margin: -1px 0 0 0;
  width: 2px;
  height: 2px;
  background-color: #d9d9d9;
}
.asf-folder .wr .info .etc > span.views em {
  color: #393939;
}
.asf-folder .wr .info .etc > span.views, .asf-folder .wr .info .etc > span.readme {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.asf-folder .wr .info .etc .readme.text-primary {
  color: var(--color-bdsplanet);
}
.asf-folder .wr .info .etc.folder-count {
  color: #222;
  font-size: 13px;
}
.asf-folder .wr .info .etc.folder-count .gray {
  color: #999;
}
.asf-folder.viewHide:after {
  content: "숨김";
  display: block;
  position: absolute;
  right: 40px;
  color: #bbb;
  font-size: 12px;
}

.asf-folder-util {
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 0px;
  width: 140px;
  background: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 8px;
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.asf-folder-util .ua {
  display: flex;
  align-items: center;
  height: 41px;
  padding: 0 0 0 14px;
}
.asf-folder-util .ua:not(:first-child) {
  border-top: 1px solid #eeeeee;
}
.asf-folder-util .ua .txt {
  width: calc(100% - 33px);
  color: #222;
  font-size: 14px;
}
.asf-folder-util .ua .ico {
  display: block;
  font-size: 0;
}
.asf-folder-util.hide {
  display: none;
}
.asf-folder-util.posi01 {
  top: auto;
  bottom: 54px;
}
.asf-folder-util .icon-wastebasket-15_17:before {
  width: 15px;
  height: 17px;
  background-position: -336px -116px;
}
.asf-folder-util .icon-folder-copy:before {
  width: 17px;
  height: 17px;
  background-position: -84px -98px;
}
.asf-folder-util .icon-star-hide:before {
  position: relative;
  left: -2px;
  width: 20px;
  height: 20px;
  background-position: -22px -194px;
}
.asf-folder-util .icon-star-show:before {
  position: relative;
  left: -2px;
  width: 20px;
  height: 20px;
  background-position: -46px -194px;
}
.asf-folder-util .icon-menu-4_36-666:before {
  width: 18px;
  height: 18px;
  background-position: -270px -367px;
}
.asf-folder-util .icon-no-eye-18_18-666:before {
  width: 18px;
  height: 18px;
  background-position: -280px -366px;
}

.asf-folder-list .item:not(:first-child) {
  margin-top: 10px;
}
.asf-folder-list .item.disabled {
  opacity: 0.5;
}
.asf-folder-list .item.disabled .asf-folder .wr:before, .asf-folder-list .item.disabled .asf-folder .wr:after {
  content: normal;
}
.asf-folder-list.typeCheck .asf-folder .wr:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.asf-folder-list.typeCheck .asf-folder .wr:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 4px;
  height: 9px;
  margin-top: 4px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: translate3d(0, -11px, 0) rotate(45deg);
  border-color: #cccccc;
}
.asf-folder-list.typeCheck .asf-folder .wr.checked {
  border-color: var(--color-bdsplanet);
}
.asf-folder-list.typeCheck .asf-folder .wr.checked:before {
  border-color: #0481e2;
  background: #0481e2;
}
.asf-folder-list.typeCheck .asf-folder .wr.checked:after {
  border-color: #fff;
}

.pop.pop-addr-folder .pop_header {
  transition: 0.3s opacity ease-out;
  z-index: 1000;
  background: #fff;
}
.pop.pop-addr-folder .pop_header + .pop_container {
  padding-top: 0;
}
.pop.pop-addr-folder .pop_wrap {
  background-color: #efeeef;
}
.pop.pop-addr-folder .pop_content {
  padding: 0;
  background: none;
}
.pop.pop-addr-folder .pop_close {
  z-index: 1000;
}
.pop.pop-addr-folder.trans-on .pop_header {
  opacity: 0;
}

.addr-folder-sr {
  background-color: #fff;
}
.addr-folder-sr .afs-wr {
  width: 100%;
  padding: 45px 0 0px;
  background-color: #fff;
  text-align: center;
}
.addr-folder-sr .afs-wr .coc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.addr-folder-sr .afs-wr .coc .sa-i-won {
  margin-right: 8px;
}
.addr-folder-sr .afs-wr .coc .count {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
}
.addr-folder-sr .afs-wr .coc_grp_name {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #161616;
}
.addr-folder-sr .afs-wr .sr {
  margin: 8px 0 0;
  padding: 0 20px;
}
.addr-folder-sr .afs-wr .sr .txt02 {
  display: block;
  margin-top: 8px;
  word-break: break-all;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #393939;
}
.addr-folder-sr .afs-wr .menu {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin: 22px 0 0;
}
.addr-folder-sr .afs-wr .menu a {
  height: 36px;
  gap: 5px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
}
.addr-folder-sr .afs-wr .menu a .txt {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #393939;
}
.addr-folder-sr .afs-wr .menu a.btnFolderExcelDownload.disabled {
  pointer-events: auto;
}
.addr-folder-sr .afs-wr .fi {
  display: flex;
  justify-content: center;
  margin: 16px 0 0;
}
.addr-folder-sr .afs-wr .fitxt {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
}
.addr-folder-sr .afs-wr .fitxt + .fitxt {
  padding: 0 0 0 16px;
}
.addr-folder-sr .afs-wr .fitxt + .fitxt:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  margin: -1px 0 0 0;
  width: 2px;
  height: 2px;
  background-color: #d9d9d9;
}
.addr-folder-sr .afs-wr .fifolder_view_yn.text-blue {
  color: var(--color-bdsplanet);
}
.addr-folder-sr .afs-wr .filimit_folder_in_address_cnt {
  color: #393939;
}
.addr-folder-sr .afs-wr .fi02 {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 16px;
  margin: 16px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.0509803922);
}
.addr-folder-sr .afs-wr .fi02txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #8d8d8d;
}
.addr-folder-sr .afs-wr .fi02txt span {
  margin: 0 0 0 4px;
  font-weight: bold;
}
.addr-folder-sr .afs-wr .fi02txt a {
  color: #8d8d8d;
  margin: 0 0 0 4px;
  text-decoration: underline;
}
.addr-folder-sr .afs-wr .fi02txt a span {
  margin: 0;
}

.addr-item-list {
  position: relative;
  z-index: 1;
  padding: 10px 20px 100px;
  background-color: #efeeef;
}
.addr-item-list .list .item:not(:first-child) {
  margin-top: 10px;
}
.addr-item-list .menu {
  display: flex;
  height: 35px;
  margin: 0 0 10px;
}
.addr-item-list .menu .sort {
  flex: 1;
  background-color: #fff;
}
.addr-item-list .menu .detail-filter-open {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  margin-left: 7px;
  background-color: #fff;
}
.addr-item-list .menu .detail-filter-open:before {
  content: "";
  width: 20px;
  height: 18px;
  background: url(/images/ui_ico.png) no-repeat -192px -32px;
}
.addr-item-list .menu .detail-filter-open.on {
  border: 1px solid #129ded;
}
.addr-item-list .menu .detail-filter-open.on:before {
  background-position-y: -52px;
}
.addr-item-list .menu .sort,
.addr-item-list .menu .detail-filter-open {
  border-radius: 7px;
}
.addr-item-list .listmore {
  margin: 20px 0 0;
}
.addr-item-list .market-nonelist span em {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #8d8d8d;
}

.addr-save-item {
  position: relative;
}
.addr-save-item .asibx {
  display: block;
  padding: 20px;
  background: #fff;
  border-radius: 7px;
}
.addr-save-item .asibx.on {
  border: 1px solid #9a9a9c;
  padding: 19px;
}
.addr-save-item .top .type {
  height: 18px;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  color: #7790ad;
  font-size: 12px;
}
.addr-save-item .top .addr {
  margin-left: 3px;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
}
.addr-save-item .ir {
  margin: 8px 0 0;
  padding: 0 0 0 5px;
}
.addr-save-item .ir .txt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.addr-save-item .ir .txt span {
  position: relative;
  color: #444444;
  font-size: 13px;
}
.addr-save-item .ir .txt span + span {
  padding-left: 7px;
}
.addr-save-item .ir .txt span + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 2px;
  width: 2px;
  height: 2px;
  background-color: #444;
  border-radius: 100%;
}
.addr-save-item .ir .txt + .txt {
  margin-top: 4px;
}
.addr-save-item .ir .txt.red {
  color: var(--color-def-red);
  font-size: 13px;
}
.addr-save-item .ir [data-dan-toggle-con] .au.on {
  display: inline-block;
}
.addr-save-item .map {
  height: 80px;
  margin: 10px 0 0;
  border-radius: 7px;
}
.addr-save-item .memo {
  padding: 12px 15px;
  margin: 10px 0 0;
  background: #f9fafb;
  border-radius: 7px;
}
.addr-save-item .memo .view {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
  font-size: 14px;
  color: #4f5f72;
  word-break: break-all;
  padding-right: 56px;
}
.addr-save-item .memo .view .vx {
  display: inline;
}
.addr-save-item .memo .view.more {
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
}
.addr-save-item .util {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 0px;
}
.addr-save-item .util .star {
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding: 0 8px;
}
.addr-save-item .util .star .ico {
  display: block;
  width: 16px;
  height: 20px;
  background-image: var(--bg-i-common);
  background-position: -188px -450px;
}
.addr-save-item .util .saveaddr-ubtn {
  position: static;
}
.addr-save-item .util .saveaddr-ubtn.btn-util-go {
  width: 37px;
  padding-right: 6px;
}
.addr-save-item .util .saveaddr-ubtn.btn-move-pos {
  width: 30px;
}
.addr-save-item .asf-folder-util {
  top: 43px;
  bottom: auto;
}
.addr-save-item .btn-memo-more {
  display: block;
  position: absolute;
  bottom: 31px;
  right: 38px;
  padding: 6px 14px 6px 6px;
}
.addr-save-item .btn-memo-more .txt {
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #c7c7c8;
  padding-bottom: 1px;
}
.addr-save-item .btn-memo-more:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 9px;
  height: 5px;
  margin-top: -3px;
  background-image: var(--bg-i-common);
  background-position: -174px -112px;
}
.addr-save-item .btn-memo-more:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% + 18px);
  height: calc(100% + 4px);
}
.addr-save-item .btn-memo-more.type-close:after {
  margin-top: -3px;
  transform: rotate(180deg);
}
.addr-save-item.open .asibx {
  border: 1px solid #2e363e;
  padding: 19px;
  box-shadow: 0px 15px 18px -10px rgba(0, 0, 0, 0.25);
}

.common-saf-util .saveaddr-ubtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.common-saf-util .saveaddr-ubtn .ico {
  display: block;
  background-image: var(--bg-i-common);
}
.common-saf-util .btn-util-go {
  position: absolute;
  right: 0px;
  width: 40px;
}
.common-saf-util .btn-util-go .ico {
  width: 4px;
  height: 18px;
  background-position: -46px -261px;
}
.common-saf-util .btn-move-pos .ico {
  width: 15px;
  height: 20px;
  background-position: -32px -238px;
}

.pop.common-pop-filter .pbds-pr {
  width: 440px;
  max-height: 666px;
}
.pop.common-pop-filter .pbds-pct {
  padding-bottom: 20px;
}
.pop.common-pop-filter .ct-bottom-btnarea {
  height: 60px;
}
.pop.common-pop-filter .ct-bottom-btnarea .btns .txt {
  font-size: 16px;
}

.filter-detail-box {
  padding: 20px 0;
}
.filter-detail-box .ta {
  display: flex;
  justify-content: space-between;
  height: 28px;
}
.filter-detail-box .ta .left {
  display: inline-flex;
}
.filter-detail-box .ta .title {
  color: #222222;
  font-size: 14px;
  font-weight: bold;
}
.filter-detail-box .filter-tac-list {
  display: grid;
}
.filter-detail-box .filter-tac-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  color: #666666;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.filter-detail-box .filter-tac-list.type-square a {
  height: 45px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
.filter-detail-box .filter-tac-list.type-square a.on {
  background: #eff9ff;
  border-color: #88cef6;
  color: var(--color-bdsplanet);
}
.filter-detail-box .filter-tac-list.three {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.filter-detail-box:first-child {
  padding-top: 0;
}
.filter-detail-box:last-child {
  padding-bottom: 0;
}
.filter-detail-box + .filter-detail-box {
  border-top: 1px solid #eeeeee;
}

.addressFolder {
  background-color: #efeeef;
}
.addressFolder .hide {
  display: none !important;
}
.addressFolder .wr {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.addressFolder .__csbScroll__scrollbar__area {
  z-index: 3 !important;
}
.addressFolder .scroll-header {
  position: sticky;
  top: 0px;
  z-index: 2;
}
.addressFolder .scroll-header .txt {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 71px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  background-color: #fff;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  transform: translateY(-100%);
  transition: 0.2s ease-out;
}
.addressFolder .scroll-header.show .txt {
  transform: translateY(0);
}
.addressFolder .scroll-container {
  height: 100%;
}
.addressFolder .top-util {
  z-index: 3;
}
.pop.pop-save-addr .pbds-pr {
  width: 400px;
  max-height: calc(100vh - 94px);
}

.pop.pop-addr-folder-set .pop_wrap {
  width: 454px;
}
.pop.pop-addr-folder-set.addrFolderCopyWindow .asf-folder .wr .info .title {
  font-size: 14px;
}
.pop.pop-addr-folder-set .psa-tac-color {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}

/* 폴더복사하기 */
.pop.pop_save_folder_url_share {
  left: 40px !important;
  padding: 0 !important;
}
.pop.pop_save_folder_url_share #input_save_folder_url {
  user-select: none;
  pointer-events: none;
  color: var(--color-bdsplanet);
}
.pop.pop_save_folder_url_share .pop_wrap {
  width: 320px !important;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2509803922);
}
.pop.pop_save_folder_url_share .pop_wrap .pop_content {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pop.pop_addressfolder_membership_msg .pop_wrap {
  width: 454px !important;
}
.pop.pop_addressfolder_membership_msg .pop_wrap .tit {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #161616;
  margin: 0 0 16px;
}
.pop.pop_addressfolder_membership_msg .pop_content {
  padding: 0 0 16px;
}
.pop.pop_addressfolder_membership_msg .pop_content .sc {
  padding: 0;
}
.pop.pop_addressfolder_membership_msg .rd {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #6f6f6f;
}
.pop.pop_addressfolder_membership_msg .bannerSaveFolderMembershipShare {
  margin: 24px 0 0;
}

.bannerSaveFolderMembershipShare {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 118px;
  padding: 0 30px 0 24px;
  background-color: #ffeaf5;
  border-radius: 12px;
}
.bannerSaveFolderMembershipShare .txt01 {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.5px;
  color: #ee2d94;
}
.bannerSaveFolderMembershipShare .txt02 {
  margin: 4px 0 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #161616;
}

.pop.pop_addressfolder_hidden {
  width: 400px;
  height: calc(100% - 60px);
  left: 0px !important;
  top: 60px !important;
  padding: 0;
}
.pop.pop_addressfolder_hidden:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -1px;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.pop.pop_addressfolder_hidden .pop_wrap {
  width: 100%;
  height: 100% !important;
  border-radius: 0;
}
.pop.pop_addressfolder_hidden .pop_content,
.pop.pop_addressfolder_hidden .sc,
.pop.pop_addressfolder_hidden .popContentBox,
.pop.pop_addressfolder_hidden .viBox {
  height: 100%;
}
.pop.pop_addressfolder_hidden .viBox {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  text-align: center;
  padding-bottom: 102px;
}
.pop.pop_addressfolder_hidden .txt01 {
  margin: 40px 0 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #161616;
}
.pop.pop_addressfolder_hidden .txt02 {
  margin: 16px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #6f6f6f;
}
.pop.pop_addressfolder_hidden .dc img {
  width: 114px;
  height: 24px;
}

.pop.pop_addressFolder_excelDownloadHistory {
  left: 40px !important;
  padding: 0 !important;
}
.pop.pop_addressFolder_excelDownloadHistory .pop_wrap {
  width: 320px !important;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2509803922);
  max-height: calc(100% - 100px);
}
.pop.pop_addressFolder_excelDownloadHistory .pop_header {
  padding-bottom: 16px;
}
.pop.pop_addressFolder_excelDownloadHistory .dc {
  display: flex;
  align-items: center;
  gap: 5px;
}
.pop.pop_addressFolder_excelDownloadHistory .dc p {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #393939;
}
.pop.pop_addressFolder_excelDownloadHistory .historyExcel {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
}
.pop.pop_addressFolder_excelDownloadHistory .historyExcelProfileImg {
  width: 32px;
  height: 32px;
}
.pop.pop_addressFolder_excelDownloadHistory .historyExcelNickName {
  flex: 1;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #393939;
}
.pop.pop_addressFolder_excelDownloadHistory .historyExcelCount {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #6f6f6f;
}
.pop.pop_addressFolder_excelDownloadHistory .historyExcel + .historyExcel {
  border-top: 1px solid rgba(0, 0, 0, 0.0509803922);
}
.pop.pop_addressFolder_excelDownloadHistory .sc {
  height: 100%;
  overflow-y: auto;
}

.header-no ~ .pop_addressfolder_hidden {
  top: 0px !important;
  height: 100% !important;
}
.header-no #container .common-map-detail-wd {
  top: 0px;
  height: 100%;
}

.pop.pop-subintest .pbds-pr {
  width: 400px;
}

.finding-way-search-box-area {
  background-color: #f5f5f5;
  border: 1px solid #aabcd2;
  border-radius: 4px;
}
.finding-way-search-box-area .input-wr {
  position: relative;
  border-radius: 4px;
}
.finding-way-search-box-area .input-wr input {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 44px;
  padding: 0 77px 0 13px;
  border: 1px solid transparent;
}
.finding-way-search-box-area .input-wr input:focus {
  outline: none;
}
.finding-way-search-box-area .input-wr + .input-wr:not(.focus) input {
  border-top-color: #eeeeee;
}
.finding-way-search-box-area .input-wr.focus {
  z-index: 2;
}
.finding-way-search-box-area .input-wr.focus:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  border: 1px solid #129ded;
  background: transparent;
}
.finding-way-search-box-area .input-wr:first-child input {
  border-radius: 4px 4px 0 0;
}
.finding-way-search-box-area .input-wr:first-child.focus:before {
  border-radius: 4px 4px 0 0;
}
.finding-way-search-box-area .input-wr:last-child input {
  border-radius: 0 0 4px 4px;
}
.finding-way-search-box-area .input-wr:last-child.focus:before {
  border-radius: 0 0 4px 4px;
}
.finding-way-search-box-area .input-wr.samsik-drag {
  z-index: 3;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  cursor: move;
}
.finding-way-search-box-area .input-wr.samsik-drag input {
  cursor: move;
  border-color: none;
  background-color: transparent !important;
}
.finding-way-search-box-area .input-wr .input-ut {
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 50%;
  margin-top: -14px;
  display: flex;
  gap: 8px;
  padding-right: 8px;
}
.finding-way-search-box-area .input-wr .input-ut .bt {
  width: 25px;
  height: 25px;
}
.finding-way-search-box-area .input-wr .input-ut .bt.add, .finding-way-search-box-area .input-wr .input-ut .bt.remove {
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  user-select: none;
}
.finding-way-search-box-area .input-wr .input-ut .bt.move {
  border: 1px solid #000;
  border-radius: 100%;
  user-select: none;
  cursor: move;
}
.finding-way-search-box-area.drag-ing .input-wr {
  overflow: hidden;
}

.finding-way-search-ut {
  display: flex;
  justify-content: space-between;
  height: 36px;
  margin: 10px 0 0;
}
.finding-way-search-ut .left {
  display: flex;
  gap: 5px;
}
.finding-way-search-ut .left .btns {
  height: 100%;
  padding: 0 13px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
.finding-way-search-ut .left .btns .txt {
  color: #222222;
}

.pop.pop-finding-ct-service .pbds-pr {
  width: 400px;
}
.pop.pop-finding-ct-service .pbds-ph ~ .pop_close {
  top: 42px !important;
  right: 40px !important;
  background-position: 0 0;
}

.finding-ct-service {
  display: flex;
  gap: 10px;
}
.finding-ct-service a {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #f9fafb;
  border-radius: 10px;
}
.finding-ct-service a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/images/images_findingctservice.png");
}
.finding-ct-service a .txt {
  margin: 0 0 0 15px;
  color: #222;
  font-size: 14px;
  font-weight: bold;
}
.finding-ct-service a.fcs-naver:before {
  background-position: 0 0;
}
.finding-ct-service a.fcs-kakao:before {
  background-position: -28px 0;
}

/*pop*/
.pop.pop-ho-gong-price {
  min-width: 1050px;
}
.pop.pop-ho-gong-price .pbds-pr {
  width: 1050px;
  height: 100% !important;
}
.pop.pop-ho-gong-price .asum-gong-view {
  display: flex;
  padding: 0;
  border: none;
}
.pop.pop-ho-gong-price .asum-gong-view dl {
  flex: 1;
  height: 42px;
  padding: 0 19px;
  border: 1px solid #f2f2f2;
  border-radius: 11px;
}
.pop.pop-ho-gong-price .asum-gong-view dl:not(:first-child) {
  margin: 0 0 0 10px;
}
.pop.pop-ho-gong-price .bds-gray-tab {
  width: 320px;
  margin: 0 auto;
}
.pop.pop-ho-gong-price .etc-readme {
  margin: 25px 0 0;
  color: #7790ad;
  text-align: center;
  font-size: 14px;
}
.pop.pop-ho-gong-price .pop-holist-info-box {
  left: calc(50% - 190px);
  width: 380px;
}

.bds-wd-filter {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 60px;
  left: 400px;
  width: 400px;
  height: calc(100% - 60px);
  background-color: #fff;
  line-height: 1;
}

.bds-wd-filter.on {
  display: flex;
}

.bds-wd-filter.posi-two {
  left: 400px;
}

.bds-wd-filter.posi-three {
  left: 800px;
}

.header-no ~ .bds-wd-filter {
  top: 0;
  height: 100%;
}

.bds-wd-detail-body {
  flex: 1;
  height: 100%;
  padding: 20px 3px 20px 20px;
}

.bds-wd-detail-header {
  border-bottom: 1px solid #f5f5f5;
}
.bds-wd-detail-header .mainh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  padding: 0 20px 0 20px;
  border-bottom: 1px solid transparent;
}
.bds-wd-detail-header .left,
.bds-wd-detail-header .right {
  display: flex;
  align-items: center;
}
.bds-wd-detail-header .left .title,
.bds-wd-detail-header .right .title {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 22px;
}
.bds-wd-detail-header .ui_cp_slip_check {
  width: 60px;
}
.bds-wd-detail-header .ui_cp_slip_check .one {
  width: 30px;
}
.bds-wd-detail-header .ui_cp_slip_check a.on:nth-child(2) ~ .one,
.bds-wd-detail-header .ui_cp_slip_check label.on:nth-child(2) ~ .one {
  left: calc(100% - 30px);
}
.bds-wd-detail-header .ui_cp_slip_check a,
.bds-wd-detail-header .ui_cp_slip_check label {
  cursor: pointer;
  font-weight: 500;
}
.bds-wd-detail-header .ui_cp_slip_check a:not(.on),
.bds-wd-detail-header .ui_cp_slip_check label:not(.on) {
  color: #999999;
}
.bds-wd-detail-header .unit-change {
  margin-right: 20px;
}

.bwf-dls01 dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bwf-dls01 dl:not(:first-child) {
  border-top: 1px solid #eeeeee;
}
.bwf-dls01 dl dt,
.bwf-dls01 dl dd {
  padding: 15px 0;
  line-height: 19px;
}
.bwf-dls01 dl dt {
  color: #666;
}
.bwf-dls01 dl dd {
  color: #222;
  text-align: right;
}

.rp-detail-area-tac .hide {
  display: none;
}
.rp-detail-area-tac .menuarea {
  padding: 0 20px;
}
.rp-detail-area-tac .menuarea .etc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 49px;
  border-bottom: 1px solid #eeeeee;
}
.rp-detail-area-tac .menuarea .dg_checkbox label .txt {
  font-size: 13px;
}
.rp-detail-area-tac .menuarea .ui_cp_slip_check {
  width: 60px;
  background-color: #fff;
  border-color: #eeeeee;
}
.rp-detail-area-tac .menuarea .ui_cp_slip_check a {
  font-weight: 500;
}
.rp-detail-area-tac .menuarea .ui_cp_slip_check a:not(.on) {
  color: #666666;
}
.rp-detail-area-tac .cm-tabmenu ul {
  height: 50px;
}
.rp-detail-area-tac .cm-tabmenu ul li a.on {
  font-weight: bold;
}
.rp-detail-area-tac .udan {
  margin-right: 20px;
}
.rp-detail-area-tac .bds-sel-tac01 {
  display: table;
  border-spacing: 0 10px;
  margin: -10px 0 -10px;
  width: 100%;
}
.rp-detail-area-tac .bst-r {
  display: table-row-group;
}
.rp-detail-area-tac .bst-r .no-data01 {
  margin-top: 30px;
}
.rp-detail-area-tac .tac-box {
  display: table-row;
  height: 90px;
}
.rp-detail-area-tac .tac-box .tc {
  display: table-cell;
  background-color: #f9fafb;
  border-radius: 8px;
  vertical-align: middle;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.rp-detail-area-tac .tac-box .tc.left {
  width: 100%;
  border-left: 1px solid transparent;
  padding: 15px 0 15px 20px;
  border-radius: 8px 0 0 8px;
}
.rp-detail-area-tac .tac-box .tc.right {
  border-right: 1px solid transparent;
  padding: 13px 20px 13px 0;
  border-radius: 0 8px 8px 0;
}
.rp-detail-area-tac .tac-box .fr02 {
  margin: 9px 0 0;
}
.rp-detail-area-tac .tac-box .mat {
  color: #000;
  font-size: 17px;
  font-weight: bold;
}
.rp-detail-area-tac .tac-box .rrt {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.rp-detail-area-tac .tac-box .rrt:not(:first-child) {
  margin: 4px 0 0;
}
.rp-detail-area-tac .tac-box .rrt .ty {
  display: inline-flex;
  height: 18px;
  align-items: center;
  padding: 0 5px;
  margin: 0 5px 0 0;
  font-size: 12px;
  border-radius: 9px;
  border: 1px solid black;
}
.rp-detail-area-tac .tac-box .rrt .ty.type-j {
  border-color: #fb9fe2;
  color: #f740c6;
}
.rp-detail-area-tac .tac-box .rrt .ty.type-w {
  border-color: #7fd5e1;
  color: #00abc4;
}
.rp-detail-area-tac .tac-box .rrt .ty.type-m {
  border-color: #88cef6;
  color: var(--color-bdsplanet);
}
.rp-detail-area-tac .tac-box .rrt .txt {
  width: 100%;
  text-align: right;
  color: #000;
}
.rp-detail-area-tac .tac-box .rrt .txt .none {
  color: #999999;
  font-size: 12px;
}
.rp-detail-area-tac .tac-box .tt {
  color: #444;
  font-size: 13px;
}
.rp-detail-area-tac .tac-box .etc02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 0 0;
}
.rp-detail-area-tac .tac-box .etc02 .tt {
  position: relative;
  padding-right: 9px;
}
.rp-detail-area-tac .tac-box .etc02 .tt:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 3px;
  width: 2px;
  height: 2px;
  background-color: #444;
  border-radius: 100%;
}
.rp-detail-area-tac .tac-box.check .tc {
  border-color: #c4d8f3;
  background-color: #fff;
  box-shadow: 3px 3px 4px 0px rgba(4, 129, 226, 0.15);
}
.rp-detail-area-tac .tac-box.check .mat,
.rp-detail-area-tac .tac-box.check .tt {
  color: #0481e2;
}
.rp-detail-area-tac .ui_roll_ap_exp {
  margin: 0 18px 0 10px;
  padding-left: 11px;
  border-left: 1px solid #eeeeee;
}
.rp-detail-area-tac.statusH .menuarea {
  display: none;
}
.rp-detail-area-tac.statusH .tac-box {
  height: 70px;
}
.rp-detail-area-tac.statusH .tac-box .fr02 {
  margin: 7px 0 0;
}

.bds-sel-tac01 .tac-box:not(:first-child) {
  margin-top: 10px;
}

.data-rdat-type-tac {
  display: flex;
}
.data-rdat-type-tac a {
  display: inline-flex;
  align-items: center;
  color: #999;
  font-size: 13px;
}
.data-rdat-type-tac a:not(:first-child) {
  margin-left: 10px;
}
.data-rdat-type-tac a:before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 5px;
  border-radius: 100%;
  background-color: #999;
}
.data-rdat-type-tac a.on {
  color: #0481e2;
}
.data-rdat-type-tac a.on:before {
  background-color: #0481e2;
}

.rp-detail-deal-list .bds-wd-detail-body {
  padding-top: 0;
  padding-bottom: 0;
}

.chart_w {
  position: relative;
}

.chart-tooltip {
  display: flex;
  margin: 0 0 20px;
  line-height: 1;
  box-shadow: 0px 4px 8px 0px rgba(59, 126, 216, 0.15);
}
.chart-tooltip:empty {
  display: none;
}
.chart-tooltip.style01 {
  border: 1px solid #c4d8f3;
  border-radius: 8px;
  background-color: #fff;
}
.chart-tooltip.style01 .ar {
  display: flex;
  flex: 1;
  width: 100%;
  padding: 10px 0;
}
.chart-tooltip.style01 .year {
  display: flex;
  align-items: center;
  width: 77px;
  padding-left: 13px;
  color: #222;
  font-weight: bold;
  font-size: 15px;
}
.chart-tooltip.style01 .year.type-month {
  padding-left: 4px;
  letter-spacing: -0.7px;
}
.chart-tooltip.style01 .br {
  display: flex;
  gap: 3px;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
  border-left: 1px solid #ebf2fb;
}
.chart-tooltip.style01 .br > .txt {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.chart-tooltip.style01 .br > .txt.txt01 {
  color: var(--color-bdsplanet);
}
.chart-tooltip.style01 .br > .txt.txt02 {
  color: #4f5f72;
}
.chart-tooltip.style01 .br > .txt.txt03 {
  color: #8563e9;
}
.chart-tooltip.style01 .br > .txt.ico:before {
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 8px 0 0;
}
.chart-tooltip.style01 .br > .txt.ico.txt01:before {
  border-radius: 100%;
  background-color: var(--color-bdsplanet);
}
.chart-tooltip.style01 .br > .txt.ico.txt02:before {
  background-image: url("/images/sil/silchart.png");
  background-position: 0 -59px;
}
.chart-tooltip.style01 .br > .txt.ico.txt03:before {
  background-color: #8563e9;
}
.chart-tooltip.style01 .br .txt.color-black {
  color: #222;
}
.chart-tooltip.style01 .br .txt.color-sky {
  color: var(--color-bdsplanet);
}
.chart-tooltip.style01 .br .txt.color-pink {
  color: #f740c6;
}
.chart-tooltip.style01 .br .txt.color-gray {
  color: #7790ad;
}
.chart-tooltip.style01 .br .txt.color-purple {
  color: #6574E4;
}
.chart-tooltip.style01 .br .txt.color-black-yeon01 {
  color: #4F5F72;
}
.chart-tooltip.style01 .br strong {
  font-weight: bold;
}
.chart-tooltip.style01 .tt {
  display: inline-flex;
}
.chart-tooltip.style01 .tt + .tt {
  position: relative;
  padding-left: 8px;
  margin-left: 7px;
}
.chart-tooltip.style01 .tt + .tt:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 1px;
  height: 9px;
  background-color: #dddddd;
}
.chart-tooltip.style01 .ut {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
}
.chart-tooltip.style01 .ut:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(135deg);
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
}
.chart-tooltip.style01 .ut.prev:before {
  left: 14px;
}
.chart-tooltip.style01 .ut.next:before {
  right: 14px;
  transform: rotate(-45deg);
}
.chart-tooltip.style01 .dan {
  color: #999999;
  font-size: 12px;
}
.chart-tooltip.style01 .val {
  margin: 0 0 0 3px;
}
.chart-tooltip.rpInfoCpxCharttooltip_co {
  min-height: 54px;
}
.chart-tooltip.rpInfoCpxCharttooltip_co .br {
  padding-left: 15px;
  letter-spacing: -1px;
}
.chart-tooltip.rpInfoCpxCharttooltip_co .tt + .tt {
  padding-left: 6px;
  margin-left: 7px;
}
.chart-tooltip#rpInfoEtcChartTooltipTest {
  min-height: 54px;
}

.chart-et-txtbox {
  display: flex;
  align-items: center;
  position: absolute;
  left: -8px;
  top: 0px;
  border-radius: 6px;
  margin-top: -8px;
}
.chart-et-txtbox .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.chart-et-txtbox .ico:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 100%;
}
.chart-et-txtbox .txtbox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 18px;
  width: 60px;
  height: 25px;
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
}
.chart-et-txtbox.purple .ico,
.chart-et-txtbox.purple .txtbox {
  background-color: #6574e4;
}
.chart-et-txtbox.purple .txtbox {
  box-shadow: 0px 2px 6px 1px rgba(101, 116, 228, 0.5);
}
.chart-et-txtbox.black .ico,
.chart-et-txtbox.black .txtbox {
  background-color: #4f5f72;
}
.chart-et-txtbox.black .txtbox {
  box-shadow: 0px 2px 6px 1px rgba(79, 95, 114, 0.5);
}

.chartView {
  position: relative;
}
.chartView .rpdd {
  position: absolute;
  bottom: 1px;
  right: 11px;
  font-size: 11px;
  letter-spacing: -0.6px;
}
.chartView .sil-deal-price-graph .rpdd {
  bottom: -20px;
}
.chartView .sil-deal-price-graph .graph-w {
  position: relative;
}

.bu_chart.mal .chartView {
  padding: 20px 20px 20px;
  border: 1px solid #eeeeee;
}
.bu_chart.mal .rpInfoCpxCharttooltip_co {
  display: none;
}
.bu_chart.mal .subin-range-slider {
  margin-bottom: 17px !important;
}
.bu_chart.mal .rpdd {
  display: block;
  margin-top: 14px;
  color: #999999;
  /* font-size: 13px; */
  /* position: static; */
  text-align: right;
  bottom: -12px;
  right: 0px;
}

.chart-tooltip-old {
  padding: 10px;
  border: 1px solid #7790ad;
  border-radius: 4px;
  font-size: 13px;
  color: #666;
  background-color: #fff;
  position: absolute;
  top: -9999px;
  left: -9999px;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
  line-height: 17px;
  transform: translate(0, -20px);
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}
.chart-tooltip-old strong {
  font-weight: bold;
  color: var(--color-bdsplanet);
}

.chart-tooltip-old-cur {
  display: none;
  position: absolute;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-left: 1px solid #7790ad;
  border-bottom: 1px solid #7790ad;
  background: #fff;
  z-index: 100;
}

.aed-common-graph {
  position: relative;
  min-height: 100px;
}
.aed-common-graph .chart-tooltip {
  margin-bottom: 20px;
}
.aed-common-graph .select-sgs-area {
  position: absolute;
  top: 7px;
  right: 0px;
}
.aed-common-graph .grapharea {
  position: relative;
}
.aed-common-graph .gr-ap-ar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0px;
  width: 80px;
  height: 166px;
  background-color: rgba(110, 170, 255, 0.1);
  border-left: 1px solid #3b7ed8;
}
.aed-common-graph .gr-ap-ar .readme {
  color: #6574e4;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  line-height: 17px;
}
.aed-common-graph .gr-ap-ar .readme span {
  display: inline-block;
  background-color: #fff227;
  padding: 0 2px;
  border-radius: 5px;
  font-weight: bold;
}
.aed-common-graph .gr-ap-ar .txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 25px;
  margin-top: 15px;
  background-color: #6574e4;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0px 3px 6px 1px rgba(101, 116, 228, 0.5);
}

.skeleton-box {
  position: relative;
  overflow: hidden;
  background-color: #dddbdd;
  border-radius: 8px;
  color: transparent !important;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  animation: shimmer 1s infinite;
  content: "";
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.skeleton-box * {
  opacity: 0;
  color: transparent;
}