@charset "utf-8"; 

.btn_gotop,
footer { display:none !important;}

#container { max-width:100% !important; padding:0 !important; }

/* 검색 */
#eyo_search {display:inline-block; /*overflow:hidden;*/ width:100%; background-color:#f6f7f8; display: flex; justify-content: space-between; align-items: center; z-index: 3;}
@media (max-width: 1040px) {
	#eyo_search { position:relative; top:0; min-height: 55px; /*overflow:auto;*/ border-bottom: 1px solid #eee;}	
}

#fam_wrap .eyo_search_wrap:after { content:''; width:100%; height:1px; background-color:#f5f5f5; position:absolute; bottom:0; left:0;}

#eyo_search .type_wrap { float:left; padding:6px 0 0 10px; height: 55px; display: flex; align-items: flex-end; z-index: 2; font-size:16px;}
#eyo_search .type_wrap .type_01,
#eyo_search .type_wrap .type_02 { padding:10px 25px; color:#999; border:1px solid rgba(0,0,0,0);}

#eyo_search .filter_wrap,
#eyo_search .filter_sale_wrap { float:right; /* display: flex; align-items: center;  height: 55px;*/ padding:10px 15px;  width: calc(100% - 280px);     text-align: right; /*overflow:hidden;*/ white-space:nowrap;}

#eyo_search .filter_wrap .pc_btn {}

#eyo_search:after { /*display:inline-block; content:""; position:absolute; top:0; right:0; width:82px; height:100%; background-color:#888*/}
#eyo_search .sch_text {position:relative; z-index:10;padding:0; border:none;background-color:transparent}

#eyo_search button,
#eyo_search select { font-size:14px; border-radius:50px; background-color:#fff; border:1px solid #eee; margin:0 2px; width:auto; color:#000; }

#eyo_search button { padding:6px 14px; }
#eyo_search select { padding:6px 30px 6px 12px; }

#eyo_search button.on,
#eyo_search select.on { background-color:#00D6C8; color:#fff; }
#eyo_search select.on { background-image:url('../../../img/select_w.png'); }


@media (max-width: 1040px) {
	#eyo_search .type_wrap  { display:none;}
	#eyo_search .filter_sale_wrap {overflow:auto;}
	#eyo_search .filter_wrap { float:left; height:auto; width:100%; text-align:left; white-space:normal; /*overflow:auto;*/ padding:5px 15px; }
	#eyo_search .filter_wrap .pc_btn { display:none !important;}
	#eyo_search button,
	#eyo_search select { margin:0;}
}


/* 모바일 접속기기일 경우 */
@media screen and (hover: none) and (pointer: coarse) {
	#eyo_search .type_wrap  { display:none;}
}


/* 리스트 필터 */

.pop-layer .pop-container {
  padding: 15px; }

.pop-layer .pop-container.filter_type { min-width:140px; }

.pop-layer .pop-container .pop-conts {}
.pop-layer .pop-container .pop-conts .pop-conts-con { font-size:.9em;}
.pop-layer .pop-container .pop-conts .pop-conts-con.flex { width:300px; display:flex; flex-wrap: wrap;}
.pop-layer .pop-container .pop-conts .pop-conts-con.flex .pop-conts-con-item { width:50%; margin-top:10px;}
.pop-layer .pop-container .pop-conts .pop-conts-con.flex .pop-conts-con-item:nth-child(1),
.pop-layer .pop-container .pop-conts .pop-conts-con.flex .pop-conts-con-item:nth-child(2) { margin-top:0;}
 
.pop-layer p.ctxt {
  color: #666; line-height: 25px; }

.pop-layer .btn-r {
  text-align: right; float:right; }

.pop-layer {
  display: none; position: absolute; top: 48px; right: 0; height: auto; background-color: #fff; border: 1px solid #000; z-index: 10; text-align:left; border-radius:2px; }

.pop-layer [type=radio],
.pop-layer [type=checkbox] { width:16px; height:16px; border-radius:4px; }

.pop-layer h4 { font-size:16px; font-weight:600; margin-bottom:15px; }

.dim-layer {
  display: none; position: fixed; _position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; }

.dim-layer .dimBg {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .5; filter: alpha(opacity=50); }

.dim-layer .pop-layer {
  display: block; }

a.btn-layerClose {
  display: inline-block; color:#000; position:absolute; top:0; right:0; padding:10px 15px; font-size:18px; }

a.btn-layerClose:hover {
	font-weight:600; }



.btn-filter {font-size: 14px; border-radius: 50px; background-color: #fff; border: 1px solid #eee; margin: 0 2px; width: auto; padding: 8px 30px 8px 15px; position:relative; white-space: nowrap; }
.btn-filter:after { content:''; position:absolute; top:50%; right:0px; transform:translateY(-50%); background-image:url(../../../img/select.png); background-repeat:no-repeat; background-size:25px; background-position:center; width:25px; height:25px; z-index:2;}

.btn-filter.active {color: #7b38e0 !important; font-weight: 600;}

.btn-filter.no_icon { padding:8px 15px;}
.btn-filter.no_icon:after { display:none;}

#filter_01:not(.active) {  background-color:#757575; color : #fff !important; }
#filter_01:not(.active):after { content:''; position:absolute; top:50%; right:0px; transform:translateY(-50%); background-image:url(../../../img/select_w.png); background-repeat:no-repeat; background-size:25px; background-position:center; width:25px; height:25px; z-index:2;}

#filter_02:not(.active) {  background-color:#757575; color : #fff !important; }
#filter_02:not(.active):after { content:''; position:absolute; top:50%; right:0px; transform:translateY(-50%); background-image:url(../../../img/select_w.png); background-repeat:no-repeat; background-size:25px; background-position:center; width:25px; height:25px; z-index:2;}

.extra-controls{display: flex; align-items: center; gap: 10px; color: #ddd;}
.txt-input-amount { border: 1px solid #ddd; padding: 5px 8px;}
.txt-input-amount input {border:none}


	

@media (max-width: 1040px) {
	.btn-filter { display:inline-block;}
}
	
	
	
/**************************** multiselect // START  *********************************/

/* select {width: 20em; } */
  
  .multiselect-dropdown {
  display: inline-block; padding: 2px 5px 0px 5px; border-radius: 4px; border: solid 1px #ced4da; background-color: white; position: relative; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right .75rem center; background-size: 16px 12px; }

.multiselect-dropdown span.optext, .multiselect-dropdown span.placeholder {
  margin-right:0.5em; margin-bottom:2px; padding:1px 0; border-radius: 4px; display:inline-block; background-color:#fff; }
.multiselect-dropdown span.optext {
  background-color:lightgray; padding:1px 0.75em; }
.multiselect-dropdown span.optext .optdel {
  float: right; margin: 0 -6px 1px 5px; font-size: 0.7em; margin-top: 2px; cursor: pointer; color: #666; }
.multiselect-dropdown span.optext .optdel:hover { color: #c66; }
.multiselect-dropdown span.placeholder {
  color:#ced4da; }
.multiselect-dropdown-list-wrapper {
  box-shadow: gray 0 3px 8px; z-index: 100; padding:2px; border-radius: 4px; border: solid 1px #ced4da; display: none; margin: -1px; position: absolute; top:0; left: 0; right: 0; background: white; }
.multiselect-dropdown-list-wrapper .multiselect-dropdown-search {
  margin-bottom:5px; }
.multiselect-dropdown-list {
  padding:2px; height: 15rem; overflow-y:auto; overflow-x: hidden; }
.multiselect-dropdown-list::-webkit-scrollbar {
  width: 6px; }
.multiselect-dropdown-list::-webkit-scrollbar-thumb {
  background-color: #bec4ca; border-radius:3px; }

.multiselect-dropdown-list div {
  padding: 5px; }
.multiselect-dropdown-list input {
  height: 1.15em; width: 1.15em; margin-right: 0.35em; }
.multiselect-dropdown-list div.checked {
}
.multiselect-dropdown-list div:hover {
  background-color: #ced4da; }
.multiselect-dropdown span.maxselected {width:100%; }
.multiselect-dropdown-all-selector {border-bottom:solid 1px #999; }	

.filter_wrap .filter_item_wrap {position:absolute; top:00px; right:20px; z-index:999999; }
.filter_item {position:relative; display:inline-block; padding-top:18px; }
.filter_item.mr_20 { margin-right:20px !important; }


.search_item {width:200px; display:inline-block; font-size: 14px; border-radius: 50px; background-color: #fff; border: 1px solid #eee; padding:0 12px; position:relative; margin-left:15px; text-align:left; }
.search_item .search_item_input { width:170px; height:33px; padding-right:20px; font-size:14px; text-align:left;}
.search_item .search_item_btn {cursor:pointer;}
/*.search_item i {cursor:pointer;position:absolute; top:50%; transform:translateY(-50%); right:10px; font-size:16px; vertical-align:-2px; padding:8px 0 8px 8px; }*/

.search_item a {cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 16px;
    vertical-align: -2px;
    padding: 8px 0 8px 8px;
    z-index: 19;}
.search_item a {}

.reset_item {margin-left:15px; padding:6px 10px; cursor:pointer; }
.reset_item i { font-size:16px; vertical-align:-2px;}

@media (max-width: 1700px) {
	.filter_wrap .filter_item_wrap { left:300px; right:auto;}
}

@media (max-width: 1040px) { 
	.filter_wrap .filter_item_wrap { left:0px; position:relative; display: flex; flex-wrap: nowrap; align-items: center; white-space: nowrap;}
	
	.filter_item {position:relative; display:inline-block; padding-top:0px; min-height:40px; }
	
	.search_item /*,
	.reset_item*/ { position:fixed; top:7px;}
	
	.search_item { left:50%; transform:translateX(-50%); /*left:calc(50% - 140px);*/ margin-left:0;}

	.reset_item { /* right:calc(50% - 130px);*/ margin-left:15px; }

}


/* 모바일 접속기기일 경우 */
@media screen and (hover: none) and (pointer: coarse) {

	.filter_wrap .filter_item_wrap { left:0px;}
	
}

.slider-price-wrap {margin:20px auto 0; width:100%; }

.slider-price {position:relative; margin:20px 0; width:calc(100% - 18px); height:6px; background:#e9e9e9; border-radius:50px; }
.slider-price:after { content:''; width:calc(100% + 16px); height:6px;  background:#e9e9e9; border-radius:50px; position:absolute; z-index:-2;}
.slider-price .ui-slider-handle {position:absolute; top:-7px; width:18px; height:18px; margin-left:-1px; border-radius:50%; border:1px solid #ddd; background:#fff; outline:none; }
.slider-price .ui-slider-range {position:absolute; height:6px; background:#7b38e0; }

.slider-price-wrap .slider-result {margin-top:24px; width:100%; font-size:14px; display: flex; align-items: center; }
.slider-price-wrap .slider-result .search_input {padding:4px 4px 3px; border:1px solid #ddd; border-radius:2px; display:inline-block; }
.slider-price-wrap .slider-result .search_input input[type="text"] { height:20px !important; padding:0 !important; font-size:14px !important; width:120px !important; border:none; }

.slider-price-wrap .slider-result .search_input_line { display:inline-block; padding:0 4px; opacity:.5; }
.slider-price-wrap .slider-result button { height:30px; border-radius:2px !important; border:none !important; padding: 6px 6px !important; margin:0 0 0 4px !important}

.slider-price-wrap .slider-result:after {content:""; display:block; clear:both; }
/*
.slider-price-wrap .slider-result .left {float:left; width:50%; }
.slider-price-wrap .slider-result .right {float:right; width:50%; text-align:right; }
*/
.slider-price-wrap .slider-result .num {font-size:14px; color:#000000; width:inherit; }
.slider-price-wrap .slider-result .right .num {text-align:right; }
.slider-price-wrap .slider-result .unit {position:relative; top:4px; }







a {text-decoration:none !important}
a:hover {text-decoration:none !important}

#bo_cate h2 {width:1px; height:1px; font-size:0; line-height:0; overflow:hidden}
#bo_cate ul {margin-bottom:10px; padding-left:1px; width:728px; zoom:1}
#bo_cate ul:after {display:block; visibility:hidden; clear:both; content:""}
#bo_cate li {float:left; margin-bottom:-1px}
#bo_cate a {display:block; position:relative; margin-left:-1px; padding:6px 0 5px; width:90px; border:1px solid #ddd; background:#f7f7f7; color:#888; text-align:center; letter-spacing:-0.1em; line-height:1.2em; cursor:pointer}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2; border:1px solid #565e60; background:#fff; color:#565e60; font-weight:bold}

.td_subject img {margin-left:3px}

#bo_gall h2 {margin:0; padding:0; width:1px; height:1px; font-size:0; line-height:0; overflow:hidden}
#bo_gall #gall_ul {margin:10px 0 0; padding:0; list-style:none; zoom:1}
#bo_gall #gall_ul:after {display:block; visibility:hidden; clear:both; content:""}
#bo_gall .gall_li {float:left; position:relative; margin:0 10px 30px 0}

.gall_li details { padding:20px; background-color: #fff; border-bottom:1px solid #e5e5e5;}

.gall_li details[open] {
  background-color:#f7f7f7;
}

.gall_li details > summary { position:relative;}
.gall_li details > summary::after { content: "\e941"; font-family: 'xeicon'; position:absolute; bottom:-4px; right:0; width:40px; text-align:center; color:#f05023; font-size: 18px;}   
.gall_li details[open] > summary::after { transform:rotate(180deg); }   
.gall_li details[open] > summary { }   

.gall_li details .loca_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f2f2f2;
    padding: 8px;
    text-align: center;
	border:1px solid #f2f2f2;
}

.gall_li details[open] .loca_btn { background-color:#fff; border:1px solid #eee;}


#bo_gall .gall_con {margin:0; padding:0; list-style:none}
#bo_gall .gall_con li {margin:0 0 4px}
#bo_gall .gall_con .gall_subject {display:inline-block; width:50px}

#bo_gall .gall_now .sh_gall_text_href a {color:#ff3061}

#bo_gall .gall_href a:link, #bo_gall .gall_href a:focus, #bo_gall .gall_href a:hover {text-decoration:none}
#bo_gall .gall_href strong, #bo_gall .gall_href span {display:inline-block; background:#f7f7f7; text-align:center; line-height:10em}

#bo_gall .sh_gall_text_href {margin:10px 0 !important}
#bo_gall .sh_gall_text_href a {font-weight:bold; font-size:1.2em}
#bo_gall .sh_gall_text_href span {display:inline !important}
#bo_gall .sh_gall_text_href img {margin:0 0 0 4px}

.bo_fx {margin-bottom:5px; zoom:1}
.bo_fx:after {display:block; visibility:hidden; clear:both; content:""}
.bo_fx ul {margin:0; padding:0; list-style:none}
#bo_list_total {float:left; padding-top:5px}
.btn_bo_user {float:right; margin:0; padding:0; list-style:none}
.btn_bo_user li {float:left; margin-left:5px}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left; margin-right:5px}
.btn_bo_adm input {padding:7px; border:0; background:#e8180c; color:#fff; text-decoration:none; vertical-align:middle}
.bo_notice td {background:#f7f7f2}
.bo_notice td a {font-weight:bold}
.td_num strong {color:#000}
.bo_cate_link {display:inline-block; margin:0 3px 0 0; padding:0 6px 0 0; border-right:1px solid #e7f1ed; color:#999 !important; font-weight:bold; text-decoration:none} 
.bo_current {color:#e8180c}
#bo_sch {margin-bottom:10px; padding-top:5px; text-align:center}
#bo_sch legend {position:absolute; margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden}
#bo_gall li.empty_list {padding:85px 0; text-align:center}


#char_count_desc {display:block; margin:0 0 5px; padding:0}
#char_count_wrap {margin:5px 0 0; text-align:right}
#char_count {font-weight:bold}
#autosave_wrapper {position:relative}
#autosave_pop {display:none; z-index:10; position:absolute; top:24px; right:117px; padding:8px; width:350px; height:auto !important; height:180px; max-height:180px; border:1px solid #565656; background:#fff; overflow-y:scroll}
html.no-overflowscrolling #autosave_pop {height:auto; max-height:10000px !important} /* overflow */
#autosave_pop strong {position:absolute; font-size:0; line-height:0; overflow:hidden}
#autosave_pop div {text-align:right}
#autosave_pop button {margin:0; padding:0; border:0; background:transparent}
#autosave_pop ul {margin:10px 0; padding:0; border-top:1px solid #e9e9e9; list-style:none}
#autosave_pop li {padding:8px 5px; border-bottom:1px solid #e9e9e9; zoom:1}
#autosave_pop li:after {display:block; visibility:hidden; clear:both; content:""}
#autosave_pop a {display:block; float:left}
#autosave_pop span {display:block; float:right}
.autosave_close {cursor:pointer}
.autosave_content {display:none}


#bo_v {margin-bottom:20px; padding-bottom:20px}
#bo_v_table {position:absolute; top:0; right:16px; margin:0; padding:0 5px; height:25px; background:#565e60; color:#fff; font-weight:bold; line-height:2.2em}
#bo_v_info {padding:0 0 10px; border-bottom:1px solid #ddd}
#bo_v_info h2 {position:absolute; font-size:0; line-height:0; overflow:hidden}
#bo_v_info strong {display:inline-block; margin:0 15px 0 5px; font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}

#sh_bo_v_file {}
#sh_bo_v_file h2 {position:absolute; font-size:0; line-height:0; overflow:hidden}
#sh_bo_v_file ul {margin:0; padding:0; list-style:none}
#sh_bo_v_file li {padding:0 10px; border-bottom:1px solid #eee; background:#f5f6fa}
#sh_bo_v_file a {display:inline-block; padding:8px 0 7px; width:100%; color:#000; word-wrap:break-word}
#sh_bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#sh_bo_v_file img {float:left; margin:0 10px 0 0}
.sh_bo_v_file_cnt {display:inline-block; margin:0 0 3px 16px}

#bo_v_link {}
#bo_v_link h2 {position:absolute; font-size:0; line-height:0; overflow:hidden}
#bo_v_link ul {margin:0; padding:0; list-style:none}
#bo_v_link li {padding:0 10px; border-bottom:1px solid #eee; background:#f5f6fa}
#bo_v_link a {display:inline-block; padding:8px 0 7px; width:100%; color:#000; word-wrap:break-word}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
.bo_v_link_cnt {display:inline-block; margin:0 0 3px 16px}

#bo_v_top {margin:0; padding:10px 0; zoom:1}
#bo_v_top:after {display:block; visibility:hidden; clear:both; content:""}
#bo_v_top h2 {position:absolute; font-size:0; line-height:0; overflow:hidden}
#bo_v_top ul {margin:0; padding:0; list-style:none}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block; visibility:hidden; clear:both; content:""}
#bo_v_bot h2 {position:absolute; font-size:0; line-height:0; overflow:hidden}
#bo_v_bot ul {margin:0; padding:0; list-style:none}

.bo_v_nb {float:left}
.bo_v_nb li {float:left; margin-right:5px}
.bo_v_com {overflow:hidden; text-align:center}
.bo_v_com li {display:inline-block; margin-left:5px}

#bo_v_atc {min-height:200px; height:auto !important; height:200px}
#bo_v_atc_title {position:absolute; font-size:0; line-height:0; overflow:hidden}


#sh_bo_v_img1 {margin:0 0 10px; width:40%; overflow:hidden; zoom:1; float:left}
#sh_bo_v_img1:after {display:block; visibility:hidden; clear:both; content:""}
#sh_bo_v_img1 img {margin-bottom:20px; max-width:100%; height:auto}
#sh_bo_v_title {padding:10px 0; font-size:1.5em; float:left; font-weight:bold}


#sh_bo_v_con {margin-bottom:30px; width:100%; line-height:1.7em; word-break:break-all; overflow:hidden}
#sh_bo_v_con a {color:#000; text-decoration:underline}
#sh_bo_v_con img {max-width:100%; height:auto}

#bo_v_act {margin-bottom:30px; text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px; vertical-align:middle}
#bo_v_act strong {color:#ff3061}
#bo_v_act_good, #bo_v_act_nogood {display:none; position:absolute; top:30px; left:0; padding:10px 0; width:165px; background:#ff3061; color:#fff; text-align:center}

#bo_v_sns {margin:0 0 20px; padding:0; list-style:none; zoom:1}
#bo_v_sns:after {display:block; visibility:hidden; clear:both; content:""}
#bo_v_sns li {float:left; margin:0 5px 0 0}


#bo_vc {margin:0 0 20px; padding:20px 20px 10px; border:1px solid #e5e8ec; background:#f5f8f9}
#bo_vc h2 {margin-bottom:10px}
#bo_vc article {padding:0 0 10px; border-top:1px dotted #ccc}
#bo_vc header {position:relative; padding:15px 0 5px}
#bo_vc header .icon_reply {position:absolute; top:15px; left:-20px}
#bo_vc .sv_wrap {margin-right:15px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {display:inline-block; margin:0 15px 0 5px}
#bo_vc h1 {position:absolute; font-size:0; line-height:0; overflow:hidden}
#bo_vc a {color:#000; text-decoration:none}
#bo_vc p {padding:0 0 5px; line-height:1.8em}
#bo_vc p a {text-decoration:underline}
#bo_vc_empty {margin:0; padding:20px !important; text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc footer {zoom:1}
#bo_vc footer:after {display:block; visibility:hidden; clear:both; content:""}

.bo_vc_act {float:right; margin:0; list-style:none; zoom:1}
.bo_vc_act:after {display:block; visibility:hidden; clear:both; content:""}
.bo_vc_act li {float:left; margin-left:5px}

#bo_vc_w {position:relative; margin:0 0 10px; padding:0 0 20px; border-bottom:1px solid #cfded8}
#bo_vc_w h2 {position:absolute; font-size:0; line-height:0; overflow:hidden}
#bo_vc_w #char_cnt {display:block; margin:0 0 5px}

#bo_vc_sns {margin:0; padding:0; list-style:none; zoom:1}
#bo_vc_sns:after {display:block; visibility:hidden; clear:both; content:""}
#bo_vc_sns li {float:left; margin:0 20px 0 0}
#bo_vc_sns input {margin:0 0 0 5px}

.img03_wrap {width:100%}
.img03_wrap ul {width:100%; display:inline-block; position:relative; float:left; border-bottom:0px dotted #cccccc; margin:0 0 15px 0; padding:0 0 0 0}
.img03_wrap ul li.img {width:200px; float:left; border:0px solid red; margin:0 0 0 7px}
.img03_wrap ul li.text {width:69%; float:right; border-bottom:1px solid #e1e1e1; margin-top:1px; font-size:12px; color:#666; min-height:40px; line-height:40px}
.img03_wrap ul li.subjec {width:96%; float:left; border:0px solid red; font-size:16px; color:#666; height:24px; margin-left:10px; padding:2px 0 2px 5px; margin-bottom:5px}
.img03_wrap ul li.subjec a {color:#333; font-weight:bold}
.img03_wrap ul li {width:69%; border:0px solid red; min-height:45px; line-height:45px; margin:0; border-bottom:1px solid #e1e1e1; margin-right:20px; float:right}
.mrtitle {float:left; width:150px; padding-left:8px; color:#0e4ca1; font-weight:bold}
.mrcontent {float:left; padding-left:10px; border-left:1px solid #e1e1e1}
.yghd {width:59px; float:right}
.img03_wrap ul li.text a {margin-bottom:5px; color:#333}

/* color */
.line_color {clear:both; border-bottom:1px dotted #}
.bottom_line {border-bottom:1px solid #a6c6d1 !important}
.spac {height:30px}
.conten {position:relative; width:100%; margin-top:30px}



/* ******************************************************* FAMILY COMMON ******************************************************* */
#fam_wrap {position:relative; height:100%; color:#000; }
#fam_wrap * { /*transition:all 0.2s*/}
#fam_wrap .eyo_search_wrap { position: fixed; top: 82px; width: 100%; float: left; z-index: 100;}
#fam_wrap .eyo_search_wrap .sch_txt {margin-top:10px; font-size:16px; color:#222; letter-spacing:-.2px}
#fam_wrap .c_red {color:#eb0000}

@media (max-width: 1040px) {
	#fam_wrap .eyo_search_wrap { top: 50px; /*position: relative; top:0;*/}
}

.fam_customer_page {position:relative; width:100%; margin-top:105px; zoom:1}


.map_section { width:100%; float:left; height:calc(100vh - 137px); position:relative; margin-top: 55px;}

.map_section.sale { margin-top: 55px;}



@media (max-width: 1040px) {
	.map_section { 
    margin-top:0px; 
    height:calc(100vh - 105px);}	
}

.map { width:100%; height:100%; overflow: hidden;}
.map #map_section { padding-top:90px;}

.map_wrap { width:100%; height:100%; /*position:relative; overflow:hidden;  box-sizing:content-box !important; */}

.map_list { position:absolute; top:0; left:0; height:100%; z-index:4; background-color:#fff; overflow-y: auto; box-shadow:0 10px 10px rgba(0,0,0,.2);}
.map_list .list_banner { width:100%;}
.map_list .list_banner img { width:100%; border:1px solid #e8e8e8;}


/* #map { width:100% !important; overflow:hidden;} */
#map {  overflow:hidden;}




/* 클러스터 CSS */


/*
.scircle {
  width : 40px;
  height : 40px;
  border-radius: 50%;
  background-color: rgba(123, 56, 224, .6);
  border:2px solid rgba(123, 56, 224, .6);
  opacity : 0.9;
  display:inline-block;
}

.circle,
.mcircle {
  width : 80px;
  height : 80px;
  border-radius: 50%;
  background-color: rgba(123, 56, 224, .6);
  border:2px solid rgba(123, 56, 224, .6);
  opacity : 0.9;
  display:inline-block;
}

.circle:hover
.mcircle:hover,
.circle.on,
.mcircle.on { background-color:rgba(255,255,255,.6); }


.scircle div{
	margin:0 auto;
	padding-top:20%;
	bottom:30%;
	font-size:15px;
	text-align:center;
	color:white;
}
.circle div{
	margin:0 auto;
	padding-top:28%;
	bottom:30%;
	font-size:15px;
	text-align:center;
	color:white;
}
.circle div h3{
	font-weight:bold;
	font-size:18px;
}

.mcircle div{
	margin:0 auto;
	padding-top:28%;
	bottom:30%;
	font-size:15px;
	text-align:center;
	color:white;
}

.mcircle div:hover { color:#000;} 

.mcircle div h3{
	font-weight:bold;
	font-size:18px;
}

*/


.scircle,
.circle,
.mcircle {
  display:inline-block;
}


.scircle div,
.circle div,
.mcircle div {margin:0 auto;
	font-size:15px;
	text-align:center;
	color:white;
  border-radius: 50%;
  background-color: rgba(123, 56, 224, .6);
  border:2px solid rgba(123, 56, 224, .6);
  opacity : 0.9;}


.scircle div {
	padding-top:20%;
	width : 40px;
	height : 40px;
}
.circle div,
.mcircle div {
	padding-top:24%;
    width : 80px;
    height : 80px;
}

.circle div h3,
.mcircle div h3 {
	font-weight:bold !important;
	font-size:18px;
}


.circle div:hover,
.mcircle div:hover,
.scircle div:hover, 
.circle.on div,
.mcircle.on div,
.scircle.on div { border-color: rgba(123, 56, 224, 1); background-color:rgba(255,255,255,.8) !important; color: rgba(123, 56, 224, 1); font-weight:500; }



#progressBar {z-index:5000000; position:fixed; top:50% !important; left:50%; transform:translate(-50%,-50%); width:50%; text-align:center; padding:30px ; border-radius:10px;}
#progressBar i {font-size:60px;color:#c6622d}
#progressBar .progressBar_text {font-weight:bold;font-size:20px; display:block; margin-top:10px; color:#c6622d;}

@media (max-width: 1040px) {
	#progressBar { width:100%;}
}

/* ******************************************************* FAMILY WRITE ******************************************************* */
.fam_wrap_write {background-color:#fff !important}

#fam_wrap .tit_area_w {position:relative; width:100%; padding:75px 0 80px; font-size:22px; line-height:1.5; text-align:center; color:rgba(255,255,255,.85); background:url(/skin/board/family/img/tit_area_bg.png) center no-repeat}
#fam_wrap .tit_area_w h2 {margin-bottom:12px; font-size:44px; color:#fff}
#fam_wrap .tit_area_w h2 strong {font-weight:normal; font-family:notokr-bold}
#fam_wrap .tit_area_w .pre {white-space:pre-line}

/* 주소검색 로드뷰 */
#fam_wrap .roadview_wrap { height:calc(40% - 130px);}

#fam_write_area {position:relative; max-width:1070px; width:100%; margin:10px auto 80px; font-size:16px}
#fam_write_area * {box-sizing:border-box}
#fam_write_area dl dt {margin:30px 0 8px; font-size:18px; color:#222; font-family:notokr-bold}
#fam_write_area dl dt em {display:inline-block; margin-right:5px; width:17px; height:17px; border-radius:45px; font-size:12px; color:#fff; text-align:center; font-style:normal; background-color:#eb0000}
#fam_write_area dl dt span {display:inline-block; padding-left:10px; font-size:14px; color:#999;}
#fam_write_area dl dd .fam_input {width:100%}
#fam_write_area dl dd .fam_input, #fam_write_area dl dd select {height:50px; padding:0 15px; border:none; font-size:16px; background-color:#f2f2f2}
#fam_write_area dl dd .fam_tel {width:33%!important}
#fam_write_area dl dd.jsdd {margin-top:5px}
#fam_write_area dl dd .addhei {height:30px!important}
#fam_write_area dl dd .addzip {width:100px!important}
#fam_write_area dl .fam_required {background:url(/skin/board/family/img/fam_required.png) right top no-repeat #f2f2f2}
#fam_write_area dl .fam_file {padding:13px 15px 14px; font-size:13px; background-color:#f2f2f2}

#fam_write_area dl.pro_final_adm {padding:30px 0; border-bottom:1px dashed #ddd; text-align:center}
#fam_write_area dl .mgb_0 {margin-bottom:0}
#fam_write_area dl dd.fam_content dt {margin:0; font-size:12px}
#fam_write_area dl dd.fam_content dt:nth-of-type(2n+1) {clear:both}
#fam_write_area .pro_confirm {margin-top:30px; font-size:15px; text-align:center}
#fam_write_area .pro_btn_submit {width:200px; height:52px; margin-top:15px; border:none; border-radius:3px; font-size:16px; line-height:51px; color:#fff; background-color:#ffbc2c}
#fam_write_area .pro_btn_submit:hover {background-color:#ffc322; cursor:pointer}
#fam_write_area .btn_frmline_fam {padding:6px 12px; border:none; font-size:13px; color:#fff; background-color:#222;}
#fam_write_area .fam_gall_up {display:inline-block; width:49%; margin:2px 0}
#fam_write_area .fam_gall_up .frm_file {width:35%}
#fam_write_area .copy_txt {width:100%; height:150px; padding:15px; border:none; line-height:1.6; background-color:#f2f2f2; text-align:center; white-space:pre-line}


/* ******************************************************* FAMILY LIST ******************************************************* */
#fam_wrap .list_map {width:100%; padding:0; font-size:30px; color:#fff; text-align:center; background-color:#ddd}

#fam_list_area {position:relative; max-width:1200px; width:100%; float:left;}
#fam_gall {overflow:hidden}
#fam_gall .gall_li {overflow:hidden; float:left; position:relative; width:100%; font-size:14px; background-color:#fff;}
#fam_gall .gall_li:nth-child(4n) {margin-right:0}
#fam_gall .gall_li a {display:block; color:#000; cursor:pointer;}
#fam_gall .gall_li .img {overflow:hidden; position:relative;}
#fam_gall .gall_li .img img {width:100%!important; border-radius:6px;}
#fam_gall .gall_li .img .img_wrap { background-color:#fff;background-position:center; background-size:cover; width: 100%; height:74px; border-radius:6px; border: 1px solid #e9e9e9;}
#fam_gall .gall_li .img .approval {position:absolute; top:0; width:25%; padding:5px 0; font-size:13px; color:#ebebeb; text-align:center; background:#222}
#fam_gall .gall_li .img .img_check { position:absolute; top:8px; left:8px;}
#fam_gall .gall_li .fam_info {padding:0 0 0 10px; letter-spacing:-.05em;}
#fam_gall .gall_li .fam_info h3 {padding:20px 0 5px; font-size:18px; color:#222; font-family:notokr-bold}
#fam_gall .gall_li .fam_info .txt_over {overflow:hidden; text-overflow:ellipsis; white-space:nowrap}
#fam_gall .gall_li .fam_info .loca {padding-left:15px; color:#444; background:url(../../../img/search/list_loca.png) left center no-repeat}
#fam_gall .gall_li .fam_info .tel {padding-top:15px; margin-top:15px; border-top:1px dotted #ccc; font-size:16px; color:#222; text-align:center}
#fam_gall .gall_li .fam_info .tel strong {display:inline-block; margin-right:7px; font-weight:normal; font-family:notokr-bold}
#fam_gall .gall_li .chks {position:absolute; top:2px; right:5px; z-index:10}

#fam_gall .gall_li .img .registered_state { position:absolute; bottom:0; left:0; width:100%; padding:3px 0; /*background-color:rgba(81, 7, 194,.5);*/background-color:rgba(0,0,0,.5); color:#fff; z-index:2; border-radius:0 0 6px 6px; font-size:12px; text-align:center; letter-spacing:-1px; }


/* List01(일반인 리스트) > 중개사 정보 더보기 */
.fam_info_more  .fam_info_more_comment {width:100%; float:left; border-top:1px solid #eee; padding-top:10px; padding-bottom:10px;}
.fam_info_more a:nth-child(1) .fam_info_more_comment { /* border-top:none; padding-top:0; */ margin-top:15px;}
.fam_info_more a:last-child .fam_info_more_comment { padding-bottom:0;}
.fam_info_more .fam_info_more_comment .fam_comment_title { width:100%; float:left;}
.fam_info_more .fam_info_more_comment .fam_comment_title_price {float:left; font-size:1.1em; font-weight:600;}
.fam_info_more .fam_info_more_comment .fam_comment_title_name { float:right; font-size:1.0em; font-weight:500;} 
.fam_info_more .fam_info_more_comment .fam_comment_text {width:100%; float:left; margin-top:4px; color:#757575; word-break:break-all; line-height:1.2; position:relative; padding-left:20px; font-size:.96em}
.fam_info_more .fam_info_more_comment .fam_comment_text i { position:absolute; top:-1px; left:0; font-size:16px; color:#d5d5d5}


/* List02(중개사 리스트) > 매물정보 더보기 */
.fam_info_more { /* padding:10px 0 0; margin-top:15px; border-top:1px solid #ddd; position:relative; font-size:13px; */}
.fam_info_more .fam_info_more_item_01 {display:flex; justify-content: space-between;margin-bottom:4px;}
.fam_info_more .fam_info_more_item_02 {margin-bottom:4px;}
.fam_info_more .fam_info_more_btn {margin-top:10px; text-align:right;}
.fam_info_more .fam_info_more_btn button,
.fam_info_more .fam_info_more_btn .button { padding:3px 0px; border-radius:2px; width:80px; font-size:12px; border:none; background-color:#fff; color:#999; border:1px solid #eee; letter-spacing:-1px;}



.fam_info_more .fam_info_more_comment {}

/* ******************************************************* FAMILY VIEW ******************************************************* */
#fam_wrap .banner_wrap {overflow:hidden; position:relative; width:100%; max-height:445px; font-size:16px; text-align:center}
#fam_wrap .banner_wrap img {max-width:1200px; width:100%; max-height:445px; min-height:445px; height:100%}
#fam_wrap .banner_wrap:before {display:block; position:absolute; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); top:0; z-index:2; 
content:''; width:487px; height:100%; margin-top:-225px; background-image:url(/skin/board/family/img/banner_deco01.png); background-repeat:no-repeat; background-size:100%}
#fam_wrap .banner_wrap:after {display:block; position:absolute; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); top:0; z-index:2; 
content:''; width:329px; height:100%; margin-top:355px; background-image:url(/skin/board/family/img/banner_deco02.png); background-repeat:no-repeat; background-size:100%}
#fam_wrap .banner_wrap .mask {position:absolute; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); top:0; z-index:0; width:1200px; 
height:100%; background-color:rgba(0,0,0,.15); content:''}
#fam_wrap .banner_wrap .txt_area {position:absolute; top:50%; left:50%; z-index:11; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); width:100%; margin-top:-80px; font-size:22px; color:#fff}
#fam_wrap .banner_wrap .txt_area .company {margin-bottom:7px; font-size:56px; font-family:notokr-bold}
#fam_wrap .banner_wrap .txt_area .deco-dot {width:7px; height:7px; margin:50px auto 0; border-radius:7px; background-color:#fff}
#fam_wrap .banner_wrap .txt_area .tel-icon {display:inline-block; margin:15px 0 5px}
#fam_wrap .banner_wrap .txt_area .tel-icon a {display:block; width:42px; height:42px; border-radius:42px; background:url(/skin/board/family/img/tel.png) center no-repeat #fff}
#fam_wrap .banner_wrap .txt_area .loca-icon {display:none; margin:15px 0 5px}
#fam_wrap .banner_wrap .txt_area .loca-icon a {display:block; width:42px; height:42px; border-radius:42px; background:url(/skin/board/family/img/loca.png) center no-repeat #fff}
#fam_wrap .banner_wrap .txt_area .tel {font-size:24px; font-family:notokr-bold}

#fa_intro, #fa_info, #fa_loca {padding-top:75px}

#fam_wrap .cont_wrap {position:relative; max-width:1200px; width:100%; margin:0 auto; padding:20px 0 40px; background-color:#fff}
#fam_wrap .cont_wrap table {width:100%}
#fam_wrap .cont_wrap .rolling {overflow:hidden; width:94%; margin:0 auto}
#fam_wrap .cont_wrap .rolling > li {overflow:hidden; position:relative; min-height:138px}
#fam_wrap .cont_wrap .rolling li img {width:100%; min-height:138px; height:138px}
.fam_gallery > li > a {display:block}

#fam_wrap .cont_wrap .site_nav {width:94%; margin:0 auto; padding:0 5px 18px 0; border-bottom:1px dotted #ddd; font-size:14px; color:#999; text-align:right}
#fam_wrap .cont_wrap .site_info {width:94%; margin:30px auto; font-size:14px}
#fam_wrap .cont_wrap .site_info li {display:inline-block; padding-left:25px; color:#999}
#fam_wrap .cont_wrap .site_info li strong {font-weight:normal; color:#555}
#fam_wrap .cont_wrap .site_info li a {color:#999}
#fam_wrap .cont_wrap .site_info li:not(:last-child) {margin-right:30px}
#fam_wrap .cont_wrap .site_info li:nth-child(1) {background:url(/skin/board/family/img/info_home.png) left center no-repeat}
#fam_wrap .cont_wrap .site_info li:nth-child(2) {background:url(/skin/board/family/img/info_owner.png) left center no-repeat}
#fam_wrap .cont_wrap .site_info li:nth-child(3) {background:url(/skin/board/family/img/info_time.png) left center no-repeat}
#fam_wrap .cont_wrap .site_info li:nth-child(2) a {font-size:12px}

#fam_wrap .cont_wrap .h2_wrap {position:relative; margin-bottom:12px; font-size:16px; text-align:center}
#fam_wrap .cont_wrap .h2_wrap .edit_btn {position:absolute; bottom:4px; right:65px; height:25px; padding:0 15px; border-radius:3px; font-size:14px; line-height:25px; color:#fff; background-color:#222}
#fam_wrap .cont_wrap h2 {display:inline-block; position:relative; padding:0 22px; font-size:22px; color:#222; font-family:notokr-bold}
#fam_wrap .cont_wrap h2:before, #fam_wrap .cont_wrap h2:after {display:block; content:''; position:absolute; top:12px; width:8px; height:8px; background-image:url(/skin/board/family/img/h2_deco.png)}
#fam_wrap .cont_wrap h2:before {left:0}
#fam_wrap .cont_wrap h2:after {right:0!important}
#fam_wrap .cont_wrap .h2_wrap p {margin-top:10px}
#fam_wrap .cont_wrap .cont_area {max-width:1070px; width:100%; min-height:130px; margin:0 auto}
#fam_wrap .cont_wrap .cont_area img {max-width:1070px}
#fam_wrap #res_map {overflow:hidden; height:300px; text-align:center}
#fam_wrap #res_map:after {display:block; content:''; visibility:hidden; clear:both}

#fam_wrap .edit1view, #fam_wrap .edit2view {font-size:16px; text-align:center}


#fam_wrap .footer_area {margin-top:60px; font-size:14px; color:#777; text-align:center}
#fam_wrap .footer_area a {color:#777}
#fam_wrap .footer_area ul {display:none}
#fam_wrap .footer_area ul li {display:inline-block; margin:0 8px}
#fam_wrap .footer_area ul li a {display:block; width:42px; height:42px; border-radius:42px; background:url(/skin/board/family/img/tel.png) center no-repeat #fff}
#fam_wrap .footer_area ul li:nth-child(1) a {background:url(/skin/board/family/img/tel.png) center no-repeat #ffcb2b}
#fam_wrap .footer_area ul li:nth-child(2) a {background:url(/skin/board/family/img/go_top.png) center no-repeat #ffcb2b}
#fam_wrap .footer_area .ft_deco {width:8px; height:8px; margin:0 auto 15px; border-radius:10px; background-color:#ffbc2c}
#fam_wrap .footer_area .ft_company {margin-bottom:15px; font-size:17px; color:#222; font-family:notokr-bold}
#fam_wrap .footer_area .ft_info {padding:0 15px; line-height:1.6; white-space:pre-line}
#fam_wrap .footer_area .ft_ad {padding:17px 15px 15px; margin-top:50px; font-size:14px; line-height:1.6; color:#777; background-color:#333}
#fam_wrap .footer_area .ft_ad span {display:inline-block}
#fam_wrap .footer_area .ft_ad .fam_adm {width:80px; height:20px; margin:0 20px; border:1px solid rgba(255,255,255,0.2); border-radius:3px; font-size:12px; line-height:20px!important; text-align:center}

h3.family_tit {position:relative; margin-bottom:7px; font-size:17px}
h3.family_tit a {position:absolute; right:0; bottom:0; padding:2px 10px; color:#fff; font-size:14px; background-color:#444}
.main_area {overflow:hidden; position:relative; width:100%; max-width:1070px; height:100%; max-height:280px; margin-bottom:50px; background:#f1f1f1}
.main_area .img_wrap img {width:100%; max-width:1070px; height:100%; max-height:280px}
.tit_modify {position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8); opacity:0; z-index:10}
.info_area {overflow:hidden; padding:15px 0; margin-bottom:50px; border-top:1px solid #ddd}
.info_area.nocont {padding:0; min-height:250px; line-height:250px; font-size:14px; border-bottom:1px solid #ddd; text-align:center}
#title_info {position:absolute; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); top:20px; z-index:10; 
height:25px; padding:0 15px; border:1px solid rgba(255,255,255,.15); border-radius:3px; font-size:14px; line-height:24px; color:#fff; background-color:#222}

p.pop_tit {display:none; margin-bottom:15px; font-size:16px; color:#fff; text-align:center; font-family:notokr-bold}
a.close_view {display:none; margin:20px auto 0; text-align:center}
.scrollhidn {overflow:hidden}
.zindex0 {display:none; z-index:0!important}
.fix_rolling {overflow-y:scroll!important; position:fixed; top:0; left:0; width:100%!important; height:100%; height:100vh; padding-top:50px; background:rgba(0,0,0,.90); z-index:99}
.fix_rolling > div.lSSlideOuter {overflow:hidden; width:100%; max-width:1070px; margin:0 auto}
.fix_rolling > div.bigimgs {overflow:hidden; width:100%; max-width:1070px; margin:0 auto 20px; background:#000}
.fix_rolling > div.bigimgs .img_wrap { position:relative; height:500px; text-align:center}
.fix_rolling > div.bigimgs img {position:relative; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); max-width:100%; max-height:500px}


/* ******************************************************* title_img.ajax ******************************************************* */
.where {display:block; margin:25px 15px; font-size:11px; color:#000; text-decoration:none; font-family:verdana; font-style:italic} 
.filebox {max-width:1200px; margin:0 auto; height:100%; max-height:445px; text-align:center; line-height:445px}
.filebox input[type="file"] {position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0}
.filebox label {display:inline-block; padding:.5em .75em; color:#999; font-size:inherit; line-height:normal; vertical-align:top; background-color:#fdfdfd; cursor:pointer; 
border:1px solid #ebebeb; border-bottom-color:#e2e2e2; border-radius:.25em}
.btnss {position:absolute; top:4px; right:65px; height:25px; padding:0 15px; border-radius:3px; border:none; font-size:14px; line-height:25px; color:#fff; background-color:#222}
.save_btn {top:-38px!important; right:58px!important; cursor:pointer}
.save_btn.save_cancle {right:0!important; background:#777!important}
/* named upload */
.filebox .upload-name {position:absolute; top:10%; left:50%; width:200px; margin-top:-15px; margin-left:-180px; z-index:10; display:inline-block; padding:.5em .75em; font-size:inherit; 
font-family:inherit; line-height:normal; vertical-align:top; background-color:#f5f5f5; border:1px solid #ebebeb; border-bottom-color:#e2e2e2; border-radius:.25em; 
box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15); -webkit-appearance:none; /* ë„¤ì´í‹°ë¸Œ ì™¸í˜• ê°ì¶”ê¸° */  -moz-appearance:none; appearance:none}

/* imaged preview */
.filebox .upload-display {position:relative; width:100%; max-height:445px; height:100%; margin-bottom:5px}

.filebox .upload-thumb-wrap {display:inline-block; max-width:1200px; width:100%; min-height:445px; height:100%; padding:0; border:0; margin:0; vertical-align:top; background-color:#fff}
.filebox .upload-thumb-wrap img {}
.filebox .upload-display img {display:block; width:100%; max-height:445px; height:100%}
.filebox.bs3-primary label {position:absolute; top:10%; left:50%; margin-top:-15px; margin-left:22px; z-index:10; color:#fff; background-color:#337ab7; border-color:#2e6da4}
.banner_save {display:inline-block; position:absolute; top:10%; left:50%; z-index:10; padding:.58em .75em; margin-top:-15px; margin-left:96px; border:none; border-radius:.25em; color:#fff; background-color:#ffbc2c; cursor:pointer}
.banner_save.banner_cancle {margin-left:153px; background:#777}


#fam_wrap .from_wrap .gall_btn {margin:0 auto; bottom:4px; right:0; height:25px; padding:0 15px; border-radius:3px; font-size:14px; line-height:25px; color:#fff; background-color:#222; border:0; cursor:pointer}
#fam_wrap .from_wrap .edit_gall_wrap {display:none; overflow:hidden; width:100%; max-width:1130px; margin:0 auto 20px; padding:30px; margin-bottom:15px; background:#f1f1f1}
#fam_wrap .from_wrap .filebtn {padding-top:30px}
#fam_wrap .from_wrap .edit_gall_wrap span {display:inline-block; float:left; height:50px; margin-bottom:10px}
#fam_wrap .copy_wrap {display:none}
#fam_wrap .copy_wrap textarea {width:100%; max-width:1200px; height:120px; padding:15px; border:none; line-height:1.6; background-color:#fcfcfc; text-align:center; color:#666; white-space:pre-line; line-height:1.6; white-space:pre-line}

#ajaxform1 .saved {right:123px!important; cursor:pointer}
#ajaxform1 .cancled {background:#777!important; cursor:pointer}
#ajaxform1 .edit_btn {cursor:pointer}
#ajaxform2 .saved {right:123px!important; cursor:pointer}
#ajaxform2 .cancled {background:#777!important; cursor:pointer}
#ajaxform2 .edit_btn {cursor:pointer}


/* 지역선택 영역 */
.loca_select_wrap {position:fixed; top:137px;padding:10px 15px 5px; background-color:#f6f7f8; z-index:99; box-shadow:0 5px 5px rgba(0,0,0,.15);}
.loca_select_wrap h3 {display:flex; align-items: center; font-size:16px; font-weight:600;}
.loca_select_wrap h3 img {width:16px; margin-right:6px;}

.loca_select {display:flex; align-items: center; flex-wrap: wrap; margin-top:10px; font-size:14px;}
/*.loca_select input[type="checkbox"]:checked {accent-color:#00a99d;}*/
.loca_select .loca_select_unit {display:block; margin-right:15px; margin-bottom:10px; display:flex; align-items: center; width:100px;}

.loca_select input[type="checkbox"] {width:16px; height:16px;  margin-right:6px;}
.loca_select input[type="checkbox"] + label {}
.loca_select input[type="checkbox"]:checked + label { font-weight:600;}
.loca_select i {margin-left:6px; font-size:16px;}


.loca_select_dong ul {
        display: inline-block;
        vertical-align: top;
        
		position:relative;
      }
.loca_select_dong ul li {
        display: none;
        margin: 0;
		width: 300px;
      }
	  
.loca_select_dong input[name="menu-trigger"],
.loca_select_dong input {
        display: none;
      }
.loca_select_dong input[name="menu-trigger"]:checked + ul li {
        display: block;
		position:absolute; 
		top:24px; 
		right:0;
		border: 1px solid #ddd;
      }
.loca_select_dong .loca_select_dong_item { width:calc(100% / 3); background-color:#fff; float: left; border-right:1px solid #ddd;}

.loca_select_dong .loca_select_dong_item:nth-child(2),
.loca_select_dong .loca_select_dong_item:nth-child(4),
.loca_select_dong .loca_select_dong_item:nth-child(6) { border-top:none;}

.loca_select_dong .loca_select_dong_item:nth-child(3n + 3) { border-right:none;}

.loca_select_dong .loca_select_dong_item label { padding:10px 10px; width:100%; height:100%; line-height:20px;cursor:pointer; font-size:13px; position:relative;}

.loca_select_dong .loca_select_dong_item label::after { content:''; position:absolute; bottom:0; left:0; width:100%; height:1px; background-color:#ddd;}

.loca_select_dong_check:checked + .loca_select_dong_item { background-color:#fff; font-weight:500; color:#7b38e0;}
.loca_select_dong_check:checked + .loca_select_dong_item::after { content:'';}


/* 로드뷰 */
.roadview_wrap {position:fixed; bottom:0; padding:0; z-index:3; box-shadow:0 5px 5px rgba(0,0,0,.15); height:300px;}





/****** 모바일 리스트: 아래에서 위로 올라오는 리스트 //  모달 CSS ******/

/* 리스트 보이게 하는 버튼 */

.ListUpBtn_wrap,
.list-down-btn { display:none;}

@media (max-width: 1040px) {
	
	
	/* The Modal (background) */
.list-modal,
.list-modal02 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 110px;
  width: 100%; /* Full width */
  height: calc(100% - 110px); /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  /*
  -webkit-animation-name: fadeIn; /* Fade in the background */
  /*
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
  */
}

/* list-modal Content */
.list-modal-content {
	display:block;
  position: fixed;
  top: 105px;
  background-color: #fefefe;
  width: 100%;
  height:calc(100vh - 105px);
  /*
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
  */
}

/* list-modal Content */
.list-modal-content02 {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  /*
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
  */
}

/* The Close Button */
.list-down-btn,
.list-down-btn02 {

  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding:20px 20px 15px;
  position: absolute;
        top: -120px;
		left:0;
        z-index: 9;
		background-color:#fff;         
		width: 80px;
        height: 59px;
        display: inline-block; 
		cursor:pointer;
}

.list-down-btn img, 
.list-down-btn02 img { width:24px;}

.list-down-btn:hover,
.list-down-btn:focus,
.list-down-btn:hover02,
.list-down-btn:focus02 {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}





.ListUpBtn_wrap { display:block; width:100%; position:fixed; bottom:0; left:0; padding:10px; background-color:#fff; box-shadow:0 -10px 10px rgba(0,0,0,.2); z-index:2;}

#ListUpBtn {width:100%; height:50px;  background-color:#7b38e0; color:#fff; z-index:2; border:1px solid #7b38e0; font-size:16px; font-weight:600; color:#fff; border-radius:3px;}

.itemlist-modal { display:block;}

}


/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: calc(100% - 105px); opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: calc(100% - 105px); opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}




/* 리스트 공통사항 */
#fam_gall .gall_li .fam_info .fam_info_con .date_item_wrap {color:#757575;}
#fam_gall .gall_li .fam_info .fam_info_con .date_item_wrap .date_item {display:inline-block; padding:0px 3px; border:1px solid #aaa; font-size:.85em; line-height: 1.2em; border-radius:3px; margin-right:2px;}
#fam_gall .gall_li .fam_info .fam_info_con .tel_btn {position:absolute; top:0; padding: 3px 0px; border-radius: 2px; width: 80px; font-size: 12px; border: none; background-color: #fff; color: #999; border: 1px solid #eee; letter-spacing: -1px; text-align:center;}



/* 슬라이드배너 내비게이션 숨김 */
#main_bn .btn_wr { display:none !important;}