@charset "UTF-8";
/*



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



*/
#wrap {
  padding-top: 0 !important;
}

#logo.hh .hide_txt {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: visible !important;
  clip: auto !important;
}

.map_wrap header {
  position: relative;
  z-index: 1000;
}
.map_wrap #container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 1280px;
  height: 100%;
  padding-top: 60px;
}
.map_wrap #content,
.map_wrap .default_c_full,
.map_wrap #y_map {
  height: 100%;
}

.bdsTopBanner ~ .map_wrap #container {
  padding-top: 132px;
}

.map_extend {
  width: 100%;
  height: 100% !important;
  /* background-color: #444; */
  z-index: 0;
  position: absolute;
}

#map_do {
  position: relative;
  width: 100%;
  height: 100%;
  /* padding-top:40px; */
}

#map_do_view {
  position: relative;
  width: 100%;
  height: 100% !important;
  outline: none;
}

.map_location_view {
  top: 20px;
}

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

.map_utils {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10000;
  transition: 0.3s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.map_utils.etc {
  position: absolute;
  top: inherit;
  bottom: 20px;
}
.map_utils ul li {
  position: relative;
  margin-top: 10px;
}
.map_utils ul li.on {
  z-index: 100;
}
.map_utils ul li .wbt {
  position: relative;
}
.map_utils ul li:first-child {
  margin: 0;
}
.map_utils ul li .txt_info {
  display: none;
  align-items: center;
  position: absolute;
  right: 43px;
  top: 0px;
  height: 34px;
  padding: 7px 10px 0;
}
.map_utils ul li .txt_info:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 0.8;
}
.map_utils ul li .txt_info em {
  position: relative;
  z-index: 1;
  color: #4f5f72;
  font-size: 13px;
  font-weight: bold;
}
.map_utils ul li.studyinfo.on .study-box {
  display: block !important;
}
.map_utils ul li.studyinfo .study-box {
  display: none;
  top: 0px;
  right: 45px;
}
.map_utils ul li.studyinfo .study-box.left:before {
  top: 16px;
}
.map_utils ul li.studyinfo .t_radio_ul.oneline li {
  margin-top: 7px;
}
.map_utils ul li.studyinfo .ww {
  padding: 5px 15px 10px;
}
.map_utils ul li.studyinfo .dg_checkbox .txt {
  color: #666666;
  font-size: 13px;
}
.map_utils ul li.studyinfo .dg_checkbox .txt:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 100%;
}
.map_utils ul li.studyinfo .dg_checkbox .txt.green:before {
  background: #7bc145;
}
.map_utils ul li.studyinfo .dg_checkbox .txt.yellow:before {
  background: #f6a42b;
}
.map_utils ul li.studyinfo .dg_checkbox .txt.red:before {
  background: #f46043;
}
.map_utils ul li.studyinfo .dg_checkbox .txt.blue:before {
  background: #4d8fe8;
}
.map_utils ul li.studyinfo .dg_checkbox .txt.purple:before {
  background: #7b60df;
}
.map_utils ul li.studyinfo .dg_checkbox .txt.pink:before {
  background: #e854c0;
}
.map_utils ul li a.bt {
  display: flex;
  width: 40px;
  height: 40px;
  padding-bottom: 1px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: 0.2s ease-out;
}
.map_utils ul li a.bt span {
  display: inline-block;
  font-size: 13px;
}
.map_utils ul li.on a.bt {
  background: #4f5f72;
  border: 1px solid #3e4e61;
  color: #fff;
}
.map_utils ul li a.ico_plus span {
  width: 14px;
  height: 14px;
  background: url("/images/ui_ico_map.png") no-repeat;
  background-position: -12px -269px;
}
.map_utils ul li.on a.ico_plus span {
  background-position: -39px -177px;
}
.map_utils ul li a.ubt-my-location span {
  width: 22px;
  height: 22px;
  background: url("/images/ui_ico_map.png") no-repeat;
  background-position: -5px -481px;
}
.map_utils ul li a.ico_minus span {
  width: 14px;
  height: 2px;
  background: url("/images/ui_ico_map.png") no-repeat;
  background-position: -12px -311px;
}
.map_utils ul li.on a.ico_minus span {
  background-position: -39px -177px;
}
.map_utils ul li .wbt:first-child .bt {
  position: relative;
  border-radius: 2px 2px 0px 0px;
}
.map_utils ul li .wbt:last-child .bt {
  position: relative;
  border-radius: 0px 0px 2px 2px;
}
.map_utils ul li a.ico_close span {
  width: 14px;
  height: 14px;
  background-position: -100px -10px;
}
.map_utils .zoom-lv-box {
  top: 0px;
  right: 45px;
}
.map_utils .zoom-lv-box .ww {
  padding: 9px 14px 8px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  font-weight: 300;
}
.map_utils .zoom-lv-box:before {
  top: 11px !important;
  margin-top: 0px !important;
}
.map_utils .zoom-lv-box .ww {
  color: #666;
  font-size: 12px;
  line-height: 18px;
}

/*
.map_utils ul li a.bt:hover + .txt_info{
    display:block;
}
.map_utils ul li a.bt.ico_school span{
    width:14px;
    height:17px;
    background-position:-12px -7px
}
.map_utils ul li.on a.bt.ico_school span{
    background-position:-56px -7px
}
.map_utils ul li a.bt.ico_studyinfo span{
    width:18px;
    height:13px;
    background-position:-10px -54px;
}
.map_utils ul li.on a.bt.ico_studyinfo span{
    background-position:-54px -54px;
}

.map_utils ul li a.ico_pyul span{
    width:14px;
    height:14px;
    background-position:-12px -97px;
}
.map_utils ul li.on a.ico_pyul span{
    background-position:-56px -97px;
}

.map_utils ul li a.ico_airview span{
    width:17px;
    height:15px;
    background-position:-10px -141px;
}
.map_utils ul li.on a.ico_airview span{
    background-position:-54px -141px;
}


.map_utils ul li a.ico_stview span{
    width:16px;
    height:16px;
    background-position:-11px -184px;
}
.map_utils ul li.on a.ico_stview span{
    background-position:-56px -184px;
}


.map_utils ul li a.ico_rdview span{
    width:14px;
    height:18px;
    background-position:-9px -388px;
}
.map_utils ul li.on a.ico_rdview span{
    background-position:-57px -388px;
}


.map_utils ul li a.ico_eye span{
    width:17px;
    height:13px;
    background-position:-11px -227px;
}

.map_utils ul li.on a.ico_eye span{
    background-position:-55px -227px;
}
 */
/*
.map_utils ul li a.bt.ico_sang span{
    width:13px;
    height:14px;
    background-position:-10px -420px
}
.map_utils ul li.on a.bt.ico_sang span{
    background-position:-58px -420px
}
*/
.btn_list_switch {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 52px;
  margin-top: -26px;
  background: #fff;
  z-index: 100;
  transition: 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 0 6px 6px 0;
}
.btn_list_switch .bw {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn_list_switch .bw .wa {
  height: 100%;
  transition: 0.3s ease-in-out;
}
.btn_list_switch .bw .wa .bg {
  width: 100%;
  height: 100%;
  background: #25aae1;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(0, -100px);
  transition: 0.3s ease-in-out;
}
.btn_list_switch:hover .bw .wa .bg {
  /* transform:translate(0,0px); */
}
.btn_list_switch .bw .ww {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.btn_list_switch .ico {
  display: block;
  width: 7px;
  height: 11px;
  background: url("/images/ui_chr.png") no-repeat -14px -20px;
  transition: 0.3s ease-out;
}

.y_map_top_area {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.y_map_top_area .tb {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 12px 30px 12px 20px;
}
.y_map_top_area .tb .fl,
.y_map_top_area .tb .fr {
  display: flex;
  height: 100%;
}
.y_map_top_area .tb .cc {
  float: left;
  height: 100%;
  font-size: 0;
}
.y_map_top_area .search_area {
  position: relative;
  margin-left: 16px;
  padding-left: 17px;
}
.y_map_top_area .search_area:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  width: 1px;
  height: 30px;
  background-color: #eeeeee;
}
.y_map_top_area .search_area .input {
  position: relative;
  height: 100%;
}
.y_map_top_area .search_area .input:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  background: url("/images/ui_ico.png") no-repeat -20px -76px;
  z-index: 1;
}
.y_map_top_area .search_area input {
  position: relative;
  width: 247px;
  height: 100%;
  padding: 0 28px 2px 35px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #222;
  font-size: 14px;
  line-height: 14px;
}
.y_map_top_area .search_area input:focus {
  outline: none;
  border-color: var(--color-bdsplanet);
}
.y_map_top_area .search_area input::-ms-clear {
  display: none;
}
.y_map_top_area .search_area .location_init {
  display: none;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 11px;
  height: 11px;
  background: url("/images/ui_btn_x.png") no-repeat left -24px;
  z-index: 3;
}
.y_map_top_area .search_area .location_init.on {
  display: block;
}
.y_map_top_area .search_area input::placeholder {
  color: #222;
  font-size: 14px;
}
.y_map_top_area .search_area input.gray::placeholder {
  color: #999999;
}
.y_map_top_area .search_area .location_widget {
  width: 350px;
  top: calc(100% + 4px);
}
.y_map_top_area .map_filter_area {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}

.dae_filter_init {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 14px;
  border: 1px solid #dddddd;
}
.dae_filter_init:hover {
  border-color: #adadad;
}
.dae_filter_init .txt {
  font-size: 14px;
}

.map_or_list {
  padding-top: 8px;
}
.map_or_list .btn_listmap_toggle {
  width: 180px;
}
.map_or_list a {
  width: 50%;
}
.map_or_list a span {
  padding-left: 0 !important;
  padding-right: 2px !important;
}

.map_filter_area {
  margin-left: 20px;
}
.map_filter_area .map_tac {
  display: inline-block;
  position: relative;
  height: 100%;
}
.map_filter_area .map_tac:not(:first-child) {
  margin-left: 10px;
}
.map_filter_area .map_tac.category_tac .tac_area {
  min-width: 177px;
}
.map_filter_area .map_tac:frist-child {
  margin-left: 0;
}
.map_filter_area .map_tac.category_tac.on .btn {
  border-color: var(--color-bdsplanet);
}
.map_filter_area .tcon {
  border-bottom: 1px solid #dddddd;
}
.map_filter_area .tbody {
  margin-top: 10px;
  padding-bottom: 15px;
  font-size: 14px;
}
.map_filter_area .tbody .tbc {
  margin-top: 15px;
}
.map_filter_area .tbody .tbc:first-child {
  margin-top: 0;
}

/* .map_filter_area .map_tac.category_tac.on .btn .txt{
    color:#007ed6;
} */
.map_tac a.btn {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 26px 0 10px;
  line-height: 1;
}
.map_tac a.btn span.txt {
  color: #222222;
}
.map_tac a.btn span.ico_cur {
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  border-top: 4px solid #aaa;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-top: -2px;
  opacity: 0.8;
}
.map_tac a.btn span.ico_cur.black {
  background-position: -8px 0;
}
.map_tac a.btn span.ico_cur.white {
  background-position: 0px -14px;
}
.map_tac a.btn span em.ico_init {
  display: inline-block;
  width: 18px;
  height: 16px;
  margin: -2px 5px 0 0;
  background: url("/images/btn_ico_init.png") no-repeat 0 0;
  vertical-align: middle;
}
.map_tac a.btn:hover {
  border: 1px solid #adadad;
}
.map_tac a.btn.btn.val:hover + .malpu {
  display: block;
}
.map_tac .malpu {
  position: absolute;
  top: 44px;
  display: none;
  height: 33px;
  padding: 9px 10px 0;
  background: #ffca27;
  transform: translateX(-50%);
  left: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
}
.map_tac .malpu:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: 0px;
  display: block;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  background: #ffca27;
}
.map_tac .malpu .val {
  font-size: 12px;
  line-height: 1;
}
.map_tac .malpu .val:before {
  content: ", ";
}
.map_tac .malpu .val:first-child:before {
  content: normal;
}
.map_tac .tac_area {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  padding: 0px 25px 15px;
  min-width: 102px;
  background: #fff;
}
.map_tac .tac_area .f_btnarea {
  margin-top: 15px;
  text-align: right;
}
.map_tac .tac_area .f_readme {
  margin-top: 15px;
  line-height: 1;
}
.map_tac .tac_area .f_readme span {
  display: block;
  margin-top: 7px;
  color: #7790ad;
  font-size: 14px;
  letter-spacing: -1px;
  font-weight: 300;
}
.map_tac .tac_area .f_readme span:first-child {
  margin-top: 0;
}
.map_tac.on {
  z-index: 2;
}
.map_tac.on a.btn {
  z-index: 2;
}
.map_tac.on a.btn span.ico_cur {
  transform: rotate(180deg);
  border-top-color: var(--color-bdsplanet);
}
.map_tac.on a.btn .txt {
  color: var(--color-bdsplanet);
}
.map_tac.on .tac_area {
  display: block;
  z-index: 2;
  border: 1px solid #959595;
  box-shadow: 0px 15px 18px -10px rgba(0, 0, 0, 0.25);
  top: calc(100% + 4px);
}

.y_map_top_area .dimm {
  visibility: hidden;
  width: 100%;
  height: calc(100% - 66px);
  position: fixed;
  z-index: 1;
  top: 66px;
  left: 0px;
  background: #000;
  opacity: 0;
  transition: 0.2s ease-out;
}

.headerdimm {
  visibility: hidden;
  width: 100%;
  height: 66px;
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  background: #000;
  opacity: 0;
  transition: 0.2s ease-out;
}
.headerdimm.on {
  visibility: visible;
  opacity: 0.5;
}

.map_tac .tac_area .top {
  position: relative;
  padding-top: 20px;
  align-items: center;
  display: flex;
}
.map_tac .tac_area .ts .top {
  justify-content: space-between;
}
.map_tac .tac_area .top .tit {
  color: #222222;
  font-size: 18px;
  vertical-align: middle;
}
.map_tac .tac_area .top .tit em {
  font-size: 14px;
}
.map_tac .closebtn {
  position: absolute;
  display: block;
  right: 25px;
  top: 23px;
  line-height: 0;
  font-size: 0;
  z-index: 2;
}

.t_radio_ul {
  padding-top: 10px;
  font-size: 0;
}
.t_radio_ul.oneline li {
  margin-top: 10px;
}
.t_radio_ul.oneline li:first-child {
  margin-top: 0 !important;
}
.t_radio_ul.oneline li > div {
  width: 100%;
}

.t_input_typing {
  position: relative;
}

.t_input_area {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0;
}
.t_input_area .d_input input {
  padding-left: 10px;
  color: #222222;
}
.t_input_area .dash {
  display: inline-block;
  margin: 0 7px;
  vertical-align: middle;
  font-size: 13px;
}

.t_input_etc_txt .etc_txt {
  display: inline-block;
  margin-left: 20px;
  color: #6a8395;
  font-size: 13px;
  vertical-align: middle;
}

.tbl_etc_txt {
  display: inline-block;
  color: #6a8395;
  font-size: 13px;
  vertical-align: middle;
}

.t_a_tac {
  width: 100%;
  font-size: 0;
}
.t_a_tac .tt {
  display: inline-block;
  width: 100%;
  background: #ffffff;
}
.t_a_tac .tt ul {
  overflow-y: auto;
  padding: 12px 0;
  font-size: 13px;
}
.t_a_tac .tt a {
  display: flex;
  padding: 0 19px 0 19px;
  color: #666666;
  height: 28px;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t_a_tac.two .tt {
  width: 50%;
}
.t_a_tac .tt a:hover, .t_a_tac .tt a:focus, .t_a_tac .tt a.on {
  background: #f8f8f8;
  color: #007ed6;
  font-weight: bold;
}

.maemae_tac .t_a_tac .tt ul,
.dragon_tac .t_a_tac .tt ul {
  max-height: 290px;
}

.price_tac .tac_area {
  width: 412px;
}

.box_tac01 {
  font-size: 0;
}
.box_tac01 button {
  position: relative;
  z-index: 0;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 14px;
  background: none;
  width: 100%;
  height: 100%;
  color: #666666;
  margin: -1px 0 0 -1px;
}
.box_tac01 button.check {
  z-index: 1;
  background: #129ded;
  border: 1px solid #129ded;
  color: #fff;
}
.box_tac01 button.water {
  z-index: 1;
  background: #e7f5fd;
}
.box_tac01.ddang button {
  width: 91px;
  height: 36px;
}
.box_tac01.maemae button {
  width: 61px;
  height: 36px;
}

.ddang_tac .unit_radio {
  display: inline-flex;
  margin-left: 20px;
  vertical-align: middle;
}
.ddang_tac .unit_radio .ur {
  padding-left: 16px;
  margin-left: 15px;
  border-left: 1px solid #ddd;
}
.ddang_tac .unit_radio .ur:first-child {
  padding-left: 0;
  margin-left: 0;
  border: 0;
}
.ddang_tac .unit_radio .dg_radiobox {
  margin-left: 10px;
}
.ddang_tac .unit_radio .dg_radiobox label {
  padding-left: 25px;
}
.ddang_tac .unit_radio .dg_radiobox:first-child {
  margin-left: 0;
}
.ddang_tac .tac_area {
  width: 411px;
}

.input-upjong input:disabled {
  padding-right: 30px;
  background: #fff;
}
.input-upjong.on input {
  border: 1px solid #c8d6df;
  background: #e7f5fd;
}

.tpop {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 5px 25px 25px;
  background: #fff;
  z-index: 1;
  line-height: 1;
}
.tpop.on {
  display: block;
}
.tpop .pop_btn_area {
  margin-top: 25px;
}

.option_tac .tcon {
  display: inline-block;
  position: relative;
  width: 170px;
  vertical-align: top;
}
.option_tac .tcon .tbody {
  margin-top: 0px !important;
  padding-bottom: 25px !important;
}
.option_tac .tcon:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 1px;
  height: calc(100% - 50px) !important;
  background: #dddddd;
  transform: translate(0px, -50%);
}
.option_tac .tcon_area {
  display: flex;
}
.option_tac .tcon.first:before {
  content: normal;
}
.option_tac .tcon.pl {
  padding-left: 20px;
}
.option_tac .tcon.room, .option_tac .tcon.sadae {
  width: 150px;
}
.option_tac .tcon.bath, .option_tac .tcon.door {
  width: 165px;
}
.option_tac .tcon.ch, .option_tac .tcon.dir {
  width: 195px;
}
.option_tac .twoline {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.option_tac .twoline li {
  display: inline-block;
  width: 87px;
  margin-top: 10px;
}
.option_tac .twoline li.full {
  width: 100%;
}
.option_tac .twoline li:nth-child(-n+2) {
  margin-top: 0;
}
.option_tac .tcon.hashtag_con {
  width: 266px;
}

.tsqu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 20px;
}

.option_tac .tsqu .tbody {
  margin-top: 10px !important;
  padding-bottom: 0 !important;
}
.option_tac .tcon .tbody .double_select {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*

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

*/
.maker_red_tac {
  display: block;
  z-index: 19;
  position: absolute;
}
.maker_red_tac .mm {
  display: block;
  width: 24px;
  height: 33px;
  z-index: 1;
  background: url("/images/ui_maker.png") no-repeat 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;
}

@keyframes maker_red_tac {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, -10px);
  }
}
@keyframes maker_red_tac_sh {
  from {
    opacity: 0.4;
    transform: scale(1);
  }
  to {
    opacity: 0.3;
    transform: scale(1.5);
  }
}
.maker_dot {
  position: absolute;
  display: block;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
.maker_dot.on {
  z-index: 3 !important;
}
.maker_dot.fx .won {
  display: flex;
}
.maker_dot .won {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-radius: 100%;
}
.maker_dot .won .ico {
  display: inline-block;
  background: url("/images/ui_maker.png") no-repeat 0 0;
}
.maker_dot.train .won {
  justify-content: 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: inline-flex;
  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;
  justify-content: 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;
  transition: 0.2s ease-out;
}
.maker_dot.st.on:before, .maker_dot.st:hover:before {
  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.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;
}
.maker_dot.cla:hover {
  z-index: 1001;
}
.maker_dot.cla .won {
  transition: 0.15s ease-out;
  opacity: 0.75;
}
.maker_dot.cla:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 100%;
  border: 1px solid;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
}
.maker_dot.cla.sky .won {
  background-color: var(--color-bdsplanet);
}
.maker_dot.cla.sky:before {
  border-color: #0e98d2;
}
.maker_dot.cla.gray .won {
  background-color: #7f8d9e;
}
.maker_dot.cla.gray:before {
  border-color: #748496;
}
.maker_dot.cla.purple .won {
  background-color: #4352c0;
}
.maker_dot.cla.purple:before {
  border-color: #4c5bca;
}
.maker_dot.cla.one.on:before {
  border: 10px solid #fff;
  transition: 0.15s ease-out;
}
.maker_dot.cla .txt-box {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0px;
  left: 0px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.maker_dot.cla .txt-box .cont {
  width: 100%;
  padding: 0 5px;
  margin: 0 auto;
}
.maker_dot.cla .txt-box .tt {
  display: block;
  width: 100%;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0px;
  justify-content: center;
  align-items: center;
  word-break: break-all;
}
.maker_dot.cla .txt-box .tt:last-child {
  margin-bottom: 0 !important;
}
.maker_dot.cla .txt-box .tt.lt {
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 3px;
  letter-spacing: 0;
}
.maker_dot.cla .txt-box .etc {
  font-size: 12px;
}
.maker_dot.cla .txt-box .type {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 16px;
}
.maker_dot.cla .txt-box .home_name {
  line-height: 16px;
}
.maker_dot.cla.one.on .won {
  opacity: 1;
}
.maker_dot.cla.one:hover .txt-box .tt, .maker_dot.cla.one.on .txt-box .tt {
  margin-bottom: 5px;
}
.maker_dot.cla.one:hover .txt-box .type, .maker_dot.cla.one.on .txt-box .type {
  font-size: 14px;
}
.maker_dot.cla.one:hover .txt-box .type, .maker_dot.cla.one.on .txt-box .type {
  overflow: visible;
  text-overflow: initial;
  white-space: initial;
}
.maker_dot.cla.one:hover .txt-box .lt, .maker_dot.cla.one.on .txt-box .lt {
  font-size: 20px;
}
.maker_dot.cla.one:hover .txt-box, .maker_dot.cla.one.on .txt-box, .maker_dot.cla.one:hover:before {
  width: 110px;
  height: 110px;
}
.maker_dot.cla.one.on:before {
  width: 130px;
  height: 130px;
}
.maker_dot.cla.dan01 .won {
  width: 40px;
  height: 40px;
  transform-origin: center;
}
.maker_dot.cla.one.dan01:hover .won, .maker_dot.cla.one.dan01.on .won {
  transform: scale(2.75);
}
.maker_dot.cla.one.dan01:hover:before,
.maker_dot.cla.one.dan01:hover .txt-box {
  transform: translate(-34px, -34px);
}
.maker_dot.cla.one.dan01.on .txt-box {
  transform: translate(-34px, -34px);
}
.maker_dot.cla.one.dan01.on:before {
  transform: translate(-44px, -44px);
}
.maker_dot.cla.dan02 .won {
  width: 50px;
  height: 50px;
  transform-origin: center;
}
.maker_dot.cla.one.dan02:hover .won, .maker_dot.cla.one.dan02.on .won {
  transform: scale(2.2);
}
.maker_dot.cla.one.dan02:hover:before,
.maker_dot.cla.one.dan02:hover .txt-box {
  transform: translate(-29px, -29px);
}
.maker_dot.cla.one.dan02.on .txt-box {
  transform: translate(-29px, -29px);
}
.maker_dot.cla.one.dan02.on:before {
  transform: translate(-39px, -39px);
}
.maker_dot.cla.dan03 .won {
  width: 60px;
  height: 60px;
  transform-origin: center;
}
.maker_dot.cla.one.dan03:hover .won, .maker_dot.cla.one.dan03.on .won {
  transform: scale(1.8333);
}
.maker_dot.cla.one.dan03:hover:before {
  transform: translate(-24px, -24px);
}
.maker_dot.cla.one.dan03:hover .txt-box {
  transform: translate(-25px, -25px);
}
.maker_dot.cla.one.dan03.on .txt-box {
  transform: translate(-25px, -25px);
}
.maker_dot.cla.one.dan03.on:before {
  transform: translate(-34px, -34px);
}
.maker_dot.cla.dan04 .won {
  width: 70px;
  height: 70px;
  transform-origin: center;
}
.maker_dot.cla.one.dan04:hover .won, .maker_dot.cla.one.dan04.on .won {
  transform: scale(1.5714);
}
.maker_dot.cla.one.dan04:hover:before,
.maker_dot.cla.one.dan04:hover .txt-box {
  transform: translate(-19px, -19px);
}
.maker_dot.cla.one.dan04.on .txt-box {
  transform: translate(-19px, -19px);
}
.maker_dot.cla.one.dan04.on:before {
  transform: translate(-29px, -29px);
}
.maker_dot.cla.dan05 .won {
  width: 80px;
  height: 80px;
  transform-origin: center;
}
.maker_dot.cla.one.dan05:hover .won, .maker_dot.cla.one.dan05.on .won {
  transform: scale(1.38);
}
.maker_dot.cla.one.dan05:hover:before,
.maker_dot.cla.one.dan05:hover .txt-box {
  transform: translate(-15px, -15px);
}
.maker_dot.cla.one.dan05.on .txt-box {
  transform: translate(-15px, -15px);
}
.maker_dot.cla.one.dan05.on:before {
  transform: translate(-24px, -24px);
}
.maker_dot.cla.overlap:hover:before {
  border-width: 2px;
}
.maker_dot.cla.overlap.zindex {
  z-index: 1001;
}
.maker_dot.cla.small_area .txt-box .etc,
.maker_dot.cla.small_area .txt-box .type,
.maker_dot.cla.small_area .txt-box .home_name {
  display: none;
}
.maker_dot.cla.small_area:hover .txt-box .etc,
.maker_dot.cla.small_area:hover .txt-box .type,
.maker_dot.cla.small_area:hover .txt-box .home_name {
  display: flex;
}
.maker_dot.cla.small_area.on .txt-box .etc,
.maker_dot.cla.small_area.on .txt-box .type,
.maker_dot.cla.small_area.on .txt-box .home_name {
  display: flex;
}
.maker_dot.cla.medium_area .txt-box .etc,
.maker_dot.cla.medium_area .txt-box .home_name {
  display: none;
}
.maker_dot.cla.one.medium_area:hover .txt-box .etc, .maker_dot.cla.one.medium_area.on .txt-box .etc, .maker_dot.cla.one.medium_area:hover .txt-box .home_name, .maker_dot.cla.one.medium_area.on .txt-box .home_name {
  display: flex;
}
.maker_dot.cla.one.home_type:hover .txt-box .type, .maker_dot.cla.one.home_type.on .txt-box .type {
  display: none;
}

/* 기차-작은 */
/* 기차-큰 */
/* 교육기관 */
/* 클러스터링 */
.sang .maker_dot.cla.one.home_type:hover .txt-box .type, .sang .maker_dot.cla.one.home_type.on .txt-box .type {
  display: block;
}

.maker_dot.cla.one.big_area:hover .txt-box, .maker_dot.cla.one.big_area.on .txt-box {
  width: 100% !important;
  height: 100% !important;
  transform: translate(0px, 0px) !important;
}
.maker_dot.cla.one.big_area.dan01:hover .won, .maker_dot.cla.one.big_area.dan01.on .won {
  transform: scale(1.25);
}
.maker_dot.cla.one.big_area.dan01:hover:before {
  transform: translate(-4px, -4px);
  width: 50px;
  height: 50px;
}
.maker_dot.cla.one.big_area.dan01.on:before {
  transform: translate(-12px, -12px);
  width: 66px;
  height: 66px;
}
.maker_dot.cla.one.big_area.dan02:hover .won, .maker_dot.cla.one.big_area.dan02.on .won {
  transform: scale(1.2);
}
.maker_dot.cla.one.big_area.dan02:hover:before {
  transform: translate(-4px, -4px);
  width: 60px;
  height: 60px;
}
.maker_dot.cla.one.big_area.dan02.on:before {
  transform: translate(-12px, -12px);
  width: 76px;
  height: 76px;
}
.maker_dot.cla.one.big_area.dan03:hover .won, .maker_dot.cla.one.big_area.dan03.on .won {
  transform: scale(1.16);
}
.maker_dot.cla.one.big_area.dan03:hover:before {
  transform: translate(-4px, -4px);
  width: 70px;
  height: 70px;
}
.maker_dot.cla.one.big_area.dan03.on:before {
  transform: translate(-12px, -12px);
  width: 86px;
  height: 86px;
}
.maker_dot.cla.one.big_area.dan04:hover .won, .maker_dot.cla.one.big_area.dan04.on .won {
  transform: scale(1.14);
}
.maker_dot.cla.one.big_area.dan04:hover:before {
  transform: translate(-4px, -4px);
  width: 80px;
  height: 80px;
}
.maker_dot.cla.one.big_area.dan04.on:before {
  transform: translate(-14px, -14px);
  width: 100px;
  height: 100px;
}
.maker_dot.cla.one.big_area.dan05:hover .won, .maker_dot.cla.one.big_area.dan05.on .won {
  transform: scale(1.125);
}
.maker_dot.cla.one.big_area.dan05:hover:before {
  transform: translate(-4px, -4px);
  width: 90px;
  height: 90px;
}
.maker_dot.cla.one.big_area.dan05.on:before {
  transform: translate(-14px, -14px);
  width: 110px;
  height: 110px;
}
.maker_dot.cla.one.ultra_area .txt-box .type {
  display: none;
}
.maker_dot.cla.one.ultra_area:hover .txt-box .type, .maker_dot.cla.one.ultra_area.on .txt-box .type {
  display: flex;
}

/*



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



*/
.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;
  transform: rotate(-45deg);
}
.mapinfo-box.left:before {
  border-right: 0;
  border-bottom: 0;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(135deg);
}
.mapinfo-box .ww {
  position: relative;
  z-index: 1;
  border: 1px solid #7790ad;
  background: #fff;
  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;
  justify-content: center;
  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;
  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: #129ded;
}
.overlap-box a.purple span.type,
.overlap-box a.purple em {
  color: #6574e4;
}
.overlap-box.sang {
  border-color: #7790ad;
  border-radius: 4px;
  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: 600;
}
.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: inline-flex;
  justify-content: 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;
}

.location_widget {
  position: absolute;
  z-index: 10;
  width: 100%;
  background: #fff;
}
.location_widget ul {
  overflow-y: scroll;
  top: 0px !important;
  min-height: 36px;
  max-height: 248px;
  padding: 12px 0;
  border-color: #959595;
}
.location_widget .fast {
  padding: 12px 0;
  border: 1px solid #959595;
  max-height: 248px;
  overflow-y: auto;
}
.location_widget .fast:before {
  content: "최근 검색 결과";
  display: block;
  padding: 0 0 10px 18px;
  color: #7790ad;
  font-size: 12px;
}
.location_widget .fast a {
  padding: 0;
}
.location_widget .fast .fa {
  display: flex;
  height: 33px;
  padding: 0 14px;
  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: flex;
  flex: 1;
  align-items: center;
  width: 100%;
  margin-left: 8px;
}
.location_widget .fast .fa .fast-go:hover {
  background: #f8f8f8;
}
.location_widget .lwbox {
  box-shadow: 0px 15px 18px -10px rgba(0, 0, 0, 0.25);
}

.map_filter_area .map_tac .btn {
  border: 1px solid #dddddd;
  border-radius: 2px;
}
.map_filter_area .map_tac .btn .txt {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
}
.map_filter_area .map_tac .btn .value {
  display: none;
  position: relative;
  font-size: 14px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.map_filter_area .map_tac .btn.val .value {
  display: block;
}
.map_filter_area .map_tac.on .btn .value {
  font-weight: 500;
  color: var(--color-bdsplanet);
}
.map_filter_area .map_tac.on .btn.val:hover + .malpu {
  display: none;
}
.map_filter_area.living .map_tac:nth-child(1) .btn .value {
  max-width: 108px;
}
.map_filter_area.living .map_tac:nth-child(2) .btn .value {
  max-width: 120px;
}
.map_filter_area.living .map_tac:nth-child(3) .btn .value, .map_filter_area.living .map_tac:nth-child(4) .btn .value {
  max-width: 95px;
}
.map_filter_area.living .map_tac:nth-child(5) .btn .value {
  max-width: 90px;
}
.map_filter_area.living .map_tac:nth-child(6) .btn .value {
  max-width: 154px;
}
.map_filter_area.living .option_tac .tac_area {
  left: -601px;
}
@media screen and (max-width: 1487px) {
  .map_filter_area.living .option_tac .tac_area {
    left: -627px;
  }
}
@media only screen and (min-width: 1409px) and (max-width: 1547px) {
  .map_filter_area.living .map_tac:nth-child(1) .btn .value {
    max-width: 85px;
  }
  .map_filter_area.living .map_tac:nth-child(2) .btn .value {
    max-width: 85px;
  }
  .map_filter_area.living .map_tac:nth-child(3) .btn .value, .map_filter_area.living .map_tac:nth-child(4) .btn .value {
    max-width: 70px;
  }
  .map_filter_area.living .map_tac:nth-child(5) .btn .value {
    max-width: 90px;
  }
  .map_filter_area.living .map_tac:nth-child(6) .btn .value {
    max-width: 120px;
  }
}
@media only screen and (max-width: 1408px) {
  .map_filter_area.living .map_tac:nth-child(1) .btn .value {
    max-width: 55px;
  }
  .map_filter_area.living .map_tac:nth-child(2) .btn .value {
    max-width: 55px;
  }
  .map_filter_area.living .map_tac:nth-child(3) .btn .value, .map_filter_area.living .map_tac:nth-child(4) .btn .value {
    max-width: 55px;
  }
  .map_filter_area.living .map_tac:nth-child(5) .btn .value {
    max-width: 90px;
  }
  .map_filter_area.living .map_tac:nth-child(6) .btn .value {
    max-width: 80px;
  }
}
.map_filter_area.commercial .map_tac:nth-child(1) .btn .value {
  max-width: 108px;
}
.map_filter_area.commercial .map_tac:nth-child(2) .btn .value {
  max-width: 120px;
}
.map_filter_area.commercial .map_tac:nth-child(3) .btn .value, .map_filter_area.commercial .map_tac:nth-child(4) .btn .value {
  max-width: 95px;
}
.map_filter_area.commercial .map_tac:nth-child(5) .btn .value {
  max-width: 90px;
}
.map_filter_area.commercial .map_tac:nth-child(6) .btn .value {
  max-width: 154px;
}
.map_filter_area.commercial .option_tac .tac_area {
  left: -700px;
}
@media screen and (max-width: 1487px) {
  .map_filter_area.commercial .option_tac .tac_area {
    left: -750px;
  }
}
@media only screen and (min-width: 1409px) and (max-width: 1547px) {
  .map_filter_area.commercial .map_tac:nth-child(1) .btn .value {
    max-width: 85px;
  }
  .map_filter_area.commercial .map_tac:nth-child(2) .btn .value {
    max-width: 85px;
  }
  .map_filter_area.commercial .map_tac:nth-child(3) .btn .value, .map_filter_area.commercial .map_tac:nth-child(4) .btn .value {
    max-width: 70px;
  }
  .map_filter_area.commercial .map_tac:nth-child(5) .btn .value {
    max-width: 90px;
  }
  .map_filter_area.commercial .map_tac:nth-child(6) .btn .value {
    max-width: 120px;
  }
}
@media only screen and (max-width: 1408px) {
  .map_filter_area.commercial .map_tac:nth-child(1) .btn .value {
    max-width: 55px;
  }
  .map_filter_area.commercial .map_tac:nth-child(2) .btn .value {
    max-width: 55px;
  }
  .map_filter_area.commercial .map_tac:nth-child(3) .btn .value, .map_filter_area.commercial .map_tac:nth-child(4) .btn .value {
    max-width: 55px;
  }
  .map_filter_area.commercial .map_tac:nth-child(5) .btn .value {
    max-width: 90px;
  }
  .map_filter_area.commercial .map_tac:nth-child(6) .btn .value {
    max-width: 80px;
  }
}

.y_map_view {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 100%;
  padding-top: 60px;
}
.y_map_view .mapbody {
  position: relative;
  width: 100%;
  height: 100%;
}
.y_map_view .maparea {
  width: calc(100% - 490px) !important;
  right: 490px;
  user-select: none;
}
.y_map_view .mmlistarea {
  z-index: 100;
  width: 490px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.y_map_view .mmlistarea:before {
  content: "";
  position: absolute;
  right: -1px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #000;
  opacity: 0.13;
}
.y_map_view .map_left {
  position: absolute;
  height: 100%;
  z-index: 0;
}
.y_map_view .map_right {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.y_map_view .mapbody.close .maparea {
  width: 100% !important;
}
.y_map_view .mapbody.close .mmlistarea {
  transform: translate(-100%, 0);
}
.y_map_view .mapbody.close .map_utils {
  /* transform:translate(490px,0); */
}
.y_map_view .mapbody.close .btn_list_switch {
  width: 34px;
  right: -34px;
}
.y_map_view .mapbody.close .btn_list_switch .ico {
  background-position: 0 -20px;
  animation-name: switch_ico;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes switch_ico {
  0% {
    transform: translate(-2px, 0);
  }
  100% {
    transform: translate(2px, 0);
  }
}
#y_map {
  position: relative;
}

.y_map_location {
  display: none;
  position: absolute;
  z-index: 100000;
  top: 0px;
  left: 0px;
  width: 200%;
  height: 40px;
  background: #4f5e71;
}
.y_map_location .loc_wr {
  height: 100%;
  margin-left: 30px;
}
.y_map_location .loc_wr .lo {
  float: left;
  height: 100%;
  margin-left: 30px;
  font-size: 0;
}
.y_map_location .loc_wr .lo .list,
.y_map_location .loc_wr .lo .s_btn {
  display: inline-block;
  vertical-align: middle;
}
.y_map_location .loc_wr .lo .list {
  height: 100%;
}
.y_map_location .loc_wr .lo .s_btn {
  width: 25px;
  height: 24px;
  padding-top: 9px;
  border: 1px solid #848f9d;
  text-align: center;
}
.y_map_location .loc_wr .lo .s_btn span {
  display: inline-block;
  width: 7px;
  height: 4px;
  background: url("/images/ui_select.png") no-repeat left -7px;
}
.y_map_location .loc_wr .lo .s_btn.close span {
  transform: rotate(180deg);
}
.y_map_location .loc_wr .lo:first-child {
  margin-left: 0;
}
.y_map_location .loc_wr .loc_a {
  display: inline-block;
  position: relative;
  height: 100%;
  padding: 9px 10px 0 16px;
}
.y_map_location .loc_wr .loc_a:first-child {
  padding-left: 0;
}
.y_map_location .loc_wr .loc_a:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 9px;
  background: url("/images/ui_chr.png") no-repeat left 0px;
}
.y_map_location .loc_wr .loc_a:first-child:before {
  content: normal;
}
.y_map_location .loc_wr .loc_a .txt {
  display: block;
  position: relative;
  height: 100%;
  color: #fff;
  font-size: 14px;
}

/* .location_fi_wd{
    display:none;
    position:absolute;
    top:40px;
    left:30px;
    width:413px;
    height:336px;
    background:#fff;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
}
.location_fi_wd.train{
    left:227px
}
.location_fi_wd .wr{
    border-left: 1px solid #7790ad;
    border-right: 1px solid #7790ad;
    border-bottom: 1px solid #7790ad;
    height: 100%;
}

.location_fi_wd.on{
    display:block
}



.location_fi_wd .ltfi_con{
    position:relative;
    height:252px;
}

.ltfi_con:before,
.ltfi_con:after{
    content:'';
    position:absolute;
    left:25px;
    width:361px;
    height:1px;
    background:#ddd;
    z-index:1;
}
.ltfi_con:before{top:0}
.ltfi_con:after{bottom:0px}


.location_fi_wd .go_mapview.on + .ltfi_con{
    height:240px;
}

.location_fi_wd .a_area{
    padding:23px 25px 15px;
    font-size:0
}


.location_fi_wd .go_mapview{
    display:none;
    position:absolute;
    bottom:0px;
    left:0px;
    justify-content: center;
    align-items: center;
    width:100%;
    height:40px;
    background:#4f5f72;
    z-index:100;
}
.location_fi_wd .go_mapview.on{
    display:flex;
}
.location_fi_wd .go_mapview .txt{
    position:relative;
    display:inline-block;
    padding-left:21px;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    line-height:14px;
}
.location_fi_wd .go_mapview .txt:before{
    content:'';
    display:block;
    position:absolute;
    top:50%;
    left:0px;
    margin-top:-7px;
    width:11px;
    height:14px;
    background:url("/images/ui_ico_map.png") no-repeat -11px -360px;
}



.addr_ul{
    position:relative;
    font-size:0;
    height:100%;
    padding:0 25px;
    overflow:hidden;
}
.addr_ul .iScrollVerticalScrollbar{
    right:11px
}
.addr_ul ul.bt_list{
    position:relative;

}


.addr_ul .bt_list li{
    display:inline-block;
    vertical-align: middle;
    width:33.3%;
    height:40px;
    margin: -1px 0 0 -1px;
}
.addr_ul .bt_list li:nth-child(-n+3){
    margin-top:0
}
.addr_ul .bt_list li label{
    display:flex;
    width:100%;
    height:100%;
    padding-bottom:1px;
    border:1px solid #dddddd;
    font-size:14px;
    align-items: center;
    padding-left:10px;
    line-height:16px;
    cursor: pointer;
    transition:0.2s ease-out;
    color:#666666
}
.addr_ul .bt_list li input[type=radio]:checked + label{
    position:relative;
    background:#e7f5fd;
    border:1px solid #c8d6df;
    z-index:1;
}

.addr_ul .build_list{

}
.addr_ul .build_list li{
    border-bottom:1px solid #ddd
}
.addr_ul .build_list li a{
    display:block;
    height:65px;
    padding:10px 0 0 10px;
    font-size:14px;
}
.addr_ul .build_list li a:hover,
.addr_ul .build_list li a:focus{
    background:#fafafa
}
.addr_ul .build_list .build{
    display:block
}
.addr_ul .build_list .readme{margin-top:1px}
.addr_ul .build_list .readme .type,
.addr_ul .build_list .readme .mae{
    display:inline-block;
    vertical-align: middle;
}
.addr_ul .build_list .readme .type{
    position:relative;
    padding-right:13px;
    margin-right:12px
}
.addr_ul .build_list .readme .type:after{
    content:'';
    width:1px;
    height:13px;
    position:absolute;
    right:0px;
    top:5px;
    background:#cccccc
}

.addr_ul .build_list .readme .mae span{
    color:#666666;
    font-family: 'ops-b','Noto Sans KR',sans-serif;
}
.addr_ul .build_list .readme .mae span:before{
    content:"ㆍ"
}
.addr_ul .build_list .readme .mae span:first-child:before{
    content:normal
}
.addr_ul .build_list .readme .mae span em{
    margin-left:3px
}

.addr_ul .build_list li.sky .readme .type,
.addr_ul .build_list li.sky .readme .mae span em{
    color:#129ded
}
.addr_ul .build_list li.purple .readme .type,
.addr_ul .build_list li.purple .readme .mae span em{
    color:#6574e4
} */
.y_map_list_area {
  position: relative;
  height: 100%;
}
.y_map_list_area .list_none {
  display: none;
  width: 100%;
  height: 100%;
}
.y_map_list_area .sc_ct[style="display: block;"] ~ .list_none {
  height: calc(100% - 90px);
}
.y_map_list_area .list_none .wr {
  display: table;
  width: 100%;
  height: 100%;
}
.y_map_list_area .list_none .as {
  display: table-cell;
  padding-bottom: 100px;
  text-align: center;
  vertical-align: middle;
}
.y_map_list_area .list_none .as span {
  display: inline-block;
  padding-top: 85px;
  background: url("/images/n_nonelist.png") no-repeat top center;
  font-size: 16px;
}
.y_map_list_area .list_none .as span em {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}
.y_map_list_area .list_area.none .mul {
  display: none;
}
.y_map_list_area .list_area.none .list_none {
  display: block;
}
.y_map_list_area .list_area.none .listwrap {
  height: 0 !important;
}
.y_map_list_area .mm-tab {
  height: 50px;
}

.mm-list-setting {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0 19px 0 10px;
  background: #fafafa;
  line-height: 1;
  justify-content: space-between;
}
.mm-list-setting.hide {
  display: none;
}
.mm-list-setting .alignset {
  display: flex;
  height: 100%;
}
.mm-list-setting .alignset a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 11px 0 10px;
  color: #666666;
  font-size: 13px;
}
.mm-list-setting .alignset a:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 12px;
  top: 50%;
  left: 0px;
  margin-top: -6px;
  background: #eee;
}
.mm-list-setting .alignset a.on {
  color: #3b7ed8;
  font-weight: bold;
}
.mm-list-setting .alignset a:first-child:before {
  content: normal;
}
.mm-list-setting .txt_unit {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.mm-list-setting .txt_unit .heart {
  width: 12px;
  height: 11px;
  margin-right: 4px;
  background: url("/images/ui_love.png") no-repeat left -32px;
}
.mm-list-setting .txt_unit .txt {
  /* font-family: 'ops-b'; */
  color: #ff2c40;
  font-size: 14px;
  line-height: 14px;
}

.y_map_list_area .list_area {
  width: 100%;
  height: calc(100% - 50px);
  background: #eeeeee;
}
.y_map_list_area .list_area .ui-loading-wrap {
  position: absolute;
  /*     height:calc(100% - 40px);
  top:40px; */
  height: calc(100% - 50px);
  top: 50px;
}
.y_map_list_area .list_area .ui-loading-wrap:before {
  background: #fff;
  opacity: 0.5;
}
.y_map_list_area .list_area .ui-loading-wrap span {
  margin-bottom: 95px;
}
.y_map_list_area .list_area .ui-loading-wrap span em {
  background: #fff url(/images/bds_loader.gif) no-repeat center !important;
  width: 140px;
  height: 140px;
  background-size: 100%;
  border-radius: 100%;
}

.map_left > .ui-loading-wrap {
  position: absolute;
  border-top: 1px solid #ddd;
  height: 100%;
  top: 0;
  left: 0;
}
.map_left > .ui-loading-wrap:before {
  background: #fff;
  opacity: 1;
}

.y_map_list_area .list_area .listwrap {
  height: 100%;
  background-color: #fff;
}
.y_map_list_area .list_area .listwrap .mw {
  margin-top: 0;
  background: #fff;
  height: 100%;
}
.y_map_list_area .list_area .listwrap .mw.school_mul {
  height: calc(100% - 76px);
}
.y_map_list_area .mul_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  text-align: center;
}
.y_map_list_area .mul_title .tit {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0px;
}
.y_map_list_area .mul {
  overflow-y: auto;
  height: 100%;
}

.mm-list-setting + .mul {
  height: calc(100% - 40px);
}

.y_map_list_area .mul .li_build {
  position: relative;
  height: 171px;
  border-bottom: 1px solid #eee;
}
.y_map_list_area .mul .li_build .ui_heart {
  position: absolute;
  top: 14px;
  right: 12px;
}
.y_map_list_area.kyo {
  position: absolute;
  width: 100%;
  right: 0px;
  top: 0px;
  z-index: 1;
}
.y_map_list_area.kyo .list_area {
  padding-top: 0;
  border-top: 1px solid #ddd;
}

/* 이지역 추천 매물 */
.recommend_mul .mul_title {
  background: #d3bdad;
}

.mul_budong_info {
  padding: 26px 70px 28px;
  border-bottom: 1px solid #dddddd;
}
.mul_budong_info .lc,
.mul_budong_info .pic {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.mul_budong_info .buname {
  display: block;
  color: #222222;
  font-size: 20px;
  font-weight: bold;
}
.mul_budong_info .addr {
  display: block;
  margin-top: 2px;
  font-size: 14px;
}
.mul_budong_info .b_btn_area {
  margin-top: 12px;
}
.mul_budong_info .btns.more {
  height: 30px;
  padding: 0px 16px 2px;
  border: 1px solid #909090;
}
.mul_budong_info .btns.more span {
  color: #222;
  font-size: 14px;
}
.mul_budong_info .pic {
  float: right;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: url("/images/img_none_user.png") no-repeat 0 0;
}
.mul_budong_info .pic img {
  width: 100%;
  height: 100%;
}

/* 이지역 매물 */
.def_mul .mul_title {
  background: #aabcd1;
}

/* 해당 학군의 매물 */
.school_mul .mul_title {
  background: #fff;
  border-bottom: 1px solid #dddddd;
}
.school_mul .mul_title .tit {
  color: #7790ad;
}

.sc_ct {
  height: 80px;
  padding: 30px 30px 0 20px;
  border-bottom: 1px solid #dddddd;
  background: #fff;
  margin-bottom: 10px;
  font-size: 0;
}
.sc_ct .ct {
  position: relative;
}
.sc_ct .nm {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.sc_ct .school-type {
  margin-left: 10px;
}
.sc_ct .nm,
.sc_ct .school-type {
  vertical-align: middle;
}
.sc_ct .close {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}

/* .sc_ct + .listwrap{ */
/*     height: calc(100% - 90px) !important; */
/* } */
.y_map_list_area.sang_detail {
  display: none;
  width: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.y_map_view.sang_golmok_detail_open .maparea, .y_map_view.sang_baldal_detail_open .maparea {
  width: calc(100% - 600px) !important;
}
.y_map_view.sang_golmok_detail_open .mmlistarea, .y_map_view.sang_baldal_detail_open .mmlistarea {
  width: 600px;
}
.y_map_view.sang_golmok_detail_open .sang_detail.golmok {
  display: block;
}
.y_map_view.sang_baldal_detail_open .sang_detail.baldal {
  display: block;
}
.detail_sang_con {
  width: 600px;
  height: 100%;
  /* border-top:1px solid #ddd; */
  background: #eeeeee;
}
.detail_sang_con .sang_con {
  display: none;
}
.detail_sang_con .r_dsg {
  height: calc(100% - 90px);
  background: #fff;
}
.detail_sang_con .r_dsg .dc {
  overflow-y: auto;
  height: calc(100% - 48px);
}
.detail_sang_con .sang_con01 {
  padding: 32px 20px;
}
.detail_sang_con .list_area {
  height: 100%;
  padding-top: 0 !important;
}
.detail_sang_con .page_tabmenu {
  height: 48px;
  justify-content: flex-start;
  border-bottom: 1px solid #eeeeee;
}
.detail_sang_con .page_tabmenu .tab a {
  width: 150px;
}
.detail_sang_con .tbl_style01 table thead tr th {
  padding-left: 3px;
  padding-right: 3px;
}
.detail_sang_con .tbl_style01 table tr th,
.detail_sang_con .tbl_style01 table tr td {
  padding-left: 10px;
  padding-right: 10px;
}

.golmok-col01-01 {
  width: 173px;
}

.golmok-col01-02 {
  width: 164px;
}

.golmok-col01-03,
.golmok-col01-04 {
  width: 71px;
}

.golmok-col01-05 {
  width: auto;
}

.golmok-col02-01 {
  width: 80px;
}

.golmok-col02-02 {
  width: 61px;
}

.golmok-col02-03 {
  width: 81px;
}

.golmok-col02-04 {
  width: 91px;
}

.golmok-col02-05 {
  width: auto;
}

.golmok-col03-01 {
  width: 33%;
}

.golmok-col03-02 {
  width: 34%;
}

.golmok-col03-03 {
  width: 33%;
}

.golmok-col04-01 {
  width: 80px;
}

.golmok-col04-02,
.golmok-col04-03 {
  width: 71px;
}

.golmok-col04-04 {
  width: 164px;
}

.golmok-col04-05 {
  width: auto;
}

.baldal-col01-01 {
  width: 230px;
}

.baldal-col01-02 {
  width: auto;
}

.baldal-col02-01 {
  width: 230px;
}

.baldal-col02-02 {
  width: 194px;
}

.baldal-col02-03 {
  width: auto;
}

.baldal-col03-01 {
  width: 140px;
}

.baldal-col03-02 {
  width: auto;
}

.bikyo_dash span {
  display: block;
}
.bikyo_dash span:before {
  content: normal;
}

body.headerHide header {
  display: none;
}
body.headerHide .map_wrap #container {
  padding-top: 0;
}
body.headerHide .bdsTopBanner ~ .map_wrap #container {
  padding-top: 72px;
}
body.headerHide .headerdimm {
  display: none;
}

.ui-helper-hidden-accessible {
  display: none;
}

.map-lc-type-tac {
  line-height: 1;
  display: flex;
  height: 100%;
}
.map-lc-type-tac a {
  display: inline-flex;
  align-items: center;
  width: 75px;
  padding: 0 20px;
  background-color: #efeff0;
  border-radius: 4px;
}
.map-lc-type-tac a + a {
  margin-left: 5px;
}
.map-lc-type-tac a span {
  color: #666;
  font-size: 14px;
}
.map-lc-type-tac a.on {
  width: 92px;
  background-color: var(--color-bdsplanet);
}
.map-lc-type-tac a.on:before {
  content: "";
  display: block;
  /* position: absolute; */
  top: 50%;
  left: 12px;
  right: 24px;
  width: 5px;
  height: 10px;
  margin-top: 18px;
  margin-right: 8px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: translate3d(0, -11px, 0) rotate(45deg);
  border-color: #fff;
}
.map-lc-type-tac a.on span {
  color: #fff;
  font-weight: bold;
}

#wrap.typeA .y_map_top_area .tb {
  padding-left: 20px;
}
#wrap.typeA .y_map_top_area .tb .fl {
  justify-content: space-between;
  width: 100%;
}
#wrap.typeA .y_map_top_area .map-lc-type-tac {
  display: flex;
  order: 2;
  margin-left: 20px;
}
#wrap.typeA .y_map_top_area .map-lc-type-tac a {
  width: 80px;
  justify-content: center;
}
#wrap.typeA .y_map_top_area .map-lc-type-tac a + a {
  margin-left: 0;
}
#wrap.typeA .y_map_top_area .map-lc-type-tac a:nth-child(1) {
  border-radius: 4px 0 0 4px;
}
#wrap.typeA .y_map_top_area .map-lc-type-tac a:nth-child(2) {
  border-radius: 0px 4px 4px 0;
  background-color: #eff9ff;
}
#wrap.typeA .y_map_top_area .map-lc-type-tac a:nth-child(2) span {
  color: var(--color-bdsplanet);
}
#wrap.typeA .y_map_top_area .search_area {
  order: 1;
}
#wrap.typeA .y_map_top_area .search_area input {
  width: 270px;
}
#wrap.typeA .y_map_top_area .map_filter_area {
  order: 3;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
#wrap.typeA2 .y_map_top_area .tb {
  padding-left: 20px;
}
#wrap.typeA2 .y_map_top_area .tb .fl {
  justify-content: space-between;
  width: 100%;
}
#wrap.typeA2 .y_map_top_area .map-lc-type-tac {
  display: flex;
  order: 2;
  margin-left: 20px;
}
#wrap.typeA2 .y_map_top_area .map-lc-type-tac a {
  width: 80px;
  justify-content: center;
}
#wrap.typeA2 .y_map_top_area .map-lc-type-tac a + a {
  margin-left: 0;
}
#wrap.typeA2 .y_map_top_area .map-lc-type-tac a:nth-child(1) {
  border-radius: 4px 0 0 4px;
}
#wrap.typeA2 .y_map_top_area .map-lc-type-tac a:nth-child(2) {
  border-radius: 0px 4px 4px 0;
  background-color: #eff9ff;
}
#wrap.typeA2 .y_map_top_area .map-lc-type-tac a:nth-child(2) span {
  color: var(--color-bdsplanet);
}
#wrap.typeA2 .y_map_top_area .search_area {
  order: 1;
}
#wrap.typeA2 .y_map_top_area .search_area input {
  width: 270px;
}
#wrap.typeA2 .y_map_top_area .map_filter_area {
  order: 3;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
#wrap.typeB .y_map_top_area .tb {
  padding-left: 20px;
}
#wrap.typeB .y_map_top_area .map-lc-type-tac {
  display: flex;
}
#wrap.typeB .y_map_top_area .map-lc-type-tac a {
  width: 75px;
}
#wrap.typeB .y_map_top_area .map-lc-type-tac a.on {
  width: 92px;
}
#wrap.typeB .y_map_top_area .map-lc-type-tac a.on:before {
  content: "";
  display: block;
  /* position: absolute; */
  top: 50%;
  left: 12px;
  right: 24px;
  width: 5px;
  height: 10px;
  margin-top: 18px;
  margin-right: 8px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: translate3d(0, -11px, 0) rotate(45deg);
  border-color: #fff;
}
#wrap.typeB .y_map_top_area .search_area {
  margin-left: 16px;
  padding-left: 17px;
}
#wrap.typeB .y_map_top_area .search_area:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  width: 1px;
  height: 30px;
  background-color: #eeeeee;
}
#wrap.typeB .y_map_top_area .search_area input {
  width: 255px;
}
#wrap.typeB .y_map_top_area .map_filter_area {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
#wrap.typeC1 .y_map_top_area .tb {
  padding-left: 20px;
}
#wrap.typeC1 .y_map_top_area .map-lc-type-tac {
  display: none;
}
#wrap.typeC1 .y_map_top_area .map-lc-type-tac a {
  width: 75px;
}
#wrap.typeC1 .y_map_top_area .map-lc-type-tac a.on {
  width: 92px;
}
#wrap.typeC1 .y_map_top_area .search_area {
  margin-right: 10px;
}
#wrap.typeC1 .y_map_top_area .search_area input {
  width: 220px;
}
#wrap.typeC1 .y_map_top_area .map_filter_area {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
#wrap.typeC2 #map_do {
  height: 100%;
  padding-top: 60px;
}
#wrap.typeC2 .y_map_view {
  padding-top: 0;
}
#wrap.typeC2 .y_map_top_area {
  z-index: 10000;
  background-color: #fff;
}
#wrap.typeC2 .y_map_top_area .tb {
  padding-left: 20px;
  border-left: 1px solid #eeeeee;
}
#wrap.typeC2 .y_map_top_area .map-lc-type-tac {
  display: none;
}
#wrap.typeC2 .y_map_top_area .map-lc-type-tac a {
  width: 75px;
}
#wrap.typeC2 .y_map_top_area .map-lc-type-tac a.on {
  width: 92px;
}
#wrap.typeC2 .y_map_top_area .search_area {
  float: none;
}
#wrap.typeC2 .y_map_top_area .search_area .input:before {
  top: 50%;
  left: 10px;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  background-position: -20px -76px;
}
#wrap.typeC2 .y_map_top_area .search_area .location_init {
  top: 50%;
  right: 17px;
  margin-top: -5px;
}
#wrap.typeC2 .y_map_top_area .search_area input {
  width: 240px;
  padding: 0 40px 2px 35px;
}
#wrap.typeC2 .y_map_top_area .map_filter_area {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  margin-left: 20px;
}
#wrap.typeC2 .y_map_top_area .map_filter_area .map_tac:first-child {
  margin-left: 0;
}
#wrap.typeC2 .y_map_list_area .mm-tab {
  height: 60px;
}
#wrap.typeC3 #map_do {
  height: 100%;
  padding-top: 60px;
}
#wrap.typeC3 .y_map_view {
  padding-top: 0;
}
#wrap.typeC3 .y_map_top_area {
  z-index: 10000;
  background-color: #fff;
}
#wrap.typeC3 .y_map_top_area .tb {
  padding: 0;
  border-left: 1px solid #eeeeee;
}
#wrap.typeC3 .y_map_top_area .tb .fr {
  padding: 12px 30px 12px 0;
}
#wrap.typeC3 .y_map_top_area .map-lc-type-tac {
  display: none;
}
#wrap.typeC3 .y_map_top_area .map-lc-type-tac a {
  width: 75px;
}
#wrap.typeC3 .y_map_top_area .map-lc-type-tac a.on {
  width: 92px;
}
#wrap.typeC3 .y_map_top_area .search_area {
  float: none;
}
#wrap.typeC3 .y_map_top_area .search_area .input:before {
  top: 50%;
  left: 20px;
  margin-top: -8px;
}
#wrap.typeC3 .y_map_top_area .search_area .location_init {
  top: 50%;
  right: 17px;
  margin-top: -5px;
}
#wrap.typeC3 .y_map_top_area .search_area input {
  width: 278px;
  padding: 0 40px 2px 40px;
  border: none;
}
#wrap.typeC3 .y_map_top_area .map_filter_area {
  padding: 12px 0 12px 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  border-left: 1px solid #eee;
}
#wrap.typeC3 .y_map_top_area .map_filter_area .map_tac:first-child {
  margin-left: 0;
}
#wrap.typeC3 .y_map_list_area .ytp-tab.mm-tab {
  height: 60px;
  padding: 10px 20px;
  gap: 6px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
}
#wrap.typeC3 .y_map_list_area .ytp-tab.mm-tab a {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  color: #666666;
}
#wrap.typeC3 .y_map_list_area .ytp-tab.mm-tab a.on {
  background-color: #129ded;
  border-color: transparent;
}
#wrap.typeC3 .y_map_list_area .ytp-tab.mm-tab a.on span {
  color: #fff;
  font-weight: bold;
}
#wrap.typeC3 .y_map_list_area .ytp-tab.mm-tab a.on:after {
  content: normal;
}

.box_build {
  padding-left: 20px;
}

.li_mb_samu {
  margin: 10px 10px 10px 20px;
}

.box_no_mb_samu {
  padding: 0 0 0 5px;
}/*# sourceMappingURL=n_map_bds.css.map */