@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');

@font-face {
  font-family: 'BareunBatang';
  font-style: normal;
  font-weight: 400;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/othrs/kpa/BareunBatang/BareunBatangOTFM.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/othrs/kpa/BareunBatang/BareunBatangOTFM.woff') format('woff');
}

@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 게시판 버튼 */
/* 목록 버튼 */
body {background:#efefef}

#bo_list {}
#bo_list a.btn_b01 {}
#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {}
#bo_list a.btn_b02 {}
#bo_list a.btn_b02:focus, #bo_list a.btn_b02:hover {}
#bo_list a.btn_admin {} /* 관리자 전용 버튼 */
#bo_list a.btn_admin:focus, #bo_list .btn_admin:hover {}
#bo_list .correct_btn{position:absolute;right:10px;bottom:10px;}
#bo_list .correct_btn .cor.bg{background: #565c7b;margin-right:4px;}
#bo_list .correct_btn .cor{color: #fff;background: #7c1117;display: inline-block;height: 34px;line-height: 34px;padding: 0 15px;font-size: 15px;border-radius: 4px;letter-spacing: -0.05em;margin-bottom: 3px;font-weight: 500;}
#bo_list .correct_btn .cor:hover {color:#fff !important;}
#bo_list .correct_btn .cor.del {background:#cd0000}
#bo_list .correct_btn .cor.copy {background:#00bbdf}
#bo_list .correct_btn .cor.see {background:#15883d}
#bo_list .correct_btn .cor.edit {background:#2e3b50}

/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {}
#bo_v a.btn_b02 {}
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {}
#bo_v a.btn_admin {} /* 관리자 전용 버튼 */
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}

/* 쓰기 버튼 */
#bo_w .btn_confirm {} /* 서식단계 진행 */
#bo_w .btn_submit {padding:0 20px;font-size:1.167em}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w .btn_cancel {font-size:1.167em;border-radius:3px}
#bo_w button.btn_cancel {}
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {}
#bo_w a.btn_frmline, #bo_w button.btn_frmline {} /* 우편번호검색버튼 등 */
#bo_w button.btn_frmline {}

/* 기본 테이블 */
/* 목록 테이블 */
#bo_list .tbl_head01 {}
#bo_list .tbl_head01 caption {}
#bo_list .tbl_head01 thead th {}
#bo_list .tbl_head01 thead a {}
#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot th {}
#bo_list .tbl_head01 tfoot td {}
#bo_list .tbl_head01 tbody th {}
#bo_list .tbl_head01 td {}
#bo_list .tbl_head01 a {}
#bo_list td.empty_table {}
#bo_list tbody .even td {background:#fbfbfb}

/* 읽기 내 테이블 */
#bo_v .tbl_head01 {}
#bo_v .tbl_head01 caption {}
#bo_v .tbl_head01 thead th {}
#bo_v .tbl_head01 thead a {}
#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_v .tbl_head01 tfoot th {}
#bo_v .tbl_head01 tfoot td {}
#bo_v .tbl_head01 tbody th {}
#bo_v .tbl_head01 td {}
#bo_v .tbl_head01 a {}
#bo_v td.empty_table {}

/* 쓰기 테이블 */
#bo_w table {}
#bo_w caption {}
#bo_w .frm_info {}
#bo_w .frm_address {}
#bo_w .frm_file {}

#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {}
#bo_w .tbl_frm01 textarea {}
#bo_w .tbl_frm01 a {}

/* 필수입력 */
#bo_w .required, #bo_w textarea.required {}
#bo_w .cke_sc {}
#bo_w button.btn_cke_sc {}
#bo_w .cke_sc_def {}
#bo_w .cke_sc_def dl {}
#bo_w .cke_sc_def dl:after {}
#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {}
#bo_w .cke_sc_def dt {}
#bo_w .cke_sc_def dd {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 게시판 목록 */
#bo_list {position:relative;}
#bo_list:after {display:block;visibility:hidden;clear:both;content:""}
#bo_list .td_board {width:120px;text-align:center}
/*#bo_list .td_chk {width:auto}*/
#bo_list .td_date {width:60px;text-align:center}
#bo_list .td_datetime {width:60px;text-align:center}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .td_name {width:90px;text-align:left;padding:10px 0}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_num {width:50px;text-align:center}
#bo_list .td_num2 {width:50px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}
#bo_list .txt_active {color:#5d910b}
#bo_list .txt_expired {color:#ccc}
/*#bo_list tbody tr:hover {border-left:2px solid #253dbe}*/
.list_bugo {display:flex; align-items:center}
.list_bugo .list_bugo_txt {font-size:18px; font-weight:500}
.list_bugo .list_bugo_in {display:flex; align-items:center;}
.search_btn {width:100%; text-align:right; margin-top:30px;}
.search_btn button {background:#7c1117; border-radius:4px; height:34px; line-height:34px; font-size:15px; letter-spacing:-0.04em; color:#fff; padding:0 15px;}

/* 게시판 목록 리스트 */
#bo_btn_top {max-width:1100px; width:100%; margin:0 auto}
.table_all {/*width:100%; max-width:1000px; margin:0 auto 20px*/}
.table_all ul {width:100%;/*  border-top:2px solid #000; */}
.table_all ul li {display:flex; align-items:stretch; width:100%; position:relative}
.table_all ul li.li_th {border-radius:10px;overflow:hidden;}
.table_all ul li.li_td {padding:0 5px;}
.table_all ul li .table_th {width:calc(100% / 6); text-align:center; padding:15px 0; font-size:18px; font-weight: 400;background:#7c1117; border-bottom:1px solid #e2e2e2;color:#fff;}
.table_all ul li .table_th.chkbox {width:3%}
.table_all ul li .table_th.sangju {width:17%}
.table_all ul li .table_th.deceased {width:10%}
.table_all ul li .table_th.funeral {width:17%}
.table_all ul li .table_th.room {width:8%}
.table_all ul li .table_th.calendar {width:22%}
.table_all ul li .table_th.btn_wraps {width:calc(100% - 74%)}
.table_all ul li .table_td {/*width:calc(100% / 6);*/ text-align:center; padding:16px 0; border-bottom:1px solid #e2e2e2; display:flex; align-items:center; justify-content:center; font-weight:500; font-size:17px}
.table_all ul li .table_td .btn_list {display:flex; align-items:center; gap:4px; font-size:15px;width:100%;}
.table_all ul li .table_td .btn_list .com_btn {width:calc(100% / 5); line-height:36px; border-radius:4px; letter-spacing:-0.06em; font-weight:500; cursor:pointer; background:#f2f2f2; color:#403e3d; display:inline-block; border:1px solid #f2f2f2;word-break:keep-all}
.table_all ul li .table_td.chkbox {width:3%}
.table_all ul li .table_td.sangju {width:17%}
.table_all ul li .table_td.deceased  {width:10%}
.table_all ul li .table_td.funeral {width:17%}
.table_all ul li .table_td.funeral span {display:none}
.table_all ul li .table_td.room {width:8%}
.table_all ul li .table_td.calendar {width:22%}
.table_all ul li .table_td.btn_wraps {width:calc(100% - 74%)}
.table_all ul li .table_td .com_btn {}
/* .table_all ul li .table_td.btn_wraps .btn_edit {background:#333}
.table_all ul li .table_td.btn_wraps .btn_see {background:#4c4c4c}
.table_all ul li .table_td.btn_wraps .btn_del {background:#000}
.table_all ul li .table_td.btn_wraps .btn_copy {background:#1d3b5c}
.table_all ul li .table_td.btn_wraps .btn_send {background:#293f3a} */
.pc_none {display:none}

#bo_cate {margin:25px 0}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;padding:2px}
#bo_cate a {display:block;line-height:28px;padding:5px 15px;border-radius:30px;border:1px solid #d6e9ff;color:#6794d3}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#3a8afd;color:#fff}
#bo_cate #bo_cate_on {z-index:2;background:#3a8afd;color:#fff;font-weight:bold;border:1px solid #3a8afd;
-webkit-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
-moz-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
box-shadow:inset 0 2px 5px rgb(33, 135, 202)}
.td_subject img {margin-left:5px}

/* 게시판 목록 공통 */
.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.chk_box input[type="checkbox"] + label {position:relative;color:#676e70}
.chk_box input[type="checkbox"] + label:hover {color:#2172f8}
.chk_box input[type="checkbox"] + label span {float:left;width:15px;height:15px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px;}
.write_div .chk_box input[type="checkbox"] + label, .bo_vc_w .chk_box input[type="checkbox"] + label {padding-left:20px}
.write_div .chk_box input[type="checkbox"] + label span, .bo_vc_w .chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(./img/chk.png) no-repeat 50% 50% #7c1117;border-color:#7c1117;border-radius:3px}

#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {margin-bottom:5px;float:right;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;line-height:34px;font-size:15px;color:#4e546f;font-weight:400;}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;width:40px;text-align:center;margin-left:5px;background:#fff}
.btn_bo_user > li {position:relative}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#fff6fa !important;border-bottom:1px solid #f8e6ee}
.bo_notice td a {font-weight:bold}
.bo_notice .notice_icon {display:inline-block;line-height:25px;border-radius:5px;font-weight:bold;color:#f9267f}

.more_opt {display:none;position:absolute;top:45px;right:0;background:#fff;border:1px solid #b8bfc4;z-index:999}
.more_opt:before {content:"";position:absolute;top:-8px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.more_opt:after {content:"";position:absolute;top:-6px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.more_opt li {border-bottom:1px solid #f1f1f1;padding:10px;float:inherit;width:100px;margin:0;color:#6b757c;text-align:left}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fff;color:#6b757c}
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li i {float:right;line-height:20px}

.td_num strong {color:#000}
.bo_cate_link {float:left;display:inline-block;margin-right:10px;background:#e2eaf6;color:#3a8afd;font-weight:normal !important;height:20px;line-height:10px;padding:5px 8px;border-radius:5px;font-size:0.95em} /* 글제목줄 분류스타일 */
.bo_cate_link:hover {text-decoration:none}
.bo_tit {display:block;color:#000;font-weight:bold}
.bo_current {color:#e8180c}
#bo_list .profile_img img {border-radius:50%}
#bo_list .cnt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}
#bo_list .bo_tit .title_icon {margin-right:2px}
#bo_list .bo_tit .fa-heart {color:#ff0000}
#bo_list .bo_tit .fa-lock {display:inline-block;line-height:14px;width:16px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size:12px;border:1px solid #cbe3e8;vertical-align:middle}
#bo_list .bo_tit .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
#bo_list .bo_tit .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}
#bo_list .bo_tit .fa-caret-right {color:#bbb}
#bo_list .bo_tit .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}
#bo_list .bo_tit .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}

.bo_sch_wrap {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
.bo_sch {position:absolute;top:50%;left:50%;background:#fff;text-align:left;width:330px;max-height:300px;margin-left:-125px;margin-top:-180px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);border:1px solid #dde7e9;background:#fff;border-radius:3px}
.bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch h3 {padding:15px;border-bottom:1px solid #e8e8e8}
.bo_sch legend {background:red}
.bo_sch form {padding:15px;display:block}
.bo_sch select {border:0;width:100%;height:40px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo_sch .sch_bar {display:inline-block;width:100%;clear:both;margin-top:15px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo_sch .sch_input {width:250px;height:38px;border:0;padding:0;background-color:transparent;float:left}
.bo_sch .sch_btn {height:38px;float:right;color:#656565;background:none;border:0;width:40px;font-size:15px}
.bo_sch .bo_sch_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}
.bo_sch_bg {background:#000;background:rgba(0,0,0,0.1);width:100%;height:100%}

.account_bcomm {}
.account_bcomm button {width:145px; background:#403e3d; color:#fff; border-radius:100px; line-height:45px}
.account_bcomm.account_chk button {background:#7c1117}

/*.user_input {width:100%; background:#f5f5f5; border-radius:6px; border:1px solid #f5f5f5; height:50px; padding:15px 10px; color:#000}*/
.user_input {border:1px solid #bdbdbd; height:50px; /*line-height:50px;*/ border-radius:4px; font-size:17px; padding:10px; width:100%; box-shadow:none; letter-spacing:-0.04em}
.user_input::placeholder {color:#6d6968; font-size:16px; letter-spacing:-0.04em; font-weight:400}
.user_input:focus {box-shadow:none !important; border:1px solid #6d6968 !important}
.com_style select {color:#000; /*font-weight:bold*/}
.com_style select:focus-visible {border:1px solid #f5f5f5; outline:0;}

.set_info_date{overflow:hidden;}
.set_info .set_info_con{float:left;width:50%;padding-right:5px;}
.set_info .set_info_con:last-child{padding-right:0;}
.set_info .com_alert {font-size:16px; color:#7c1117; font-weight:500;  line-height: 1.3;letter-spacing: -0.04em;margin-top:6px;position:relative}
.set_info .com_alert span {width:5px; height:5px; border-radius:10px; background:#833f3f; display:block; position:absolute; top:50%; left:0; transform:translateY(-50%)}
.preview_wrap input{position:absolute; opacity:0;}
.preview_wrap .preview_box input {width:100%; display:none}
.chk_balin {display:flex; align-items:baseline; gap:15px;}
#preview {width:260px; height:320px; border-radius:10px; overflow:hidden; border:1px solid #bdbdbd; box-shadow:none;}
#preview img {width:100%; height:100%}

/*2024-03-15 추가된 스타일*/
.new_write .bugo_wrap_with{max-width: 900px;}
.new_write .requ_text.write{margin-left: 150px;margin-bottom: 20px;font-size: 16px;text-align: left;}
.new_write .requ_text.write span{top: 0px;margin-right: 5px;}
.new_write .bor-red{border: 1px solid #ff0000;}
.new_write .btn_common {font-size:16px !important}
.new_write .none_login{margin-bottom:30px}
.new_write .preview_wrap{display:flex}
.new_write .preview_wrap .file_edit{align-items: flex-end; margin: 0 0 0 10px;}
.new_write #preview {width: 220px;height: 260px;}
.new_write .write_oher{margin-left:0}
.new_write .write_oher span{border-color:#bdbdbd;width: 16px;height: 16px;}
.new_write .flex_wrap{display: flex; align-items: baseline; width: 100%;}
.new_write .flex_wrap .user_info{min-width: 150px; display: flex;align-items: center; gap: 5px;}
.new_write .flex_wrap .flex_left h3{display:block}
.new_write .flex_wrap .flex_left .check_box{display:none}
.new_write .flex_wrap .flex_right{width:100%;justify-content: flex-start;}
.new_write .date_wrap .com_style{width:35%}
.new_write .date_wrap .time_box{display:flex;justify-content: space-between;width:50%}
.new_write .date_wrap .time_box .hour,.new_write .date_wrap .time_box .minute{display:flex;align-items:center; width: 30%;}
.new_write .date_wrap .time_box .hour p,.new_write .date_wrap .time_box .minute p{font-weight:600;font-size:17px; margin-left: 3px;}
.new_write .date_wrap .time_box button{width: 100px;height: 50px;line-height: 50px;}
.new_write #search_modal .modal-header h5{font-size:20px;font-weight:600}
.new_write #search_modal .modal-body input{width:100%;background: #f3f3f3;}
.new_write #search_modal .modal-body span{font-weight: 600;margin: 20px 0 10px;display: block;padding-bottom: 5px;}
.new_write #search_modal .modal-body .funeral_list li{padding: 10px 0; border-top: 1px solid #bdbdbd;}
.new_write #search_modal .modal-body .funeral_list h4{margin-bottom: 5px; font-weight: 700;}
.new_write #search_modal .modal-body .pager{display:flex;flex-wrap: wrap;margin: 20px 0;justify-content: center;gap: 15px;}
.new_write #search_modal .modal-body .pager li{cursor: pointer;text-align: center;padding: 3px 10px;border-radius: 4px;font-size: 14px;}
.new_write #search_modal .modal-body .funeral_list{height: 345px;overflow-y: auto;}

.new_write .radio_input{display: flex;align-items: center;gap: 10px; justify-content: flex-start; border: 1px solid rgba(255, 0, 0, .3); border-radius: 4px; padding: 0 25px; background: #fff; box-shadow: 0px 0px 10px rgba(255,0,0,.3);animation: neon 1.5s forwards infinite;}
@keyframes neon {
  0%{
    border:1px solid rgba(255, 0, 0, .3);
    box-shadow: 0px 0px 10px rgba(255,0,0,.3);
  }
  50%{
    border:1px solid rgba(255, 0, 0, 1);
    box-shadow: 0px 0px 10px rgba(255,0,0,.9);
  }
  100%{
    border:1px solid rgba(255, 0, 0, .3);
    box-shadow: 0px 0px 10px rgba(255,0,0,.3);
  }
}
.new_write .modal .modal-title{font-size: 20px; font-weight: 600;}
.new_write .modal .sangju_add_btn{display: flex; align-items: center; gap: 3px;cursor:pointer;margin-top:10px}
.new_write .modal .sangju_add_btn i{font-size:18px;color:#7c1117}
.new_write .modal .sangju_add_btn p{font-weight:600;} 
.new_write .modal .group_add {border-top: 1px solid #bdbdbd; padding-top: 15px; margin-top: 15px;}
.new_write .modal .group_add button{width: 50%;background: #000;color: #fff;border-radius: 4px;height: 46px;display: block; margin: auto;}
.new_write .modal .next_btn button{width: 100%;margin-top: 40px;}
.new_write .modal .user_wrap{display: flex; gap: 5px;border-top:1px solid #bdbdbd; margin-top: 15px;margin-bottom: 5px; padding-top:15px;}
.new_write .modal .user_wrap input:nth-child(1){width:25%}
.new_write .modal .user_wrap input:nth-child(2){width:25%}
.new_write .modal .user_wrap input:nth-child(3){width:50%}
.new_write .modal .buuigeum_money .bank_sel_box{align-items: center; display: flex; gap: 5px;} 
.new_write .modal .pre_btn{width: 100%; display: flex;align-items: center; gap: 5px; margin-top: 40px;}
.new_write .modal .pre_btn button{width: 50%;}
.new_write .modal .sangju_le {width:30%;display: flex;gap: 5px; flex-direction: column;}
.new_write .modal .sangju_ri_wrap{width:70%}
.new_write .modal .sangju_ri {width:100%;display: flex;gap: 5px;margin-bottom:5px}
.new_write .modal .sangju_ri:last-child{margin-bottom:0}
.new_write .modal #sangju_add1 .flex_wrap{align-items: flex-start; justify-content: end;gap: 5px;margin-bottom:10px}
.new_write .modal #sangju_add1 .flex_wrap:last-child{margin-bottom:0}
.new_write .modal #sangju_add1 .btn_flex button{margin:0}
.new_write .sangju_list .list_item{display: flex;align-items: baseline;border-top: 1px solid #bdbdbd;margin-top: 25px; padding-top: 15px;}
.new_write .sangju_list .list_item > span{min-width:100px;font-weight:700;font-size:18px}
.new_write .sangju_list .list_item .item_sangju{min-width:100px;font-weight:700;font-size:18px;display:flex;align-items:center;gap:10px;}
.new_write .sangju_list .list_item .item_sangju b{display:flex;flex-direction:column;background:#403e3d;border:1px solid #403e3d;border-radius:4px;}
.new_write .sangju_list .list_item .item_sangju b i{font-size:21px;color:#fff;padding:3px;cursor:pointer;}
.new_write .sangju_list .list_item .item_sangju b i:first-child{border-bottom:1px solid #6b6b6b;}
.new_write .sangju_list .list_item .inner_wrap{width:100%}
.new_write .sangju_list .list_item .inner_wrap ul li:last-child .inner {margin-bottom: 0;}
.new_write .sangju_list .list_item .inner{display: flex;align-items: stretch;justify-content: space-between;border: 1px solid #bdbdbd;border-radius: 4px;width: 100%;margin-bottom:10px; min-height: 60px;}
.new_write .sangju_list .list_item .inner .txt{padding:10px;background:#f8f8f8; width: 100%;border-radius: 4px;display: flex;flex-direction: column; justify-content: center;}
.new_write .sangju_list .list_item .inner .txt span{font-weight:600}
.new_write .sangju_list .btn_flex button{display: flex;flex-direction: column;align-items: center; justify-content: center;margin-left:0;line-height: 1.0; border-left: 1px solid #bdbdbd; border-radius: 0; font-size: 15px;font-weight: 500; height: auto;}
.new_write .sangju_list .btn_flex button:last-child {border-radius: 0 4px 4px 0;}
.new_write .sangju_list .btn_flex button.btn_arrow{background:#fff}
.new_write .sangju_list .btn_flex button.btn_arrow i {color: #847a75;font-size: 27px;line-height: 1.0;margin-bottom:0}
.new_write .sangju_list .btn_flex button.btn_arrow p{font-size: 14px; color: #403e3d;}
.new_write .toggle_wrap .user_info {display: flex;align-items: center;gap: 10px;}
.new_write .toggle_wrap .chk_in_01,.new_write .toggle_wrap .chk_in_02,.new_write .toggle_wrap .chk_in_03{display:none}
.new_write .toggle_wrap .other_ch{border: 1px solid #bdbdbd;padding: 20px; border-radius: 4px;}
.new_write .toggle_wrap .other_ch .bot h3{font-size:21px;font-weight:700;margin-top:40px;margin-bottom:10px;padding-bottom:10px; border-bottom: 2px solid #833f3f;}
.new_write .toggle_wrap .other_ch .bot .design_ra{display:flex; gap: 0 20px;flex-wrap: wrap;}
.buuigeum_money {display:flex; align-items:center; width:100%; gap:5px; }
.buuigeum_money .buuigeum_sed .bank_sel_box select{width:40%}
.buuigeum_money .buuigeum_sed .bank_sel_box .bank_user_name{width:20%}
.buuigeum_money .buuigeum_sed .bank_sel_box input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.buuigeum_money .buuigeum_sed .bank_sel_box p{font-weight:600}
.buuigeum_money .buuigeum_sed .bank_num{display: flex;align-items: center;gap: 5px; margin-top: 5px;}

.plus_wrap {margin-top:15px; margin-bottom:15px;}
.add_sang_plus {display:flex; align-items:center; width:100%; gap:15px; margin-bottom:15px}
.add_sangju {display:flex; align-items:center; gap:15px;}
.add_sangju .add_set {width:100%}

#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 !important;top:34px;right:0;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
#autosave_pop:before {content:"";position:absolute;top:-8px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #000 transparent}
#autosave_pop:after {content:"";position:absolute;top:-7px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
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:center;margin:0 !important}
#autosave_pop button {margin:0;padding:0;border:0}
#autosave_pop ul {padding:15px;border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:130px;border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #fff;background:#eee;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;font-size:0.92em;font-style:italic;color:#999}
.autosave_close {cursor:pointer;width:100%;height:30px;background:none;color:#888;font-weight:bold;font-size:0.92em}
.autosave_close:hover {background:#f3f3f3;color:#3597d9}
.autosave_content {display:none}
.autosave_del {background:url(./img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:20px;width:20px}

/* 게시판 읽기 */
#bo_v {margin-bottom:20px;background:#fff;box-sizing:border-box}

#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#ff3061;color:#fff;font-weight:bold;line-height:2.2em}

#bo_v_title {}
#bo_v_title .bo_v_cate {display:inline-block;line-height:20px;background:#e2eaf6;color:#3a8afd;padding:0 10px;border-radius:3px;}
#bo_v_title .bo_v_tit {display:block;font-size:2em;margin:5px 0 0;word-break:break-all}

#bo_v_info {margin:0;border-bottom:1px solid #f1f1f1;color:#666}
#bo_v_info:after {display:block;visibility:hidden;clear:both;content:""} 
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_info .profile_info {margin:20px 0 10px;display:inline-block;float:left}
#bo_v_info .profile_info .pf_img {float:left;margin-right:10px}
#bo_v_info .profile_info .pf_img img {border-radius:50%;width:50px;height:50px}
#bo_v_info .profile_info .profile_info_ct {float:left;padding:5px 0;line-height:18px}
#bo_v_info strong {display:inline-block;margin:0 10px 0 0;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}
#bo_v_info .profile_img {display:none}
#bo_v_info .sv_member {color:#000}
#bo_v_info .if_date {margin:0;color:#888}

#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_file li {padding:15px;position:relative;margin:10px 0;border:1px solid #dfdfdf;border-radius:5px;
-webkit-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
-moz-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%)}
#bo_v_file li i {float:left;color:#b2b2b2;font-size:2.35em;margin-right:20px}
#bo_v_file a {float:left;display:block;text-decoration:none;word-wrap:break-word;color:#000; font-weight:600}
#bo_v_file a:focus, #bo_v_file li:hover a, #bo_v_file a:active {text-decoration:underline;color:#3a8afd}
#bo_v_file img {float:left;margin:0 10px 0 0}
#bo_v_file .bo_v_file_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_file li:hover {border-color:#bed4f4;color:#bed4f4}
#bo_v_file li:hover i {color:#3a8afd}
#bo_v_file li:hover .bo_v_file_cnt {color:#99c2fc}

#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_link li {padding:15px;position:relative;margin:10px 0;border:1px solid #dfdfdf;border-radius:5px;
-webkit-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
-moz-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%)}
#bo_v_link li i {float:left;color:#b2b2b2;font-size:2.35em;margin-right:20px}
#bo_v_link a {float:left;display:block;text-decoration:none;word-wrap:break-word;color:#000}
#bo_v_link a:focus, #bo_v_link li:hover a, #bo_v_link a:active {text-decoration:underline;color:#3a8afd}
#bo_v_link .bo_v_link_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_link li:hover {border-color:#bed4f4;color:#bed4f4}
#bo_v_link li:hover i {color:#3a8afd}
#bo_v_link li:hover .bo_v_link_cnt {color:#99c2fc}

#bo_v_top {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 {padding:0;list-style:none;word-break:break-all;background:#fff}

#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 {padding:0;list-style:none}

.bo_v_com {margin:20px 0;float:right}
.bo_v_com > li {position:relative;float:left;margin-left:5px}

.bo_v_nb {position:relative;margin:20px 0;clear:both;text-align:left}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {border-top:1px solid #f1f1f1;padding:13px}
.bo_v_nb li:last-child {border-bottom:1px solid #f1f1f1}
.bo_v_nb li:hover {background:#f6f6f6}
.bo_v_nb li i {font-size:13px;color:#b3b3b3}
.bo_v_nb li .nb_tit {display:inline-block;padding-right:20px;color:#b3b3b3}
.bo_v_nb li .nb_date {float:right;color:#b3b3b3}

#bo_v_img {width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img a.view_image {display:block}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}

#bo_v_con {margin:10px 0 30px;width:100%;line-height:1.7em;min-height:200px;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#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}
#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;color:#4a5158}
#bo_v_act a:hover {background-color:#fff;color:#ff484f;border-color:#ff484f}
#bo_v_act i {font-size:1.4em;margin-right:5px}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;z-index:9999;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}
#bo_v_act .bo_v_good {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}
#bo_v_act .bo_v_nogood {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}

#bo_v_sns {padding:0;list-style:none;zoom:1;float:left;display:inline-block}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;width:135px;margin-right:5px;text-align:left}
#bo_v_sns li a {height:35px;line-height:35px;text-align:center;border-radius:5px;color:#fff;font-size:0.95em}
#bo_v_sns li img {vertical-align:middle;margin-right:5px}
#bo_v_sns li .sns_f {display:block;background:#3b5997}
#bo_v_sns li .sns_t {display:block;background:#09aeee}
#bo_v_sns li .sns_g {display:block;background:#ea4026}
#bo_v_sns li .sns_k {display:block;background:#fbe300}

#bo_v_share {position:relative;padding:20px 0}
#bo_v_share:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_share .btn {padding:0 10px;color:#555;font-weight:normal;font-size:1em;width:80px;line-height:35px;height:35px;border-color:#d5d5d5;border-radius:5px}
#bo_v_share .btn:hover {background:#fff}
#bo_v_share .btn i {margin-right:5px;color:#4b5259;vertical-align:middle}

#bo_vc{}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {padding: 10px 0;position:relative;border-bottom: 1px solid #d7d7d7;}
#bo_vc article:last-child{border:0}
#bo_vc article:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc article .profile_img img {border-radius:50%}
#bo_vc article .pf_img {float:left;margin-right:10px}
#bo_vc article .pf_img img {width: 61px;}
#bo_vc article .cm_wrap {float:left;max-width:870px;width:90%}
#bo_vc article .cm_wrap .guest {color: #303030;font-size: 1.4em;font-weight: 500;}
#bo_vc header {position:relative;width:100%}
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc header .profile_img {display:none}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {color:#777}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {line-height:1.8em;padding: 0 0 10px;letter-spacing: -0.05em;}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:80px 0 !important;color:#999;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc .bo_vl_opt {position:absolute;bottom: 0;right: 0;}

.bo_vc_act {display:none;position:absolute;right:0;top:40px;width:58px;text-align:right;border:1px solid #b8bfc4;margin:0;list-style:none;background:#fff;zoom:1;z-index:9999}
.bo_vc_act:before {content:"";position:absolute;top:-8px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.bo_vc_act:after {content:"";position:absolute;top:-6px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.bo_vc_act li {border-bottom:1px solid #f0f0f0}
.bo_vc_act li:last-child {border-bottom:0}
.bo_vc_act li a {display:inline-block;padding:10px 15px}
.bo_vc_act li a:hover {color:#3a8afd}
.bo_vc_w {position:relative;margin:10px 0;display:block}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.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_w textarea {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:100px;
-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1)}
#wr_secret {}
.bo_vc_w_info {margin:10px 0;}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input {float:left;margin-right:5px}
.bo_vc_w_info #captcha {padding-top:10px;display:block;clear:both}
.bo_vc_w .btn_confirm {clear:both;margin-top:10px}
.bo_vc_w .btn_confirm label {display:inline-block;margin-right:10px;border-radius:3px;font-size:1.5em;text-align:center}
.bo_vc_w .btn_submit {font-weight:bold;font-size:1.083em}
.bo_vc_w .btn_confirm .secret_cm label {font-size:1em !important}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}
.secret_cm {display:inline-block;float:left}

#bo_vc_send_sns {display:inline-block;float:left}
#bo_vc_sns {display:inline-block;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 5px 0 0}
#bo_vc_sns .sns_li_f {border-radius:3px;background:#3a589b;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_t {border-radius:3px;background:#00aced;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_off {background:#bbb}
#bo_vc_sns a {display:inline-block;padding:0 15px 0 5px}
#bo_vc_sns input {margin:0 5px 0 0}

/*글쓰기*/
#bo_w .bo_v_option li {display:inline-block;float:left;text-align:left;margin:0 5px 0 0}
#bo_w .bo_v_option li label {vertical-align:baseline}
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span {margin-left:0;margin-right:5px}
#bo_w .write_div {margin:10px 0;position:relative}
#bo_w .write_div:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info .frm_input {float:left;margin-bottom:1%}
/*#bo_w #wr_password, #bo_w #wr_homepage {margin-left:1%}*/
#bo_w .wr_content.smarteditor2 iframe {background:#fff}
#bo_w .bo_w_tit {position:relative}
#bo_w .bo_w_tit .frm_input {padding-right:120px}
#bo_w .bo_w_tit #btn_autosave {position:absolute;top:5px;right:5px;line-height:30px;height:30px}
#bo_w .bo_w_link label {position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_link .frm_input {padding-left:50px}
#bo_w .bo_w_flie .lb_icon {position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_flie .frm_file {padding-left:50px;margin-top:3px}
#bo_w .bo_w_flie .file_wr {position:relative;border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input {margin:10px 0 0}
#bo_w .bo_w_flie .file_del {position:absolute;top:10px;right:10px;font-size:0.92em;color:#7d7d7d}
#bo_w .bo_w_select select {border:1px solid #d0d3db;width:100%;height:40px;border-radius:3px}
.add_btn {padding:0px 15px; line-height:45px; background:#7c1117; border-radius:100px; color:#fff; font-size:16px; max-width:145px; width:100%; font-weight:600; text-align:center; cursor:pointer; margin-bottom:35px; margin-top:10px}

#container_title {display:none}
/* 지울것
#bo_w {width:100%;padding:150px 20px 100px;}
#bo_w .write_table {background: #fff;padding: 100px 20px;border-radius: 50px; max-width:1280px; width:100%; margin:0 auto}
#bo_w .write_txt {text-align:center; margin-bottom:60px}
*/

#bo_w .bo_w_tit {letter-spacing: -0.06em;font-weight: 600;font-size: 32px;text-align: center;margin-bottom: 50px;color: #353535;}
#bo_w .write_txt .write_ico {margin-bottom:10px;}
#bo_w .write_txt .write_tit h3 {font-size:42px; color:#000; letter-spacing:-0.06em; font-weight:bold}

.bo_info_block {margin: 1rem auto 2rem;}
.bo_info_block .bo_info_head {overflow:hidden;}
.bo_info_block .bo_info_head h3 {font-size: 18px;margin-bottom: 15px;letter-spacing: -0.06em;font-weight: 400;display:inline-block;color: #272727;}
.bo_info_block .bo_info_head .add {display:inline-block;margin-left:10px;letter-spacing: -0.04em;font-size: 14px;font-weight: 300;}
.bo_info_block .bo_info_body {border-top: 2px solid #777;padding: 0 12px;}
.bo_info_block .bo_info_body .input_group {border-bottom: 1px solid #ececec;}
.bo_info_block .bo_info_body .input_group label {position:relative;font-size: 16px;font-weight: 500;line-height: 45px;letter-spacing: -0.04em;color: #333;padding:10px 20px;}
.bo_info_block .bo_info_body .input_group input[type="text"] {width:100%;border:1px solid #d0d3db;height:45px;line-height: 45px;border-radius: 0 !important;box-shadow: none;font-size: 15px;font-weight: 300;letter-spacing: -0.04em;padding:5px;}
.bo_info_block .bo_info_body .input_group select {width: 100%;padding:5px;border: 1px solid #d0d3db;height:45px;line-height: 45px;border-radius: 0px;font-size: 15px;font-weight: 300;letter-spacing: -0.04em;}
.bo_info_block .bo_info_body .input_group .padding2 {padding:0 2px;}
.bo_info_block .bo_info_body .input_group .mar-b5 {margin-bottom:5px;}
.bo_info_block .bo_info_body .input_group p {font-size: 15px;font-weight: 300;letter-spacing: -0.04em;color:#444;line-height: 45px;display: inline-block;margin-right:10px;}
.bo_info_block .bo_info_body .input_group input[type='radio'] {appearance: none;width: 22px;height: 22px;border: 1px solid #dadada;border-radius: 50% !important;margin-right: 5px;margin-top: 0;position: relative;}
.bo_info_block .bo_info_body .input_group input[type='radio']:before {content:'';background:#10285d;display:none;width: 14px;height: 14px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);border-radius: 50% !important;}
.bo_info_block .bo_info_body .input_group input[type='radio']:checked {border-color: #10285d;}
.bo_info_block .bo_info_body .input_group input[type='radio']:checked:before {display:block;}
.bo_info_block .bo_info_body .input_group textarea {width: 100%;padding:5px;border: 1px solid #d0d3db;border-radius: 0px;font-size: 15px;font-weight: 300;letter-spacing: -0.04em;}
.bo_info_block .bo_info_body .input_group .rela {position:relative;}
.bo_info_block .bo_info_body .input_group .blank_btn {position: absolute;left: 0;width: 100%;height: 45px;}
.bo_info_block .bo_info_body .input_group .blank_btn:focus {box-shadow:none}
.bo_info_block .bo_info_body .input_group .plus_btn {border:1px solid #ddd;color:#444;font-size:15px;padding: 0 14px;line-height: 43px;cursor:pointer;}
.bo_info_block .bo_info_body .input_group .thead {background: #f6f7f8;}
.bo_info_block .bo_info_body .input_group .tbody {padding-top:10px;padding-bottom:10px;padding-left: 12px;}
.bo_info_block .bo_info_body .input_group .requ_icon:before {content:'';background:url('/img/require.png')no-repeat;width:15px;height:15px;position: absolute;right: 5px;top: 20px;opacity:0.7;}
.bo_info_block .bo_info_body .input_group .chk_box_style label {padding:0;}
.bo_info_block .bo_info_body .input_group .chk_box_style span {font-size:14px;margin-right:5px;}
.bo_info_block .xi-tag {color:#1a3b6d;font-size:13px;}
#bo_w .write_div {text-align:center;margin: 30px 0;}
#bo_w .btn_cancel {width: 25%;line-height: 50px;height: 50px;font-size: 16px;font-weight: 400;background: #fff;color: #4a4a4a;border: 1px solid #afafaf;letter-spacing: -0.04em;}
#bo_w button.btn_submit {/*width: 25%;line-height: 50px;height: 50px;background: #7c1117;font-size: 20px;font-weight: 500;letter-spacing: -0.04em;border: 1px solid #7c1117;color: #FFF; border-radius:100px;*/ transition:all ease .3s}
#bo_w button.btn_submit:hover {/*color:#fff; background:#833f3f*/}
#bo_w button.btn_submit.reg_adress {width:145px; background:#403e3d; height:45px; font-size:16px; line-height:45px; border:1px solid #403e3d}

.chk_box_style {width:100px}
.chk_box_style input[type="checkbox"] {display:none;}
.chk_box_style input[type="checkbox"] + label {color:#333;display: block;font-size: 17px;letter-spacing: -0.05em;font-weight: 500; gap:10px; display:flex; align-items:center; width:110px; margin-left:5px;}
.chk_box_style input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box_style input[type="checkbox"]:checked + label {color:#333}
.chk_box_style input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #7c1117;border-color:#7c1117;border-radius:3px}
.chk_box_style input[type="checkbox"] + label span {top:18px;position: relative;right: auto;top: 0;display: inline-block;margin-left: 1%;vertical-align: inherit;}
.frm_input {-webkit-box-shadow:none !important;box-shadow:none !important;}

/* 화한 리스트 */
.floor-list-wrap .btn_cls{color: #3b3b3b;font-size: 28px;position: absolute;right: 14px;bottom: 102%;z-index: 10;background: #fff;border-radius: 50%;width: 36px;height: 36px;line-height: 36px;}
.floor-list-wrap .wre_list_inner{padding:10px;background: #fff;transform: translate(-50%, 100%);transition: all 500ms ease-in-out;max-width: 768px;width: 100%;margin: 0 auto;height: 70vh;border-radius: 16px 16px 0 0;position: absolute;bottom: 0;left: 50%;}
.floor-list-wrap .wre_list {padding: 8px 16px 24px;overflow-y: auto;height: 100%;}
.floor-list-wrap .wre_list::-webkit-scrollbar {width: 10px;  }
.floor-list-wrap .wre_list::-webkit-scrollbar-track { background: #ffffff;  }
.floor-list-wrap .wre_list::-webkit-scrollbar-thumb {background-color: #ccc;border-radius: 10px;border: 2px solid #ffffff;}

html.floor-view #floor_box > .wre_list_inner{ transform: translate(-50%,0);}
/* html.floor-view #floor_box > .wre_list {   } */
.floor-list-wrap .wre_list li {background: #fff;display: flex;align-items: center;margin-bottom: 15px;border-bottom: 1px solid #eee;padding: 1rem;/* justify-content: space-evenly; */}
.floor-list-wrap .wre_list li .wre_img {max-width: auto;}
.floor-list-wrap .wre_list li .wre_img img {width:100%;}
.floor-list-wrap .wre_list li .text {text-align: left;min-width:200px;margin-left: 50px;width: calc(100% - 244px);}
.floor-list-wrap .wre_list li .text h4 {margin-bottom: 5px;font-size: 18px;color: #272727;font-weight: 400;}
.floor-list-wrap .wre_list li .text p {font-size: 19px;letter-spacing: -0.06em;}
.floor-list-wrap .wre_list li .text p span {font-size: 24px;font-weight: 700;margin-right: 3px;}
.floor-list-wrap .wre_list li .text p b {font-weight: 700;color:#594345;}
.floor-list-wrap .wre_list li .btn_view{font-size: 15px;font-weight:500;border: 1px solid #2171f3;border-radius: 4px;padding: 4px 9px;margin: 6px 0 0;display: inline-block;color: #2171f3;}
.floor-list-wrap .wre_list li .btn_view i{font-size: 18px;vertical-align: -1px;}
.floor-list-wrap .wre_list li .or_btn {margin-top: 30px;padding: 10px 0;border-radius:45px;font-size: 17px;font-weight:500;background: #2072f2;color:#fff;letter-spacing: -0.06em;width: 100%;transition:.5s ease;}
.floor-list-wrap .wre_list li .or_btn:hover{background:#0541a1;    box-shadow: 0 2px 9px 3px rgb(33 113 243 / 35%);}
.floor-list-wrap .wre_list li .or_btn i {display:block;margin-bottom: 3px;}

.floor-list-wrap{position:fixed;top:0;left:0;z-index:1000;width:100%;height:100%;opacity:0;visibility:hidden;transition:all 500ms ease-in-out;}
html.floor-view #floor_box {visibility: visible;opacity: 1;}
.floor-list-wrap .bg_wrap{display:block;opacity:0;transition:all 500ms ease-in-out;height:100%;width:100%;background:rgba(0, 0, 0, 0.6);position:relative;color:#fff;text-align:center;padding:5rem 0 70vh;}
html.floor-view #floor_box > .bg_wrap { opacity: 1;}
.floor-list-wrap .bg_wrap .name{color: #fff;font-size: 37px;font-family: 'Gowun Batang', serif;}
.floor-list-wrap .bg_wrap .txt{font-size: 17px;margin-top: 25px;line-height: 153%;}

.mobile_fu .footer_fu {padding: 50px 0;text-align: center;background: #f3f3f3;}
.mobile_fu .footer_fu .ft_sv {color: #7d8187;font-size: 15px;font-weight: 200;}
.mobile_fu .footer_fu .ft_sv img {height: 30px;vertical-align: baseline;}
.mobile_fu .footer_fu .copy {font-size: 14px;color: #8d9096;font-weight: 300;letter-spacing: -0.02em;}


/* 조문메시지 리스트 */
.comment-list-wrap .btn_cls{color: #3b3b3b;font-size: 28px;position: absolute;right: 14px;bottom: 102%;z-index: 10;background: #fff;border-radius: 50%;width: 36px;height: 36px;line-height: 36px;}
.comment-list-wrap .wre_list_inner{padding:10px;background: #fff;transform: translate(-50%, 100%);transition: all 500ms ease-in-out;max-width: 768px;width: 100%;margin: 0 auto;height: 70vh;border-radius: 16px 16px 0 0;position: absolute;bottom: 0;left: 50%;}
.comment-list-wrap .wre_list {padding: 8px 16px 24px;overflow-y: auto;height: 100%;}
.comment-list-wrap .wre_list::-webkit-scrollbar {width: 10px;  }
.comment-list-wrap .wre_list::-webkit-scrollbar-track { background: #ffffff;  }
.comment-list-wrap .wre_list::-webkit-scrollbar-thumb {background-color: #ccc;border-radius: 10px;border: 2px solid #ffffff;}

html.comment-view #comment_box > .wre_list_inner{ transform: translate(-50%,0);}
/* html.comment-view #comment_box > .wre_list {   } */
.comment-list-wrap .wre_list li {background: #fff;display: flex;align-items: center;margin-bottom: 15px;border-bottom: 1px solid #eee;padding: 1rem;/* justify-content: space-evenly; */}
.comment-list-wrap .wre_list li .wre_img {max-width: auto;}
.comment-list-wrap .wre_list li .wre_img img {width:100%;}
.comment-list-wrap .wre_list li .text {text-align: left;min-width:200px;margin-left: 50px;width: calc(100% - 244px);}
.comment-list-wrap .wre_list li .text h4 {margin-bottom: 5px;font-size: 18px;color: #272727;font-weight: 400;}
.comment-list-wrap .wre_list li .text p {font-size: 19px;letter-spacing: -0.06em;}
.comment-list-wrap .wre_list li .text p span {font-size: 24px;font-weight: 700;margin-right: 3px;}
.comment-list-wrap .wre_list li .text p b {font-weight: 700;color:#594345;}
.comment-list-wrap .wre_list li .btn_view{font-size: 15px;font-weight:500;border: 1px solid #2171f3;border-radius: 4px;padding: 4px 9px;margin: 6px 0 0;display: inline-block;color: #2171f3;}
.comment-list-wrap .wre_list li .btn_view i{font-size: 18px;vertical-align: -1px;}
.comment-list-wrap .wre_list li .or_btn {margin-top: 30px;padding: 10px 0;border-radius:45px;font-size: 17px;font-weight:500;background: #2072f2;color:#fff;letter-spacing: -0.06em;width: 100%;transition:.5s ease;}
.comment-list-wrap .wre_list li .or_btn:hover{background:#0541a1;    box-shadow: 0 2px 9px 3px rgb(33 113 243 / 35%);}
.comment-list-wrap .wre_list li .or_btn i {display:block;margin-bottom: 3px;}

.comment-list-wrap{position:fixed;top:0;left:0;z-index:1000;width:100%;height:100%;opacity:0;visibility:hidden;transition:all 500ms ease-in-out;}
html.comment-view #comment_box {visibility: visible;opacity: 1;}
.comment-list-wrap .bg_wrap{display:block;opacity:0;transition:all 500ms ease-in-out;height:100%;width:100%;background:rgba(0, 0, 0, 0.6);position:relative;color:#fff;text-align:center;padding:5rem 0 70vh;}
html.comment-view #comment_box > .bg_wrap { opacity: 1;}
.comment-list-wrap .bg_wrap .name{color: #fff;font-size: 37px;font-family: 'Gowun Batang', serif;}
.comment-list-wrap .bg_wrap .txt{font-size: 17px;margin-top: 25px;line-height: 153%;}

.mobile_fu .footer_fu {padding: 50px 0;text-align: center;background: #f3f3f3;}
.mobile_fu .footer_fu .ft_sv {color: #7d8187;font-size: 15px;font-weight: 200;}
.mobile_fu .footer_fu .ft_sv img {height: 30px;vertical-align: baseline;}
.mobile_fu .footer_fu .copy {font-size: 14px;color: #8d9096;font-weight: 300;letter-spacing: -0.02em;}


/* 부고장 조회 */
.rip_list {width:100%;}
.bo_sch_area {/*background: #f7f7f7;padding: 30px;margin: 0 0 30px;width: 100%;*/}
.bo_sch_area {}
.bo_sch_area .bo_sch_width {max-width:600px; width:100%; margin:0 auto}
.bo_sch_area .sch_input {position: relative;border:1px solid #bdbdbd;height:45px;padding: 10px 20px;letter-spacing: -0.05em;}
.bo_sch_area .sch_icon {position: absolute;left: 0;top: 50%;}
.bo_sch_area .sch_btn {}

input::-webkit-input-placeholder {color:#aaa;font-weight:300;}
input:-ms-input-placeholder {color:#aaa;font-weight:300;}

.list_box {padding:100px 20px; background:#fff; border-radius:50px; max-width:1280px; width:100%; margin:0 auto}
.list_box table {width:100%; border-top:2px solid #000; width:100%;}
.list_box table th {padding:15px 0; text-align:center;  background:#f6f7f8;border-bottom:1px solid #e2e2e2; }
.list_box table td {text-align:center; padding:13px 0; font-size:15px; font-weight:500;border-bottom:1px solid #e2e2e2}
.list_box table td .btn_list {display:flex; align-items:center; justify-content:center; gap:2px;}
.list_box table td .btn_list .com_btn {color:#fff; display:inline-block; height:34px; line-height:34px; padding:0 15px; font-size:15px; border-radius:4px; letter-spacing:-0.04em; font-weight:500; background:#000; cursor:pointer}
.list_box table td .btn_list .com_btn.btn_edit {background:#333333}
.list_box table td .btn_list .com_btn.btn_del {background:#000}
.list_box table td .btn_list .com_btn.btn_copy {background:#1d3b5c}
.list_box table td .btn_list .com_btn.btn_see {background:#4c4c4c}
.list_box table td .btn_list .com_btn.btn_send {background:#293f3a}
.list_box .table_scroll {overflow:auto}
.list-box .box-item {margin-bottom: 18px;}
.list-box .box-item .top_info {background: url("/img/top_info.png")no-repeat right;padding: 10px 20px;border-left: 5px solid #7c1117;position: relative;}
.list-box .box-item .top_info .sang_j{background: #7c1117;font-size: 18px;color:#fff;font-weight:400;display: inline-block;border-radius: 4px;line-height: 36px;text-align: center;padding: 0 15px;margin-left: 5px;}
.list-box .box-item .top_info .tt_01 {font-size: 17px;letter-spacing: -1px;}
.list-box .box-item .top_info .tt_02 {font-size: 26px;letter-spacing: -0.05em;font-weight: 600; display:flex; align-items:center}
.list-box .box-item .deta-wrap {padding: 20px 25px;border: 1px solid #efefef;border-top: 0;box-shadow: 3px 8px 6px #f7f7f7; background:#fff}
.list-box .box-item .deta-wrap .detail {border-top:2px solid #777;padding:0 12px;} 
.list-box .row {height:100%;}
.list-box .box-item .deta-wrap .detail .detail_li {border-bottom: 1px solid #f1f1f1;}
.list-box .box-item .deta-wrap .detail .thead {background:#f6f7f8;font-size: 15px;padding: 10px 20px;font-weight: 500;letter-spacing: -0.05em;color: #444;}
.list-box .box-item .deta-wrap .detail .tbody {font-size: 15px;padding: 10px 0;letter-spacing: -0.05em;}

/* 장례식장 모달 */
.fw_modal {}
.fw_modal .modal-header {border-bottom: 0;}
.fw_modal .modal-header .modal-title {font-size: 20px;font-weight: 600;}
.fw_modal .frm_input {font-size:15px;}
.fw_modal .btn {height:40px;line-height:40px;background-color:#062043;font-size:14px;padding:0 15px;color:#fff;}
.fw_modal .btn-secondary:focus, .fw_modal .btn-secondary.active, .fw_modal .btn-secondary:active, .fw_modal .btn-secondary:hover {color: #fff !important;border-color: #062043;background-color: #062043;}
.modal .modal-content .modal-header .close:hover {color: #000 !important;}
.admin_area {display:flex;}
.list-box .box-item a:hover {color:#000 !important;}

/* 230418 장례확인서 */
.gowun_bt {font-family:'Gowun Batang', serif}
.m_container {width:768px; margin:30px auto; position:relative; padding-bottom:30px;}
.m_container .deceased_name {text-align:center; letter-spacing:-0.04em; font-size:35px; font-weight:700; color:#222}
.wrap_flex {display:flex; gap:35px;}
.input_flex.goin_flex {flex-direction:column}
.with_100 {width:100%}
.mb_0 {margin-bottom:0;}
.search_wrap {border-radius:4px; border:1px solid #e2e2e2; overflow:hidden}

/* 23-06-01 수정 */
.mobile_fu{position:relative;width:600px;margin:0 auto;}
.mobile_fu .fu_head{width:100%;background:#2b2b2b;padding:20px 0;}
.mobile_fu .fu_head .fu_head_tit{text-align:center;}
.mobile_fu .fu_head .fu_head_tit h2{font-family:'Noto Serif KR',serif;font-size:40px;color:#fff;font-weight:600;}
.mobile_fu .fu_head .fu_head_tit h2 img{}
.mobile_fu .fu_head .fu_head_tit p{font-size:18px;color:#fff;font-weight:200;letter-spacing:-0.04em;margin-top:10px;}

.mobile_fu .fu_body{background:#fff;padding-bottom:150px;}
.mobile_fu .fu_body .fu_body_wrap{position: relative;background:#f7f7f7;padding:50px 50px 0 50px;}
.mobile_fu .fu_body .fu_body_wrap .fu_body_tit{text-align:center;margin-bottom:50px;}
.mobile_fu .fu_body .fu_body_wrap .fu_body_tit h2{font-family:'yg-jalnan';font-size:32px;color:#222;letter-spacing:-0.04em;}
.mobile_fu .fu_body .fu_body_wrap .fu_body_tit img{max-width:100%;}
.mobile_fu .fu_body .fu_body_wrap .bg_item{position:absolute;top:23%;right:0;}
.mobile_fu .fu_body .fu_body_wrap .bg_item img{max-width:100%;}

.left_profile{position:absolute;top:21%;right:50px;}
.top_photo{}
.top_photo .img_wrap{overflow:hidden;}
.top_photo .img_wrap .img_inner{width:201px;height:258px;border:7px solid #2d2c2c;border-radius:1px;box-shadow:inset 0 0 10px rgba(0,0,0,0.5), 5px 5px 10px rgba(0,0,0,0.3);}
.top_photo img{width:100%;}

.mobile_fu .fu_body .fu_body_txt{margin-bottom:40px;}
.align_center{text-align:center;}
.mobile_fu .fu_body .fu_body_txt .tt_02{font-size:40px;color:#222;font-weight:500;line-height:1;}
.mobile_fu .fu_body .fu_body_txt .tt_02 img{height: 50px;margin-right: 3px; margin-top: -10px;}
.mobile_fu .fu_body .fu_body_txt .tt_02 b{font-family:'Noto Serif KR',serif;}
.mobile_fu .fu_body .fu_body_txt .tt_02 span{font-size:30px;font-weight:300;}

.mobile_fu .fu_body .info_box{}
.mobile_fu .fu_body .info_box .info_txt{margin-bottom:12px;}
.mobile_fu .fu_body .info_box .info_txt > div{font-size:20px;color:#222;font-weight:300;margin-right:20px;}
.mobile_fu .fu_body .info_box .info_txt .txt_bold{font-size:21px;font-weight:700;}
.mobile_fu .fu_body .info_box .info_txt div span{color:#832313;}
.mobile_fu .fu_body .info_box .info_txtf{display:flex;}

.mobile_fu .fu_body .sangju_list{position:relative;top:45px;margin-top:-35px;background:#fff;padding:20px 35px;border-radius:20px;box-shadow:0px 5px 5px rgba(0,0,0,0.1);}
.mobile_fu .fu_body .sangju_list .list_tit{margin-bottom:15px;}
.mobile_fu .fu_body .sangju_list .list_tit p{font-size:23px;color:#222;font-weight:700;line-height:1;}
.mobile_fu .fu_body .sangju_list .list_tit p img{max-width:100%;width:12px;vertical-align:text-top;}
.mobile_fu .fu_body .sangju_list .list_txt{display:flex;}
.mobile_fu .fu_body .sangju_list .list_txt > div{display:block;font-size:20px;color:#222;font-weight:300;}
.mobile_fu .fu_body .sangju_list .list_txt > div.wid18 {width:18%;}
.mobile_fu .fu_body .sangju_list .list_txt .txt_bold{font-size:21px;font-weight:700;}

.mobile_fu .fu_body .main_loc{padding:100px 50px 50px 50px;border-bottom:6px solid #f5f5f5;}
.mobile_fu .fu_body .main_loc .loc_tit{margin-bottom:30px;}
.mobile_fu .fu_body .main_loc .loc_tit h3{font-size:26px;color:#222;font-weight:700;letter-spacing:-0.05em;}
.mobile_fu .fu_body .main_loc .loc_con{}
.mobile_fu .fu_body .main_loc .loc_con .loc_info{margin-bottom:5px;}
.mobile_fu .fu_body .main_loc .loc_con .loc_info .loc_info_txt{display:flex;align-items:flex-start;margin-bottom:15px;}
.mobile_fu .fu_body .main_loc .loc_con .loc_info .loc_info_txt .lt_01{font-size:23px;color:#222;font-weight:700;letter-spacing:-0.06em;margin-right:20px;max-width:22%;width:100%;line-height:114%;}
.mobile_fu .fu_body .main_loc .loc_con .loc_info .loc_info_txt .lt_01 img{max-width:100%;width:12px;vertical-align:text-top;}
.mobile_fu .fu_body .main_loc .loc_con .loc_info .loc_info_txt .lt_02{font-size:18px;color:#222;font-weight:400;letter-spacing:-0.05em;line-height:120%;}
.mobile_fu .fu_body .main_loc .loc_con .loc_info .loc_copy{position:relative;top:-6px;}
.mobile_fu .fu_body .main_loc .loc_con .loc_info .loc_copy a.address_box{display:block;font-size:15px;color:#7c1117;font-weight:600;text-align:center;border:1px solid #7c1117;width:80px;border-radius:50px;padding:3px;}

.mobile_fu .fu_body .main_loc .loc_con .loc_map{position:relative;width:100%;margin-bottom:30px;}
.mobile_fu .fu_body .main_loc .loc_con .loc_map iframe{width:100% !important;}
.mobile_fu .fu_body .main_loc .loc_con .loc_map .map{width:100%;height:250px;border-radius:20px;box-shadow:0px 5px 5px rgba(0,0,0,0.2);}
.mobile_fu .fu_body .main_loc .loc_con .loc_map .map:focus,
.mobile_fu .fu_body .main_loc .loc_con .loc_map .map:active{border:0 !important;outline:0 !important;}

.mobile_fu .fu_body .main_loc .loc_con .loc_quick ul{position:relative;display:flex;justify-content:center;align-items:center;}
.mobile_fu .fu_body .main_loc .loc_con .loc_quick li{width:calc(100% / 2);}
.mobile_fu .fu_body .main_loc .loc_con .loc_quick li a{display:flex;justify-content:center;align-items:center;border:1px solid #dddddd;border-radius:6px;padding:20px 0;text-align:center;}
.mobile_fu .fu_body .main_loc .loc_con .loc_quick li a img{max-width:100%;height:21px;padding-right:6px;}
.mobile_fu .fu_body .main_loc .loc_con .loc_quick li a p{font-size:16px;color:#222;font-weight:500;letter-spacing:-0.05em;}
.mobile_fu .fu_body .main_loc .loc_con .loc_quick li:nth-child(2){margin:0 10px;}
.mobile_fu .fu_body .main_loc .loc_con .loc_quick li a:focus,
.mobile_fu .fu_body .main_loc .loc_con .loc_quick li a:active{outline:0 !important;}

.mobile_fu .fu_body .message{padding:50px;border-bottom:6px solid #f5f5f5;}
.mobile_fu .fu_body .message .message_con .message_tit{position:relative;margin-bottom:10px;}
.mobile_fu .fu_body .message .message_con .message_tit h3{font-size:26px;color:#222;font-weight:700;letter-spacing:-0.05em;margin-bottom:30px;}
.mobile_fu .fu_body .message .message_con .message_tit .total{font-size:15px;color:#595959;font-weight:400;line-height:1;}
.mobile_fu .fu_body .message .message_con .message_tit .total b{color:#7c1117;font-weight:600;}
.mobile_fu .fu_body .message .message_con .message_wrapper{background:#fff;padding:10px 0px;margin-top:10px;border-top:1px solid #ddd;}
.mobile_fu .fu_body .message .message_con .message_tit .btn_all_view{position:absolute;top:0;right:0;font-size:15px;color:#7c1117;font-weight:600;padding:4px 16px;border:1px solid #7c1117;border-radius:50px;display:flex;align-items:center;gap:4px;}

.comm_area{margin-top:20px;}
.comm_area .comm_btn{font-size:18px;color:#222;font-weight:600;background:#fff !important;width:100%;height:60px;border:1px solid #ddd;border-radius:6px !important;padding:0 10px;}
.comm_area .comm_btn img{max-width:100%;width:28px;padding-right:6px;vertical-align:text-bottom;}

.mobile_fu .fu_body .wreath{padding:50px;border-bottom:6px solid #f5f5f5;}
.mobile_fu .fu_body .wreath .wreath_tit{margin-bottom:30px;}
.mobile_fu .fu_body .wreath .wreath_tit h3{font-size:26px;color:#222;font-weight:700;letter-spacing:-0.05em;}
.mobile_fu .fu_body .wreath .wreath_box{background:#fafafa;padding:15px 0;border-radius:6px;text-align:center;}
.mobile_fu .fu_body .wreath .wreath_box p{font-size:18px;color:#222;font-weight:600;}
.mobile_fu .fu_body .wreath .wreath_box p img{max-width:100%;width:18px;margin-bottom:10px;}
.mobile_fu .fu_body .wreath .not_cont li{margin-bottom:8px;}
.mobile_fu .fu_body .wreath .not_cont li:last-child{margin-bottom:0;}
.wreath .send{text-align:center;margin-top:20px;}
.wreath .send a{display:block;font-size:18px;color:#222;font-weight:600;background:#fff !important;width:100%;height:60px;line-height:60px;border:1px solid #ddd;border-radius:6px !important;padding:0 10px;}
.wreath .send a img{max-width:100%;width:28px;padding-right:6px;vertical-align:text-bottom;}
#bottom_send_btn {font-size:18px;color:#222;font-weight:600;background:#fff !important;width:100%;height:60px;border:1px solid #ddd;border-radius:6px !important;padding:0 10px;}
#bottom_send_btn img{max-width:100%;width:28px;padding-right:6px;vertical-align:text-bottom;}

.mobile_fu .fu_body .funeral_mn{padding:50px;}
.mobile_fu .fu_body .funeral_mn .funeral_mn_con .funeral_mn_tit{margin-bottom:30px;}
.mobile_fu .fu_body .funeral_mn .funeral_mn_con .funeral_mn_tit h3{font-size:26px;color:#222;font-weight:700;letter-spacing:-0.05em;margin-bottom:10px;}
.mobile_fu .fu_body .funeral_mn .funeral_mn_con .funeral_mn_tit p{font-size:16px;color:#595959;font-weight:400;letter-spacing:-0.05em;}
.mobile_fu .fu_body .funeral_mn .funeral_mn_con .funeral_mn_tit p span{font-weight:700;}
.mobile_fu .fu_body .funeral_mn .funeral_mn_con .funeral_mn_box{position:relative;border:1px solid #ddd;padding:20px;border-radius:6px;margin-bottom:10px;}
.mobile_fu .fu_body .funeral_mn .funeral_mn_con .funeral_mn_box:first-child {margin-bottom:0;}
.mobile_fu .fu_body .funeral_mn .funeral_mn_con .funeral_mn_box .ft_01{font-size:20px;color:#222;font-weight:700;}
.mobile_fu .fu_body .funeral_mn .funeral_mn_con .funeral_mn_box .ft_02{font-size:16px;color:#848484;font-weight:300;margin-bottom:10px;}
.mobile_fu .fu_body .funeral_mn .funeral_mn_con .funeral_mn_box .ft_03{display:block;background:#f4f4f4;width:max-content;padding:8px 15px;border-radius:6px;font-size:14px;color:#222;font-weight:600;}
.mobile_fu .fu_body .funeral_mn .funeral_mn_con .funeral_mn_box .ft_03 i{font-weight:600;position:relative;top:1px;padding-left:20px;}
.mobile_fu .fu_body .funeral_mn .funeral_mn_con .funeral_mn_box .ft_copy{
position:absolute;top:50%;transform:translateY(-50%);right:20px;border:1px solid #7c1117;border-radius:50px;padding:3px 10px;font-size:15px;color:#7c1117;font-weight:700;text-align:center;}
.mobile_fu .fu_body .funeral_mn .funeral_mn_con > p{font-size:16px;color:#7c1117;font-weight:500;}

.bottom_fx{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:600px;z-index:999;}
.bottom_fx .fx_con{background:#7c1117;}
.bottom_fx .fx_con ul{display:flex;}
.bottom_fx .fx_con ul li{width:calc(100% / 3);text-align:center;}
.bottom_fx .fx_con ul li a{display:block;position:relative;font-size:20px;color:#fff;font-weight:600;padding:26px 0;}
.bottom_fx .fx_con ul li button{display:block;position:relative;font-size:20px;color:#fff;font-weight:600;padding:26px 0;}
.bottom_fx .fx_con ul li a:before{content:'';position:absolute;top:50%;transform:translateY(-50%);left:0;width:1px;height:40%;background:rgba(255,255,255,0.3);}
/* .bottom_fx .fx_con ul li:first-child a:before{display:none;} */

.bottom_fx .fx_con2{background:#dbdbdb;padding:6px 0;}
.bottom_fx .fx_con2 ul{display:flex;}
.bottom_fx .fx_con2 ul li{width:calc(100% / 2);text-align:center;}
.bottom_fx .fx_con2 ul li a{display:block;position:relative;font-size:20px;color:#222;font-weight:700;padding:12px 0;}
.bottom_fx .fx_con2 ul li a:before{content:'';position:absolute;top:50%;transform:translateY(-50%);left:0;width:1px;height:40%;background:rgba(0,0,0,0.1);}
.bottom_fx .fx_con2 ul li:first-child a:before{display:none;}
.bottom_fx .fx_con2 p{font-size:13px;color:#848484;font-weight:400;text-align:center;}

#mv_top_btn{position:fixed;right:35%;bottom:190px;background:#fff;width:50px;height:50px;box-shadow:0 0 10px rgba(0,0,0,0.1);border:0;border-radius:5px;font-size:18px;z-index:999;}
#mv_top_btn i{color:#222 !important;font-weight:600;}


/* 메세지 모달*/
.comm-modal{border:none !important;border-radius:12px !important;}
.comm-modal .modal-header{position:relative;display:block;border-bottom:0;background:#2b2b2b;padding:16px;border-top-left-radius:12px;border-top-right-radius:12px;}
.comm-modal .modal-header .modal-title{font-size:20px;color:#fff;font-weight:500;letter-spacing:-0.05em;}
.comm-modal .modal-header .btn-close{position:absolute !important;top:22px;right:20px;}
.comm-modal .modal-header .btn-close:focus{box-shadow:none !important;}
.comm-modal .modal-body .comm-top{display:flex;align-items:center;margin-bottom:20px;}
.comm-modal .modal-body .comm-top p{font-size:16px;color: #222;font-weight:400;}
.comm-modal .modal-body .comm-top p:first-child{margin-right:10px;}
.comm-modal .modal-body .comm-top p:first-child img{max-width:100%;width:17px;}
.comm-modal .modal-body .comm-con .bo_vc_w{margin:0;}
.comm-modal .modal-body .comm-con textarea{border:1px solid #ddd;border-radius:4px;padding:6px;box-shadow:none;font-size:15px;}
.comm-modal .modal-body .comm-con .bo_vc_w_info{margin:10px 0 0;}
.comm-modal .modal-body .comm-con .comm_name{border:1px solid #ddd;border-radius:4px;padding:6px;font-size:15px;background:#fff;color:#222;vertical-align:middle;width:100%;height:40px;}
.comm-modal .modal-body .comm-con textarea::placeholder,
.comm-modal .modal-body .comm-con .comm_name::placeholder{color:#999;font-weight:300;}
.comm-modal .modal-body .comm-con .comm_name:focus{box-shadow:none !important;}
.comm-modal .modal-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-top:1px solid #ddd;}
.comm-modal .modal-footer .close-btn{width:48%;height:40px;border:1px solid #ddd;font-size:16px;color:#222;font-weight:400;border-radius:4px;margin:0;}
.comm-modal .modal-footer .close-btn:focus{box-shadow:none;}
.comm-modal .modal-footer .btn_submit{width:48%;height:40px;background:#7c1117;font-size:16px;color:#fff;font-weight:500;border-radius:4px !important;margin:0;}

/* 교통안내 모달 */
.tra-modal{overflow:hidden;border:none !important;border-radius:12px !important;}
.tra-modal .modal-header{position:relative;display:block;border-bottom:0;background:#2b2b2b;padding:16px;border-top-left-radius:12px;border-top-right-radius:12px;}
.tra-modal .modal-header .modal-title{font-size:20px;color:#fff;font-weight:500;letter-spacing:-0.05em;}
.tra-modal .modal-header .btn-close{position:absolute !important;top:22px;right:20px;}
.tra-modal .modal-header .btn-close:focus{box-shadow:none !important;}
.tra-modal .tra-con .tra-box{border:1px solid #ddd;border-radius:6px;padding:15px;}
.tra-modal .tra-con .tra-box:first-child{margin-bottom:8px;}
.tra-modal .tra-con .tra-box .tit_line{overflow:hidden;}
.tra-modal .tra-con .tra-box .tit_line i{display:inline-block;float:left;font-size:26px;color:#222;margin-right:10px;}
.tra-modal .tra-con .tra-box .tit_line h2{font-size:18px;color:#222;font-weight:500;line-height:26px;}
.tra-modal .tra-con .tra-box .fra-list{}
.tra-modal .tra-con .tra-box .fra-list p{font-size:16px;font-weight:300;letter-spacing:-0.05em;}

/* 길찾기 모달 */
.navi-modal{border:none !important;border-radius:12px !important;}
.navi-modal .modal-header{position:relative;display:block;background:#2b2b2b;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;}
.navi-modal .modal-header .btn-close{position:absolute !important;top:22px;right:20px;}
.navi-modal .modal-header .btn-close:focus{box-shadow:none !important;}
.navi-modal .modal-header .navi-img{width:16%;max-width:66px;}
.navi-modal .modal-header .modal-title{font-size:20px;color:#fff;font-weight:500;letter-spacing:-0.04em;}
.navi-modal .modal-body{padding:30px 1rem 30px 1rem;}
.navi-modal .navi-con{text-align:center;}
.navi-modal .navi-con p img{max-width:100%;width:40px;margin-bottom:10px;}
.navi-modal .navi-con h2{font-size:18px;color:#222;font-weight:500;margin-bottom:30px;}
.navi-modal .navi-con .navi-app{display:flex;justify-content:space-around;border:1px solid #ddd;border-radius:6px;padding:20px 0;}
.navi-modal .navi-con .navi-app .app-list{}
.navi-modal .navi-con .navi-app .app-list .app-item{display:block;}
.navi-modal .navi-con .navi-app .app-list .app-item img{margin-bottom:10px;}
.navi-modal .navi-con .navi-app .app-list .app-item p{font-size:16px;color:#222;font-weight:400;}
.navi-modal .navi-con .navi-app .app-list .app-item:hover p{color:#222;}
.navi-modal .modal-footer{padding:1rem;border-top:1px solid #ddd;margin:0;}
.navi-modal .modal-footer .close-btn{font-size:16px;color:#222;font-weight:500;border:1px solid #ddd;width:100%;}
.navi-modal .modal-footer .close-btn:focus{box-shadow:none;}


/* 문자 모달 */
.mes-modal{border:none !important;border-radius:12px !important;}
.mes-modal .modal-header{position:relative;display:block;background:#2b2b2b;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;}
.mes-modal .modal-header .btn-close{position:absolute !important;top:22px;right:20px;}
.mes-modal .modal-header .btn-close:focus{box-shadow:none !important;}
.mes-modal .modal-header .navi-img{width:16%;max-width:66px;}
.mes-modal .modal-header .modal-title{font-size:20px;color:#fff;font-weight:500;letter-spacing:-0.04em;}
.mes-modal .modal-body{padding:30px 1rem 30px 1rem;}
.mes-modal .mes-con{text-align:center;}
.mes-modal .mes-con h2{font-size:18px;color:#222;font-weight:500;margin-bottom: 12px;letter-spacing: -0.04em;}
.mes-modal .mes-con .mes_num {max-width:85%;width:100%;border:1px solid #ddd;border-radius:6px;padding:10px 15px;margin-bottom:20px;}
.mes-modal .mes-con .sendview_btn{display:block;max-width:400px;margin:0 auto;margin-bottom:35px;}
.mes-modal .mes-con .sendview_btn button{display:flex;align-items:center;justify-content:space-between;width:100%;border-radius:12px;padding:0 20px;height:78px;}
.mes-modal .mes-con .sendview_btn p{font-size:18px;color:#212529;font-weight:400;}
.mes-modal .mes-con .sendview_btn .btn_01{margin-right:10px;background:#f2da00;margin-bottom:7px;}
.mes-modal .mes-con .sendview_btn .btn_01 i{font-size:34px;color:#212529;}
.mes-modal .mes-con .sendview_btn .btn_02{background:#716d6c;}
.mes-modal .mes-con .sendview_btn .btn_02 i{font-size:24px;color:#fff;}
.mes-modal .mes-con .sendview_btn .btn_02 p{color:#fff;}


/* 부의금 모달 */
.mn-modal{border:none !important;border-radius:12px !important;}
.mn-modal .modal-header{position:relative;display:block;background:#2b2b2b;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;}
.mn-modal .modal-header .btn-close{position:absolute !important;top:22px;right:20px;}
.mn-modal .modal-header .btn-close:focus{box-shadow:none !important;}
.mn-modal .modal-header .modal-title{font-size:20px;color:#fff;font-weight:500;letter-spacing:-0.04em;}
.mn-modal .modal-body{padding:30px 1rem 30px 1rem;}
.mn-con{text-align:center;}
.mn-con .mn-txt{}
.mn-con .mn-txt p img{margin-bottom:20px;}
.mn-con .mn-txt p{font-size:18px;color:#222;font-weight:500;}
.mn-con .mn-line {border-top:1px solid #eee;border-bottom:1px solid #eee;padding:10px 0;width:80%;margin:20px auto;display:flex;justify-content:center;}
.mn-con .mn-line p img{}
.mn-con .mn-line p{}
.mn-con .mn-line p span{}
.mn-con .mn-box{}
.mn-con .mn-box .mn-box-con{}
.mn-con .mn-box .mn-box-con p{}
.mn-con .mn-box .mn-box-con p strong{}

/* 부고보내기 모달 */
.send-modal{border:none !important;border-radius:12px !important;}
.send-modal .modal-header{position:relative;display:block;background:#2b2b2b;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;}
.send-modal .modal-header .btn-close{position:absolute !important;top:22px;right:20px;}
.send-modal .modal-header .btn-close:focus{box-shadow:none !important;}
.send-modal .modal-header .modal-title{font-size:20px;color:#fff;font-weight:500;letter-spacing:-0.04em;}
.send-modal .modal-body{padding:30px 1rem 30px 1rem;}
.send-con{text-align:center;}
.send-con p img{max-width:100%;width:40px;margin-bottom:10px;}
.send-con .send-tit{display:block;overflow:hidden;text-align:center;}
.send-con .send-tit h2{font-size:18px;color:#222;font-weight:500;margin-bottom:30px;}
.send-con .send-tit img{margin-right:5px;}
.send-con .send-app{font-size:0;border:1px solid #ddd;border-radius:6px;padding:30px 0;}
.send-con .send-app .send-list{display:inline-block;width:calc(100% / 4);text-align:center;}
.send-con .send-app .send-list .send-item{display:block;}
.send-con .send-app .send-list .send-item img{margin-bottom:10px;border-radius:50%;}
.send-con .send-app .send-list .send-item p{font-size:16px;color:#222;font-weight:400;}

/* 조문메시지 모달 */
.allview-modal{border:none !important;border-radius:12px !important;height:800px;}
.allview-modal .modal-header{position:relative;display:block;background:#2b2b2b;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;}
.allview-modal .modal-header .btn-close{position:absolute !important;top:22px;right:20px;}
.allview-modal .modal-header .btn-close:focus{box-shadow:none !important;}
.allview-modal .modal-header .modal-title{font-size:20px;color:#fff;font-weight:500;letter-spacing:-0.04em;}
.allview-modal .modal-body{padding:30px 1rem 30px 1rem;overflow-x:auto;}
.allview-con .allview-tit .total{font-size: 15px;color: #595959;font-weight: 400;line-height: 1;}
.allview-con .allview-tit .total b {color: #7c1117;font-weight: 600;}
.allview-con .message_wrapper {padding: 10px 0px;margin-top: 10px;border-top: 1px solid #ddd;}


/* 화한 리스트 */
.floor-list-wrap .wre_list_inner .kind_tab {border-bottom:1px solid #ddd; height:40px;}
.floor-list-wrap .wre_list_inner .kind_tab ul {display:flex; align-items:center; justify-content:center; height:100%;}
.floor-list-wrap .wre_list_inner .kind_tab ul li {max-width:140px; width:100%; }
.floor-list-wrap .wre_list_inner .kind_tab ul li:hover a {color:#176efa}
.floor-list-wrap .wre_list_inner .kind_tab ul li:hover a::after {width:100%; left:0; bottom:-7px;}
.floor-list-wrap .wre_list_inner .kind_tab ul li a {text-decoration:none; height:100%; display:flex; align-items:center; font-size:18px; color:#333; position:relative; justify-content:center; font-weight:500; cursor:pointer}
.floor-list-wrap .wre_list_inner .kind_tab ul li a:after {content:''; display:block; position:absolute; bottom:0; width:0; height:3px; background:#7c1117; left:50%; transition:all 0.5s ease; bottom:-7px;}
.floor-list-wrap .wre_list_inner .kind_tab ul li.on a {color:#7c1117}
.floor-list-wrap .wre_list_inner .kind_tab ul li.on a:after {width:100%; left:0; bottom:-7px;}
.floor-list-wrap .btn_cls{color: #3b3b3b;font-size: 28px;position: absolute;right: 14px;bottom: 102%;z-index: 10;background: #fff;border-radius: 50%;width: 36px;height: 36px;line-height: 36px;}
.floor-list-wrap .wre_list_inner {padding:10px;background: #fff;transform: translate(-50%, 100%);transition: all 500ms ease-in-out;max-width: 768px;width: 100%;margin: 0 auto;height: 80vh;border-radius: 16px 16px 0 0;position: absolute;bottom: 0;left: 50%; padding:30px;}
.floor-list-wrap .wre_list {/*padding: 8px 16px 24px;*/padding:0;overflow-y: auto;height: 85%;position: relative;}
.floor-list-wrap .wre_list::-webkit-scrollbar {width: 10px;  }
.floor-list-wrap .wre_list::-webkit-scrollbar-track { background: #ffffff;  }
.floor-list-wrap .wre_list::-webkit-scrollbar-thumb {background-color: #ccc;border-radius: 10px;border: 2px solid #ffffff;}
.floor-list-wrap .wre_list .ov{position: absolute;top: 0;left: 0;width: 100%; height: 100%; background: #000000a6;z-index: 9999;display: flex;justify-content: center; align-items: center;}
.floor-list-wrap .wre_list .ov p{color:#fff;text-align:center;font-size: 26px;font-weight: 600;}
.floor-list-wrap .wre_list .ov.hide{display:none}
html.floor-view #floor_box > .wre_list_inner{ transform: translate(-50%,0);}
/* html.floor-view #floor_box > .wre_list {   } */
.floor-list-wrap .wre_list li {background: #fff;display: flex;align-items: center;margin-bottom: 15px;border-bottom: 1px solid #eee;padding: 1rem;/* justify-content: space-evenly; */}
.floor-list-wrap .wre_list li.details_view {display:block; padding:30px; margin-bottom:0;}
.floor-list-wrap .wre_list li.details_view:last-child {margin-bottom:70px;}
.floor-list-wrap .wre_list li.details_view .details_flex {display:flex; align-items:center;position:relative;}
.floor-list-wrap .wre_list li.details_view .details_box {}
.floor-list-wrap .wre_list li.details_view .details_box .view_box {}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .view_tit {text-align:center; margin-bottom:10px;}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .view_tit h3 {font-size:18px; font-weight:bold; letter-spacing:-0.06em; margin-bottom:5px;}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .view_tit p {font-size:16px; color:#666; font-weight:500; line-height:20px}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .view_img {display:flex; align-items:center; justify-content:center; gap:15px; margin-bottom:15px;}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .view_img img {width:100%;height:auto !important;}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .view_img .view_de {max-width:250px; width:100%}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .close_up_flex {display:flex; align-items:center; gap:10px; margin-bottom:10px;}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .close_up_flex .close_up_item {width:33.3333%; border-radius:10px; overflow:hidden}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .close_up_flex .close_up_item img {width:100%}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .view_warning {width:100%; background:#eee; padding:15px; border-radius:10px; margin-bottom:25px;}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .view_warning ul {}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .view_warning ul li {background:transparent; margin-bottom:3px; padding:0; font-size:14px; color:#333; font-weight:400; position:relative; padding-left:18px; color:#333; word-break:keep-all}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .view_warning ul li:last-child {margin-bottom:0;}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .view_warning ul li span {position:absolute; top:0; left:0;}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .view_warning ul li span i {font-size:13px;}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .check_list {padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #eee}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .check_list.last {margin-bottom:0; border-bottom:0; padding-bottom:0;}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .check_list h3 {font-size:16px; letter-spacing:-0.06em; color:#333; font-weight:bold; margin-bottom:10px;}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .check_list h3 span {color:#1a2ba5}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .check_list ul {}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .check_list ul li {position:relative; padding:0; background:transparent; font-size:14px; font-weight:400; color:#333; padding-left:33px; padding-bottom:9px; word-break:keep-all; padding-right:15px; border-bottom:0; margin-bottom:0;}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .check_list ul li:last-child {padding-bottom:0;}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .check_list ul li span {position:absolute; top:0; left:15px;}
.floor-list-wrap .wre_list li.details_view .details_box .view_box .check_list ul li span i {font-size:13px;}
.floor-list-wrap .wre_list li .wre_img {max-width: auto;}
.floor-list-wrap .wre_list li .wre_img img {width:100%;}
.floor-list-wrap .wre_list li .text {text-align: left;min-width:200px;margin-left: 50px;width: calc(100% - 244px);}
.floor-list-wrap .wre_list li .text h4 {margin-bottom: 5px;font-size: 18px;color: #272727;font-weight: 400;}
.floor-list-wrap .wre_list li .text p {font-size: 19px;letter-spacing: -0.06em;}
.floor-list-wrap .wre_list li .text p span {font-size: 24px;font-weight: 700;margin-right: 3px;}
.floor-list-wrap .wre_list li .btn_view{font-size: 15px;font-weight:500;border: 1px solid #2171f3;border-radius: 4px;padding: 4px 9px;margin: 6px 0 0;display: inline-block;color: #2171f3; display:flex; align-items:center}
.floor-list-wrap .wre_list li .btn_view .btn_right_ar {display:block}
.floor-list-wrap .wre_list li .btn_view .btn_close_x {display:none}
.floor-list-wrap .wre_list li .btn_view.chg_btn .btn_right_ar {display:none} 
.floor-list-wrap .wre_list li .btn_view.chg_btn .btn_close_x {display:block}
.floor-list-wrap .wre_list li .btn_view i{font-size: 18px;vertical-align: -1px; position:relative; top:-1px;}
.floor-list-wrap .wre_list li .or_btn {margin-top: 30px;padding: 10px 0;border-radius:45px;font-size: 17px;font-weight:500;background: #2072f2;color:#fff;letter-spacing: -0.06em;width: 100%;transition:.5s ease;}
.floor-list-wrap .wre_list li .or_btn:hover{background:#0541a1; box-shadow: 0 2px 9px 3px rgb(33 113 243 / 35%);}
.floor-list-wrap .wre_list li .or_btn i {display:block;margin-bottom: 3px;}
#viewbox {display:none; padding:30px 15px; width:100%}
.phone_faq {display:flex; justify-content:center; width:max-content; margin:0 auto; border:1px solid #e5e5e5; padding:10px 20px; margin-bottom:15px; border-radius:50px; align-items:center}
.phone_faq p:nth-child(1) {display:block; background:#7c1117; width:25px; height:25px; line-height:25px; border-radius:50%; text-align:center; margin-right:10px;}
.phone_faq p i {position:relative; top:2px; font-size:16px; color:#fff}
.phone_faq p:nth-child(2) {font-size:19px; font-weight:400; color:#171717; margin-right:40px;}
.phone_faq p:nth-child(3) {font-size:20px; color:#0d60cd; font-weight:600}
.close_btn {position:absolute; top:-50px; right:0; background:#fff; width:40px; height:40px; line-height:40px; border-radius:50%; text-align:center; cursor:pointer; display:flex; align-items:center; justify-content:center}
.close_btn i {font-weight: 700;}
.close_content {margin-top:25px;}
.close_content button {display:flex; align-items:center; margin:0 auto; justify-content:center; width:100%; background:#061526; color:#fff; border-radius:100px; font-size:15px; padding:10px 0; font-weight:500}
.close_content button i {font-size:20px;}
.floor-list-wrap .wre_list li .or_btn.in_box {margin-top:7px; font-size:15px;}

/* 230418 장례확인서 */
.gowun_bt {font-family:'Gowun Batang', serif}
.m_container {width:768px; margin:30px auto; position:relative; padding-bottom:30px;}
.m_container .deceased_name {text-align:center; letter-spacing:-0.04em; font-size:35px; font-weight:700; color:#222}
.item_product {display:none}
.item_product.on {display:inherit}
.item_product.hidden{overflow-y: hidden;}

/*240524 화환 모달*/


/* 수정중 */
#bo_vc .member{color:#363636;font-size:17px;font-weight:500;letter-spacing:-0.05em;}
.cmt_contents{color:#686868;font-size:14px;}
.bo_vc_hdinfo{color:#a3a3a3;font-size:14px;}
#bo_vc article .pf_img{float:right;margin-right:0;}
#bo_vc article .cm_wrap{width:80%;}
/*******/

/* 2023-07-17 추가 */
.flex_wrap{display:flex;}
.btn_flex{display:flex;justify-content:flex-end;}
.btn_flex button{display:block;width:50px;height:50px;line-height:50px;border-radius:4px;font-size:17px;color:#7c1117;font-weight:600;margin-left:4px;}
.btn_flex button i{font-size:30px;line-height:46px;}
.btn_flex button.btn_arrow{background:#f2f2f2;}
.btn_flex button.btn_arrow i{color:#403e3d;}
.btn_flex button.btn_del{background:#f2e7e7;}
.clockpicker{width:100%;}
.set_info_con{margin-bottom:20px;}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:100%;}
.bootstrap-select button{background:#FFFFFF;font-size:17px;font-weight:normal;padding:0;}
.bootstrap-select button:hover{background:#FFFFFF;font-size:17px;font-weight:normal;padding:0;}
.user_select{background:#FFFFFF;}
.btn-check:active+.btn-light, .btn-check:checked+.btn-light, .btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle{background:#FFFFFF;}
.user_select{border:1px solid #bdbdbd;border-radius:4px;padding:7px;}
@media (max-width:1280px){
  .list_box table{width:1204px}
}
@media (max-width:1200px){
  .mobile_fu{width:100%;}
  .bottom_fx{width:100%;}
  #mv_top_btn{right:3%;}
}
@media (max-width:1024px){
  .m-none {display:none;}
  .pc_none {display:inline-block}
  #bo_w .write_txt .write_tit h3 {font-size:40px;}
  #bo_w .write_txt {margin-bottom:60px;}
  .requ_text.write {font-size:18px; margin-bottom:60px}
  .user_input {font-size:16px;}
  .user_input::placeholder {font-size:16px;}

  .add_btn {order:1}

  .add_sang_plus {width:100%}
  .user_info .other_set {font-size:20px;}
  .write_oher {font-size:15px; padding-left:30px;}
  .write_oher > span {width:16px; height:16px; left:5px;}
  .btn_bo_user li {background:transparent}

  .sub_box.funeral_list {background:transparent !important;padding:0 !important;}

  /* 모바일 테이블 li */
  .table_all ul {background:transparent !important;}
  .table_all ul li {flex-wrap:wrap; align-items:center;justify-content:space-between;padding:0;}
  .table_all ul li:first-child {border-bottom:0;}
  .table_all ul li.li_td {background:#fff;border-radius:30px;box-shadow:1px 1px 4px rgba(0,0,0,0.1);padding:20px 25px;margin-bottom:15px;}
  .table_all ul li .table_th {display:none}
  .table_all ul li .table_td {border-bottom:0; height:auto;justify-content:start; padding:0;}
  .table_all ul li .table_td {color:#232323;}
  .table_all ul li .table_td.chkbox {}
  .table_all ul li .table_td.chk_box {display:block; background:transparent; padding:0; margin-top:5px;}
  .table_all ul li .table_td.td_chk {width:100% !important; text-align:left}
  .table_all ul li .table_td.sangju {width:100%;font-size:18px;font-weight:700;letter-spacing:-0.04em;border-bottom:1px solid #efefef;padding-bottom:10px;margin-bottom:10px;order:0;}
  .table_all ul li .table_td.deceased {width:auto;background:#222;padding:4px 8px;font-size:16px;color:#fff;letter-spacing:-0.04em;text-align:center;/*justify-content:center;margin-right:1%;font-size:16px;order:2;*/position:absolute;top:15px;right:25px;border-radius:6px;}
  .table_all ul li .table_td.funeral {display:block; text-align:left;line-height:114%;order:1;width:auto;}
  .table_all ul li .table_td.funeral span {display:inline-block; }
  .table_all ul li .table_td.room {width:100%; display:none}
  .table_all ul li .table_td.calendar {width:100%; display:block; text-align:left;order:3;}
  .table_all ul li .table_td.btn_wraps {width:100%;padding-top:10px;order:4;}
  /* .table_all ul li .table_td.btn_wraps .btn_edit {background:#333}
  .table_all ul li .table_td.btn_wraps .btn_see {background:#4c4c4c}
  .table_all ul li .table_td.btn_wraps .btn_del {background:#000}
  .table_all ul li .table_td.btn_wraps .btn_copy {background:#1d3b5c}
  .table_all ul li .table_td.btn_wraps .btn_send {background:#293f3a} */
  .table_all ul li .table_td .btn_list .com_btn {line-height:34px}
  .new_write .modal{top: 0;}

  .allview-modal{height:650px;}

}
@media (max-width:991px){
  .list-box .box-item .deta-wrap {padding:15px 20px;}
  #bo_w .write_txt .write_tit h3 {font-size:38px;}
  .new_write .requ_text.write{margin-left: 0;margin-top: 30px;}
  .new_write .preview_wrap .file_edit{align-items: flex-start;}
  .new_write .fu_date .input_flex{flex-direction: column;}
  .new_write .date_wrap .com_style{width:100%}
  .new_write .date_wrap .time_box{width:100%}
  .new_write .flex_wrap{flex-direction: column;}
  .new_write .flex_wrap .flex_left .check_box{display:block}
  .new_write .flex_wrap .flex_right .check_box{display:none}
  .new_write #user_info_Modal .flex_wrap{flex-direction: row;}
  .new_write .check_wrap.flex_wrap{flex-direction:row}
  .new_write .check_wrap .user_info{min-width: 100px;}
  .new_write #preview {width: 150px;height: 180px;}
  .new_write .preview_wrap .file_edit .md_width {width: 120px;}
  
   

}
@media(max-width:768px){
  .new_write .fu_name_info .input_flex{flex-direction: row;}
  .new_write .fu_name_info .input_flex .com_style.ha_f {width: 40%;}
  .new_write .sangju_flex_in.com_flex_wrap{flex-wrap: nowrap;}
  .new_write #user_info_Modal .btn_flex {position: static;margin-top: 10px;}
  .new_write #user_info_Modal .flex_wrap{display: flex; gap: 5px;}
  .new_write .modal #sangju_add1 .btn_flex{margin-top:0}
  .new_write .mobile_plus_warp{padding-bottom: 0;}
  .new_write .write_oher > span {top: 3px;}
  .new_write .input_flex{flex-direction: row;}
}
@media (max-width:767px){
  #bo_w .btn_cancel {width:40%;}
  #bo_w .write_txt .write_tit h3 {font-size:34px;}
  #bo_w .write_table {padding:50px 20px}
  #bo_list .correct_btn {position:relative;bottom:auto;right:auto;margin-top:10px;}
  #bo_list .correct_btn .cor {width:auto;font-size:14px;}
  .bo_info_block .bo_info_head h3  {margin-bottom:5px;}
  .bo_info_block .bo_info_head .add {margin:0 0 5px;}
  .bo_info_block .bo_info_body .input_group .mmar-b5 {margin-bottom:5px;}
  .bo_info_block .bo_info_body .input_group label {padding:5px 0;font-size:15px;line-height:35px;}
  .bo_info_block .bo_info_body .input_group .tbody {padding:10px 0 15px;}
  .bo_info_block .bo_info_body .input_group .tbody.hr-line {border-bottom:1px dotted #ccc;margin-bottom:10px;}
  .bo_info_block .bo_info_body .input_group .requ_icon:before {right:-15px;top:9px;}
  .list-box .box-item .deta-wrap {padding:15px 10px;}
  .list-box .box-item .top_info .tt_01 {font-size:15px;}
  .list-box .box-item .top_info .tt_02 {font-size:20px;}
  .list-box .box-item .deta-wrap .detail .thead {padding:8px;font-size: 13px;letter-spacing: -1.2px;}
  .list-box .box-item .deta-wrap .detail .mpadding5 {padding:8px 5px;}
  .list-box .box-item .deta-wrap .detail .tbody {padding:0;font-size: 13px;letter-spacing: -1.2px;}
  .list_box {padding:50px 20px;}
  .list_box table th {font-size:15px;}
  .list_box table td {font-size:14px;}
  .list_box table td .btn_list .com_btn {font-size:14px;}
  .user_input {font-size:15px;}
  .user_input::placeholder {font-size:14px;}
  .input_flex.goin_flex {flex-wrap:wrap}
  .input_flex.goin_flex .com_style {width:100%;}
  .com_style.time_flex {gap:5px;}
  .set_info.none_login  {width:100%; flex-direction:column; gap:35px;}
  .chk_box_style {padding:0;}
  .chk_box_style input[type="checkbox"] + label span {top:0;}
  .chk_box_style input[type="checkbox"] + label {font-size:15px; gap:5px;}
  .account_bcomm button {}
  .user_info h3 {font-size:18px;}
  .user_info h3 span {right:-15px}
  .add_sang_plus {margin-bottom:4px;}
  .add_sangju {gap:4px;}
  .wrap_flex {flex-direction:column; gap:0;}
  .sangju_name {margin-bottom:10px;}
  .add_btn {font-size:16px;}

  .flex_wrap{display:block;}
  .mobile_plus_warp {position:relative;padding-bottom:70px;}
  .sangju_flex{width:100%;}
  .sangju_flex .sangju_flex_in {flex-direction:column;align-items:baseline;padding-top:10px;}
  .btn_flex {position:absolute;bottom:0;right:0;}

  .btn_flex button{font-size:16px;}
  .btn_flex button:first-child{margin-left:0;}
  .new_write .sangju_list .list_item .btn_flex{position: static;}
  .new_write .requ_text.write {font-size: 17px;}
  .new_write #sangju_btn {width:145px}
  .new_write .sangju_flex_in.com_flex_wrap .user_input {flex: auto;}

}
@media(max-width:600px){
  .new_write .date_wrap .time_box .hour, .new_write .date_wrap .time_box .minute {width: 37%;}
}
@media (max-width:575px){
  .user_info h3 {font-size:18px;}
  /*.input_flex {flex-direction:column}*/
  .input_flex.goin_flex .com_style {width:100%}
  .requ_text.write {font-size:17px; margin-bottom:60px;}
  .sangju_name {flex-direction:column; margin-bottom:4px; gap:10px;}
  .buuigeum_money {flex-direction:column; gap:4px;}
  .chk_box_style input[type="checkbox"] + label {font-size:14px;}
  .add_btn {font-size:14px; max-width:100px;}
  .user_input  {height:45px; padding:10px;}
  .com_style.ha_f {width:100%}
  .user_info .other_set {font-size:18px}
  .write_oher {font-size:15px;}
  .write_oher > span {margin:0 auto; top:2px}
  .write_oher p {font-size:12px;}
  .bo_sch_area .sch_bar .sch_btn {height:40px; font-size:16px}
  .bo_sch_area .sch_bar .sch_input {height:40px;}
  .input_flex .reset_btn {width:100%}
  .input_flex .reset_btn button {line-height:45px;}
  .buuigeum_money {padding-top:4px;}
  .mobile_fu .fu_body .main_loc .loc_con .loc_info .loc_info_txt .lt_01 {font-size:22px;}
  .new_write .sangju_list .list_item > span {min-width: 90px;margin-bottom: 5px;}
  .new_write .check_wrap .user_info {min-width: 90px;}
}
@media (max-width:500px){
  #bo_vc article{padding:10px 0;}
  #bo_vc article .pf_img {width:20%}
  .floor-list-wrap .bg_wrap .name{font-size:28px;}
  .floor-list-wrap .bg_wrap .txt{font-size:15px;margin-top:15px;}
  .floor-list-wrap .wre_list li{padding:10px 0;}
  .floor-list-wrap .wre_list li .text{margin-left:18px;width: calc(60% - 18px);}
  .floor-list-wrap .wre_list li .text h4{font-size:15px;line-height: 136%;}
  .floor-list-wrap .wre_list li .text p{font-size:15px;}
  .floor-list-wrap .wre_list li .text p span{font-size:18px;}
  .floor-list-wrap .wre_list li .or_btn{font-size:16px;padding:8px 0;margin-top: 20px;}
  .floor-list-wrap .wre_list{padding:8px 5px 24px;}
  .floor-list-wrap .wre_list li .wre_img img{width:100%;height:auto;}
  .floor-list-wrap .wre_list li .wre_img{max-width: 40%;}
  .list-box .box-item .top_info .sang_j {line-height:30px;font-size:17px;}
  .new_write .btn_flex button{width:40px}
  .new_write .sangju_list .list_item .inner .txt{font-size:14px;}
  .new_write .sangju_list .btn_flex button{font-size: 12px;}
  .new_write .sangju_list .btn_flex button.btn_arrow i{font-size:20px}
  .new_write .sangju_list .btn_flex button.btn_arrow p {font-size: 12px;} 
}
@media (max-width:480px){
  .mobile_fu .fu_body{padding-bottom:130px;}

  #bo_w .write_txt .write_tit h3 {font-size:30px;}
  #bo_w .write_table {padding:35px 20px;}
  #bo_w button.btn_submit {width:100%; font-size:18px}
  #bo_w button.btn_submit.reg_adress {width:100%}
  .list_box {padding:35px 20px}
  .input_flex .reset_btn button {width:100%}
  .input_flex .reset_btn {}
  .reg_adress_btn {width:100%}
  .add_btn {width:100%; max-width:100%}
  .account_bcomm {width:100%}
  .account_bcomm button {width:100%}
  .sangju_flex {margin-bottom:10px;}
  .sangju_name {margin-bottom:10px;}
  .preview_wrap .file_edit {flex-direction:column; gap:4px;margin-top:4px;}
  /* .table_all ul li .table_td .btn_list {flex-wrap:wrap} */
  
  .mobile_fu .fu_body .fu_body_wrap{padding:50px 20px 20px 20px;}
  .mobile_fu .fu_body .main_loc{padding:70px 20px 40px 20px;}
  .mobile_fu .fu_body .message,
  .mobile_fu .fu_body .wreath{padding:40px 20px;}
  .mobile_fu .fu_body .funeral_mn{padding:40px 20px;}
  .mobile_fu .fu_head{padding:12px 0;}
  .mobile_fu .fu_head .fu_head_tit h2{font-size:34px;}
  .mobile_fu .fu_head .fu_head_tit p{font-size:15px;margin-top:6px;}
  .mobile_fu .fu_body .fu_body_wrap .fu_body_tit{margin-bottom:30px;}
  .mobile_fu .fu_body .fu_body_wrap .fu_body_tit img{width:210px;}
  .mobile_fu .fu_body .fu_body_wrap .bg_item{top:50%;}
  .mobile_fu .fu_body .fu_body_wrap .bg_item img{width:200px;opacity:0.3;}
  .left_profile{top:16%;right:20px;}
  .top_photo .img_wrap .img_inner{width:150px;height:200px;}
  .mobile_fu .fu_body .fu_body_txt{margin-bottom:25px;}
  .mobile_fu .fu_body .fu_body_txt .tt_02{font-size:34px;}
  .mobile_fu .fu_body .fu_body_txt .tt_02 span{font-size:24px;}
  .mobile_fu .fu_body .info_box{position:relative;z-index:1;}
  .mobile_fu .fu_body .info_box .info_txt{margin-bottom:8px;}
  .mobile_fu .fu_body .info_box .info_txt > div{font-size:18px;}
  .mobile_fu .fu_body .info_box .info_txt .txt_bold{font-size:19px;}
  .mobile_fu .fu_body .info_box .info_txtf{display:block;}
  .mobile_fu .fu_body .sangju_list{padding:15px 20px;border-radius:12px;}
  .mobile_fu .fu_body .sangju_list .list_tit {margin-bottom:12px;}
  .mobile_fu .fu_body .sangju_list .list_tit p {font-size:20px;}
  .mobile_fu .fu_body .sangju_list .list_tit p img {width:10px;}
  .mobile_fu .fu_body .sangju_list .list_txt > div.wid18 {width:23%;}
  .mobile_fu .fu_body .sangju_list .list_txt > p,
  .mobile_fu .fu_body .sangju_list .list_txt .txt_bold,
  .mobile_fu .fu_body .sangju_list .list_txt > div {font-size:18px;}
  .mobile_fu .fu_body .main_loc .loc_tit{margin-bottom:20px;}
  .mobile_fu .fu_body .main_loc .loc_tit h3{font-size:24px;text-align:center;}
  .mobile_fu .fu_body .main_loc .loc_con .loc_info{margin-bottom:20px;}
  .mobile_fu .fu_body .main_loc .loc_con .loc_info .loc_info_txt{display:block;margin-bottom:8px;}
  .mobile_fu .fu_body .main_loc .loc_con .loc_info .loc_info_txt .lt_01 {max-width:100%;padding-bottom:5px;font-size:21px;}
  .mobile_fu .fu_body .main_loc .loc_con .loc_info .loc_info_txt .lt_02 {font-size:17px;}
  .mobile_fu .fu_body .main_loc .loc_con .loc_info .loc_info_txt .lt_02 br{display:none;}
  .mobile_fu .fu_body .main_loc .loc_con .loc_info .loc_copy{position:static;margin-top:6px;}
  .mobile_fu .fu_body .main_loc .loc_con .loc_info .loc_copy a.address_box{width:100%;padding:8px;}
  .mobile_fu .fu_body .main_loc .loc_con .loc_map{margin-bottom:20px;}
  .mobile_fu .fu_body .main_loc .loc_con .loc_map .map{height:180px;}
  .mobile_fu .fu_body .main_loc .loc_con .loc_quick li a{padding:15px 0;}
  .mobile_fu .fu_body .main_loc .loc_con .loc_quick li:nth-child(2){margin:0 4px;}
  .mobile_fu .fu_body .message .message_con .message_tit h3{font-size:24px;margin-bottom:20px;}
  .comm_area .comm_btn{height:50px;font-size:16px;}
  .mobile_fu .fu_body .wreath .wreath_tit{margin-bottom:20px;}
  .mobile_fu .fu_body .wreath .wreath_tit h3{font-size:24px;}
  .mobile_fu .fu_body .wreath .wreath_box{padding:12px 0;}
  .mobile_fu .fu_body .wreath .wreath_box p{font-size:16px;}
  .mobile_fu .fu_body .wreath .wreath_box p img{width:16px;}
  .mobile_fu .fu_body .wreath .not_cont li{margin-bottom:6px;}
  .wreath .send{margin-bottom:15px;}
  .wreath .send a{height:50px;line-height:50px;font-size:16px;}
  .mobile_fu .fu_body .funeral_mn .funeral_mn_con .funeral_mn_tit{margin-bottom:20px;}
  .mobile_fu .fu_body .funeral_mn .funeral_mn_con .funeral_mn_tit h3{font-size:24px;}
  .mobile_fu .fu_body .funeral_mn .funeral_mn_con .funeral_mn_box .ft_02{margin-bottom:6px}
  .mobile_fu .fu_body .funeral_mn .funeral_mn_con .funeral_mn_box .ft_copy{position:static;transform:none;margin-top:12px;padding:8px;}
  .bottom_fx .fx_con ul li button, .bottom_fx .fx_con ul li a{font-size:15px;padding:20px 0;}
  #mv_top_btn {bottom:150px;width:45px;height:45px;font-size:16px;}
  .tra-modal .tra-con{padding:0;}
  .bottom_fx .fx_con2 ul li a{font-size:15px;}
  .bottom_fx .fx_con2 p{font-size:12px;}
  .new_write .preview_wrap .file_edit .md_width {width: 100px;font-size: 14px !important; height: 40px; line-height: 40px;}
  .new_write .date_wrap .time_box button {width: 65px;}
  .new_write #search_modal .modal-body .pager li{padding: 2px 8px;font-size: 13px;}
  .phone_faq p:nth-child(2) {margin-right:15px;font-size:16px;}
  .phone_faq p:nth-child(3) {font-size:18px;}
}
@media (max-width:450px){
  #bo_w button.btn_submit {font-size:18px; width:100%}
  .add_sang_plus {gap:10px;}
}
@media (max-width:420px){
  #bo_vc article{padding:5px 0;}
  .floor-list-wrap .wre_list_inner{padding:10px 5px}
  .floor-list-wrap .wre_list li .btn_view{font-size:14px;padding:3px 6px;}
  .floor-list-wrap .wre_list li .btn_view i{vertical-align:-2px}
  .send-con .send-app{padding:20px 0;}
  .send-con .send-app .send-list{width:50%;}
  .send-con .send-app .send-list:nth-child(1),
  .send-con .send-app .send-list:nth-child(2){margin-bottom:12px}
  .send-con .send-app .send-list .send-item p{font-size:14px;}
  .navi-modal .navi-con .navi-app .app-list .app-item p{font-size:14px;}
 
}
@media(max-width:392px){
  .new_write .date_wrap .time_box{width: 100%;}
  .new_write .btn_flex button {width: 35px;}
  .new_write .sangju_list .list_item > span{font-size:16px;  min-width: 70px;}
  .new_write .sangju_list .list_item .inner .txt {padding: 10px 5px;} 
  .new_write .write_oher{font-size: 15px;}
  .new_write .write_oher > span {top: 0px;}
  .new_write .date_wrap .time_box button {width: 90px;}
  .new_write .date_wrap .time_box .hour, .new_write .date_wrap .time_box .minute {width: 37%;}
  .new_write .user_input{font-size:15px}
  .new_write .user_input::placeholder{font-size:15px}
  .new_write .requ_text.write {font-size: 15px;}
  
}
@media (max-width:375px){
  #bo_w .write_txt .write_tit h3 {font-size:28px;}
  #preview {width:100%}
  .preview_wrap .file_edit {width:100%; max-width:none; flex-direction:column; gap:4px;}
  .floor-list-wrap .wre_list li .text{margin-left: 5px;min-width:auto;width: 100%;}
  .floor-list-wrap .wre_list li .or_btn{font-size:15px; margin-top:10px;}
  .list-box .box-item .top_info .tt_02 {flex-direction:column; align-items:start}
  .list-box .box-item .top_info .sang_j {margin-left:0; margin-top:5px;}
  .mobile_fu .fu_body .fu_body_wrap .fu_body_tit {margin-bottom:25px;}
  .mobile_fu .fu_body .fu_body_wrap .fu_body_tit h2 {font-size:27px;margin-bottom:25px;}
  .mes-modal .mes-con .mes_num {max-width:100%;}
  .mes-modal .mes-con .sendview_btn button {height:58px;}
  .mes-modal .mes-con .sendview_btn p {font-size:16px;}
  .mes-modal .mes-con .sendview_btn .btn_01 i,
  .mes-modal .mes-con .sendview_btn .btn_02 i {font-size:30px;}
  .mn-con .mn-txt p br{display:none;}
  
  .table_all ul li .table_td.sangju{font-size:17px;padding-bottom:8px;letter-spacing:-0.06em;}
  .table_all ul li .table_td.deceased{padding:4px 7px;font-size:15px;top:17px;}
}
@media (max-width:370px){
  .bo_sch_area .sch_bar .sch_input {width:60%}
  .bo_sch_area .sch_bar .sch_btn {width:auto; font-size:13px;}
  
  .mobile_fu .fu_body .main_loc .loc_con .loc_map .map{height:150px;}
  .mobile_fu .fu_body .main_loc .loc_con .loc_quick li a{display:block;padding:8px 0;}
  .mobile_fu .fu_body .main_loc .loc_con .loc_quick li a img{padding-right:0;padding-bottom:4px;}
  .mobile_fu .fu_body .main_loc .loc_con .loc_quick li a p{font-size:14px;}
  .comm-modal .modal-footer{display:block;}
  .comm-modal .modal-footer .close-btn{width:100%;margin-bottom:4px;}
  .comm-modal .modal-footer .btn_submit{width:100%;}
}
@media (max-width:360px){
  .bo_vc_hdinfo{font-size: 13px;}
}
@media (max-width:350px){
  #bo_vc article .pf_img img{width:50px;}
  #bo_vc article{padding: 8px 0;}
  .floor-list-wrap .btn_cls{width:32px;height:32px; line-height:32px;font-size:25px;font-weight:500;}
  .floor-list-wrap .wre_list li .btn_view{font-size:13px;}

  .mobile_fu .fu_body .fu_body_txt{text-align:center;}
  .left_profile{position:static;margin-bottom:20px;}
  .top_photo .img_wrap .img_inner{margin:0 auto;}
  .new_write .sangju_list .list_item .inner .txt span{word-break: break-all;}
  .new_write .radio_input{padding:0 10px}
  .new_write .modal .group_add button {width: 100%;}

}
@media (max-width:340px){
  .table_all ul li .table_td{font-size:16px;}
  .table_all ul li .table_td .btn_list{font-size:14px;}
  .phone_faq p:nth-child(2) {margin-right:8px;font-size:14px;}
  .phone_faq p:nth-child(3) {font-size:16px;}

}
@media (max-width:320px){
  #bo_vc article .cm_wrap .guest{font-size:1.3em;}
  #bo_vc article{padding:4px 0;}
  .bo_vc_hdinfo{font-size:12px;}
  .cmt_contents{font-size:13px;}
  .add_sang_plus {gap:5px;}
  .chk_box_style input[type="checkbox"] + label span {width:15px; height:15px;}
  .new_write .sangju_list .list_item .inner .txt {font-size: 13px;}
  .new_write .date_wrap .time_box button {width: 60px;}
  .new_write .buuigeum_money .buuigeum_sed .bank_sel_box p{font-size: 15px;}
  .new_write #search_modal .modal-body .pager{gap: 10px;}
  .new_write .user_input{font-size:14px}
  .new_write .user_input::placeholder{font-size:14px}
  .new_write .btn_common {font-size: 14px !important;}

	.mobile_fu .fu_body .message .message_con .message_tit .btn_all_view{font-size:14px;padding:4px 12px;}
}
@media(max-width:300px){
  .new_write .modal .user_wrap input:nth-child(1) {width: 26%;}
  .new_write .modal .user_wrap input:nth-child(2) {width: 26%;}
  .new_write .modal .user_wrap input:nth-child(3) {width: 48%;}
  .new_write #preview {width: 130px;height: 160px;}
}