@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@700;800&display=swap");
* {
  word-break: keep-all;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

blockquote,
body,
div,
figure,
form,
hr,
input,
p {
  margin: 0;
  padding: 0;
}

dt,
h1,
h2,
h3,
h4,
h5,
h6,
label,
th {
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
}

dd,
dl,
dt,
li,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
iframe,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

caption,
th {
  border: 0;
}

q:after,
q:before {
  content: "";
}

figure img {
  width: 100%;
}

a,
a:hover,
a:visited {
  text-decoration: none;
  cursor: pointer;
}

button:focus,
select:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=checkbox] + label::before,
input[type=radio] + label::before {
  outline: none !important;
}

@font-face {
  font-family: "NotoSansKR";
  font-weight: 700;
  src: url("../../console/fonts/NotoSansKR-Bold.woff2") format("woff2"), url("../../console/fonts/NotoSansKR-Bold.woff") format("woff"), url("../../console/fonts/NotoSansKR-Bold.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 500;
  src: url("../../console/fonts/NotoSansKR-Medium.woff2") format("woff2"), url("../../console/fonts/NotoSansKR-Medium.woff") format("woff"), url("../../console/fonts/NotoSansKR-Medium.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 400;
  src: url("../../console/fonts/NotoSansKR-Regular.woff2") format("woff2"), url("../../console/fonts/NotoSansKR-Regular.woff") format("woff"), url("../../console/fonts/NotoSansKR-Regular.otf") format("opentype");
}
* {
  box-sizing: border-box;
  letter-spacing: -0.5px;
  font-family: "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  text-align: left;
}

body {
  background: #fff;
  padding-bottom: 80px;
}

hr {
  background: #F8F8F8;
  height: 8px;
  width: 100%;
  border: none;
}

.pd-16 {
  padding: 0 16px;
}

.bg-theme {
  background: #B19879;
  color: #fff;
}

.color-theme {
  color: #B19879;
}

#header {
  width: 100%;
  position: relative;
  height: 60px;
  border-bottom: 1px solid #F3F3F3;
  background: #fff;
  line-height: 60px;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
}

.obituary-main {
  width: 100%;
  background: #fff;
  padding: 40px 16px;
  text-align: center;
  position: relative;
  z-index: 50;
}
.obituary-main > b {
  display: block;
  margin-bottom: 8px;
}
.obituary-main > b.bottom-layout {
  padding-bottom: 48px;
}
.obituary-main > b > strong {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1;
  margin-bottom: 15px;
  font-family: "Nanum Myeongjo", serif;
  position: relative;
}
.obituary-main > b > strong > em {
  font-weight: 700;
  font-size: 2.3rem;
  font-family: "Nanum Myeongjo", serif;
  position: relative;
  line-height: 1;
  font-style: normal;
}
.obituary-main > b > strong > em:before {
  content: "故";
  font-weight: 700;
}
.obituary-main > b > strong > .age_gender {
  display: block;
  width: 100%;
  height: 32px;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 30px;
  color: #333;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
}
.obituary-main > p {
  position: relative;
}
.obituary-main > p > font {
  font-size: 1.05rem;
  line-height: 1.4;
  color: #616161;
}
.obituary-main > div {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 32px;
  border-radius: 32px;
  line-height: 31px;
  font-size: 0.9rem;
  letter-spacing: 0;
  box-shadow: 0 3px 6px rgba(49, 35, 2, 0.2509803922);
  opacity: 0;
  display: flex;
  transition: all 700ms ease-in-out;
}
.obituary-main > div.show {
  opacity: 1;
}
.obituary-main > div > b {
  flex: none;
  padding-left: 33px;
  text-align: left;
  padding-right: 16px;
}
.obituary-main > div > b > span {
  text-decoration: underline;
}
.obituary-main > div:before {
  content: "\e9a7";
  font-family: xeicon !important;
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3rem;
  line-height: 33px;
}
.obituary-main > div:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #B19879;
  display: block;
  content: "";
  bottom: 100%;
  left: 34px;
  position: absolute;
}
.obituary-main > span {
  background: #F8F8F8;
  color: #444;
  font-size: 16px;
  padding: 8px 8px 8px 32px;
  border-radius: 4px;
  display: inline-block;
  max-width: 100%;
  margin: 16px auto 0;
  line-height: 1.4;
  text-align: left;
  position: relative;
  letter-spacing: -0.5px;
  word-break: break-all;
}
.obituary-main > span:before {
  font-family: xeicon !important;
  content: "\e99c";
  color: #c7d2e5;
  width: 32px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  padding: 8px 0;
  line-height: 1.4;
  font-size: 17px;
}
.obituary-main > main {
  position: absolute;
  width: calc(40% - 16px);
  height: calc((40% - 16px) / 3 * 4);
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 40px;
  lefT: 16px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.obituary-main.photo > p, .obituary-main.photo > b {
  position: absolute;
  top: 40px;
  width: calc(100% - 32px);
}
.obituary-main.photo > p {
  text-align: left;
}
.obituary-main.photo > p > font {
  word-break: break-all;
}
.obituary-main.photo > p > font br {
  display: none;
}

.address-map {
  width: 100%;
  height: 0;
  padding-top: 50%;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  z-index: 0 !important;
}
.address-map > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.address-map > div > a {
  position: absolute;
  z-index: 10;
  bottom: 8px;
  right: 8px;
  display: block;
  height: 32px;
  background: #FBE100;
  padding-left: 32px;
  line-height: 32px;
  padding-right: 12px;
  color: #333;
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 50px;
  box-shadow: 0 14px 27px rgba(0, 0, 0, 0.14);
}
.address-map > div > a:before {
  width: 32px;
  height: 32px;
  display: block;
  content: "";
  background: url("../../../images/ic_kakao_navi.png") no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.address-map > div > span {
  position: absolute;
  z-index: 5;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease-in-out;
}
.address-map > div > span > div {
  display: none;
  opacity: 0;
  transition: all 500ms ease-in-out;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding: 16px;
  font-weight: 500;
}
.address-map > div > span.show {
  background: rgba(0, 0, 0, 0.6);
}
.address-map > div > span.show > div {
  opacity: 1;
  display: block;
}
.address-map > div > div {
  width: 100%;
  height: 100%;
  z-index: 3;
}

.obituary-funeral {
  background: #fff;
}
.obituary-funeral > h2 {
  height: 60px;
  line-height: 60px;
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
  z-index: 50;
}
.obituary-funeral > h1 {
  height: 60px;
  line-height: 60px;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  z-index: 50;
}
.obituary-funeral > p {
  display: flex;
  width: calc(100% - 32px);
  line-height: 1;
  position: relative;
  z-index: 50;
  background: #F9F9F9;
  margin: 0 auto 24px;
  border-radius: 8px;
  height: 74px;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.obituary-funeral > p > span {
  display: block;
  width: 100%;
}
.obituary-funeral > p > span > b {
  vertical-align: text-top;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-top: -1px;
}
.obituary-funeral > p > span > span {
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 8px;
  padding-left: 8px;
  position: relative;
  color: #82694A;
}
.obituary-funeral > p > span > span:before {
  width: 2px;
  height: 10px;
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  background: #999;
  opacity: 0.4;
  display: block;
  content: "";
}
.obituary-funeral > div {
  text-align: left;
  padding-bottom: 24px;
  color: #666;
  position: relative;
  line-height: 1.2;
  padding-right: 142px;
  z-index: 50;
}
.obituary-funeral > div > font {
  font-size: 0.9rem;
}
.obituary-funeral > div > p {
  text-align: left;
  font-size: 0.9rem;
}
.obituary-funeral > div > p:before {
  content: "[지번] ";
}
.obituary-funeral > div > button {
  position: absolute;
  right: 16px;
  top: 0;
  width: 110px;
  height: 36px;
}
.obituary-funeral > ul {
  position: relative;
  z-index: 50;
  padding-bottom: 20px;
}
.obituary-funeral > ul > li {
  margin-bottom: 4px;
}
.obituary-funeral > ul > li > a {
  display: block;
  width: 100%;
  padding: 16px 48px 16px 72px;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  position: relative;
}
.obituary-funeral > ul > li > a > h2 {
  color: #333;
  font-weight: 500;
  text-align: left;
  font-size: 1.05rem;
}
.obituary-funeral > ul > li > a > p {
  color: #999;
  font-size: 0.9rem;
  text-align: left;
}
.obituary-funeral > ul > li > a:after {
  font-family: xeicon !important;
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #999;
  content: "\e93e";
  font-size: 1.1rem;
}
.obituary-funeral > ul > li > a:before {
  font-family: xeicon !important;
  display: block;
  position: absolute;
  left: 0;
  width: 72px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.7rem;
}
.obituary-funeral > ul > li > a.call:before {
  color: #15D50F;
  content: "\e9d3";
}
.obituary-funeral > ul > li > a.find-address:before {
  color: #192CD5;
  content: "\eb48";
}
.obituary-funeral > ul > li > a.homepage:before {
  color: #d5194e;
  content: "\e900";
}
.obituary-funeral > .table {
  padding: 0 16px !important;
}
.obituary-funeral table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.obituary-funeral table th {
  color: #9E8566;
  vertical-align: top;
}
.obituary-funeral table th, .obituary-funeral table td {
  padding: 8px;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: left;
}
.obituary-funeral table td {
  color: #333;
}
.obituary-funeral table td > p {
  color: #999;
  padding: 4px 0 0 0;
  font-size: 0.9rem;
  text-align: left;
}
.obituary-funeral table td > span {
  display: block;
  margin-bottom: 4px;
  text-align: left;
  line-height: 26px;
  font-weight: 500;
  font-size: 1rem;
}
.obituary-funeral table td > span:before {
  content: "1차장지";
  border: 1px solid #ECECEC;
  background: #F3F3F3;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  height: 26px;
  padding: 0 8px;
  line-height: 26px;
  margin-right: 8px;
  color: #999;
  font-size: 0.85rem;
}
.obituary-funeral table td > span.second:before {
  content: "2차장지";
}
.obituary-funeral table td.juso > span:before {
  content: "주소";
}
.obituary-funeral table td.juso > span.second:before {
  content: "장지";
}

.obituary-mou-list {
  background: #fff;
}
.obituary-mou-list > h2 {
  height: 60px;
  line-height: 60px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 8px;
}
.obituary-mou-list > ul {
  padding-bottom: 20px;
}
.obituary-mou-list > ul > li {
  margin-bottom: 4px;
}
.obituary-mou-list > ul > li > a {
  display: block;
  width: 100%;
  padding: 16px 48px 16px 72px;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  position: relative;
}
.obituary-mou-list > ul > li > a > h2 {
  color: #333;
  font-weight: 500;
  text-align: left;
  font-size: 1.05rem;
}
.obituary-mou-list > ul > li > a > p {
  color: #999;
  font-size: 0.9rem;
  text-align: left;
}
.obituary-mou-list > ul > li > a:after {
  font-family: xeicon !important;
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #999;
  content: "\e93e";
  font-size: 1.1rem;
}
.obituary-mou-list > ul > li > a:before {
  font-family: xeicon !important;
  display: block;
  position: absolute;
  left: 0;
  width: 72px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.7rem;
}
.obituary-mou-list > ul > li > a.kakao:before {
  color: #FAE301;
  content: "\ea12";
}
.obituary-mou-list > ul > li > a.sms:before {
  color: #DBDBDB;
  content: "\e9d7";
}
.obituary-mou-list > ul > li > a.money:before {
  color: #8DCAFF;
  content: "\ea06";
}
.obituary-mou-list > ul > li > a.money .relation {
  color: #999999;
  font-size: 16px;
}
.obituary-mou-list > ul > li > a.money .type {
  font-family: "Noto Sans Medium";
  font-weight: 800;
  color: #444444;
  font-size: 16px;
}
.obituary-mou-list table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.obituary-mou-list table th {
  color: #999;
  vertical-align: top;
  width: 50px;
}
.obituary-mou-list table th, .obituary-mou-list table td {
  padding: 8px;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: left;
}
.obituary-mou-list table td {
  color: #333;
  word-break: break-all;
}
.obituary-mou-list table td span {
  font-weight: 500;
  font-size: 1.1rem;
}
.obituary-mou-list table td span:after {
  content: ", ";
}
.obituary-mou-list table td span:last-child:after {
  content: "";
}
.obituary-mou-list table td span.no-show {
  color: transparent !important;
}
.obituary-mou-list table td span .no-text {
  color: transparent !important;
}

.obituary-floor-list {
  background: #fff;
}
.obituary-floor-list > h2 {
  height: 60px;
  line-height: 60px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 8px;
}
.obituary-floor-list > ul {
  margin-bottom: 24px;
}
.obituary-floor-list > ul > li {
  text-align: left;
  padding: 16px 0;
  border-bottom: 1px solid #F3F3F3;
}
.obituary-floor-list > ul > li:last-child {
  border-bottom: none;
}
.obituary-floor-list > ul > li > b {
  padding-left: 23px;
  position: relative;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
}
.obituary-floor-list > ul > li > b:before {
  content: "\e9f3";
  color: #D9D9D9;
  font-family: xeicon !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.obituary-floor-list > ul > li > p {
  text-align: left;
  color: #999;
  font-size: 0.9rem;
  padding-top: 8px;
  line-height: 1;
}
.obituary-floor-list > ul > li.no-list {
  color: #999;
  font-size: 1rem;
  text-align: center;
  padding: 40px 16px;
  line-height: 1.4;
}
.obituary-floor-list > a {
  width: 190px;
  height: 50px;
  display: block;
  margin: 0 auto 24px;
  text-align: center;
  line-height: 50px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}

.floor-order-btn {
  position: fixed;
  bottom: 24px;
  display: block;
  right: 16px;
  width: calc(100% - 32px);
  text-align: center;
  height: 64px;
  line-height: 64px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  background: #9E8566;
  box-shadow: 0 15px 23px rgba(84, 60, 12, 0.3490196078);
  border-radius: 64px;
  letter-spacing: 0;
  transition: all 700ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: 2000;
  transform: translateY(calc(100% + 24px));
}
.floor-order-btn.open {
  transform: translateY(0);
}

.copy-btn {
  border: none;
  background: #f5f3ef;
  color: #9e8566;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
.copy-btn > font {
  position: relative;
  font-size: 0.9rem;
  padding-left: 23px;
}
.copy-btn > font:before {
  width: 15px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url("../../../images/ic_copy_btn_brown.png") no-repeat;
}

#copy-success-alert {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50px;
  line-height: 1;
  padding: 12px 32px;
  font-size: 1rem;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: transform 500ms ease-in-out;
  z-index: 99999;
  width: 300px;
  text-align: center;
  opacity: 0;
}
#copy-success-alert.show {
  transform: translate(-50%, -24px);
  opacity: 1;
}
#copy-success-alert i {
  vertical-align: middle;
  margin-right: 8px;
  color: #15D50F;
  font-size: 1.2rem;
  margin-top: -4px;
  font-weight: bold;
}

#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;
}
#floor-list-wrap > span {
  display: block;
  opacity: 0;
  transition: all 500ms ease-in-out;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding-bottom: 70vh;
  position: relative;
  color: #fff;
}
#floor-list-wrap > span > i {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 500ms ease-in-out;
  transform: translateY(20%);
  z-index: 10;
}
#floor-list-wrap > span > div {
  display: table;
  width: 100%;
  height: 100%;
  transition: all 500ms ease-in-out;
  transform: translateY(20%);
  table-layout: fixed;
}
#floor-list-wrap > span > div > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#floor-list-wrap > span > div > div > b {
  display: block;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1;
  margin-bottom: 15px;
  font-family: "Nanum Myeongjo", serif;
}
#floor-list-wrap > span > div > div > b:before {
  content: "故";
  font-weight: 700;
}
#floor-list-wrap > span > div > div > p {
  font-size: 1.05rem;
  line-height: 1.4;
}
#floor-list-wrap > ul {
  background: #fff;
  transform: translateY(100%);
  transition: all 500ms ease-in-out;
  width: 100%;
  height: 70vh;
  border-radius: 16px 16px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 16px 104px;
  overflow-y: auto;
}
#floor-list-wrap > ul > span {
  display: block;
  position: sticky;
  position: -webkit-sticky;
  text-align: center;
  padding: 4px 8px;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 500;
  color: #999;
}
#floor-list-wrap > ul > li {
  border-bottom: 1px solid #f3f3f3;
  padding: 16px 0;
  min-height: 146px;
  position: relative;
  padding-left: 150px;
}
#floor-list-wrap > ul > li > .thumbnail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 34px;
  width: 100px;
  height: 100px;
  text-align: center;
  z-index: 5;
}
#floor-list-wrap > ul > li > .thumbnail > img {
  height: 100%;
  border-radius: 8px;
}
#floor-list-wrap > ul > li > .thumbnail > a {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 34px;
  height: 34px;
  background: #fff;
  z-index: 3;
  border: 1px solid #f3f3f3;
  border-radius: 50%;
  display: block;
}
#floor-list-wrap > ul > li > .thumbnail > a:before {
  content: "\e97a";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: xeicon !important;
  color: #999;
  font-size: 1rem;
  font-weight: bold;
}
#floor-list-wrap > ul > li > .infomation {
  text-align: left;
  float: right;
  height: 100%;
  width: 100%;
}
#floor-list-wrap > ul > li > .infomation > h2 {
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
  text-align: left;
}
#floor-list-wrap > ul > li > .infomation > p {
  color: #999;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: left;
}
#floor-list-wrap > ul > li > .infomation > div {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 16px;
  right: 0;
}
#floor-list-wrap > ul > li > .infomation > div > strike {
  color: #999;
  font-size: 0.9rem;
}
#floor-list-wrap > ul > li > .infomation > div > b {
  font-size: 1.3rem;
  color: #000;
  font-weight: 500;
  padding-left: 2px;
  letter-spacing: -1px;
}
#floor-list-wrap > ul > li:last-child {
  border-bottom: none;
}
#floor-list-wrap > ul > li:before {
  opacity: 0;
  transition: all 300ms ease-in-out;
  width: 100%;
  height: 2px;
  background: #9E8566;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
#floor-list-wrap > ul > li.active:before {
  opacity: 1;
}
#floor-list-wrap > ul > li:after {
  display: block;
  width: 100%;
  clear: both;
  content: "";
}
#floor-list-wrap > ul > li input {
  display: none;
}
#floor-list-wrap > ul > li input + label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  cursor: pointer;
}
#floor-list-wrap > ul > li input + label:before {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #999;
  border-radius: 50%;
  content: "";
  transition: all 300ms ease-in-out;
}
#floor-list-wrap > ul > li input + label:after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  transition: all 300ms ease-in-out;
  content: "";
  border-radius: 50%;
}
#floor-list-wrap > ul > li input:checked + label:before {
  border-color: #9B672A;
}
#floor-list-wrap > ul > li input:checked + label:after {
  background: #9B672A;
}
#floor-list-wrap > ul > li input .btn_area {
  position: absolute;
  float: left;
  top: 36px;
  right: 20px;
}
#floor-list-wrap > ul > li input .btn_area .copy_number {
  border-radius: 8px;
  background-color: rgba(25, 44, 213, 0.05);
  color: #192CD5;
  border: none;
  font-size: 14px;
  opacity: 1;
  padding: 10px 18px;
}
#floor-list-wrap > ul > li input .btn_area .copy_number i {
  display: inline-block;
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url("../../../images/company/obituary/ic_content_copy.png") no-repeat;
}
#floor-list-wrap > ul > li > a {
  display: block;
  position: absolute;
  bottom: 24px;
  left: 16px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #F3F3F3;
  transition: all 500ms ease-in-out;
  transform: translateX(-10%);
  opacity: 0;
}
#floor-list-wrap > ul > li > a:before {
  content: "\e97a";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: xeicon !important;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
}
#floor-list-wrap > a {
  display: block;
  position: absolute;
  bottom: 24px;
  left: 16px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #F3F3F3;
  transition: all 500ms ease-in-out;
  transform: translateX(-10%);
  opacity: 0;
}
#floor-list-wrap > a:before {
  content: "\e97a";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: xeicon !important;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
}

.obituary-etiquette {
  padding: 0 16px 32px;
}
.obituary-etiquette > a {
  font-weight: 500;
  font-size: 1.1rem;
  color: #333;
  border-bottom: 1px dashed #333;
}
.obituary-etiquette > p {
  color: #999;
  font-size: 0.9rem;
  line-height: 1;
  padding-top: 8px;
}

html.floor-view {
  overflow: hidden;
}
html.floor-view .floor-order-btn {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  width: calc(100% - 96px);
}
html.floor-view #floor-list-wrap {
  visibility: visible;
  opacity: 1;
}
html.floor-view #floor-list-wrap > span {
  opacity: 1;
}
html.floor-view #floor-list-wrap > span > div, html.floor-view #floor-list-wrap > span > i {
  transform: translateY(0);
}
html.floor-view #floor-list-wrap > ul {
  transform: translateY(0);
}
html.floor-view #floor-list-wrap > a {
  transform: translateX(0);
  opacity: 1;
}

.funeral-call ul {
  padding: 16px 16px 120px;
}
.funeral-call ul.three {
  padding: 16px 16px 60px;
}
.funeral-call ul li {
  margin-bottom: 8px;
}
.funeral-call ul li:last-child {
  margin-bottom: 0;
}
.funeral-call ul li a {
  display: block;
  width: 100%;
  padding: 16px 48px 16px 72px;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  position: relative;
}
.funeral-call ul li a h2 {
  color: #333;
  font-weight: 500;
  text-align: left;
  font-size: 1.05rem;
}
.funeral-call ul li a h2.color-theme {
  text-decoration: underline;
  color: #6244FF;
}
.funeral-call ul li a p {
  color: #999;
  font-size: 0.9rem;
  text-align: left;
}
.funeral-call ul li a p font {
  text-decoration: underline;
}
.funeral-call ul li a p.color-theme {
  color: #6244FF;
}
.funeral-call ul li a:before {
  font-family: xeicon !important;
  display: block;
  position: absolute;
  left: 0;
  width: 72px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.7rem;
  background: url("../../../images/ic_filter_vintage_24px.svg") no-repeat center;
  height: 100%;
  content: "";
}
.funeral-call ul li a.call:before {
  background: none;
  color: #15D50F;
  content: "\e9d3";
  height: auto;
}
.funeral-call ul li a.lightning:before {
  background: url("../../../images/ic_lightning.svg") no-repeat center;
}

#wrap > #funeral-finish-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  width: 100%;
  height: 100%;
}
#wrap > #funeral-finish-wrap > div > p {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}
#wrap > #funeral-finish-wrap > div > span {
  display: flex;
  margin: 16px auto 0;
  height: 48px;
  border-radius: 48px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  background: #9E8566;
  font-size: 1.3rem;
  cursor: pointer;
}

#bankInfo {
  height: 100%;
  padding: 16px;
}
#bankInfo > h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 24px;
  font-weight: bold;
  color: #000;
}
#bankInfo input, #bankInfo .select-bank, #bankInfo > b {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
  font-size: 1.3rem;
  padding: 0 16px;
  margin-bottom: 8px;
  color: #000;
}
#bankInfo input[name=name], #bankInfo .select-bank[name=name], #bankInfo > b[name=name] {
  background: #F9F9F9;
}
#bankInfo input[type=checkbox], #bankInfo .select-bank[type=checkbox], #bankInfo > b[type=checkbox] {
  display: none;
}
#bankInfo input[type=checkbox] + label, #bankInfo .select-bank[type=checkbox] + label, #bankInfo > b[type=checkbox] + label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 32px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
#bankInfo input[type=checkbox] + label:before, #bankInfo .select-bank[type=checkbox] + label:before, #bankInfo > b[type=checkbox] + label:before {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
}
#bankInfo input[type=checkbox]:checked + label:before, #bankInfo .select-bank[type=checkbox]:checked + label:before, #bankInfo > b[type=checkbox]:checked + label:before {
  background: #8a6d3b;
  border-color: #8a6d3b;
}
#bankInfo input[type=checkbox]:checked + label:after, #bankInfo .select-bank[type=checkbox]:checked + label:after, #bankInfo > b[type=checkbox]:checked + label:after {
  width: 16px;
  height: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 8px;
  top: 8px;
  font-family: xeicon !important;
  letter-spacing: 0;
  content: "\e928";
}
#bankInfo .select-bank {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  position: relative;
}
#bankInfo .select-bank:after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  font-family: xeicon !important;
  content: "\e941";
  color: #fff;
}
#bankInfo .select-bank span b {
  font-size: 1.3rem;
  color: #000;
}
#bankInfo > b {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}
#bankInfo > span {
  background: #8a6d3b;
  height: 56px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 56px;
  cursor: pointer;
  color: #fff;
  font-size: 1.3rem;
  max-width: calc(100% - 32px);
  width: 480px;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

#relationship {
  height: 100%;
  padding: 16px 16px 46px 16px;
  font-size: 1.2rem;
  color: #777;
  text-align: left;
}
#relationship > h2 {
  font-size: 19px;
  line-height: 1.5;
  margin: 0 0 8px;
  font-weight: bold;
  color: #000;
  letter-spacing: -2px;
}
#relationship > input {
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 1.5rem;
  font-weight: 500;
  width: 100px;
  display: inline-block;
  vertical-align: text-bottom;
  color: #000;
  background: transparent;
}
#relationship > input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
#relationship > div {
  text-align: left;
  padding-top: 15px;
  font-size: 18px;
}
#relationship > div > span {
  font-size: 18px;
}
#relationship > div > span > font {
  font-size: 18px;
}
#relationship > ul {
  position: fixed;
  bottom: 63px;
  left: 0;
  width: 100%;
  padding: 10px 16px 10px;
  background: #FFF;
}
#relationship > ul.relationship_chk {
  position: relative;
  bottom: initial;
  left: initial;
  padding: 0 0 0;
  display: flex;
  margin: 0 0 15px;
}
#relationship > ul.relationship_chk > li {
  margin: 0 0 0;
  padding: 0 0 0 22px;
  font-size: 16px;
  height: 18px;
  line-height: 16px;
  cursor: pointer;
}
#relationship > ul.relationship_chk > li.active {
  font-weight: 500;
}
#relationship > ul.relationship_chk > li.active:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
  background: #777;
}
#relationship > ul.relationship_chk > li:first-child {
  margin: 0 10px 0 0;
}
#relationship > ul.relationship_chk > li:before {
  content: "";
  background: #FFF;
  height: 16px;
  width: 16px;
  border: 1px solid #ddd;
  border-radius: 0px;
}
#relationship > ul > li {
  text-align: left;
  padding-left: 12px;
  position: relative;
  line-height: 1;
  margin-top: 8px;
}
#relationship > ul > li:first-child {
  margin-top: 0;
}
#relationship > ul > li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #777;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
}
#relationship > span {
  cursor: pointer;
  position: fixed;
  bottom: 8px;
  width: calc(100% - 32px);
  left: 16px;
  height: 56px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #9E8566;
  font-size: 1.3rem;
}

#bank-list {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 100%);
  transition: 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10;
  background: #fff;
  width: 100%;
  max-width: 480px;
  height: 100%;
  overflow-y: auto;
}
#bank-list h2 {
  height: 60px;
  line-height: 60px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  padding: 0 16px;
  color: #000;
  font-size: 1.5rem;
  z-index: 10;
  background: #fff;
}
#bank-list h2 i {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
}
#bank-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 16px 10px;
  position: relative;
}
#bank-list li {
  width: calc((100% - 12px) / 3);
  height: 0;
  padding-top: calc((100% - 12px) / 3);
  position: relative;
  border-radius: 8px;
  background: #F9F9F9;
  margin: 0 0 6px;
  cursor: pointer;
}
#bank-list li:nth-child(3n+2) {
  margin: 0 6px 6px;
}
#bank-list li > b {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#bank-list li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  padding-top: 52px;
  top: 0;
  left: 0;
  color: #000;
  font-size: 1.2rem;
}
#bank-list li.selected {
  background: rgba(138, 109, 59, 0.3);
}
#bank-list li.selected span {
  color: #fff !important;
}
#bank-list > span {
  background: #8a6d3b;
  height: 56px;
  margin-bottom: 16px;
  position: sticky;
  position: -webkit-sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 56px;
  cursor: pointer;
  color: #fff;
  font-size: 1.3rem;
  width: calc(100% - 32px);
  bottom: 16px;
  left: 16px;
}

#bank-list.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.hide {
  display: none !important;
}

@media screen and (max-height: 820px) {
  #floor-list-wrap > span {
    padding-bottom: 65vh;
  }
  #floor-list-wrap > ul {
    height: 65vh;
  }
}

/*# sourceMappingURL=index.css.map */
