@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('http://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css');

*{
	padding:0;
	margin:0;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
	font-weight:500;
	font-family: "Noto Sans KR", sans-serif;
}
ul,li,dl,dt,dd,ol{
	list-style:none;
}
a{
	text-decoration:none;
	cursor: pointer;
}	
body,a, input, select, textarea,button{
	font-family: "Noto Sans KR", sans-serif;
	font-size:14px;
	font-weight:400;
	letter-spacing: -1px;
    font-style: normal;
    line-height: 1.6;
	color:#100f12;
}

img{
	border:0;
	vertical-align:top;
}
table{
	border-collapse: collapse;
	width:100%;
}
/*이미지맵*/
img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
@media (max-width: 991px) {
	img[usemap] {
	  border: none;
	  height: auto !important;
	  max-width: 100%;
	  width: 100% !important;
   }
}
.ellipsis{
	display:block;
	text-overflow:ellipsis; 
	overflow:hidden;
	white-space: nowrap;
}
.inner{
	max-width:1200px;
	margin:0 auto;
	padding:0 20px;
}
input,input[type="submit"]{
   appearance: none;
   border-radius: 0;
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
input[type="submit"], input[type="button"] {
	cursor: pointer;
}
input[type="radio"],
input[type="checkbox"]{
	appearance: auto;
	-webkit-appearance: auto;
}
input:focus,
textarea:focus,
select:focus,
button:focus{ outline: none;}
button, label {
	cursor:pointer;
    background-color: transparent;
    border: 0;
}
b{font-weight:600;}
input {
	outline:none !important;
    box-shadow:none !important;
}

/* popup */

.hd_pops{display:inline-block; position:fixed; z-index:1000; background:#fff;}
#hd_pop h2{display:none;}
.hd_pops img{width:100%; max-width:100%;}


/*main_common*/

.container {
	max-width: 1055px;
    margin: 0 auto;
    padding: 0 15px;
}
.left {float: left;}
.right {float: right;}
.clearfix:after {content:"";display:block;clear:both}

.all_wrap {
	display: flex;
    flex-direction: column;
	height: 100vh;
}
.contents_wrap {
	flex:1;
    padding-top: 72px;
    position: relative;
}
.header {
	position: fixed;
	background: #252525;
    width: 100%;
	z-index: 10;
}
.head {
	display: flex;
    align-items: center;
    padding: 10px 0;
}
.logo {
	width: 85px;
}
.menu {
	width: calc(100% - 85px);
	
}
.menu ul {
    display: flex;
    justify-content: end;
}
.menu ul li.on {
    border-radius: 5px;
    background: #5F4A37;
}
.menu ul li a {
	color: #fff;
    display: block;
    width: 100%;
    padding: 8px 30px;
    font-size: 18px;
}
.footer {
	background: #F3F3F3;
}
.ft {
	padding: 20px 0;
}


.content-inner {
    display: block;
    position: relative;
    /* height: calc(100vh - 80px); */
    min-height: 821px;
    will-change: transform;
}

.content-inner h2 {
    font-size: 36px;
    line-height: 52px;
    letter-spacing: -0.72px;
}

.content-inner .left, .content-inner .right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 200px;
}

.content-inner .left {
    left: 60px;
    font-weight: 500;
}

.content-inner .right {
    right: 55px;
}

.content-inner .right h2 {
    margin-bottom: 30px;
    font-weight: 700;
}

.number-count--wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    padding: 44px 0;
    background: linear-gradient(90deg, #5F4A37 0.19%, #976726 98.42%);
}

.number-count {
    display: flex;
    gap: 112px;
}

.number-count li {
    position: relative;
    text-align: center;
    color: #fff;
}

.number-count li + li:before {
    content: '';
    display: block;
    position: absolute;
    left: -56px;
    top: -8px;
    width: 1px;
    height: 72px;
    background: #fff;
}

.number-count .txt-caption01 {
    margin-bottom: 8px;
}

/*=== 메인 핸드폰 프레임 ===*/
.full-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1280px;
    height: 821px;
    width: 100%;
    will-change: transform;
    pointer-events: none;
}

.full-frame .img-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1280px;
    height: 821px;
    will-change: transform;
    pointer-events: none;
}

.full-frame .phone {
    position: absolute;
    top: 323px;
    left: 51.6%;
    z-index: 10;
    transform: perspective(3500px) rotateX(8.8deg) rotateY(21.5deg) rotateZ(-9.5deg) scale(0.83) translate(-50%, -50%) skew(0deg, 2deg) translateZ(0);
    width: 370px;
    height: 755px;
}

.full-frame .phone .front {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    padding: 14px;
    z-index: 1;
}

.full-frame .phone .front:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 60px;
    /* box-shadow: inset 0 0 2px 16px #010101; */
    box-shadow: inset 0 0 2px 10px #55595d61;
}

.full-frame .phone .front .topSpace {
    position: absolute;
    z-index: 9999;
    width: 45%;
    height: 30px;
    /* background: #010101; */
	background: #55595d;
    top: 10px;
    left: 30%;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "nothing earpiece camera";
    align-content: center;
}

.full-frame .phone .front .topSpace:before {
    left: -10px;
    background-image: url('/basic_img/round2.svg');
}

.full-frame .phone .front .topSpace:after {
    right: -10px;
    background-image: url('/basic_img/round1.svg');
}

.full-frame .phone .front .topSpace:after, .full-frame .phone .front .topSpace:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 2px;
}

.full-frame .phone .front .topSpace .earpiece {
    grid-area: earpiece;
    width: 50px;
    height: 8px;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: -11px;
    margin-left: 9px;
    border-top: solid 2px rgba(0, 0, 0, 0.6);
    border-right: solid 2px rgba(0, 0, 0, 0.6);
}

.full-frame .phone .front .topSpace .camera {
    grid-area: camera;
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: -11px;
    margin-left: 3px;
}

.full-frame .phone .front .topSpace .camera:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #3e5e80;
}

.full-frame .phone .front .screen {
    overflow: hidden;
    position: relative;
    width: 345px;
    height: 725px;
    border-radius: 40px;
    background: #fff;
}

.full-frame .phone .front .screen img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto 123 / 700;
}

.full-frame .phone .front .screen .sliding-scroll {
    position: absolute;
    width: 100%;
    animation-iteration-count: infinite;
    animation-duration: 20s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-name: slide-down;
}

@keyframes slide-down {
    0% {
        transform: translateY(0);
    }

    10% {
        transform: translateY(-10%);
    }

    20% {
        transform: translateY(-20%);
    }

    30% {
        transform: translateY(-30%);
    }

    40% {
        transform: translateY(-50%);
    }

    50% {
        transform: translateY(-65%);
    }

    60% {
        transform: translateY(-60%);
    }

    70% {
        transform: translateY(-40%);
    }

    80% {
        transform: translateY(-30%);
    }

    90% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(0);
    }
}

.main_btn {
	background: #5F4A37;
    max-width: 200px;
    text-align: center;
    border-radius: 5px;
}
.main_btn a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 20px;
    padding: 15px 0;
}
.main_btn a i {
	margin-left: 8px;
}
.main_btm {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #7D1616;
}
.main_btm_wrap {
    padding: 30px 0;
}
.main_btm_wrap::after {content:"";display:block;clear:both}
.main_btm_box {
	color: #fff;
	float: left;
    width: 33.33333%;
    text-align: center;
	border-right: 1px solid #fff;
}
.main_btm_box:last-child {
	border-right: 0;
}
.main_btm_box > div:last-child {
    font-size: 18px;
	margin-top: 5px;
}
.f_info {
    color: #8A8A8A;
	font-size: 13px;
    line-height: 1.4;
    margin-top: 15px;
}
.f_right {
    color: #8A8A8A;
    font-size: 13px;
}
.f_right span {
	cursor: pointer;
}
.f_right span:first-child {
    position: relative;
    margin-right: 35px;
}
.f_right span:first-child::after {
	content: '';
    display: block;
    width: 1px;
    height: 13px;
    background: #8A8A8A;
    border-radius: 5px;
    position: absolute;
    top: 60%;
    right: -20px;
    transform: translateY(-50%);
}
.obituary_line {
	min-height: calc(100vh - 200px);
    position: relative;
}
.obituary_line .contents {
	max-width: 400px;
	width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.obituary_top {
	text-align: center;
}
.obituary_top div {
	color: #1F1F1F;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.obituary_box {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    overflow: hidden;
}
.obituary_form {
	margin: 60px 0;
}
.obituary_box .obituary_input {
	border-bottom: 1px solid #E0E0E0;
}
.obituary_box .obituary_input:last-child {
	border-bottom: 0;
}
.obituary_box .obituary_input02 {
	display: flex;
    align-items: center;
}
.obituary_box .obituary_input02 label {
    width: 35px;
}
.obituary_box .obituary_input input {
	border: 0;
	width: 100%;
    padding: 13px;
}
.obituary_box .obituary_input input::placeholder {
	color: #B3B3B3;
	font-weight: 600;
}
.obituary_con_btn input {
	border: 0;
    background: #252525;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    padding: 13px 0;
    font-size: 17px;
}
.obituary_con_btn a {
	width: 100%;
	padding: 13px 0;
    font-size: 17px;
	display: block;
	border-radius: 5px;
	text-align: center;
}

.ui-widget.ui-widget-content {
    max-width: 280px;
    width: 100%;
}
.inut_st {
	width: calc(100% - 100px) !important;
}
.btn_st {
	width: 100px !important;
}
.btn_st01 {
	background: #705945;
	color: #fff;
}
.btn_st02 {
	background: #E3DDD3 !important;
	color: #fff !important;
}
.obituary_tt {
    color: #1F1F1F;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}
.obituary_tt + .obituary_box {
	margin-bottom: 10px;
}
.terms_view {
    height: 110px;
    overflow: auto;
    white-space-collapse: preserve-breaks;
    border: 1px solid #eee;
    padding: 10px;
    margin-top: 15px;
	display: none;
}
.agree_con {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.agree_chk label {
	font-size: 16px;
}
.agree_chk label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #8A8A8A;
    border-radius: 3px;
    background: #fff;
    vertical-align: sub;
    margin-right: 5px;
}
.agree_chk label span i {
    font-size: 20px;
    vertical-align: text-top;
	color: #fff;
}
.agree_chk input:checked + label span {
	border: 1px solid #C88427;
	background: #C88427;
}
.agree_wrap {
    border-bottom: 1px solid #E3DDD3;
    padding: 30px 0 50px;
}
.agree_wrap .agree_box:first-child {
	margin-bottom: 25px;
}
.terms_btn {
    font-size: 16px;
    color: #252525;
    font-weight: 600;
	cursor: pointer;
}
.obituary_make_write {
	padding: 40px 0;
    max-width: 700px;
    margin: 0 auto;
}
.basic_tt {
    font-size: 18px;
    color: #212121;
    font-weight: 500;
}
.basic_tt div {
    font-size: 14px;
    color: #705945;
    font-weight: 500;
}
.obituary_img_btn {
    display: flex;
	gap: 10px;
    max-width: 320px;
    margin-top: 170px;
}
.obituary_img_btn div {
	width: 100%;
}
.obituary_img_btn > div {
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
	text-align: center;
}
.obituary_img_btn > div input, .obituary_img_btn > div label div {
	border: 0;
	width: 100%;
    background: transparent;
	font-size: 16px;
	padding: 10px 0;
}
.obituary_img_wrap > div {
	width: 50%;
}
.obituary_img_wrap > div.right {
	padding-left: 50px;
}
.obituary_img_view {
    border: 1px solid #E0E0E0;
    min-height: 270px;
    position: relative;
}
.obituary_img_view span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #847C7C;
    font-size: 15px;
}
.obituary_img_view img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
	display: none;
}
.img_delete {
	border: 1px solid #DEDEDE;
	background: #EDEDED;
	font-weight: 600;
}
.obituary_img_upload {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
.n_txt {
    margin: 30px 0 20px;
    font-size: 15px;
    font-weight: 500;
}
.obituary_make_box::after{content:"";display:block;clear:both}
.obituary_make_box_tt {
	width: 150px;
	float:left;
}
.obituary_make_box_con {
	width: calc(100% - 150px);
	display: flex;
	gap: 7px;
	float: right;
    margin-bottom: 10px;
}
.obituary_make_box_con input, .obituary_make_box_con select {
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	padding: 12px 10px;
	width: 100%;
}
.obituary_make_box_con select {
	color: #9E9E9E;
    appearance: none;
    background: url(/basic_img/arrow.png) no-repeat right 10px center;
}
.obituary_make_box_con input::placeholder, .obituary_make_box_con select::placeholder {
	color: #9E9E9E;
}
.obituary_make_box {
	margin-bottom: 20px;
}
.funeral_chk {
    display: flex;
    justify-content: end;
    gap: 15px;
    margin-bottom: 10px;
}
.obituary_make_detail01, .obituary_make_detail02 {
	width: 50%;
}
.obituary_make_detail02 {
	display: flex;
    gap: 5px;
}
.obituary_make_detail02 > div {
	width: 50%;
}
.obituary_make_input_add {
	display: flex;
	gap: 5px;
    align-items: center;
    color: #9E9E9E;
}

/*25.02.03 추가*/
.row_con {
    display: flex;
    align-items: center;
    gap: 0;
}
.row_con label {
    width: 60px;
    font-weight: 600;
}
.row_con .fl_wd {
    flex: 1;
}
.obituary_make_detail03.row_con {
    width: 100%;
}
/**/

.arrount_sendbox {
	display: none;
}
.arrount_send {
    display: flex;
}
.arrount_send input:first-child {
    border-radius: 5px 0 0 5px;
    border-right: 0;
}
.arrount_send input.btn_st02 {
    width: 80px;
    border-radius: 0 5px 5px 0;
}
.obituary_make_detail {
	width: 100%;
}
.add_pepole_wrap {
    margin-bottom: 5px;
}
.add_pepole_txt {
    text-align: center;
    border-top: 1px solid #e0e0e0;
    padding: 10px 0 15px;
    color: #858585;
    font-weight: 500;
    cursor: pointer;
	font-size: 15px;
}


/* 부고만들기 */
.bugo-write--area {
	gap:96px;
	justify-content:center;
	width:1100px;
	margin:0 auto;
	padding:40px 0;
	display: flex;
}
.bugo-write--area > .left {
	flex:0 0 490px;
	width:490px;
}
.bugo-write--area > .right {
	flex:0 0 410px;
	display:flex;
	justify-content:center;
	position:relative;
	width:410px;
}
.bugo-write--area > .left .imgbox {
    margin-bottom: 20px;
	text-align: center;
}
.bugo-write--area > .left .imgbox img {
    max-width: 65%;
    height: auto;
}

.form--box {display:flex;flex-direction:column;}
.form--box + .form--box,
.form--box + .btn-area {margin-top:56px;}
.form--box .form-header {display:flex;margin-bottom:16px;}
.form--box .form-header .horiz {gap:24px;margin-top:-8px;margin-bottom:-8px;margin-left:auto;}
.form--box .input-area {margin-bottom:4px;}
.form--box .input-area + .input-area {margin-top:16px;padding-top:16px;border-top:1px solid var(--bg-tertiary,#E8E8E8);}
.form--box .input--basic input {transition:top 0.2s ease-in-out;}
.form--box .textarea-box textarea {transition:margin-top 0.2s ease-in-out;}
.form--box:not(.sangju-add__list) .input__row .col-2 {flex:1 1 157px;}
.bugo-form .form--box .input__row .col-4 {gap:0;flex:1 1 330px;}
.bugo-form .input__row .col-4 .btn-56 {border-top-right-radius:0;border-bottom-right-radius:0;}
.input__row .col-4.input-box .btn-56 {width:80px;padding:6px;border-top-left-radius:0;border-bottom-left-radius:0;border:0;border-left:1px solid var(--bg-tertiary,#E8E8E8);color:var(--content-primary,#1F1F1F);}
.input__row .col-4.input-box.error .btn-56 {border-color:var(--red-500,#EA7032)!important;}
.input__row:not(.directly--cell) .input-box:not(.directly--show) .directly__input {display:none;}
/*직접입력*/
.directly--cell {border-left:0;}
.directly--cell .input--basic input:focus,
.directly--cell .input--basic input:not(:placeholder-shown) {top:8px;}
.directly--cell .directly__input {border-radius:0;}
.directly--show .directly__input {display:block;position:absolute;top:23px;right:55px;left:17px;}
.directly--show .directly__input input {width:100%;}
/*부고작성 > 미리보기 핸드폰 영역 .mobile-area  */
.mobile-area {
	overflow: hidden;
    position: fixed;
    top: 115px;
    transform: translateY(-27px);
    width: 345px;
    height: 700px;
    padding: 7px 10px 0;
}
.mobile-area:after {content:'';display:block;position:absolute;left:0;top:0;z-index:200;width:100%;height:100%;background:url("/basic_img/phone_frame2.png")no-repeat center/contain;pointer-events:none;}
.mobile-area .wrap-all {display:block;overflow-x:hidden;overflow-y:auto;width:100%;height:100%;border-radius:38px;}
.mobile-area .obituary-view::-webkit-scrollbar {display:none;}
.mobile-area .wrap-inner {padding:0 20px;}
.mobile-area .btn-area {display:flex;flex-wrap:wrap;padding:16px 20px;}
.mobile-area .btn-area:not(.modal-footer) {gap:8px;}
.mobile-area .btn-area:not(.between) > * {flex:1 0 30%;}
.mobile-area .btn-area :is(.chk-list, .tip-box) {flex-basis:100%;align-items:flex-start;}
.mobile-area .footer--basic {padding:40px 0 80px;text-align:center;color:var(--content-tertiary,#C0C0C0);}
.mobile-area .footer--basic p {display:flex;align-items:flex-end;gap:4px;justify-content:center;}
.mobile-area .footer--basic address {margin-top:4px;}
.mobile-area .bugo-info {width:100%;margin:0 auto;padding-top:50px;}
.mobile-area .btn-40 {
	flex-shrink:0;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:4px;
	height:33px;
	padding:8px;
	border-radius:2px;
	text-align:center;
}
.mobile-area .btn-tertiary {
	border:1px solid;
	border-color:#3B3B3B;
	background:#3B3B3B;
	color: #fff;
	font-size:15px;
	font-weight:700;
	line-height:22px;
}
.mobile-area .flex--between .ico-obituary {padding:8px;}
.mobile-area .obituary-view .master-words pre {word-break:break-word;}
.mobile-area .obituary-view .map-area.hidden + .btn-area-map {border-top:1px solid var(--bg-tertiary,#E8E8E8);}
:is(.writing-list, .name-list) .name {
    display: flex;
    word-break: break-all;
}

.obituary-view :is(.btn-primary, .btn-secondary, .btn-tertiary, .btn-quater):not(.btn-ico) {
    font-size: 13px;
    line-height: 24px;
}

.ico-logo__txt {
    flex-shrink: 0;
    display: block;
    width: 60px;
    height: 30px;
    margin-left: 5px;
    background: url('../../../../static/images/app/v2/logo-dark_text-primary.svg')no-repeat center;
    background-size: contain;
    text-indent: -9999px;
}

.ico-obituary:is(button, a) {
    padding: 8px;
}

.ico-obituary {
    flex-shrink: 0;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
}

.ico-obituary::before {
    --size: 24px;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('../../../images/app/v2/sp_obituary_ico.svg');
    background-size: 120px;
    background-repeat: no-repeat;
}

.ico-obituary.share {
    margin-right: -8px;
}

.ico-obituary.share::before {
    width: 28px;
    height: 28px;
    background-size: 140px;
    background-position: 0 0;
}

.ico-obituary.letter::before {
    background-position: -24px 0;
}

.ico-obituary.flower::before {
    background-position: -48px 0;
}

.ico-obituary.home::before {
    background-position: 0 -24px;
}

.ico-obituary.tel::before {
    background-position: -24px -24px;
}

.ico-obituary.traffic::before {
    background-position: -48px -24px;
}

.ico-obituary.search-white::before {
    background-position: -72px 0;
}

.ico-obituary.parking::before {
    background-position: -72px -24px;
}

.ico-obituary.navi::before {
    background-position: -96px -24px;
}

.ico-knavi::before {
    background-position: 0 -48px;
}

.ico-tmap::before {
    background-position: -24px -48px;
}

[data-theme="dark"] .ico-obituary::before {
    background-image: url('../../../images/app/v2/sp-dark_obituary_ico.svg');
}

.ico-share {
    flex-shrink: 0;
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
}

.ico-share::before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-image: url('../../../images/app/v2/sp_share_ico.svg');
    background-size: 160px;
    background-repeat: no-repeat;
}

.ico-share.sms::before {
    background-position: 0 0;
}

.ico-share.link::before {
    background-position: -80px 0;
}

.ico-share.band::before {
    background-position: 0 -80px;
}

.ico-share.kakao::before {
    background-position: -80px -80px;
}

.writing-list .name {
    margin-bottom: 2px;
}

.name-list .txt-body01 {
    padding: 4px 0;
    word-break: break-all;
}

.name-list .txt-body01 p {
    padding-bottom: 4px;
}

.btn-28.share {
    border: 1px solid rgba(var(--black-100)0.8);
    background: var(--content-inverse,#fff);
}

.obituary-view .header-inner, .obituary-view .btn-inner {
    max-width: 1040px;
    margin: 0 auto;
}

.bugo-info > *, .obituary-view .wrap-inner {
    max-width: 1000px;
}

.obituary-view {
    background: #fff;
}

.obituary-view .header-inner {
    -webkit-animation: fadein 1s;
    animation: fadein 1s;
}

.obituary-view .ico-prev--primary::before {
    background-image: url('../../../images/app/v2/sp-dark_common_ico.svg');
}

.bugo-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    min-height: 360px;
    margin: 0 -20px;
    padding-top: 48px;
    padding-bottom: 82px;
    background: #252525;
    text-align: center;
}

.bugo-info .funeral-name {
    width: calc(100% - 50px);
    min-height: 34px;
    margin: 0 auto;
}

.bugo-info .funeral-name .txt-title {
    display: block;
    overflow: hidden;
    width: 100%;
    color: #fff;
    word-break: break-word;
    font-size: 20px;
}

.bugo-info .funeral-name .txt-title span {
    display: block;
}

/* .bugo-info .funeral-name + .txt-headline:before, */ .obituary-view:not(.header-color) .bugo-info .txt-title + .funeral-name:before, .obituary-view:not(.header-color) .bugo-info .funeral-photo + .funeral-name:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    margin: 0 auto 24px;
    background: #E3DDD3;
}

.bugo-info .funeral-name .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 34px;
    margin: 0 auto;
}

.bugo-info .funeral-name img {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: 100%;
    height: 100%;
}

.header-color .funeral-name:not(.type02) .funeral-name__inner:not(.tel) {
    display: flex;
    align-items: center;
    height: 56px;
}

.header-color .funeral-name.type02 .funeral-name__inner {
    padding: 0 80px;
}

.header-color .funeral-name__inner {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 110;
    transform: translateX(-50%);
    width: 100%;
    max-width: 700px;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
}

.header-color .funeral-name__inner:not(.tel) .txt-title {
    min-width: calc(100% - 120px);
    line-height: 1.2;
}

.header-color .funeral-name__inner:not(.tel) .img-box {
    max-width: initial;
    min-width: calc(100% - 60px);
    line-height: 1.2;
}

.header-color .funeral-name__inner.tel {
    top: 4px;
}

.header-color .funeral-name__inner.tel >* {
    line-height: 24px;
    max-height: 24px;
}

.bugo-info .txt-headline {
    max-width: calc(100% - 32px);
    margin: 0 auto;
    color: #C0C0C0;
}

.bugo-info .txt-headline strong {
    color: #fff;
    word-break: break-all;
}

.bugo-info .txt-religion:not(.ico-txt) {
    display: flex;
    gap: 4px;
    align-items: center;
    height: 40px;
    padding: 4px 8px;
    border: 1px solid rgba(var(--white-100)0.1);
    border-radius: 8px;
    background: rgba(var(--white-100)0.4);
    color: #fff;
}

.bugo-info .txt-religion .ico-religion:not(.ico-txt) + .txt-body02 {
    padding-right: 4px;
}

.bugo-info .funeral-photo {
    position: relative;
    overflow: hidden;
    width: 160px;
    height: 195px;
    /* border: 6px solid rgba(182, 169, 166, 0.20); */
    background: rgba(182, 169, 166, 0.20);
    /* box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.05) inset, 2px 2px 2px 0 rgba(0, 0, 0, 0.05) inset; */
	display: none;
}

.bugo-info .funeral-photo img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.obituary-view .wrap-inner {
    width: 100%;
    margin: -52px auto 0;
}

.obituary-view .box-white {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08), 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 3.553px 3.553px 0px rgba(200, 200, 200, 0.15);
}

.obituary-view .box-white + .box-white {
    margin-top: 16px;
}

.obituary-view .box-white .flex--between .txt-body01 {
    color: #AA7B51;
    font-size: 18px;
    word-break: break-word;
}

.obituary-view .box-white .flex--between .horiz {
    gap: 8px;
    margin: -8px -8px -8px 0;
}

.obituary-view .bugo-list {
    display: table;
    table-layout: fixed;
}

.obituary-view .bugo-list dl, .obituary-view .bugo-list li {
    display: table-row;
    width: 100%;
}

.obituary-view .bugo-list .txt-body02 {
    display: table-cell;
    min-width: 70px;
    padding: 3px 8px 0 0;
    color: var(--content-secondary,#8A8A8A);
    word-wrap: break-word;
}

.obituary-view .bugo-list .txt-body00 {
    display: table-cell;
    width: 100%;
    padding: 4px 0;
    word-break: break-word;
}

.obituary-view .bugo-list .txt-body00 .horiz {
    gap: 8px;
    align-items: center;
}

.obituary-view .bugo-list .txt-body00 .horiz + .horiz {
    margin-top: 4px;
}

.obituary-view .bugo-list .chip {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 2px 8px;
    border-radius: 2px;
    background: #F3F2F1;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-right: 5px;
}

.obituary-view .box-white .btn-area {
    padding: 0;
}

.obituary-view .btn-area .btn-40 {
    margin-left: auto;
    padding: 8px 10px;
}

.obituary-view .master-words {
    padding: 4px 0;
}

.obituary-view .master-words pre {
    margin: 0;
    font-family: 'Noto Sans KR', sans-serif;
    word-break: break-all;
}

.obituary-view .flex--between {
	display: flex;
    align-items: center;
    gap: 8px;
}
.flex--between {
	justify-content: space-between;
}

.obituary-view .bugo-date {
    flex-shrink: 0;
    display: flex;
    min-height: 24px;
    padding: 3px 10px;
    border-radius: 4px;
    background: var(--warm-gray100,#F3F2F1);
    color: var(--primary-500,#8F5F1B);
}

.obituary-view .map-area {
    position: relative;
    min-height: 160px;
    margin: 0 -20px -20px;
    background: var(--content-tertiary,#C0C0C0);
}

.obituary-view .map-area:not(.image-map) {
    height: 160px;
}

.obituary-view .map-area .map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.obituary-view .map-area .map-cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.obituary-view .map-area .btn-map-detail {
    display: block;
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 30;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 4px;
    background: rgba(43, 43, 43, 0.70);
}

.obituary-view .btn-area-map {
    padding-top: 8px;
    margin-bottom: -12px;
}

.obituary-view .btn-area-map .big-btn {
    gap: 17px;
    margin-bottom: 17px;
}

.obituary-view .btn-area-map .map-info {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 104px;
    padding: 8px 0;
}

.obituary-view .btn-area-map .map-info + .map-info:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -8px;
    width: 1px;
    height: 50px;
    background: var(--bg-tertiary,#E8E8E8);
}

.obituary-view .btn-area-map .small-btn {
    gap: 8px;
    position: relative;
    padding: 6px 0;
}

.obituary-view .btn-area-map .small-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--bg-tertiary,#E8E8E8);
}

.obituary-view .btn-area-map .map-btn {
    flex: 1 1 100%;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.obituary-view .writing-list li {
    padding: 4px 0;
}

.obituary-view .writing-list li + li {
    margin-top: 8px;
}

.obituary-view .name-list li + li {
    margin-top: 4px;
}

.map-pin {
    position: absolute;
    height: 48px;
    min-width: 70px;
    max-width: 300px;
    margin-top: -48px;
    transform: translateX(-50%);
}

.map-pin::after {
    content: '';
    display: block;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 18px;
    box-sizing: border-box;
    background-image: url('../../../images/app/v2/pin-vertex.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.map-pin__inner {
    display: block;
    position: relative;
    height: 40px;
    padding: 8px 10px 8px 38px;
    border-radius: 8px;
    box-shadow: var(--shadow-elevation2, 0px 4px 12px 0px rgba(0, 0, 0, 0.08), 0px 2px 6px 0px rgba(0, 0, 0, 0.08));
    background: #5F4A37;
    text-align: center;
}

.map-pin__inner::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
    width: 24px;
    height: 24px;
    background-image: url('../../../images/app/v2/sp_obituary_ico.svg');
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: -48px -48px;
}

.map-pin .txt-body02 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.obituary_make_input textarea {
	border: 1px solid #E0E0E0;
	width: 100%;
	resize: none;
    border-radius: 5px;
	height: 150px;
	padding: 10px;
}
.txt_count {
    text-align: right;
    color: #858585;
    font-size: 15px;
}
.make_btn input {
	background: #252525;
	width: 100%;
	color: #fff;
	font-size: 16px;
}
.make_btn {
	width: 100%;
	margin: 30px 0;
}
.error_txt {
	color: #9E9E9E;
	font-size: 15px;
}
.error_txt i {
	font-size: 18px;
    vertical-align: -2px;
    margin-right: 3px;
}
.obituary_make_input_add {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding-right: 10px;
}
.obituary_make_input_add input {
	border: 0;
}
.obituary_make_detail04 .obituary_make_input_add {
	padding-right: 0;
	gap: 0;
}
.jangji_detail {
	display: none;
}
#arrount_view {
	display: none;
}
.jangji_02 {
    margin-top: 5px;
}

.modal_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 30;
}
.modalbox {
    position: fixed;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    overflow: hidden;
    z-index: 31;
    width: 100%;
    max-width: 500px;
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    display: none;
    max-width: 500px;
    padding: 20px;
}
.modalbox > i {
    position: absolute;
	top: 20px;
    right: 20px;
    font-size: 20px;
	cursor: pointer;
}
.obituary_img_modal {
    text-align: center;
    padding: 50px 20px;
}
.modal_txt01 {
	font-size: 17px;
    font-weight: 600;
	margin-bottom: 5px;
}
.modal_txt02 {
    font-size: 15px;
	color: #9E9E9E;
	font-weight: 500;
}
.obituary_img_modal .modal_txt02 {
	margin: 10px 0 15px;
}
.obituary_img_modal_con img {
    width: 170px;
    height: 170px;
    object-fit: contain;
	border: 1px solid #ddd;
}
.obituary_img_modal_con label div {
    background: #252525;
    color: #fff;
    border: 1px solid #252525;
    /* max-width: 140px;
    margin: 30px auto 5px; */
    padding: 8px 0;
    font-size: 16px;
    border-radius: 5px;
}
.obituary_img_modal_con label div i {
    margin-right: 5px;
    font-size: 15px;
}
.photo_upload_wrap {
	display: flex;
    gap: 10px;
    padding: 20px 40px 0;
}
.photo_upload_wrap > * {
	width: 100%;
}
.photo_upload {
    border: 1px solid #DEDEDE;
	color: #7B7B7B;
	background: #EDEDED;
    /* max-width: 140px;
    margin: 0 auto 5px; */
    padding: 8px 0;
    font-size: 16px;
    border-radius: 5px;
	cursor: pointer;
}
.funeral_photo.on {
	display: block;
}
.photo_upload_edit02 {
	display: none;
}
.photo_upload_edit02 div input {
    border: 0;
    background: transparent;
    color: #858585;
    font-size: 15px;
    font-weight: 500;
}
.photo_upload_edit02 div i {
    font-weight: 600;
}
.photo_upload_edit.on .photo_upload_edit02 {
	display: block;
}
.photo_upload_edit.on .photo_upload_edit01 {
	display: none;
}
.obituary_more_modal {
	max-width: 1000px;
    padding: 50px;
}
.obituary_more_wrap {
	margin: 30px 0 0;
}
.obituary_more_box .obituary_make_box_con {
	width: calc(100% - 190px);
    float: left;
}
.obituary_more_add_right {
    width: 180px;
    margin-left: 10px;
    display: flex;
    gap: 5px;
}
.obituary_more_box01 .obituary_make_input input, .obituary_more_box01 .obituary_make_input select {
	background: #EDEDED;
}
.obituary_more_box01 .obituary_more_add_right {
	padding: 5px 0;
}
.obituary_more_box01 .obituary_more_add_right i {
    color: #705945;
    font-size: 16px;
}
.obituary_more_box01 .obituary_more_add_right div:last-child {
    line-height: 1.3;
    word-break: keep-all;
}
.obituary_more_box02 .obituary_more_add_right div {
	border: 1px solid #E0E0E0;
    border-radius: 5px;
    text-align: center;
}
.obituary_more_box02 .obituary_more_add_right div i {
    display: inline-block;
    padding: 13px 8px;
    color: #252525;
    font-size: 20px;
	cursor: pointer;
    vertical-align: text-top;
}
.order_move {
	width: 125px;
    display: flex;
}
.order_move i {
    width: 50%;
    position: relative;
}
.order_move i:first-child::after {
	content: '';
	display: block;
	width: 1px;
    height: 21px;
    background: #E0E0E0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.list_delete {
    width: calc(100% - 125px);
}
.list_delete i {
	font-weight: 600;
	font-size: 17px !important;
}
.obituary_list_find {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
    margin: 20px 0;
}
.obituary_list_find input {
	border: 0;
    width: 100%;
    padding: 10px 0;
}
.obituary_list_find i {
    font-size: 18px;
}
.obituary_list_find button img {
	vertical-align: -1px;
}
.obituary_more_btn {
    text-align: center;
    margin-top: 25px;
}
.obituary_more_btn button {
    border-radius: 4px;
    background: #252525;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
}
.obituary_more_btn button i {
    margin-right: 5px;
    font-weight: 600;
}
.done_btn {
	border: 0;
    background: transparent;
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 17px;
    color: #705945;
    font-weight: 500;
}
.obituary_list_find + #fhview {
    max-height: 300px;
    overflow: auto;
}
.obituary_list_find + #fhview > div {
	margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: -internal-light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
    color: -internal-light-dark(black, white) !important;
}
.obituary_box_bg {
	background: #FAFAFA;
	padding: 20px;
}
.obituary_m_list_top {
    margin-bottom: 15px;
}
.obituary_m_list_left {
    font-size: 16px;
}
.obituary_m_list_left span:first-child {
    color: #666;
    font-weight: 600;
}
.obituary_m_list_left span:first-child::after {
	content: '';
    display: inline-block;
    width: 2px;
    height: 14px;
    vertical-align: -1px;
    background: #666;
    margin: 0 10px;
}
.obituary_m_list_left span:last-child {
    color: #9D9D9D;
}
.obituary_m_list_btm {
	font-size: 15px;
}
.obituary_m_list_btm > div {
    color: #666;
	font-weight: 500;
}
.obituary_m_list_btm > div > span {
    color: #5F4A37;
    margin-right: 7px;
	font-weight: 600;
}
.obituary_m_list_right a {
    border-radius: 3px;
    border: 1px solid #DEDEDE;
    background: #EDEDED;
    color: #666;
    padding: 2px 7px;
    font-weight: 500;
}
.parther_view {
	display: flex;
}
.parther_view a {
	padding: 15px 20px !important;
    font-size: 16px !important;
    width: auto !important;
    line-height: 1;
    position: relative;
    /*border: 1px solid #ddd;
    border-radius: 7px; */
}
.parther_view a:first-child::after {
	content:'';
	display: inline-block;
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.board_all_wrap {
    padding: 30px 0;
}
.board_menu_wrap {
	width: 180px;
	margin-right: 20px;
}
.board_wrap {
	width: calc(100% - 200px);
}
.board_top_tt {
    font-size: 26px;
    font-weight: 500;
}
.board_menu_box {
    border-top: 2px solid #705945;
    margin-top: 10px;
}
.board_menu_box > div {
    border-bottom: 1px solid #E1E1E1;
}
.board_menu_box > div a {
    display: block;
    width: 100%;
    color: #858585;
    font-size: 15px;
    padding: 10px 10px;
    background-image: url(/basic_img/left_memu_box.png);
    background-repeat: no-repeat;
    background-position: 120% center;
}
.board_menu_box > div.on, .board_menu_box > div:hover {
	background: #FAFAFA;
}
.board_menu_box > div.on a, .board_menu_box > div:hover a {
    background-position: 95% center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #3F4649;
	font-weight: 600;
}
.board_table_wrap {
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
	margin: 10px 0;
}
.board_table_wrap table tr {
    border-bottom: 1px solid #E0E0E0;
}
.board_table_wrap table tbody tr:last-child {
	border-bottom: 0;
}
.board_table_wrap table th {
    background: #FAFAFA;
	color: #606060;
	font-weight: 500;
	padding: 10px 5px;
}
.board_table_wrap table th a {
	color: #606060;
	font-weight: 500;
}
.board_table_wrap table td {
	padding: 10px 5px;
	font-size: 15px;
}
.bo_v_wrap {
    display: flex;
    align-items: center;
}
.bo_v_wrap .left {
	width: calc(100% - 100px);
}
.bo_v_wrap .right {
	color: #888;
	font-size: 15px;
    width: 100px;
    text-align: right;
}
.list_btn {
	max-width: 160px;
    width: 100%;
    border-radius: 5px;
    background: #252525;
    margin: 0 auto;
    text-align: center;
}
.list_btn a, .list_btn button {
	display: block;
	width: 100%;
	color: #fff;
    font-size: 16px;
    padding: 10px 0;
}
.apply_btn {
    border: 1px solid #5F4A37;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #5F4A37;
    cursor: pointer;
}
.apply_btn i {
    font-size: 19px;
    vertical-align: -1px;
    font-weight: 700;
}
.apply_modal_tt {
    text-align: center;
    border-bottom: 1px solid #000;
    font-size: 23px;
    font-weight: 600;
    padding: 10px 0;
    margin-bottom: 20px;
}
.apply_modal_box {
	margin-bottom: 10px;
}
.apply_modal_box input {
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	width: 100%;
    padding: 10px;
}
.memo_box {
    position: relative;
}
.memo_box textarea {
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    resize: none;
    padding: 10px 10px 40px;
    min-height: 145px;
    overflow-y: auto;
}
.memo_box .count {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 16px;
	color: #858585;
    letter-spacing: -0.5px;
}
.memo_box .count span {
	color: #5F4A37;
	font-weight: 500;
}
.apply_btn_wrap {
	display: flex;
    gap: 15px;
    width: 350px;
    margin: 35px auto 20px;
}
.apply_btn_wrap input {
    width: 100%;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
    padding: 10px 0;
}
.apply_btn_wrap input:first-child {
	border: 1px solid #E0E0E0;
	color: #252525;
}
.apply_btn_wrap input:last-child {
	background: #252525;
	border: 1px solid #252525;
	color: #fff;
}
.chk_form_box {
    background: #fff;
    border: 1px solid #705945;
    color: #705945;
    border-radius: 5px;
    padding: 15px 0;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}
.chk_form_box.on {
	background: #705945;
	color: #fff;
}
.register .agree_box {
    margin: 20px 0;
}
.register .agree_box .agree_chk label b {
	color: #E85151;
}
.obituary_line2 {
    max-width: 500px;
    margin: 0 auto;
    padding: 35px 0;
}
.obituary_make_view_wrap .mobile-area {
    position: inherit;
    transform: none;
	width: 100%;
	height: 100%;
	padding: 0;
}
.obituary_make_view_wrap .mobile-area:after {
	display: none;
}
.obituary_make_view_wrap .mobile-area .wrap-all {
    border-radius: 0;
    padding-bottom: 75px;
}
.consolatory_btn {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
}
.consolatory_money_wrap {
    padding-top: 50px;
    max-width: 600px;
    margin: 0 auto;
}
.txt_top_box {
	text-align: center;
	color: #1F1F1F;
    word-break: keep-all;
}
.txt_size01 {
	font-size: 23px;
	font-weight: 500;
	margin-bottom: 15px;
}
.txt_size02 {
	font-size: 17px;
}
.consolatory_money_con {
	border-radius: 5px;
    border: 1px solid #DEDEDE;
    background: #FAFAFA;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.10);
    margin: 50px 0 30px;
	padding: 20px;
}
.consolatory_money_p {
	font-size: 17px;
	font-weight: 500;
}
.consolatory_money_p > div:last-child {
	color: #8A8A8A;
}
.consolatory_sms {
	margin-top: 15px;
}
.consolatory_sms input {
	width: 100%;
    border: 0;
    background: #252525;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 0;
}
.consolatory_notice_tt {
    border-radius: 5px;
    background: #EDEDED;
    padding: 10px 15px;
    color: #7B7B7B;
    font-size: 17px;
}
.consolatory_notice_tt > i {
	margin-right: 5px;
}
.consolatory_notice_tt .consolatory_view i {
    transition: .2s;
	font-weight: 600;
}
.consolatory_notice_tt.on .consolatory_view i {
    transform: rotate(180deg);
}
.consolatory_notice_con {
	padding: 20px;
    word-break: keep-all;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.7;
	display: none;
}
.share_modal {
	padding: 50px; 
    /* 20px */
}
.share_modal .modal_txt01 {
    text-align: center;
}
.share_con {
    display: flex;
    justify-content: center;
    gap: 50px;
    text-align: center;
    padding-top: 25px;
}
.share_txt {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
}
.view_share_btn {
	/* border-radius: 5px; */
	border: 1px solid #939292;
    background: #939292;
    text-align: center;
    /* margin: 15px 0 20px; */
}
.view_share_btn a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 18px;
    padding: 12px 0;
}
/* .obituary-view .wreath_all_wrap {
	padding: 20px 0;
} */
/* .obituary-view .wreath_all_wrap > div:not(:last-child) {
	padding: 0 20px;
} */
.wreath_btn {
	background: #5F4A37;
    text-align: center;
    /* border-radius: 5px; */
}
.wreath_btn a {
    color: #fff;
    font-size: 18px;
    padding: 12px 0;
    display: block;
    width: 100%;
}
.wreath_box_img {
    background: #FAFAFA;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	margin-right: 5px;
}
.wreath_box_img img {
    vertical-align: middle;
}
.wreath_box_txt {
	width: calc(100% - 70px);
	font-weight: 500;
	padding: 3px 0;
}
.wreath_box_txt div:first-child {
	color: #454545;
}
.wreath_box_txt div:last-child {
	color: #9D9D9D;
}
.wreath_box {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.wreath_box:last-child {
	border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.comment_modal {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    max-height: none;
    max-width: 1100px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    padding: 0;
}
.comment_modal .modal_txt01 {
	border-bottom: 1px solid #E0E0E0;
    padding: 15px;
    text-align: center;
}
.comment_modal_con {
	padding: 50px 20px 100px;
}
.comment_modal_input {
	margin-bottom: 10px;
}
.comment_modal_input input {
	width: 100%;
	border-radius: 5px;
	border: 2px solid #E0E0E0;
	font-size: 16px;
    padding: 10px 15px;
}
.comment_modal_select {
    border-radius: 5px;
    border: 2px solid #E0E0E0;
    padding: 10px 15px;
	color: #666;
    min-height: 100px;
}
.comment_modal_select select {
	border: 0;
	width: 100%;
	font-size: 16px;
	color: #666;
}
.comment_modal_select textarea {
	width: 100%;
	border: 0;
	font-size: 16px;
	color: #666;
    height: 70px;
	resize: none;
}
.comment_btn {
	background: #252525;
	border: 1px solid #252525;
	color: #fff;
	font-size: 17px;
	width: 100%;
    padding: 15px 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.share_con2 {
    border-bottom: 1px solid #E3DDD3;
    padding: 35px 0;
	margin-bottom: 40px;
}
.obituary_comlpete {
	display: flex;
	gap: 15px;
    padding: 0 25px;
}
.obituary_comlpete > a {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #DEDEDE;
	background: #EDEDED;
    text-align: center;
    color: #666;
    font-size: 16px;
    padding: 10px 0;
	font-weight: 500;
}
.comment_modal_btn {
	cursor: pointer;
}
.wreath_list_tab {
    display: flex;
}
.wreath_list_tab > a {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    padding: 13px 0;
    font-size: 17px;
	font-weight: 400;
	color: #AEAEAE;
    text-align: center;
}
.wreath_list_tab > a.on {
	border-bottom: 3px solid #252525;
	font-weight: 700;
	color: #373737;
}
.wreath_list_all {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 10px;
}
.wreath_list_box {
    border: 1px solid #E0E0E0;
    position: relative;
}
.wreath_img {
    height: 165px;
}
.wreath_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wreath_sub_btn {
    display: flex;
}
.wreath_sub_btn a {
    text-align: center;
    font-size: 16px;
    padding: 8px 0;
}
.wreath_sub_btn a:first-child {
	background: #EDEDED;
    width: 50px;
	color: #7B7B7B;
}
.wreath_sub_btn a:first-child i {
	font-weight: 700;
}
.wreath_sub_btn a:last-child {
	background: #252525;
	width: calc(100% - 50px);
	color: #fff;
}
.wreath_not {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.85);
}
.wreath_not > div {
	color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
	font-size: 17px;
}
.wreath_sub_con {
    padding: 12px 10px;
    text-align: center;
}
.wreath_name {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
}
.wreath_ex {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 2.5em;
    line-height: 1.2;
    font-size: 13px;
    word-break: keep-all;
}
.wreath_sub_txt {
	margin-bottom: 2px;
}
.discount {
    font-size: 15px;
    color: #AA7B51;
    font-weight: 500;
    margin-right: 5px;
}
.discount_price {
	color: #999;
	font-size: 17px;
	font-weight: 500;
    text-decoration: line-through;
}
.wreath_total {
    color: #252525;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}
.wreath_list_both {
    padding: 15px 0 5px;
    text-align: right;
}
.wreath_list_both span {
	font-size: 23px;
	color: #b1b1b1;
	cursor: pointer;
}
.wreath_list_both span:first-child {
	margin-right: 5px;
}
.wreath_list_both span.on {
	color: #252525;
}
.wreath_list_all.on {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
.wreath_list_all.on .wreath_list_box {
    display: flex;
}
.wreath_list_all.on .wreath_img {
    width: 340px;
    height: 205px;
	border-right: 1px solid #E0E0E0;
}
.wreath_list_all.on .wreath_sub {
	width: calc(100% - 340px);
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}
.wreath_list_all.on .wreath_sub_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}
.wreath_list_all.on .wreath_sub_txt {
	margin-bottom: 0;
    text-align: left;
    width: 300px;
}
.wreath_list_all.on .wreath_name {
    margin-bottom: 15px;
}
.wreath_list_all.on .wreath_ex {
    height: 2.9em;
    line-height: 1.4;
    font-size: 15px;
}
.wreath_list_all.on .wreath_sub_btn a {
	padding: 12px 0;
}
.wreath_list_all.on .wreath_sub_btn a:first-child {
	width: 170px;
}
.wreath_list_all.on .wreath_sub_btn a:last-child {
	width: calc(100% - 170px);
}
.wreath_list_all.on .wreath_not > div br {
	display: none;
}
.wreath_send_wrap .txt_top_box {
    border-bottom: 3px solid #E3E3E3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left;
}
.wreath_send_wrap .txt_top_box:nth-last-child(2) {
	border-bottom: 0;
}
.wreath_send_btn {
    width: 100%;
    border-radius: 5px !important;
    background: #252525;
    border: 0;
    font-size: 17px;
    color: #fff;
    padding: 12px 0;
}
.wreath_send_wrap .txt_top_box input {
	border-radius: 5px;
	border: 1px solid #E0E0E0;
	width: 100%;
    font-size: 16px;
    padding: 10px 15px;
	margin-bottom: 7px;
}
.wreath_send_wrap .txt_top_box select {
	border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #606060;
	font-size: 16px;
    padding: 10px 15px;
	width: 100%;
}
.wreath_send_wrap .txt_top_box select + input {
	border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #606060;
	font-size: 16px;
    padding: 10px 15px;
	width: 100%;
}
.wreath_view_wrap {
    max-width: 700px;
    margin: 0 auto;
    padding: 25px 0;
}
.wreath_view_img {
    border: 1px solid #E0E0E0;
    height: 450px;
}
.wreath_view_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wreath_view_wrap .wreath_sub_con {
    text-align: left;
    padding: 20px 0;
}
.wreath_view_wrap .wreath_send_btn {
    margin-top: 20px;
}
.wreath_view_con {
    padding: 20px 20px 0;
	font-size: 15px;
}
.wreath_view_con > div:not(:first-child) {
	display: none;
}
.consolatory_list_con {
	padding: 25px 0;
}
.consolatory_list_box {
    border-radius: 3px;
    border: 1px solid rgba(224, 224, 224, 0.93);
    background: #FAFAFA;
    box-shadow: 0px 4px 5px 0px rgba(135, 135, 135, 0.15);
    margin-bottom: 15px;
	padding: 10px 20px 15px;
}
.consolatory_list_name {
    border-bottom: 1px solid #DEDEDE;
    color: #705945;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 7px;
    padding-bottom: 3px;
}
.consolatory_list_box.clearfix {
    display: flex;
    align-items: center;
}
.consolatory_list_img {
    width: 55px;
}
.consolatory_list_box.clearfix .right {
    width: calc(100% - 55px);
}
.all_view {
	font-size: 16px;
}
.join_form_wrap .input_st {
	border-radius: 5px;
	border: 1px solid #E0E0E0;
	background: #FFF;
    width: 100%;
    font-size: 15px;
    padding: 12px 10px;
}
.input_tt {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}
.join_form_wrap .form_01 li {
	margin-bottom: 10px;
}
#captcha {
    border: 0;
}
.captcha_box {
    display: flex;
    gap: 7px;
    margin-bottom: 0 !important;
}
.captcha_img_box > img {
	border: 1px solid #ddd;
    padding-right: 30px;
}
.captcha_box input {
    border-radius: 0;
}
.captcha_box .captcha_img_box + input {
    border: 1px solid #ddd;
	width: 100%;
	padding: 0 10px;
}
.captcha_img_box {
    margin-bottom: 0 !important;
	position: relative;
}
.captcha_img_box button {
	border: 0;
	position: absolute;
}
.captcha_img_box button#captcha_mp3 {
    top: 7px;
    right: 7px;
}
.captcha_img_box button#captcha_reload {
    right: 7px;
    top: 32px;
}
.hamburger {
    height: 18px;
    z-index: 20;
    transition: 0.3s;
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 20px;
}
.hamburger span {
    width: 25px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    display: block;
    transition: 0.3s;
    position: relative;
}
.hamburger span:nth-child(1) {
    top: 0;
}
.hamburger span:nth-child(2) {
    top: 5px;
    /* transform: translateY(-50%); */
}
.hamburger span:nth-child(3) {
    top: 10px;
}
.hamburger.on {
    position: fixed;
    right: 10px;
    top: 20px;
    z-index: 50;
}
.hamburger.on span {
	/* height:  */
}
.hamburger.on span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    top: 50%;
}
.hamburger.on span:nth-child(2) {
    display: none;
}
.hamburger.on span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
    left: 50%;
    top: 40%;
}
.mb_nav {
	display: none;
}
.mob_nav {
    width: 100%;
    position: fixed;
    top: 0;
    right: -150%;
    height: 100vh;
    z-index: 30;
    background: #252525;
    /* padding: 20px; */
    overflow-y: auto;
}
.mb_nav.on .mob_nav {
    right: 0;
    transition: 0.4s;
}
.index_main {
    padding-bottom: 150px;
}
.d_block {
	display: block !important; 
}
.d_block > .flex--between {
	margin-bottom: 15px;
}
.d_block > .btn-area {
	margin-top: 15px;
}
.add_s_box {
    display: flex;
}
.add_s_relat {
	width: 70px;
	color: #8A8A8A;
	padding: 3px 8px 0 0;
}
.add_s_name {
    width: calc(100% - 70px);
    padding: 4px 0;
}
.obituary_mirl {
	background: #5F4A37;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    width: 120px;
    text-align: center;
    padding: 11px 0;
	display: none;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 51;
}
#obituary_mirl_view.on {
    display: block;
    z-index: 52;
}
#obituary_mirl_view.on .mobile-area {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    padding: 0;
}
#obituary_mirl_view.on .mobile-area .wrap-all {
    border-radius: 0;
}
#obituary_mirl_view.on .mobile-area:after {
	background: none;
}
.obituary_mirl_close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #222;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    padding: 6px 7px;
    font-weight: 600;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 3.553px 3.553px 0px rgba(200, 200, 200, 0.15);
	display: none;
}
.mob_nav_con {
	padding: 30px;
}
.m_logo {
    padding: 30px 0;
}
.m_logo p {
    color: #fff;
    margin-top: 10px;
    letter-spacing: -0.5px;
}
.mob_menu a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #BEBEBE;
	padding: 20px;
}
.box-white_nogap {
    gap: 0 !important;
}
.box-white_nogap .flex--between {
    margin-bottom: 20px;
}
.box-white_nogap .btn-area {
	margin-top: 20px;
}
.terms_tt {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
.terms_con {
    max-height: 400px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #ddd;
    white-space-collapse: preserve-breaks;
}
.wr_content .sound_only {
	display: none;
}
.board_top_sm {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
}
.qna_write_box::after {content:"";display:block;clear:both}
.qna_write_box_tt {
	float: left;
	width: 100px;
	background: #F7F7F7;
    padding: 10px;
    color: #606060;
    font-weight: 500;
}
.qna_write_box_tt span {
	color: #705945;
}
.qna_write_box_con {
	float: left;
	width: calc(100% - 100px);
	padding: 5px 10px;
}
.qna_write_box_con input {
	width: 100%;
	border: 0;
	border-radius: 2px;
	background: #FAFAFA;
	padding: 5px 10px;
}
.qna_write_box_con textarea {
	width: 100%;
	border: 0;
	border-radius: 2px;
	background: #FAFAFA;
	padding: 5px 10px;
	resize: none;
}
.qna_write_box {
    border-bottom: 1px solid #E0E0E0;
	display: flex;
}
.qna_write_box:last-child {
	border-bottom: 0;
}
.mob_nav_log {
    display: flex;
}
.mob_nav_log div {
    width: 100%;
    text-align: center;
}
.mob_nav_log div a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px 0;
}
.mob_nav_log div:first-child {
    background: #5F4A37;
}
.mob_nav_log div:last-child {
    background: #000;
}
.mob_nav_log div:has(.partner_link) {
    background: #fff;
}
.mob_nav_log div .partner_link {
    color: #333;
}
.wreath_list_con, .consolatory_notice {
	margin-bottom: 30px;
}

.btn_bg.on {
	background: #222 !important;
	color: #fff !important;
}

.qa_w_btn_st {
    background: #252525 !important;
    width: 100px !important;
    padding: 10px 0 !important;
    margin-top: 10px !important;
}
.qa_w_btn_st a {
	color: #fff;
}
.mob_phone_wrap {
	display: none;
    /* transform: rotate3d(1, 1, 1, -7deg) rotateY(18deg) rotateX(17deg) translateX(-20%); */
    transform: perspective(3500px) rotateX(8.8deg) rotateY(21.5deg) rotateZ(-9.5deg) scale(0.83) skew(0deg, 2deg) translateZ(0) translateX(-20%);
}
.mob_phone_wrap img {
	max-width: 100%;
}
.mob_phone_wrap:has(.over) {
    position: relative;
    max-width: 700px;
}
.mob_phone_wrap img.over {
    position: absolute;
	max-width: 100%;
    top: 5%;
    left: 55%;
    width: calc(350 / 828 * 100%);
}
.logoutbtn::after {
	display: none !important;
}
.reg_result_con {
    max-width: 600px !important;
}
.reg_result_con_wrap {
    border: 1px solid #DEDEDE;
    background: #FAFAFA;
    padding: 30px 20px;
    color: #666;
    font-size: 15px;
	margin: 35px 0;
}
.btn_confirm_reg.obituary_con_btn {
    border-radius: 4px;
    background: #252525;
    max-width: 350px;
    margin: 0 auto;
}
.btn_confirm_reg.obituary_con_btn a {
    color: #fff;
}
.reg_result_p {
    font-size: 18px;
    color: #5C5C5C;
    font-weight: 400;
}
.reg_result_p strong {
    color: #222;
}
.payment_top {
    text-align: center;
    margin: 35px 0;
}
.payment_top img {
	margin-bottom: 25px;
}
.payment_con {
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    background: #FAFAFA;
    padding: 30px 20px;
    word-break: keep-all;
    max-width: 350px;
    margin: 0 auto;
}
.payment_con_txt p {
	color: #666;
	font-size: 16px;
    display: flex;
    gap: 7px;
	line-height: 1.4;
}
.payment_con_txt p span {
	color: #5F4A37;
    font-weight: 500;
}
.payment_close {
    display: block;
    width: 100%;
    background: #252525;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    max-width: 165px;
    margin: 20px auto 0;
    padding: 8px 0;
}
.new_sch_all_wrap {
    padding: 35px 0;
}
#new_sch {
    border: 1px solid #ddd;
    padding: 30px 0 !important;
    margin: 0 0 20px !important;
}
#new_sch select {
	margin: 0 10px 10px;
}
.new_sch_flex_wrap {
	display: flex;
    justify-content: center;
}
.payment_success_sub {
    text-align: center;
    color: #666;
    font-weight: 500;
    margin-bottom: 10px;
}
.payment_success_sub br {
	display: none;
}
.partner_link::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.addr_map img {
	width: 100%;
}
.obituary-view .addr_map img {
    height: 95px;
    object-fit: cover;
}
#obituary_addr {
    word-break: keep-all;
}
.obituary-view_btm_btn {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    max-width: 960px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.obituary-view_btm_btn > div {
	width: 100%;
}
.auth_info_tt {
    text-align: left;
    margin: 20px 0 5px;
    font-weight: 500;
}
.auth_info_box {
    display: flex;
	gap: 5px;
    margin-bottom: 10px;
}
.auth_info_box > input:first-child {
    margin: 0 !important;
}
.auth_info_box > input:last-child {
	border: 0;
    border-radius: 5px;
    padding: 0 15px;
	color: #fff;
}
.auth_info_box1 > input:last-child {
    background: #939292;
}
.auth_info_box2 > input:last-child {
	background: #5F4A37;
}
#txt_select_2 {
    word-break: keep-all;
}
.go_wreath_list {
    background: #fff;
    border: 1px solid #5F4A37;
    color: #5F4A37;
    font-weight: 600;
    margin-top: 7px;
    padding: 10px 0;
}
.wreath_send_terms_wrap {
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
}
.wreath_send_terms_wrap > div:first-child {
    position: relative;
}
.wreath_send_terms_wrap > div:first-child::after {
	content:'';
	display: inline-block;
	width: 1px;
	height: 15px;
	background: #ddd;
    position: absolute;
    top: 50%;
    left: 182%;
    transform: translateY(-50%);
}
.wreath_send_terms_wrap > div > div:first-child {
    font-size: 15px;
    color: #717171;
    font-weight: 500;
	cursor: pointer;
}
.wreath_send_terms_wrap > div > div:first-child:hover {
    text-decoration: underline;
}
.p_modify_btn {
    background: #ddd;
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 600;
}
.p_delete_btn {
	background: #e23d3d;
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 13px;
	color: #fff;
}
.p_submit_btn {
    background: #222;
    color: #fff;
    border-radius: 5px !important;
    padding: 5px 15px !important;
}
.partner_bg_modify_table tbody tr:last-child td {
	padding: 10px 5px 0;
}
.board_top_tt_sub {
	font-size: 18px;
    font-weight: 500;
    color: #c22;
}
.partner_mob_menu_tt span {
	font-size: 18px;
}
.partner_mob_menu_tt span i {
    margin-right: 5px;
}
.partner_mob_menu_tt > i.right {
	padding: 5px 0;
    transition: .2s;
}
.partner_mob_menu_tt.on .p_menu_view {
    transform: rotate(180deg);
}
.partner_mob_menu {
    position: relative;
    margin-bottom: 10px;
	display: none;
}
.partner_mob_menu_con {
	background: #f3f3f3;
    padding: 10px;
    position: absolute;
    width: 100%;
    margin-top: 3px;
	display: none;
}
.mob_menu_view_box {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 10px;
}
.mob_menu_view_box > div {
	border: 1px solid #ddd;
    text-align: center;
}
.mob_menu_view_box div a {
    display: block;
    width: 100%;
    padding: 5px 0;
    color: #666;
    background: #fff;
}
.p_withdraw_con {
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 500px;
}
.p_withdraw_con > label {
	width: 75px;
    font-size: 16px;
}
.pagenation {
    text-align: center;
    padding: 20px 0 0;
}
.pagenation > a {
    color: #606060;
    display: inline-block;
    padding: 5px 10px;
}
.pagenation > a > b {
	border-radius: 3px;
    background: #705945;
    color: #fff;
    padding: 5px 12px;
    font-weight: 400;
}