@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

@font-face {
    font-family: 'ChosunSm';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.1/ChosunSm.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
    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("../fonts/NotoSansKR/NotoSansKR-Bold.woff2") format("woff2"), url("../fonts/NotoSansKR/NotoSansKR-Bold.woff") format("woff"), url("../fonts/NotoSansKR/NotoSansKR-Bold.otf") format("opentype");
}
@font-face {
    font-family: "NotoSansKR";
    font-weight: 500;
    src: url("../fonts/NotoSansKR/NotoSansKR-Medium.woff2") format("woff2"), url("../fonts/NotoSansKR/NotoSansKR-Medium.woff") format("woff"), url("../fonts/NotoSansKR/NotoSansKR-Medium.otf") format("opentype");
}
@font-face {
    font-family: "NotoSansKR";
    font-weight: 400;
    src: url("../fonts/NotoSansKR/NotoSansKR-Regular.woff2") format("woff2"), url("../fonts/NotoSansKR/NotoSansKR-Regular.woff") format("woff"), url("../fonts/NotoSansKR/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: "ChosunSm", serif;
    position: relative;
}
.obituary-main > b > strong > em {
    font-weight: 700;
    font-size: 2.3rem;
    font-family: "ChosunSm", 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 #31230240;
    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: "";
    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: 14px;
    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: "";
    color: #c7d2e5;
    width: 32px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding: 8px 0;
    line-height: 1.4;
    font-size: 14px;
}
.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 #00000029;
}
.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;
}

.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 > .address-map {
    width: 100%;
    height: 0;
    padding-top: 50%;
    background: #f0f0f0;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    z-index: 0 !important;
}
.obituary-funeral > .address-map > div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.obituary-funeral > .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);
}
.obituary-funeral > .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;
}
.obituary-funeral > .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;
}
.obituary-funeral > .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;
}
.obituary-funeral > .address-map > div > span.show {
    background: rgba(0, 0, 0, 0.6);
}
.obituary-funeral > .address-map > div > span.show > div {
    opacity: 1;
    display: block;
}
.obituary-funeral > .address-map > div > div {
    width: 100%;
    height: 100%;
    z-index: 3;
}
.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: "";
    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: "";
}
.obituary-funeral > ul > li > a.find-address:before {
    color: #192CD5;
    content: "";
}
.obituary-funeral > ul > li > a.homepage:before {
    color: #d5194e;
    content: "";
}
.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: "";
    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: "";
}
.obituary-mou-list > ul > li > a.sms:before {
    color: #DBDBDB;
    content: "";
}
.obituary-mou-list > ul > li > a.money:before {
    color: #8DCAFF;
    content: "";
}
.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: "";
    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;
    left: 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 #543C0C59;
    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);
}
html.floor-view .floor-order-btn.detail-tel, .floor-order-btn.open.detail-tel2 {
    width: calc((100% - 40px) / 2); 
    color:#9E8566; 
    border:1px solid #9E8566; 
    background:#fff;
}
.floor-order-btn.open.detail-tel2 {
    position: fixed;
    max-width: calc((480px - 40px) / 2);
    width: calc((100% - 40px) / 2);
    right:50%;
    left:inherit;
}
.floor-order-btn.open.tel {
    position: fixed;
    left: 50%;
    margin-left: 8px;
    max-width: calc((480px - 40px) / 2);
    width: calc((100% - 40px) / 2);
}

.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: "ChosunSm", 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: "";
    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 > a {
    position: absolute;
    right:0;
    top:16px;
    width: 32px;
    height: 32px;
    display: flex;
    border:1px solid #F3F3F3;
    border-radius: 50%;
    color:#111;
    align-items: center;
    justify-content: center;
}
#floor-list-wrap > ul > li > a::before {
    content: "";
    display: block;
    font-family: xeicon !important;
}
#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/ic_content_copy.png") no-repeat;
}

.obituary-etiquette {
    height: 120px;
    width: 100%;
    background-color: #F5F3EF;
    position: relative;
    background-image: url("../images/jomoon_ic.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom right 32px;
}
.obituary-etiquette > a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    justify-items: center;
    flex-wrap: wrap;
    left:0;
    top:0;
    padding:0 32px;
}
.obituary-etiquette > a > b {
    display: block;
    color:#222;
    font-size: 20px;
    font-family: "ChosunSm";
    width: 100%;
    text-align: left;
    font-weight: bold;
}
.obituary-etiquette > a > p {
    color: #999;
    font-size: 14px;
    line-height: 1;
    padding-top: 4px;
    width: 100%;
    text-align: left;
}
.obituary-etiquette > a > p::after {
    font-family: 'xeicon';
    content: '';
    font-size: 12px;
    padding-left:2px;
    color:#222;
}

html.floor-view {
    overflow: hidden;
}
html.floor-view .floor-order-btn {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    width: calc(100% - 32px);
}
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: "";
    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: "";
}
#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: "";
    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%);
}

#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;
    }
}


#welcome-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#welcome-wrap:before {
    width:30px;
    height: 58px;
    display: block;
    position: absolute;
    right:16px;
    top:16px;
    content: '';
    background: url("../images/obituary-pt.svg") no-repeat top left;
}
#welcome-wrap:after {
    width:140px;
    height: 150px;
    display: block;
    position: absolute;
    right:16px;
    bottom:16px;
    content: '';
    background: url("../images/obituary-pt.svg") no-repeat top left;
    transform: rotate(180deg);
}
#welcome-wrap > div:before {
    display: block;
    width: 172px;
    height: 283px;
    margin:0 auto 32px;
    background: url("../images/obituary-text.png") no-repeat center;
    content: '';
}
#welcome-wrap > div {
    font-family: "ChosunSm";
    font-size:1.2rem;
    font-weight: bold;
}

#welcome-wrap.theme-1 {
    background: url("../images/theme1-bg.png") no-repeat center;
    background-size: cover;
}
#welcome-wrap.theme-2 {
    background: url("../images/theme2-bg.png") no-repeat center;
    background-size: cover;
}
#welcome-wrap.theme-3 {
    background: url("../images/theme3-bg.png") no-repeat center;
    background-size: 100% 100%;
}
#welcome-wrap.theme-1:before, #welcome-wrap.theme-3:before {
    width:180px;
    height: 160px;
    left:inherit;
    right:-16px;
    top:-16px;
    background: url("../images/theme2-pt.png") no-repeat top right;
}
#welcome-wrap.theme-1:after {
    width:180px;
    height: 160px;
    right:inherit;
    left:-16px;
    bottom:-16px;
    background: url("../images/theme2-pt.png") no-repeat top right;
}
#welcome-wrap.theme-0:after, #welcome-wrap.theme-3:before, #welcome-wrap.theme-3:after, #welcome-wrap.theme-2:after, #welcome-wrap.theme-2:before, #welcome-wrap.theme-1:after, #welcome-wrap.theme-1:before {
    display: none;
}
#welcome-wrap.theme-1 > div:before, #welcome-wrap.theme-2 > div:before {
    width: 106px;
    height: 186px;
    margin-bottom:32px;
    background: url("../images/obituary-text.svg") no-repeat center;
}
#welcome-wrap.theme-3 > div:before {
    width: 114px;
    height: 218px;
    margin-bottom:64px;
    background: url("../images/theme3-text.svg") no-repeat center;
}
#welcome-wrap.theme-3 > div {
    color:rgba(239, 221, 157, .7);
    font-weight: 400;
    font-size:1rem;
}
#welcome-wrap.theme-3 > div p {
    color: #EFDD9D;
    font-weight: 500;
    font-size:1.5rem;
    padding-bottom:8px;
    font-family: "ChosunSm";
}
#welcome-wrap.theme-3 > div p:before {
    content: '故';
    font-size:1rem;
    padding-right: 8px;
    font-weight: 400;
}
#welcome-wrap.theme-3 > div p b {
    font-weight: 400;
    padding-left:4px;
    font-family: "ChosunSm";
}

#tel-popup {
    position: fixed;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
#tel-popup.open {
    visibility: visible;
    opacity: 1;
}
#tel-popup > div {
    position: relative;
    border-radius: 10px;
    width: max-content;
    padding:20px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
    text-align: center;
}
#tel-popup > div > i {
    position: absolute;
    top:16px;
    right:16px;
    cursor: pointer;
    z-index: 1;
    color:#999;
}
#tel-popup > div > b {
    font-size: 18px;
    display: block;
    margin-bottom:8px;
    line-height: 1;
}
#tel-popup > div > p {
    color:#999;
    line-height: 1.4;
}

#floor-list-wrap > a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 24px;
    right: 16px;
    width: calc((100% - 40px) / 2);
    height: 64px;
    border-radius: 8px;
    background: #9E8566;
    transition: all 500ms ease-in-out;
    transform: translateX(-10%);
    opacity: 0;
    color:#fff;
    font-size: 1.3rem;
    letter-spacing:0;
    line-height: 1;
    font-weight: bold;
}

.share-wrap {
    width: 100%;
    padding:24px;
    background-color: #f9f9f9;
    text-align: center;
}
.share-wrap > p {
    line-height: 1;
    color:#000;
    font-size: 16px;
    margin-bottom:24px;
}
.share-wrap > a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    margin:0 20px;
    color:#333;
    font-size: 14px;
    line-height: 1;
}
.share-wrap > a::before {
    width: 48px;
    height: 48px;
    margin:0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.share-wrap > a.kakao::before {
    background-color: #FAE300;
    background-image: url("../images/kakao-share-icon.png");
}
.share-wrap > a.sms::before {
    background-color: #505050;
    color:#fff;
    content: '';
    font-family: 'xeicon';
    font-size: 24px;
    line-height: 1;
}