html{	font-size:10px;	/*font-size:10px*/}

body{font-size:1.4rem; overflow-x:hidden;background:#f0ede9}

#Wrap{
	position:relative;
	width:100%;
	margin:0 auto;
}

/*footer*/
#footer{
	background: #333;
}
#footer > .container{}
#footer > .container h2{
	margin-right: 9rem;
}
#footer > .container .f_menu_wrap .f_menu{
	padding:2.5rem 0;
	position:relative;
}
#footer > .container .f_menu_wrap .f_menu > a{
	color:#fff;
	font-size:15px;
	font-weight: 300;
	margin-right: 3rem;
}
#footer > .container .f_menu_wrap .f_menu::after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	left:50%;
	right:50%;
	margin-left:-50vw;
	margin-right:-50vw;
	border-bottom:1px solid rgba(255,255,255,.1)
}
#footer > .container .f_menu_wrap address{
	padding:3.5rem 0;
}
#footer > .container .f_menu_wrap address p{
	color:#b0b0b0;
	font-size:1.6rem;
	font-weight: 400;
	display:inline-block;
	line-height: 2;
	margin-right: 2rem;
}
#footer > .container .f_menu_wrap address p a{
	display:inline-block;
	color:#d5d5d5;
	background:#535353;
	padding:.1rem 1rem;
	font-size:1.4rem;
	border-radius:5rem;
	margin-left:.5rem;
}
#footer > .copy{
	background: #222;
	padding:2rem 0;
}
#footer > .copy p{
	color:#666666;
	font-size:14px;
}
@media(max-width:991.98px){
	#footer > .container h2{
		margin-right: 0;
		margin-bottom: 3rem;
	}
	#footer > .container h2 img{
		max-width:100px;
	}
	#footer > .container .f_menu_wrap .f_menu{
		margin-left:-0.5rem;
		margin-right:-0.5rem;
	}
	#footer > .container .f_menu_wrap .f_menu > a{
		font-size:12px;
		margin:0 0.5rem;
		letter-spacing: -0.02em;
	}
	#footer > .container .f_menu_wrap address{
		padding:2.5rem 0;
	}
	#footer > .container .f_menu_wrap address p{
		font-size:12px;
		margin-right: 1rem;
	}
	#footer > .container .f_menu_wrap address p a{
		display:inline-block;
		color:#d5d5d5;
		background:#535353;
		padding:.5rem .5rem;
		font-size:1.2rem;
		line-height:1.2rem;
		border-radius:5rem;
		margin-left:.5rem;
	}
	#footer > .copy p{
		font-size:12px;
	}
}

/*로딩*/
#page_loading{
	z-index:99999;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);

}

/*서브 레이아웃*/
#sub_menu .sub_dp_menu{
	margin-bottom: 5rem;
}
#sub_menu .sub_dp_menu > ul{
	display:flex;
	border-right: 1px solid #ddd;
}
#sub_menu .sub_dp_menu > ul > li{
	flex-basis:0;
	flex-grow:1;
	text-align: center;
}
#sub_menu .sub_dp_menu > ul > li > a{
	font-size:1.5rem;
	font-weight: 400;
	color:#666;
	display:block;
	padding:1.5rem 1rem;
	border:1px solid #ddd;
	border-bottom: 1px solid #293f3a;
	border-right: none;
}
#sub_menu .sub_dp_menu > ul > li.on > a{
	font-weight: 700;
	color:#293f3a;
	border: 1px solid #293f3a;
	border-bottom: none
}

#sub_wrap{
	position: relative;
	padding: 18rem 0 9rem;
}
#sub_wrap .sub_tt{
	margin-bottom: 1.5rem;
	text-align: center;
}
#sub_wrap .sub_tt h2{
	font-size:3rem;
	font-weight: 800;
	color:#000;
}
#sub_wrap .container > .bg-white{
	padding:6rem 15rem;
	margin:0 auto;
}
#sub_wrap .container > .bg-white.viewpage{
	padding:0;
}

.sub_wrap p{
	font-size:1.8rem;
	font-weight: 800;
}

.none_padding{
	padding:0 !important;
}
@media(max-width:1199.98px){
	#sub_wrap .container > .bg-white{
		padding:6rem;
	}
}
@media(max-width:991.98px){
	#sub_menu{
		display:none;
	}
	#sub_wrap{
		padding: 8rem 0 5rem;
	}
	#sub_wrap .sub_tt h2{
		font-size:2.2rem;
	}
	#sub_wrap .container > .bg-white{
		padding:1rem;
	}
	.sub_wrap p{
		font-size:1.5rem;
		word-break:keep-all;
	}

	.none_padding{
		padding:0 0 3rem !important;
	}
}
@media(max-width:767.98px){
	#sub_wrap.viewpage{
		padding: 60px 0 0rem 0;
	}
	#sub_wrap.viewpage .sub_tt{
		display:none;
	}
}

.loading_wrap{
	text-align: center;
	position: relative;
	height: 100vh;
	overflow:hidden;
	background: #313131;
	display:flex;
	align-items:center;
	justify-content:center;
}
.loading_wrap img{
	max-width:100%;
}
.loading_wrap .front{
	width:100%;
	position: relative;
	height:50%;
}
.loading_wrap .bg{
	position: absolute;
	bottom:0;
	left:0;
	z-index:4;
	width:70%;
	opacity:0.2;
}
.loading_wrap .logo{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:3;
	width:100%;
}
.loading_wrap .background_wrap{
	width:100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
}
.loading_wrap .background_wrap .gold-bg{
	width:100%;
	height: 100%;
	position: absolute;
	left:0;
	bottom:0;
}
.loading_wrap .background_wrap .gold-bg-bar{
	animation: updown 8s forwards ;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:80%;
	background: #464646;
}
@keyframes updown{
	to { height:0; }
}

.splash_wrap{
	position: relative;
	width:100%;
	height: 100vh;
	overflow:hidden;
}
.splash_wrap .bg{
	position: relative;
	background: rgb(83,153,207);
	background: linear-gradient(0deg, rgba(83,153,207,1) 0%, rgba(88,178,189,1) 100%);
	width:100%;
	height: 100%;
}
.splash_wrap .bg img{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
}
.splash_wrap .logo{
	position: absolute;
	top:40%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:3;
	width:100%;
	text-align: center;
}
.splash_wrap .logo img{
	max-width:90px;
}
.splash_wrap h2{
	color:#fff;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 4rem;
}


/**/


/*얼럿*/





/*팝업*/
#hd_pop{
	position:fixed;
	left:0;
	top:0;
	z-index:201;
}
#hd_pop > .hd_pops{
	position:absolute;
	background:#fff;
}
#hd_pop .hd_pops_footer{
	background:#000;
	padding:5px;
	overflow:hidden;
}
#hd_pop .hd_pops_footer > button{
	float:right;
	border:0;
	background:#000;
	border:1px solid #ddd;
	font-size:1.6rem;
	color:#fff;
	padding:0px 5px;
	margin-left:5px;
	opacity:.7;
	height:28px;
}
#hd_pop .hd_pops_footer > button.hd_pops_reject{
	font-size:1.4rem;
	font-weight:400;
}

/*newpopo*/

#pop_content img{width:100%;}

.popop_wrap{
	position:fixed;
	z-index:1001;
	min-width:400px;
}
.popop_win_wrap{
	position:relative !important;
	z-index:1001;
	min-width:400px;
}

.popop_wrap > .poppup_body{}
.popop_wrap > .poppup_footer{
	padding:10px;
	background:#000;
	overflow:hidden;
}
.popop_wrap > .poppup_footer > .day_check{
	float:left;
	position:relative;
}
.popop_wrap > .poppup_footer > .day_check > input[type="checkbox"]{
	position:absolute;
	width:0;
	height:0;
	opacity:0;
}
.popop_wrap > .poppup_footer > .day_check > label{
	cursor:pointer;
	display:inline-block;
	padding-left:24px;
	position:relative;
}
.popop_wrap > .poppup_footer > .day_check > label::after{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-8px;
	width:16px;
	height:16px;
	background:#fff;
	z-index:1;
}
.popop_wrap > .poppup_footer > .day_check >input:checked +  label::before{
	content:"";
	position:absolute;
	left:3px;
	top:50%;
	margin-top:-5px;
	width:11px;
	height:7px;
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	z-index:2;
	transform:rotate(-45deg);
}

.popop_wrap > .poppup_footer > .pop_close{
	float:right;
	color:inherit;
}
.popop_wrap > .poppup_footer > .pop_close > a{
	color:inherit
}

.popop_wrap > .poppup_footer > .hd_pops_new_close{
	float:right;
	color:inherit;
}
.popop_wrap > .poppup_footer > .hd_pops_new_close > a{
	color:inherit
}
.popop_wrap .owl-dots{
	position:absolute;
	left:0;
	bottom:20px;
	width:100%;
	text-align:center;
}
.popop_wrap .owl-dots button.owl-dot{
	display:inline-block;
	margin:0px 4px;
}
.popop_wrap .owl-dots button.owl-dot span{
	display:block;
	border-radius:100%;
	background:rgba(255,255,255,.3);
	width:1.2rem;
	height:1.2rem;
}
.popop_wrap .owl-dots button.owl-dot.active span{
	background:rgba(255,255,255,.8);
}

@media(max-width:767.98px){
	.popop_wrap{
		position:fixed;
		z-index:1001;
		min-width:300px;
		width:90% !important;
		left:5% !important;
		top:5% !important;
	}
	.popop_wrap > .poppup_body{
		width:100% !important;
	}
	.popop_wrap .poppup_footer{
		min-width:300px;
	}
}

/*newpopo*/
.popop_win_wrap{
	position:fixed;
	z-index:1001;
	min-width:400px;
}

.popop_win_wrap > .poppup_body{}
.popop_win_wrap > .poppup_footer{
	padding:10px;
	background:#000;
	overflow:hidden;
}
.popop_win_wrap > .poppup_footer > .day_check{
	float:left;
	position:relative;
}
.popop_win_wrap > .poppup_footer > .day_check > input[type="checkbox"]{
	position:absolute;
	width:0;
	height:0;
	opacity:0;
}
.popop_win_wrap > .poppup_footer > .day_check > label{
	cursor:pointer;
	display:inline-block;
	padding-left:24px;
	position:relative;
}
.popop_win_wrap > .poppup_footer > .day_check > label::after{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-8px;
	width:16px;
	height:16px;
	background:#fff;
	z-index:1;
}
.popop_win_wrap > .poppup_footer > .day_check >input:checked +  label::before{
	content:"";
	position:absolute;
	left:3px;
	top:50%;
	margin-top:-5px;
	width:11px;
	height:7px;
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	z-index:2;
	transform:rotate(-45deg);
}

.popop_win_wrap > .poppup_footer > .pop_close{
	float:right;
	color:inherit;
}
.popop_win_wrap > .poppup_footer > .pop_close > a{
	color:inherit
}

.popop_win_wrap > .poppup_footer > .hd_pops_new_close{
	float:right;
	color:inherit;
}
.popop_win_wrap > .poppup_footer > .hd_pops_new_close > a{
	color:inherit
}
.popop_win_wrap .owl-dots{
	position:absolute;
	left:0;
	bottom:20px;
	width:100%;
	text-align:center;
}
.popop_win_wrap .owl-dots button.owl-dot{
	display:inline-block;
	margin:0px 4px;
}
.popop_win_wrap .owl-dots button.owl-dot span{
	display:block;
	border-radius:100%;
	background:rgba(255,255,255,.3);
	width:1.2rem;
	height:1.2rem;
}
.popop_win_wrap .owl-dots button.owl-dot.active span{
	background:rgba(255,255,255,.8);
}

@media(max-width:767.98px){
	.popop_win_wrap{
		position:fixed;
		z-index:1001;
		min-width:100%;
		width:10%;
		left:0;
		top:0;
	}

	.popop_win_wrap .poppup_footer{
		min-width:100%;
	}
}


/* 팝업 */
.modal-dialog{
	height:100%;
}
.modal-content{
	border:none;
	overflow:hidden;
	background: transparent;
}
.modal-content .xi-close{
	cursor:pointer;
}
.modal-square .modal-content{
	border-radius:0;
	padding:1rem;
}
.modal-dialog.modal-xs{
	width:85%;
	margin:8rem auto;
}
.pop_contents{
	padding-top: 5rem;
}
.pop_contents .inner{
	padding: 3rem 0;
	background: #fff;
	border-radius:10px;
	position: relative;
}
.pop_contents .inner .div-close{
    position: absolute;
    top: -2rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #292a3c;
    color: #fff;
    text-align: center;
    line-height: 4rem;
    right: 1rem;
    cursor: pointer;
}

.pop_contents .inner .title h3{
	color:#111;
    font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: -0.009em;
	word-break:keep-all;
}
.pop_contents .inner .title{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ebebeb;
	padding-left: 2rem;
	padding-right: 2rem;
}
.pop_contents .inner .title h3{
	color:#111;
	font-size:2rem;
	font-weight: 800;
}
.pop_contents .inner .title h4{
	color:#111;
	font-size:1.8rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.02em;
	word-break:keep-all;
}
.pop_contents .inner .title h3 img,
.pop_contents .inner .title h4 img{
	max-width:20px;
	margin-right:1rem;
	display:inline-block;
	vertical-align: middle;
	display:none;
}
.pop_contents .inner .sns{
	display:flex;
	justify-content:center;
	align-content:space-between;
	width:80%;
	margin:4rem auto;
}
.pop_contents .inner .sns > li{
	flex-basis:0;
	flex-grow:1;
}
.pop_contents .inner .sns > li a{
	display:block;
	text-align: center;
	position: relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-content:space-between;
	height:100%;
}
.pop_contents .inner .sns > li a::after{
	content:'';
	width:1px;
	height:80%;
	background: #ddd;
	position: absolute;
	top:50%;
	right:0;
	transform:translatey(-50%);
}
.pop_contents .inner .sns > li:last-child a::after{
	content:none;
}
.pop_contents .inner .sns > li a img{}
.pop_contents .inner .sns > li a p{
	font-size:2rem;
	color:#000;
	font-weight: 700;
	width:100%;
	padding-top: 2rem;
}
@media(max-width:991.98px){
	.pop_contents .inner{
		padding: 4rem 0;
	}
	.pop_contents .inner .div-close{
		top:-17px;
	}
	.pop_contents .inner .div-close{
		width: 3.4rem;
		height: 3.4rem;
		line-height: 3.4rem;
	}
	.pop_contents .inner .div-close img{
		max-width:38px;
	}
	.pop_contents .inner .title{
		padding-bottom: 3rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.pop_contents .inner .title h3{
		font-size:1.8rem;
	}
	.pop_contents .inner .title h4{
		font-size:1.6rem;
	}
	.pop_contents .inner .sns{
		width:100%;
	}
	.pop_contents .inner .sns > li a img{
		max-width: 38px;
		max-height: 40px;
	}
	.pop_contents .inner .sns > li a p{
		font-size:1.6rem;
		padding-top: 1rem;
	}
}

.pop_contents .inner .search_box{
	background:#f3f3f3;
	box-shadow:none;
	border-radius:0;
}
.pop_contents .inner .search_box input,
.pop_contents .inner .search_box button{
	background:#f3f3f3;
}
.pop_contents .inner .search_box input{
	font-size:14px;
}
.pop_contents .inner .search_box button{
    background: transparent;
    outline: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    border: 0;
    margin-top: -12px;
}
.pop_contents .inner .sch_result{
	margin-top: 2rem;
}
.pop_contents .inner .sch_result > p,
.pop_contents .inner .sch_result .result > li{
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.pop_contents .inner .sch_result .result > li:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.pop_contents .inner .cont p{
	word-break:keep-all;
	letter-spacing: -0.015em;
}
.pop_contents .cta{
	display:flex;
	margin-top: 1rem;
}
.pop_contents .cta > a{
	display:block;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color:#fff;
	flex-grow:1;
	flex-basis:0;
	font-size:1.5rem;
	font-weight: 700;
}
.pop_contents .cta > a.cta-black{
	background: #333;
}
.pop_contents .cta > a.cta-blue{
	background: #5399cf;
}
.pop_contents .info-bg{
	text-align: center;
	padding:4rem 1rem;
}
.pop_contents .info-bg p.fw800{
	font-size:2.2rem;
	margin-bottom: 1.5rem;
}
.pop_contents .tab_wrap{
	width:100%;
}
.pop_contents .tab_wrap .tab{
	display:flex;
	width:100%;
}
.pop_contents .tab_wrap .tab > li{
	width:50%;
	padding:1.5rem 1rem;
	text-align: center;
	font-weight: 400;
	background: #ececec;
	color:#555;
	font-size:1.8rem;
	cursor:pointer;
}
.pop_contents .tab_wrap .tab > li.on{
	border-top: 2px solid #293f3a;
	color:#293f3a;
	font-weight: 700;
	background: #fff;
}
.pop_contents .tab_cont{
	display:none;
	padding:5rem 0;
}
.pop_contents .tab_cont.on{
	display:block;
}
.pop_contents .tab_cont .bullet-list > li:last-child{
	margin-bottom: 0;
}
.pop_contents .no-info{
	padding:2rem 0 0;
}
.pop_contents .no-info p{
	color:#aaa;
	font-size:1.3rem;
}
.pop_contents .inner .sns > a{
	display:flex;
	padding:5px;
	margin:1rem auto;
	align-items:center;
}
.pop_contents .inner .sns > a div{
	width:25%;
	text-align: center;
}
.pop_contents .inner .sns > a div img{
	width:100%;
}
@media(max-width:991.98px){
	.pop_contents .tab_cont{
		padding:3rem 0;
	}
	.pop_contents .tab_wrap .tab > li{
		padding:1rem 1rem;
		font-size:1.5rem;
	}
}

/* 장례식장 검색 */
#pop_hall .pop_contents .inner .title{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom: 1.5rem;
}

/* 부고만들기 등록 */
#pop_complete_1 .title .esc{
	text-align: right;
}
#pop_complete_1 .cont{
	text-align: center;
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #ebebeb;
	line-height: 1.6;
}
#pop_donation .pop_contents .inner .account_wrap{
	padding:4rem 2rem;
	text-align: center;
}
#pop_donation .pop_contents .inner .account_wrap .info > p{
	display:inline-block;
	vertical-align: middle;
	font-size:1.7rem;
	color:#000 !important;
	font-weight: 400;
}
#pop_donation .pop_contents .inner .account_wrap .info > p.name{
	font-size:1.7rem;
	margin-bottom: 1rem;
	display:block;
}
#pop_donation .pop_contents .inner .account_wrap .info > p.name span{
	font-size:2rem;
}
#pop_donation .pop_contents .inner .account_wrap .info .copy{
	font-size:1.4rem;
	cursor:pointer;
}
#pop_donation .pop_contents .inner .account_wrap > a{
	display:inline-block;
	margin:3rem auto 0;
	padding:1.5rem 4rem;
	color:#fff;
	font-weight: 400;
	background: #293f3a;
	font-size:1.7rem;
	border-radius:8px;
}
#pop_donation .pop_contents .inner .desc{
	background: #f7f7f7;
	padding:4rem 2rem;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#pop_donation .pop_contents .inner .desc p.fw700{
	font-size:1.6rem;
	margin-bottom: 1rem;
}
#pop_donation .pop_contents .inner .desc p.fw700 i{
	display:inline-block;
	margin-right: 0.5rem;
	margin-top: 1px;
}
#pop_donation .pop_contents .inner .desc ul > li{
	color:#888;
	font-size:1.5rem;
	line-height: 1.6;
	position: relative;
	padding-left: 1rem;
}
#pop_donation .pop_contents .inner .desc ul > li::before{
	content:'-';
	position: absolute;
	top:0;
	left:0;
}
@media(max-width:991.98px){
	#pop_donation .pop_contents .inner .account_wrap{
		padding:3rem 2rem 4rem;
	}
	#pop_donation .pop_contents .inner .account_wrap .info > p.name{
		font-size:1.8rem;
	}
	#pop_donation .pop_contents .inner .account_wrap > a{
		margin:2rem auto 0;
		padding:1rem 3rem;
		font-size:1.4rem;
	}
	#pop_donation .pop_contents .inner .desc p.fw700{
		font-size:1.5rem;
	}
	#pop_donation .pop_contents .inner .desc ul{
		margin-top: 0.5rem;
	}
	#pop_donation .pop_contents .inner .desc ul > li{
		font-size:1.3rem;
	}
}

@media(max-width:991.98px){
	.modal-dialog{
		margin:1rem auto;
		width:94%;
	}
}

/*부고장 수동발송*/
.modal_pop_type2{}
.modal_pop_type2 .pop_contents{
	text-align:center;
}
.modal_pop_type2 .pop_contents .inner .title {
	justify-content: center;
}
.modal_pop_type2 .pop_contents .inner .title h4{
	font-weight:600;
	font-size:2rem !important;
}
.modal_pop_type2 .pop_sec_cont{
	padding:3rem 2rem;
}
.modal_pop_type2 .cont_info{
	margin-bottom:4rem;
}
.modal_pop_type2 .cont_info p:nth-child(1){
	margin-bottom:2rem;
}
.modal_pop_type2 .cont_info p:nth-child(2){
	font-size:1.8rem;
	font-weight:600;
	letter-spacing: -0.03em;
}
.modal_pop_type2 .cont_info p:nth-child(2) strong{
	color:#990000;
	background:linear-gradient(to top, #fceeb2 50%, transparent 50%)
}
.modal_pop_type2 .cont_form .form-control{
	height:6rem;
	font-size:1.6rem;
}
.modal_pop_type2 .cont_form div:nth-child(2){
	display:flex;
	margin-left:-5px;
	margin-right:-5px;
	margin-top:1rem;
}
.modal_pop_type2 .cont_form div:nth-child(2) p{
	width:50%;
	padding:0 5px;
}
.modal_pop_type2 .cont_form div:nth-child(2) p a{
	display:flex;
	height:6rem;
	align-items: center;
	justify-content: center;
	font-weight:600;
	font-size:1.6rem;
}
.modal_pop_type2 .cont_form div:nth-child(2) p a i{
	font-size:3.6rem;
	margin-right:.5rem;
}
.modal_pop_type2 .cont_form div:nth-child(2) p a.kakao{
	background:#fae100;
	color:#3b1d1d;
}
.modal_pop_type2 .cont_form div:nth-child(2) p a.sms{
	background:#292a3c;
	color:#fff;
}
.modal_pop_type2 .cont_form div:nth-child(2) p a.sms i{
	font-size:3rem;
}

.modal_pop_type2 .cont_notice{
	margin-top:1rem;
	text-align:left;
}
.modal_pop_type2 .cont_notice p{
	font-size:1.6rem;
	font-weight:600;
	color:#f3000b;
	margin-bottom:.6rem;
}
.modal_pop_type2 .cont_notice p i{
	margin-right:.5rem;
}
.modal_pop_type2 .cont_notice ul{
	font-size:1.5rem;
}
.modal_pop_type2 .cont_notice ul span{
	color:#f3000b
}

.info_pop_like{
	display:none;
}
.no-action-body{
	position: relative;
	overflow:hidden;
}
.no-action-body::before{
	content:'';
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top:0;
	left:0;
	z-index:400;
}
.no-action-body #sub_wrap .sub_tt{
	margin-bottom: 0;
}
.no-action-body .info_pop_like{
	position: fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background: #fff;
	border-radius:10px;
	text-align: center;
	padding:8rem 2rem;
	width:85%;
	display:block;
	max-width:700px;
	z-index:400;
}
.no-action-body .info_pop_like > img{
	max-width:150px;
	margin:2rem auto;
}
.no-action-body .info_pop_like p{
	font-size:1.9rem;
}
.no-action-body .info_pop_like .esc{
	position: absolute;
	top:-2.6rem;
	right:2rem;
	cursor:pointer;
}
@media(max-width:991.98px){
	.no-action-body .info_pop_like{
		padding:4rem 2rem 5rem;
	}
	.no-action-body .info_pop_like > img{
		max-width:120px;
	}
	.no-action-body .info_pop_like p{
		font-size:1.8rem;
		margin-top: 1rem;
	}
	.no-action-body .info_pop_like .esc {
		top: -2rem;
		right: 1.5rem;
	}
	.no-action-body .info_pop_like .esc img{
		max-width: 38px;
	}
}
/* 서브 */

.agree_wrap label{
	display:inline-block;
}
.agree_wrap span{
	display:inline-block;
	margin-left: 1rem;
}
.agree_wrap span a{
	color:#222;
}

.sub2_wrap{
	text-align: center;
}
.sub2_wrap h3{
	line-height: 1.8;
	font-size:1.8rem;
}
.sub2_wrap h3 b{
	font-weight: 800;
}
@media(max-width:991.98px){
	.sub2_wrap h3{
		font-size:1.7rem;
	}
}

.sub4_wrap.sub4_message .xi-close_wrap{
	color:#000;
	font-size:1.8rem;
	position: absolute;
	top:2rem;
	right:2rem;
	z-index:1;
}
.sub4_wrap.sub4_message .round-box .info{
	border-bottom: 1px dotted #ebebeb;
	padding:2rem 0;
}
.sub4_wrap.sub4_message .round-box .info p{
	color:#000;
	font-size:1.4rem;
	margin:2px 0;
}
.sub4_wrap.sub4_message .round-box > a{
	color:#5399cf;
	font-weight: 800;
	display:block;
	padding:2rem;
	text-align: center;
}
@media(max-width:991.98px){
	.sub4_wrap.sub4_message .xi-close_wrap{
		font-size:1.6rem;
	}
}

.sub4_1_wrap .table-like-white dl{
	display:flex;
	align-items:center;
}
.sub4_1_wrap .table-like-white dl dd{
	flex-grow:1;
	flex-basis:0;
}
.sub4_1_wrap .table-like-white dl dt{
	flex-grow:3;
	flex-basis:0;
	font-weight: 800;
}
.sub4_1_wrap .table-like-white dl dd.flex-box{
	justify-content:flex-end;
}
.sub4_1_wrap .table-like-white dl dd.flex-box .btn_remove2{
	color: #fff;
	background: #7f7f7f;
	border: 1px solid #7f7f7f;
	font-size: 1.4rem;
    padding: 6px 10px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    display: inline-block;
	cursor:pointer;
	border-radius:8px;
}

.sub4_2_wrap .ul_table > li{
	margin-bottom: 3rem;
	padding-bottom: 4rem !important;
	border-bottom: 1px solid #ddd;
}
.sub4_2_wrap .ul_table > li:last-child{
	border-bottom: none;
	padding-bottom: 0 !important;
}
.sub4_2_wrap .ul_table > li .flex-box{
	justify-content:space-between;
	align-items:center;
	font-size:1.3rem;
	line-height: 1.5;
	color:#333;
	margin-bottom: 1rem;
}
.sub4_2_wrap .ul_table > li .flex-box:last-child{
	margin-bottom: 0;
}
.sub4_2_wrap .ul_table > li .flex-box > p{
	flex-grow:1;
	flex-basis:0;
}
.sub4_2_wrap .ul_table > li .flex-box > div{
	flex-grow:4;
	flex-basis:0;
	display:flex;
}
.sub4_2_wrap .ul_table > li .flex-box > div > a{
	width:100px;
	height:54px;
	background: #7f7f7f;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:1.4rem;
	font-weight: 400;
	border-radius:8px;
	margin-left: 5px;
}
.sub4_2_wrap .account_delete{
	width:120px;
	height:54px;
	line-height: 52px;
	background: #2d2d2d;
	color:#fff;
	text-align: center;
	display:inline-block;
	font-size:1.4rem;
	font-weight: 400;
	border-radius:8px;
}
@media(max-width:991.98px){
	.sub4_2_wrap .ul_table > li .flex-box > div > a{
		height:40px;
	}
	.sub4_2_wrap .account_delete{
		height:40px;
		line-height: 40px;
	}
	.sub4_2_wrap [class*="bottom_btn_box"] a.submit_btn{
		width: fit-content;
		max-width:10rem;
	}
}

.sub6_2_wrap .table-like-white.updown dl dd{
	overflow: visible;
	text-overflow: normal;
	white-space: normal;
	height: auto;
}
.sub6_2_wrap .table-like-white.modify dl{
	position: relative;
	padding-right: 34%;
}
.sub6_2_wrap .table-like-white.modify dl dd{
	word-break:keep-all;
}
.sub6_2_wrap .table-like-white.modify dl dd.link{
	position: absolute;
	top:50%;
	right:1.5rem;
	transform:translateY(-50%);
	display:inline-block;
	width:auto;
}
.sub6_2_wrap .table-like-white.modify dl dd.link .cta > a.cta-white{
	padding:0.6rem 1.5rem;
	font-size:1.1rem;
}
.sub6_2_wrap .title label{
	font-size:1.5rem;
	font-weight: 800;
	color:#000;
	word-break:keep-all;
	letter-spacing: -0.04em;
}
.sub6_2_wrap .tab_cont .round-box{
	padding:2rem;
}
.sub6_2_wrap .tab_cont .round-box ul{
	margin-top: 1rem;
}
.sub6_2_wrap .tab_cont .round-box ul li{
	display:flex;
	justify-content:space-between;
	align-items:center;
	color:#333;
	font-size:1.3rem;
	padding:0.5rem 0;
}
.sub6_2_wrap .tab_cont .round-box ul li:last-child{
	padding-bottom: 0;
}
.sub6_2_wrap .tab_cont .round-box ul li a{
	color:#5399cf;
	font-size:1.3rem;
}

/*sub7_view_wrap*/
.sub7_view_wrap{}
.sub7_view_wrap > .hd{
	background:#292a3c;
	color:#fff;
	display:flex;
	align-items: center;
	justify-content: center;
	height:7.5rem;
	font-family: 'Nanum Myeongjo';
}
.sub7_view_wrap > .hd > p{
	padding:0px 3rem;
	position:relative;
	font-size:2rem;
}
.sub7_view_wrap > .hd > p:nth-child(2)::after{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	height:2rem;
	transform:translateY(-50%);
	border-left:1px solid rgba(255,255,255,.5);
}

.sub7_view_wrap section{
	margin-bottom: 6rem;
}
.sub7_view_wrap section .links > a{
	display:inline-block;
	width:13rem;
	height:54px;
	line-height: 54px;
	color:#fff;
	font-size:1.5rem;
	font-weight: 400;
	border:1px solid #56625f;
	background: #56625f;
	text-align: center;
	border-radius:8px;
}

.sub7_view_wrap section.pic_area{
	margin-bottom: 4rem;
	padding-top:5rem;
	position:relative;
	font-family: 'Nanum Myeongjo';
	z-index:1;
}
.sub7_view_wrap section.pic_area::after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:30rem;
	background:url(../_img/sub/obituary_visual.jpg) no-repeat center center / cover;
	z-index:-1;
}

.sub7_view_wrap section.pic_area .add_img_wrap{
	display:flex;
	height:30rem;
	align-items: center;
	justify-content: center;
}
.sub7_view_wrap section.pic_area .add_img_wrap .in{
	width:25rem;
	height:30rem;
	border:4px solid #000;
	border-radius:5px;
	background:#fff;
	padding:4px;
}
.sub7_view_wrap section.pic_area .add_img_wrap .in > div{
	width:100%;
	height:100%;
	position:relative;
}
.sub7_view_wrap section.pic_area .add_img_wrap .in > div::after{
	content:"";
	background:#ccc url(../_img/sub/deceased_noimg_new.jpg) no-repeat center center / cover;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius:5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:1.8rem;
	color:#666;
}
.sub7_view_wrap section.pic_area .add_img_wrap .in > div > p{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	left:0;
	top:0;
	border-radius:5px;
}

.sub7_view_wrap section.pic_area .info{
	padding:3rem;
	text-align:center;
}
.sub7_view_wrap section.pic_area .info h2{
	font-size:3rem;
	font-weight:900;
}
.sub7_view_wrap section.pic_area .info .view_logo{
	text-align:center;
}
.sub7_view_wrap section.pic_area .info .view_logo > div{
	border:1px solid #ddd;
	border-radius:5px;
	width:22rem;
	display:inline-block;
	padding:1rem 1.6rem;
	text-align:center;
}
.sub7_view_wrap section.pic_area .info .view_logo > div img{
	max-width:19.2rem;
	width:100%;
}
.sub7_view_wrap .detail_container{
	padding:0px 3rem;
	padding-bottom:8rem;
}
.sub7_view_wrap .detail_container > section{
	max-width:900px;
	margin:0 auto;
}

.sub7_view_wrap section .sub_title{
	position: relative;
	padding-left:3.2rem;
	background:url(../_img/icon/title_bullet.png) no-repeat left center / 2.5rem auto;
	margin-bottom:1.5rem;
	font-size:2.2rem;
	font-weight:600;
}
.sub7_view_wrap section .sub_title a{
	color:#000;
	font-size:1.2rem;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	right:0;
}
.sub7_view_wrap hr.section_line{
	border-top:10px solid #f7f8f7;
	margin:8rem -3rem;
}

@media(max-width:991.98px){
	/* 수정 " 20230306 */
	.sub7_view_wrap section.pic_area::after{
		background:url(../_img/sub/obituary_visual.jpg) no-repeat center center / cover;
	}
	.sub7_view_wrap hr.section_line{
		border-top:6px solid #f7f8f7;
		margin:5rem -3rem;
	}
}
@media(max-width:767.98px){
	.container.viewpage{
		max-width:unset;
		width:100%;
		padding:0;
	}
	.sub7_view_wrap > .hd{
		height:6rem;
	}
	.sub7_view_wrap > .hd > p{
		font-size:1.6rem;
		flex-grow: 1;
		width:100%;
		text-align:center;
	}
}
@media(max-width:576.98px){
	.sub7_view_wrap > .hd > p{
		font-size:1.5rem;
		letter-spacing: -0.02em;
	}
	.sub7_view_wrap section.pic_area {
		padding-top:3rem;
	}
	.sub7_view_wrap section.pic_area .add_img_wrap{
		height:24rem;
	}
	.sub7_view_wrap section.pic_area .add_img_wrap .in{
		width:20rem;
		height:24rem;
		border:3px solid #000;
		padding:3px;
	}
	.sub7_view_wrap section.pic_area::after {
		height: 24rem;
	}
	.sub7_view_wrap section.pic_area .info h2 {
		font-size: 2.4rem;
	}
	.sub7_view_wrap section.pic_area .info .view_logo > div{
		width:18rem;
		padding:0.8rem 1.2rem;
	}
	.sub7_view_wrap section .sub_title {
		padding-left: 2.8rem;
		background: url(../_img/icon/title_bullet.png) no-repeat left center / 2.2rem auto;
		font-size: 2rem;
	}
	.sub7_view_wrap .detail_container {
		padding: 0px 15px;
		padding-bottom: 4rem;
	}
	.sub7_view_wrap hr.section_line{
		border-top:6px solid #f7f8f7;
		margin:3rem -15px;
	}
	.sub7_view_wrap section.pic_area .info {
		padding: 2rem;
		text-align: center;
	}

}




/*오시는길*/

.sub7_view_wrap .map_img_kakao{}

.map_img_kakao{
	position:relative;
	overflow:hidden;
	height:400px;
	margin-bottom:2rem;
}
.map_img_kakao > div{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.map_img_kakao > .marker{
	position:absolute;
	left:50%;
	top:48%;
	z-index:2;
	transform:translate(-50%,-50%);
	margin-top:-10px;
}
.map_img_kakao > .kakao_bi{
	position:absolute;
	left:10px;
	bottom:5px;
	z-index:2;
}
.sub7_view_wrap .nav-wrap{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.sub7_view_wrap .nav-wrap dt{
	font-size:1.8rem;
	margin-bottom:.5rem;
}
.sub7_view_wrap .nav-wrap dd{
	font-size:1.8rem;
}
.sub7_view_wrap .nav-wrap .btns{
	display:flex;
}
.sub7_view_wrap .nav-wrap .btns a{
	background:#f2f2f2;
	padding:1.5rem;
	min-width:17rem;
	font-size:1.5rem;
	color:#000;
	text-align:center;
	border-radius:5px;
	font-weight:400;
	display:flex;
	justify-content: center;
	align-items: center;
}
.sub7_view_wrap .nav-wrap .btns a i{
	font-size:1.8rem;
	margin-right:.5rem;
}
.sub7_view_wrap .nav-wrap .btns a + a{
	margin-left:1rem;
}

.sub7_view_wrap .sec_location .link_box{
	display:flex;
	align-items: center;
	justify-content: center;
}
.sub7_view_wrap .sec_location .link_box a{
	padding:1rem 6rem;
	text-align:center;
	color:#000;
}
.sub7_view_wrap .sec_location .link_box a + a{
	border-left:1px solid #ddd;
}
.sub7_view_wrap .sec_location .link_box a p{
	font-size:1.8rem;
}
.sub7_view_wrap .sec_location .link_box .btn-kakao-map img{
	width:8.1rem;
}
.sub7_view_wrap .sec_location .link_box a .ico{
	padding:1rem 0 1.4rem 0;
}
.sub7_view_wrap .sec_location .link_box a .ico img{
	width:3.1rem;
}
.sub7_view_wrap .sec_location .btn_section{
	margin-top:6rem;
}
.sub7_view_wrap .sec_location .btn_section .wreath_send{
	background:url(../_img/sub/wreath_send_bg.jpg) no-repeat center center / cover;
	height:12rem;
	padding:1rem 15px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.sub7_view_wrap .sec_location .btn_section .wreath_send > div{
	width:100%;
	max-width:60rem;
}
.sub7_view_wrap .sec_location .btn_section .wreath_send > div > p:nth-child(1){
	color:#ffcb70;
	font-size:2.4rem;
}
.sub7_view_wrap .sec_location .btn_section .wreath_send > div > p:nth-child(1) strong{
	position:relative;
	font-weight:600;
	display:inline-block;
}
.sub7_view_wrap .sec_location .btn_section .wreath_send > div > p:nth-child(1) strong::after{
	content:"";
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:70%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(270deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(270deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);

}

.sub7_view_wrap .sec_location .btn_section .wreath_send > div > p:nth-child(2){
	color:#ffe9c3;
	font-size:1.6rem;
}
.sub7_view_wrap .sec_location .btn_section .btn_group{
	display:flex;
	margin-left:-5px;
	margin-right:-5px;
}
.sub7_view_wrap .sec_location .btn_section .btn_group > p{
	padding:5px;
	width:calc(100%/5);
}
.sub7_view_wrap .sec_location .btn_section .btn_group > p a{
	display:flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	color:#fff;
	background:#000;
	font-size:1.6rem;
	height:5rem;
	font-weight:500;
}
.sub7_view_wrap .sec_location .btn_section .btn_group > p.home a{
	border:1px solid #e2e2e2;
	background:#fff;
	color:#000;
}
.sub7_view_wrap .sec_location .btn_section .btn_group > p.modify a{
	background:#e2e2e2;
	color:#000;
}
.sub7_view_wrap .sec_location .btn_section .btn_group > p.send a{
	background:#c9a246;
}
.sub7_view_wrap .sec_location .btn_section .btn_group > p.share a{
	background:#1d3b5c;
}
.sub7_view_wrap .sec_location .btn_section .btn_group > p.money a{
	background:#4c4c4c;
}


@media(max-width: 991.98px){
	.map_img_kakao{
		position:relative;
		overflow:hidden;
		min-height:200px;
		height:auto;
	}
	.sub7_view_wrap .nav-wrap .btns a{
		width:50%;
	}
	.sub7_view_wrap .sec_location .btn_section{
		margin-top:2rem;
	}
	.sub7_view_wrap .sec_location .btn_section .btn_group{
		flex-wrap:wrap;
	}
	.sub7_view_wrap .sec_location .btn_section .btn_group > p {
		padding: 5px;
		width: 100%;
	}

	.sub7_view_wrap .sec_location .btn_section .btn_group > p.home {
		border:1px solid #e2e2e2;
		background:#fff;
		color:#000;
		display:none;
	}
	.sub7_view_wrap .sec_location .btn_section .btn_group > p.modify {
		background:#e2e2e2;
		color:#000;
		display:none;
	}
}
@media(max-width:767.98px){
	.sub7_view_wrap .sec_location .link_box a {
		padding: 1rem 0rem;
		text-align: center;
		color: #000;
		width:33.33%;
	}
}
@media(max-width:576.98px){
	.sub7_view_wrap .nav-wrap dt{
		font-size:1.6rem;
	}
	.sub7_view_wrap .nav-wrap dd{
		font-size:1.6rem;
	}
	.sub7_view_wrap .sec_location .link_box a p{
		font-size:1.6rem;
	}
	.sub7_view_wrap .nav-wrap .btns a {
		padding: 1.2rem .5rem;
		min-width: 14rem;
		font-size: 1.5rem;
	}
}













.sub7_view_wrap section .root_daum_roughmap{
	width:100%;
	height:250px;
}

.sub7_view_wrap section .d-flex.has-a{
	align-items:center;
	justify-content:space-between;
	margin-bottom: 1rem;
}
.sub7_view_wrap section .d-flex.has-a .sub_title{
	margin-bottom: 0;
}
.sub7_view_wrap section .d-flex.has-a .links > a{
    width: 8rem;
    height: 3rem;
    line-height: 2.8rem;
    font-size: 1.3rem;
    color: #fff;
    position: relative;
    top: 0;
    transform: translate(0);
	margin-left:1.5rem
}
.sub7_view_wrap section .d-flex.has-a a{
	font-size:1.5rem;
	color:#000;
}
.sub7_view_wrap section .d-flex.has-a a i{
	font-weight: 800;
	font-size:14px;
}
.sub7_view_wrap section .dl-wrap{
	border-top: 2px solid #000;
}
.sub7_view_wrap section .dl-wrap dl{
	padding:2rem;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.sub7_view_wrap section .dl-wrap dl::before{
	content:'';
	width:54px;
	height:54px;
	position: absolute;
	top:50%;
	transform:translatey(-50%);
}
.sub7_view_wrap section .dl-wrap dl dt,
.sub7_view_wrap section .dl-wrap dl dd{
	padding-left: 9rem;
}
.sub7_view_wrap section .dl-wrap dl dt{
	font-size:1.8rem;
	color:#000;
	font-weight: 700;
	margin-bottom: 0.5rem;
	font-family: 'Nanum Myeongjo';
}
.sub7_view_wrap section .dl-wrap dl dd{
	font-size:1.6rem;
	color:#666;
	font-weight: 400;
	font-family: 'Nanum Myeongjo';
}
.sub7_view_wrap section .message .dl-wrap dl::before{
	background: url('../_img/icon/icon_message.jpg') no-repeat center center/ contain;
}
.sub7_view_wrap section .flower .dl-wrap dl::before{
	background: url('../_img/icon/icon_wreath.jpg') no-repeat center center/ contain;
}
.sub7_view_wrap section .message .write_btn{
	text-align:right;
	margin-top:2rem;
}
.sub7_view_wrap section .message .write_btn a{
	background:#f7f7f7;
	color:#000;
	display:inline-block;
	padding:1.2rem 3.5rem;
	font-weight:500;
}


.sub7_view_wrap .button_wrap{
	width:56%;
	margin:0 auto;
}
.sub7_view_wrap .button_wrap .bottom_btn_box{
	margin-bottom: 2rem;
}
.sub7_view_wrap .button_wrap .bottom_btn_box a{
	margin:0.5rem auto;
	width:100%;
	min-width:auto;
}

.sub7_view_wrap .button_wrap .buttom_btn_send a{
	background: #3a7062;
	border:3px solid #232323;
	color:#fff;
    width: 100%;
    display: block;
    padding: 1rem;
    outline: none;
	overflow:hidden;
	text-align: center;
	position: relative;
}
.sub7_view_wrap .button_wrap .buttom_btn_send a::before,
.sub7_view_wrap .button_wrap .buttom_btn_send a::after{
	content:'';
	width: 83px;
	height: 68px;
	position: absolute;
	bottom:0;
	background: url('../_img/sub/img_f_2.png')no-repeat center center / contain;
}
.sub7_view_wrap .button_wrap .buttom_btn_send a::before{
	left:1rem;
}
.sub7_view_wrap .button_wrap .buttom_btn_send a::after{
	right:1rem;
}
.sub7_view_wrap .button_wrap .buttom_btn_send p{
	position: relative;
	z-index:1;
}
.sub7_view_wrap .view_logo > div{

}
.sub7_view_wrap .view_logo > img{
    width: auto;
    height: 50px;
    border-radius: 8px;
}
.table-like-white.dd-bold dd{
	font-weight: 700;
}
@media(max-width:991.98px){
	.sub7_view_wrap section{
		margin-bottom: 4rem;
	}
	.sub7_view_wrap section .links > a{
		width:10rem;
		height:4rem;
		line-height: 4rem;
		font-size:1.4rem;
	}
	.sub7_view_wrap section.pic_area{
		margin-bottom: 4rem;
	}
	.sub7_view_wrap section.pic_area .d-flex{
		display:block !important;
	}
	.sub7_view_wrap section.pic_area .d-flex > div{
		padding:0;
	}
	.sub7_view_wrap section.pic_area .d-flex > div.info{
		margin-top: 3rem;
		text-align: center;
	}
	.sub7_view_wrap section.pic_area .d-flex > div.info h2{
		font-size:2.2rem;
		padding-left: 0;
	}
	.sub7_view_wrap section.pic_area .d-flex > div.info img{
		max-width:8rem;
	}
	.sub7_view_wrap section .root_daum_roughmap{
		height:150px;
	}
	.sub7_view_wrap section .nav-wrap{
		margin-top: 2rem;
		display:block;
	}
	.sub7_view_wrap section .nav-wrap .addr{
		margin-bottom: 2rem;
	}
	.sub7_view_wrap section .nav-wrap .addr p.fw400{
		font-size:1.5rem;
	}
	.sub7_view_wrap section .d-flex.has-a a{
		font-size:1.3rem;
	}
	.sub7_view_wrap section .dl-wrap dl{
		padding:1.4rem 0.6rem;
	}
	.sub7_view_wrap section .dl-wrap dl::before{
		width:34px;
		height:34px;
	}
	.sub7_view_wrap section .dl-wrap dl dt,
	.sub7_view_wrap section .dl-wrap dl dd{
		padding-left: 5rem;
	}
	.sub7_view_wrap section .dl-wrap dl dt{
		font-size:1.2rem;
	}
	.sub7_view_wrap section .dl-wrap dl dd{
		font-size:1.1rem;
	}

	.sub7_view_wrap .button_wrap{
		width:100%;
	}
	.sub7_view_wrap .button_wrap .buttom_btn_send a{

	}
	.sub7_view_wrap .button_wrap .buttom_btn_send a::before,
	.sub7_view_wrap .button_wrap .buttom_btn_send a::after{
		width:103px;
		height:88px;
	}
	.sub7_view_wrap .button_wrap .buttom_btn_send a::before{
		left:-1em;
	}
	.sub7_view_wrap .button_wrap .buttom_btn_send a::after{
		right:-1em;
	}
	.sub7_view_wrap .button_wrap .bottom_btn_box span{
		max-width:48rem;
	}

	.sub7_view_wrap .table_1 > table tr th{
		padding-top: 1.5rem;
		text-align: left;
	}
	.sub7_view_wrap .table_1 > table tr td,
	.sub7_view_wrap .table_1 > table tr td p{
		font-weight: 600;
		word-break:keep-all;
		font-size:1.6rem;
		font-weight: 700;
		color:#000;
	}
	.sub7_view_wrap section .d-flex.has-a .links > a {
		width: 7rem;
		height: 2.8rem;
		line-height: 2.6rem;
		font-size: 1.2rem;
		margin-left: 0.5rem;
	}
	.sub7_view_wrap section .message .write_btn a{
		width:100%;
		text-align:center;
	}
}
@media(max-width:576.98px){
	.sub7_view_wrap section.pic_area {
		margin-bottom: 2rem;
	}
}
/* .sub_page_nema > h2{
	position: relative;
	display:inline-block;
}
.sub_page_nema > h2::before{
	content:'';
	width:18px;
	height:15px;
	position: absolute;
	top:3px;
	left:-20px;
	background: url('/html/_img/icon/icon_tel.jpg')no-repeat center center/ contain;
}
.mourner_contact{
	position: relative;
	display:inline-block;
	padding-left:15px;
}
.mourner_contact:before{
	content:'';
	width:10px;
	height:10px;
	position: absolute;
	top:6px;
	left:0px;
	background: url('/html/_img/icon/icon-call.png')no-repeat center center/ contain;
} */

.sub8_wrap .table-like-white{
	padding:0 2rem;
	border:1px solid #333;
	border-radius:10px;
}
.sub8_wrap .table-like-white dl{
	padding:2rem 0;
	border-bottom: 1px dotted #ebebeb;
}
.sub8_wrap .table-like-white dl:last-child{
	border-bottom: 0;
}
.sub8_wrap .table-like-white dl dd{
	height: auto;
	word-break:keep-all;
	white-space:normal;
	color:#888;
}

.sub9_wrap textarea{
	margin-top: 0.5rem;
	min-height:200px;
}

.sub10_view_wrap .container{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.sub10_view_wrap .thumb_wrap{
	position: relative;
}
.sub10_view_wrap .thumb_wrap .icon{
	position: absolute;
	top:15px;
	left:15px;
	z-index:11;
}
.sub10_view_wrap .thumb_wrap .icon img{
	width:6rem;
}
.sub10_view_wrap .thumb_wrap .thum{
	display:flex;
	justify-content:center;
	align-items:center;
	background: #fff;
}
.sub10_view_wrap .thumb_wrap .thum img{
	width:100%;
}
.sub10_view_wrap .flex-box{
	align-items:center;
	justify-content:space-between;
	margin-top: 1.5rem;
}
.sub10_view_wrap .info{
	color:#111;
	width:40%;
}
.sub10_view_wrap .info p{
	font-size:1.4rem;
	font-weight: 400;
}
.sub10_view_wrap .info .price span{
	font-size:1.8rem;
	font-weight: 800;
	display:inline-block;
	margin-right: 3px;
}
.sub10_view_wrap .flex-box .bottom_btn_box{
	padding: 0;
	margin:0;
	width:55%;
}
.sub10_view_wrap .flex-box .bottom_btn_box button{
	background: url('../_img/icon/icon_nav_4.jpg') no-repeat center center / cover;
}
.sub10_view_wrap .pop_contents{
	background: #fff;
}
.sub10_view_wrap .pop_contents .tab_cont{
	padding:3rem 2rem 2rem;
}

.sub10_view_wrap .thum > img{
	width:100%;
}
.sub10_view_wrap .zoom{
	position: absolute;
	bottom:0;
	right:0;
	z-indeX:10;
	outline:none;
}
.sub10_view_wrap .zoom i{
	font-size:1.8rem;
	padding:1rem;
	outline:none;
	color:#111;
}
.sub10_view_wrap .swiper-slide{
	padding:0rem 0rem;
}
.sub10_view_wrap .swiper-button-next,
.sub10_view_wrap .swiper-button-prev{
	background: none;
	height: auto;
	margin:0;
	top:50%;
	transform:translateY(-50%);
	text-align: center;
	outline:none;
}
.sub10_view_wrap .swiper-button-prev{
	left:0;
}
.sub10_view_wrap .swiper-button-next{
	right:0;
}
.sub10_view_wrap .swiper-button-next i,
.sub10_view_wrap .swiper-button-prev i{
	font-size:1.6rem;
}
.thumSwiper{
	margin-top:10px;
}
.thumSwiper .swiper-slide p{
	border:1px solid #ddd;
	padding:5px;
	background:#fff;
}

.item_view .sec1 .d-flex{
	justify-content:space-between;
}
.item_view .sec1 .d-flex > div{
	position: relative;
}
.item_view .sec1 .d-flex > div:first-child{
	width:40%;
}
.item_view .sec1 .d-flex > div:last-child{
	width:50%;
	padding-bottom: 6rem;
}
.item_view .sec1 .d-flex > div.thumb_wrap .icon{
	position: absolute;
	top:1rem;
	left:1rem;
	z-index:1;
}
.item_view .sec1 .d-flex > div.thumb_wrap .thum{
	border:1px solid #ddd;
}
.item_view .sec1 .d-flex > div.thumb_wrap .thum ul > li{
	display:none;
}
.item_view .sec1 .d-flex > div.thumb_wrap .thum ul > li:first-child{
	display:block;
}
.item_view .sec1 .d-flex > div.thumb_wrap .thum ul > li > div{
	width:100%;
	padding-top: 150%;
}
.item_view .sec1 .d-flex > div.thumb_wrap .thum_small{
	display:flex;
	margin-top: 1rem;
}
.item_view .sec1 .d-flex > div.thumb_wrap .thum_small > li{
	width:25%;
}
.item_view .sec1 .d-flex > div.thumb_wrap .thum_small > li > div.item{
	border:1px solid #ddd;
	cursor:pointer;
	padding-top: 110%;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.item_view .sec1 .d-flex > div.info .title{
	padding:3rem 0;
}
.item_view .sec1 .d-flex > div.info .title h3{
	font-size:3rem;
	font-weight: 800;
	color:#111;
	letter-spacing: -0.02em;
	word-break:keep-all;
}
.item_view .sec1 .d-flex > div.info .dl-wrap{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding:2rem 0 2.5rem;
}
.item_view .sec1 .d-flex > div.info .dl-wrap dl{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.item_view .sec1 .d-flex > div.info .dl-wrap dl > dt,
.item_view .sec1 .d-flex > div.info .dl-wrap dl > dd{
	letter-spacing: -0.02em;
}
.item_view .sec1 .d-flex > div.info .dl-wrap dl > dt{
	font-size:1.6rem;
	font-weight: 700;
	color:#000;
}
.item_view .sec1 .d-flex > div.info .dl-wrap dl > dt span{
	font-size:1.5rem;
	font-weight: 400;
	color:#555;
}
.item_view .sec1 .d-flex > div.info .dl-wrap dl > dd{
	font-size:1.8rem;
	font-weight: 700;
	color:#000;
}
.item_view .sec1 .d-flex > div.info .total .dl-wrap{
	border:none;
}
.item_view .sec1 .d-flex > div.info .total .dl-wrap dl > dt{
	font-size:1.8rem;
}
.item_view .sec1 .d-flex > div.info .total .dl-wrap dl > dd{
	font-size:2.8rem;
	font-weight: 800;
}
.item_view .sec1 .d-flex > div.info .total .bottom_btn_box {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
}
.item_view .sec1 .d-flex > div.info .total .bottom_btn_box a.submit_btn{
	max-width:60rem;
}
@media(max-width:1199.98px){
	.item_view .sec1 .d-flex > div{
		width:48%;
	}
}
@media(max-width:991.98px){
	.item_view .sec1 .d-flex{
		display:block !important;
	}
	.item_view .sec1 .d-flex > div{
		width:100%;
	}
	.item_view .sec1 .d-flex > div:first-child{
		width:100%;
	}
	.item_view .sec1 .d-flex > div:last-child{
		width:100%;
		padding-bottom: 0;
	}
	.item_view .sec1 .d-flex > div.info{
		/* margin-top: 3rem; */
	}
	.item_view .sec1 .d-flex > div.info .title{
		padding:1.3rem 0;
	}
	.item_view .sec1 .d-flex > div.info .title h3{
		font-size:1.8rem;
	}
	.item_view .sec1 .d-flex > div.info .dl-wrap {
		padding: 0.5rem 0;
	}
	.item_view .sec1 .d-flex > div.info .dl-wrap dl{
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}
	.item_view .sec1 .d-flex > div.info .dl-wrap dl > dt{
		font-size: 1.5rem;
	}
	.item_view .sec1 .d-flex > div.info .dl-wrap dl > dt span{
		display:block;
		margin-top: 0.5rem;
		font-size: 1.4rem;
	}
	.item_view .sec1 .d-flex > div.info .total .dl-wrap dl > dt{
		font-size:1.6rem;
	}
	.item_view .sec1 .d-flex > div.info .total .dl-wrap dl > dd{
		font-size:2rem;
	}
	.item_view .sec1 .d-flex > div.info .total .bottom_btn_box{
		position: relative;
	}
	.item_view .sec1 .d-flex > div.info .total .bottom_btn_box{
		margin-top: 0;
	}
	.item_view .sec1 .d-flex > div.thumb_wrap .thum ul > li > div{
		padding-top: 110%;
	}
}

.sub11_wrap .tab_wrap .tab_cl{
	display:flex;
	width:100%;
	margin-bottom: 1rem;
}
.sub11_wrap .tab_wrap .tab_cl > li{
	width:50%;
	padding:1rem;
	text-align: center;
	font-weight: 700;
	background: #d0d0d0;
	color:#8d8d8d;
	font-size:1.4rem;
}
.sub11_wrap .tab_wrap .tab_cl > li.on{
	border-top: 2px solid #5399cf;
	color:#333;
	font-weight: 800;
	background: #fff;
}
.sub11_wrap .tab_cont{
	display:none;
}
.sub11_wrap .tab_cont.on{
	display:block;
}
.sub11_wrap .tab_cont .bullet-list > li:last-child{
	margin-bottom: 0;
}
.sub11_wrap .tab_cont {
	position: relative;
	background: #fff;
}
.sub11_wrap .tab_cont .txt{
	width:100%;
	z-index:1;
	text-align: center;
	padding:6rem 0 9rem;
	position: relative;
	border:8px solid #292524;
}
.sub11_wrap .tab_cont .txt::before{
	content:'';
	width:95%;
	height: 96%;
	border:3px solid #e0e0e0;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:0;
}
.sub11_wrap .tab_cont .txt p{
	font-size:1.4rem;

	font-weight: 700;
	line-height: 1.8;
}
.sub11_wrap .tab_cont .txt #textarea{
	width:90%;
	position: relative;
	z-index:1;
	text-align: left;
	margin:0 auto;
	border:none;
	font-size:1.4rem;

	font-weight: 700;
	line-height: 1.8;
	white-space:pre-line;
	outline:none;
	min-height: 41.4rem;
	background-color:transparent;
	overflow-y:auto;
}
.sub11_wrap .tab_cont .bg{
	width:100%;
	position: absolute;
	bottom:0;
	left:0;
}
.sub11_wrap .tab_cont .deco_imgs img{
	position: absolute;
	max-width:60px;
	z-index:3;
}
.sub11_wrap .tab_cont .deco_imgs img.t{
	top:0;
	left:auto;
	right:0;
}
.sub11_wrap .tab_cont .deco_imgs img.b{
	bottom:0;
}

.product_cat ul{
	text-align: center;
	margin-bottom: 4rem;
}
.product_cat ul li{
	text-align: center;
	display:inline-block;
	vertical-align: middle;
	margin:0 0.2rem;
}
.product_cat ul li a{
	color:#555;
	font-size:1.8rem;
	font-weight: 700;
	padding:1.25rem 1rem;
	display:block;
	background: #f2f2f2;
	position: relative;
	min-width:15rem;
	border-radius:0;
}
.product_cat ul li.on a{
	font-weight: 700;
	color:#fff;
	background: #293f3a;
}
@media(max-width:991.98px){
	.product_cat{
		height:41px;
		position: relative;
		margin-bottom: 4rem;
	}
	.product_cat ul{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		padding-top: 46px;
		z-index:3;
	}
	.product_cat ul li{
		width:100%;
		margin:0;
		display:none;
	}
	.product_cat ul li a{
		font-size:1.4rem;
	}

	.product_cat ul li.on{
		display:block;
		position: absolute;
		top:0;
		left:0;
		width:100%;
	}
	.product_cat ul li.on::after{
		content:'';
		width:9px;
		height:6px;
		background: url('../_img/icon/icon_down.png')no-repeat center center/ contain;
		position: absolute;
		top:50%;
		right:1.5rem;
		transform:translatey(-50%);
	}
	.product_cat.on ul li{
		display:block;
	}
	.product_cat.on ul li.on::after{
		transform:translatey(-50%) rotate(180deg);
	}
}

.product_list .row {
	margin-left: -1rem;
	margin-right: -1rem;
}
.product_list .row > div{
	margin-bottom: 4rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.product_list .row > div a{
	display:block;
	color:#000;
	font-size:1.3rem;
}
.product_list .row > div .thum_wrap{
	border:2px solid #ddd;
	background:#fff;
	position: relative;
}
.product_list .row > div .thum_wrap a{
	display:block;
	width:100%;
	height:100%;
}
.product_list .row > div .thum_wrap .thum{
	overflow:hidden;
	width:100%;
}
.product_list .row > div .thum_wrap .thum.thum-pt{
	padding-top: 150%;
}
.product_list .row > div .thum > img{
	width:100%;
}
.product_list .row > div p{
	font-size:1.6rem;
	color:#000;
	padding:3px 0;
	text-align: center;
	font-weight: 400;
	word-break:keep-all;
}
.product_list .row > div .price{
	display:flex;
	justify-content:space-between;
	justify-content:center;
	align-items:center;
}
.product_list .row > div .price p,
.product_list .row > div .price span{
	font-size:2rem;
	font-weight:800;
	letter-spacing: -0.05em;
}
.product_list .row > div .price del{
	font-size:1.6rem;
	color:#999;
	margin-right: 5px;
}
.product_list .row > div .price .perc{
	color:#f51e1e;
	font-weight: 800;
	display:none;
}
.product_list .row > div .zoom{
	position: absolute;
	bottom:0;
	right:0;
	z-indeX:10;
	outline:none;
}
.product_list .row > div .zoom i{
	font-size:1.8rem;
	padding:1rem;
	outline:none;
}
.product_list .row > div .swiper-button-next,
.product_list .row > div .swiper-button-prev{
	background: none;
	height: auto;
	margin:0;
	top:50%;
	transform:translateY(-50%);
	text-align: center;
	outline:none;
}
.product_list .row > div .swiper-button-prev{
	left:0;
}
.product_list .row > div .swiper-button-next{
	right:0;
}
.product_list .row > div .swiper-button-next i,
.product_list .row > div .swiper-button-prev i{
	font-size:1.6rem;
}
.product_list .row > div .name_wrap{
	margin:1.5rem auto;
}
@media(max-width:991.98px){
	.product_list .row {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
	.product_list .row > div{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.product_list .row > div p{
		font-size:1.5rem;
		word-break:keep-all;
	}
	.product_list .row > div .price p,
	.product_list .row > div .price span{
		font-size:1.5rem;
	}
	.product_list .row > div .price del{
		font-size:1.2rem;
	}
}

.product_banner img{
	width:100%;
}
.product_banner .cs{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:2rem 0;
	color:#333;
	font-size:1.3rem;
	background: #fff;
}
.product_banner .cs span{
	font-size:1.5rem;
	font-weight: 800;
	margin:0 1rem;
}

.round-box{
	border:1px solid #333;
	border-radius:5px;
	background: #fff;
	margin:2rem 0;
	padding:0 2rem;
}

.tab_cont{
	display:none;
}
.tab_cont.on{
	display:block;
}

.tab_pay{
	display:flex;
}
.tab_pay > li{
	flex-grow:1;
	flex-basis:0;
	border: 1px solid #ebebeb;
	color:#333;
	font-weight: 700;
	font-size:1.6rem;
	text-align: ceter;
	text-align: center;
	background: #fff;
	padding:1.5rem;
	cursor:pointer;
}
.tab_pay > li:first-child{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.tab_pay > li:last-child{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.tab_pay > li.on{
	background: #333;
	color:#fff;
}

.order_pay .table-like-white.updown dl{
	padding:0;
}
.order_pay .table-like-white.updown dl dt,
.order_pay .table-like-white.updown dl dd{
	padding:1.5rem;
	line-height:1.7;
}

.order_pay .table-like-white ul.total > li p{
	font-weight: 700;
}
.select-like-info > .title{
	background: #fff;
	padding:1rem;
	border-radius:5px;
	border:1px solid #ebebeb;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.select-like-info > .title.on i{
	transform:rotate(180deg);
}
.select-like-info > .txt{
    color: #888;
    text-align: left;
    padding: 1rem;
    border: 1px solid #ebebeb;
    border-top: none;
    height: 150px;
    overflow-y: scroll;
	display:none;
	background: #fff;
}
.select-like-info > .txt p{
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
}
.sending .cta > .cta-black{
	display:block;
	background: #333;
    color: #fff !important;
    font-size: 1.5rem;
    width: 100%;
    border-radius: 0;
    display: block;
    padding: 15px 10px;
    outline: none;
	text-align: center;
	border-radius:3px;
}
@media(max-width:991.98px){
	.order_pay .table-like-white ul > li p{
		word-break:keep-all;
	}
	.order_pay .table-like-white ul > li p:first-child.fcGray8{
		width:70%;
	}
	.order_pay .table-like-white ul > li p:last-child.fcBlack{
		width:25%;
	}

	.tab_pay > li{
		font-size:1.4rem;
		padding:1.5rem 1rem;
		word-break:keep-all;
		display:flex;
		align-items:center;
		justify-content:center;
	}
}

.joinus-select-form p[class^="radio_"]{
	display:block;
	margin:0;
}
.joinus-select-form .radio_type1 > label::after,
.joinus-select-form .radio_type1 > label::before{
	top:52%;
}
.joinus-select-form .member-type2{
	display:none;
}

.com_logo {border-radius: 7px;}
.quantity-text{
	margin:0.5rem 0 0;
	display:block;
}

.quantity-text p{
	font-size:1.2rem;
	text-align:center;
	background:#fff;
	padding:0.5rem;
}
.quantity-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.quantity-box button{
	background: #fff;
}
.quantity-box > .quantity{
	display:flex;
	align-items:center;
}
.quantity-box > .quantity button{
    width: 4rem;
    height: 4rem;
	position: relative;
	border:1px solid #ddd;
	outline:none;
}
.quantity-box > .quantity button.q-minus::before{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 1px;
	margin: -1px 0 0 -6px;
	content: "";
	background: #000;
}
.quantity-box > .quantity button.q-plus::before{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 1px;
	margin: -1px 0 0 -6px;
	content: "";
	background: #000;
}
.quantity-box > .quantity button.q-plus::after{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 11px;
    margin: -6px 0 0 -1px;
    content: "";
	background: #000;
}
.quantity-box > .quantity button span{
	display:none;
}
.quantity-box > .quantity input{
    width: 4rem;
    height: 4rem;
	border:none;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-align: center;
	font-size:1.5rem;
	color:#666;
}
@media(max-width:991.98px){
	.quantity-box > .quantity button,
	.quantity-box > .quantity input{
		width: 3rem;
		height: 3rem;
	}
}

.add_img_wrap{
	display:flex;
	align-items:flex-end;
}
.add_img_wrap .img_box{
	border:1px solid #ccc;
	background: rgba(255,255,255,0.5);
	width:220px;
	height:260px;
	border-radius:8px;
	overflow:hidden;
	position: relative;
}
.add_img_wrap .img_box .xi-close{
	position: absolute;
	top:0;
	right:0;
	font-size:1.8rem;
	padding:0.6rem;
	cursor:pointer;
	display:none !important;
}
.add_img_wrap .img_box .img{
	background:#f1f1f1;
	width:100%;
	height: 100%;
}
.add_img_wrap .btn_wrap{
	padding-left: 15px;
	width:calc(100% - 165px);
	max-width:30rem;
}
.add_img_wrap .btn_wrap #board_btn_wrap{
	text-align: left;
}
.add_img_wrap .btn_wrap #board_btn_wrap > div{
	max-width:12rem;
	display:inline-block;
	vertical-align: middle;
	padding: 1.2rem;
	cursor:pointer;
}
.add_img_wrap .btn_wrap #board_btn_wrap > div:first-child{
	margin-right: 4px;
}
.add_img_wrap .btn_wrap #board_btn_wrap > div label{
	cursor:pointer;
}

.logo_img_wrap{
	display:flex;
	align-items:flex-end;
}
.logo_img_wrap .img_box{
	border:1px solid #ccc;
	background: rgba(255,255,255,0.5);
	width:220px;
	height:80px;
	border-radius:8px;
	overflow:hidden;
	position: relative;
}
.logo_img_wrap .img_box .xi-close{
	position: absolute;
	top:0;
	right:0;
	font-size:1.8rem;
	padding:0.6rem;
	cursor:pointer;
	display:none !important;
}
.logo_img_wrap .img_box .img{
	background:#f1f1f1;
	width:100%;
	height: 100%;
}
.logo_img_wrap .btn_wrap{
	padding-left: 15px;
	width:calc(100% - 165px);
	max-width:30rem;
}
.logo_img_wrap .btn_wrap #board_btn_wrap{
	text-align: left;
}
.logo_img_wrap .btn_wrap #board_btn_wrap > div{
	max-width:12rem;
	display:inline-block;
	vertical-align: middle;
	padding: 1.2rem;
	cursor:pointer;
}
.logo_img_wrap .btn_wrap #board_btn_wrap > div:first-child{
	margin-right: 4px;
}
.logo_img_wrap .btn_wrap #board_btn_wrap > div label{
	cursor:pointer;
}

@media(max-width:991.98px){
	.add_img_wrap{
		align-items:flex-start;
	}
	.add_img_wrap .img_box{
		width:150px;
		height:180px;
	}
	.add_img_wrap .btn_wrap{
		padding-left: 5px;
	}
	.add_img_wrap #board_btn_wrap{
		margin-top: 0;
	}
	.add_img_wrap .btn_wrap #board_btn_wrap > div{
		padding: 0.8rem;
		width:100%;
	}
	.add_img_wrap .btn_wrap #board_btn_wrap > div:first-child{
		margin-right: 0;
		margin-bottom: 4px;
	}

	.logo_img_wrap .img_box{
		width:150px;
		height:75px;
	}
	.logo_img_wrap .btn_wrap{
		padding-left: 1rem;
	}
	.logo_img_wrap .btn_wrap #board_btn_wrap > div{
		padding: 0.8rem;
		width:100%;
	}
	.logo_img_wrap .btn_wrap #board_btn_wrap > div:first-child{
		margin-right: 0;
		margin-bottom: 4px;
	}
}

.representative-account > dl{
	display:flex;
	align-items:center;
	margin-bottom: 0.4rem;
}
.representative-account > dl:last-child{
	margin-bottom: 0;
}
.representative-account > dl dt{
	width:60px;
	font-weight: 700;
}
.representative-account > dl dd{
	width:calc(100% - 60px);
}
.representative-account > dl dd.dd-check{
	display:flex;
	align-items:center;
}
.representative-account > dl dd.dd-check .form-control{
	width:calc(100% - 84px);
}
.representative-account > dl dd.dd-check .btn-check{
    background: #999;
    padding: 6px 0.5rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
	display:inline-block;
	width:80px;
	margin-left: 4px;
}

#pay_list .points_wrap{
	padding:1rem 2rem;
	border:1px solid #000;
	border-radius:5px;
	background: #fff;
	margin-bottom: 2rem;
}
#pay_list .points_wrap dl{
	display:flex;
	padding:1.5rem 0;
	border-bottom: 1px dashed #ddd;
}
#pay_list .points_wrap dl:last-child{
	border-bottom: none;
}
#pay_list  .points_wrap dl dt{
	color:#000;
	font-weight: 700;
	width:35%;
}
#pay_list .points_wrap dl dd{
	color:#5399cf;
	font-weight: 800;
	width:65%;
}
#pay_list .search_box_wrap{
	margin-bottom: 4rem;
}
#pay_list .search_box_wrap .search_box{
	padding:0;
}
#pay_list .search_box_wrap .search_box i{
	color:#888;
}
#pay_list .search_box_wrap .d-flex{
	margin-top: 0.5rem;
	align-items:center;
}
#pay_list .search_box_wrap .d-flex p.fcGray8{
	padding:0 0.5rem;
}
#pay_list .table_black table tbody tr td .cta-modify{
	width:32px;
	height:34px;
	line-height: 1.2;
	padding:0.2rem 0.1rem;
	margin:0.5rem auto 0;
}

#pay_view .table-like-white dl dt{
	width:35%;
}
#pay_view .table-like-white dl dd{
	width:65%;
}

.confirm_btn_wrap {
	margin-top: 4rem;
}
.confirm_btn_wrap > p{
	display:inline-block;
	vertical-align: middle;
}
.confirm_btn_wrap [class*="confirm_btn_"]{
	border:1px solid #ccc;
	height:54px;
	line-height:52px;
	padding:0px 10px;
	font-size:1.6rem;
	color:#666;
	background-color: #f6f6f6;
	border-radius:8px;
	outline:none;
	box-shadow:none;
	min-width:12rem;
}
.confirm_btn_wrap .confirm_btn_y{
	background: #293f3a;
	color:#fff;
}
@media(max-width:991.98px){
	.confirm_btn_wrap [class*="confirm_btn_"]{
		min-width:8rem;
		height:40px;
		line-height:38px;
		font-size:1.4rem;
	}
}

.person-p{
	margin-bottom: 0.5rem;
	display:flex;
	align-items:center;
}
.person-p:last-child{
	margin-bottom: 0;
}
.person-p input{
	margin-right: 0.6rem;
	display:none;
}
#certi_btn{
	padding:1.2rem 3rem;
	display:inline-block;
	border:1px solid #fff;
	font-size:1.7rem;
	color:#fff;
	border-radius:5px;
	margin-top: 2rem;
}
#make_btn span{display:inline-block;}
#make_btn .img_box{
	margin:0 1rem;
}
#make_btn .img_box img{
	width:2rem;
}

.sub_title{
	font-size:2rem;
	position:relative;
	margin-bottom:1rem;
	color:#000;
	font-weight: 800;
}
.sub_title.required{
	position: relative;
}
/* .sub_title.required::after{
	content:' (필수)';
	color:#ff0000;
	font-size:1.6rem;
	font-weight: 700;
} */
.sub_title .ess{
	color:#ff0000;
}
.sub_title > .desc{
	font-size:1.5rem;
	font-weight:400;
	color:#555;
	float:right;
	margin-top:3px;
}
@media(max-width:991.98px){
	.sub_title{
		font-size:1.8rem;
	}
	.sub_title > .desc{
		font-size:1.3rem;
	}
}

.funeral_reg .ul_table > li{
	position: relative;
	padding-left: 14rem;
	margin-bottom: 3rem;
}
.funeral_reg .ul_table > li .sub_title{
	position: absolute;
	top:1rem;
	left:0;
}

.funeral_reg .ul_table > li .sub_title .sub_title_detail{

	font-size:1.3rem;
	color:red;
}
.funeral_reg .ul_table > li .d-flex{
	margin-bottom: 1rem;
}
.funeral_reg .ul_table > li .d-flex > li{
	margin-right:4rem;
}
.funeral_reg .ul_table > li .d-flex > li p{
	position: relative;
	overflow:visible;
}
.funeral_reg .ul_table > li button{
	position: relative;
	/*right:-5rem;*/
    background: #293f3a;
    color: #fff !important;
	font-size:1.4rem;
	border:none;
	width:8rem;
}
.funeral_reg .ul_table > li textarea{
	line-height: 1.6;
	padding:1.5rem;
	min-height:110px;
}
.funeral_reg .ul_table > li .row.row-none .pl05 select{
	width:82%;
	display:inline-block;
	vertical-align: middle;
}
.funeral_reg .msg_save{
	display:none;
}
@media(max-width:991.98px){
	.funeral_reg .ul_table > li{
		position: relative;
		padding-left: 0;
	}
	.funeral_reg .ul_table > li .sub_title{
		position: relative;
		top:0;
	}
	.funeral_reg .ul_table > li .sub_title.required::after{
		font-size:1.3rem;
	}
	.funeral_reg .ul_table > li .d-flex{
		flex-wrap:wrap;
	}
	.funeral_reg .ul_table > li .d-flex > li{
		width:50%;
		margin:0;
	}
	.funeral_reg .ul_table > li .d-flex > li:nth-child(3){
		margin-right: 0;
	}
	.funeral_reg .ul_table > li .d-flex > li button{
		right:-4rem;
		font-size:1.2rem;
		width:3.5rem;
	}
	.funeral_reg .ul_table > li .row.row-none .pl05{
		padding-left: 0 !important;
		margin-top: 4px;
	}
	.funeral_reg .ul_table > li .row.row-none .pl05 select{
		width:78%;
	}
}

.bg-white > div > .search_box,
#board_top .search_box{
	float:right;
	max-width:400px;
	width:100%;
	border:none;
	padding:0;
}
.bg-white > div > .search_box form,
#board_top .search_box form{
	display:flex;
}
.bg-white > div > .search_box input[type='text'],
#board_top .search_box input[type='text']{
	background:#fff;
	width:100%;
	padding: 1.35rem;
	border:0;
	font-size:1.4rem;
	border:1px solid #ccc;
	border-radius:8px;
}
.bg-white > div > .search_box button,
#board_top .search_box button{
	background:#293f3a;
	border:1px solid #293f3a;
	color:#fff;
	font-size:1.4rem;
	border-radius:8px;
	outline:none;
	width:8rem;
	margin-left: 0.8rem;
}
#selected_div dl dt{
	background: #fff;
}
@media(max-width:991.98px){
	.bg-white > div > .search_box,
	#board_top .search_box{
		max-width:360px;
		padding:0;
		display:block;
	}
	.bg-white > div > .search_box input[type='text'],
	#board_top .search_box input[type='text']{
		font-size:1.3rem;
		padding: 0.8rem 1rem;
	}
	#board_top .search_box button{
		font-size:1.3rem;
		width:6rem;
	}
}
@media(max-width:485.98px){
	.bg-white > div > .search_box form{
		display:block;
	}
	.bg-white > div > .search_box button{
		width: 100%;
		height: 40px;
		line-height: 40px;
		position: relative;
		right: 0;
		font-size: 1.4rem;
		margin-top: 1rem;
		margin:1rem 0 0;
	}
}


.mypage #submit{
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	max-width: 12rem;
	width:100%;
	display: inline-block;
	vertical-align: middle;
    padding: 1.5rem;
	cursor: pointer;
	background: #293f3a;
	color: #fff;
	font-weight: 700;
}
.mypage .opt_wrap{
	background: #f3f3f3;
	padding:3rem 2rem;
	position: relative;
}
.mypage .opt_wrap dl{
	display:flex;
	align-items:center;
	width:80%;
	margin:5px auto;
}
.mypage .opt_wrap dl > dt{
	font-size:1.6rem;
	font-weight: 700;
	color:#000;
	width:8rem;
}
.mypage .opt_wrap dl > dd{
	width:calc(100% - 8rem);
	max-width:45rem;
	position: relative;
}
.mypage .opt_wrap dl > dd .d-flex{
	align-items:center;
}
.mypage .opt_wrap dl > dd .d-flex span{
	padding:0 5px;
}
.mypage .opt_wrap dl > dd .d-flex > p{
	flex-grow:1;
	flex-basis:0;
}
.mypage .opt_wrap dl > dd .sch-form > select{
	flex-grow:1;
	flex-basis:0;
	margin-right: 5px;
}
.mypage .opt_wrap dl > dd .sch-form > input{
	flex-grow:2;
	flex-basis:0;
}
.mypage .opt_wrap #submit{
	position: absolute;
	top:0;
	right:-125px;
}
.mypage .table_black table tbody tr td a{
	color:#555;
}
@media(max-width:991.98px){
	.mypage .opt_wrap{
		padding:2rem 1.5rem;
	}
	.mypage .opt_wrap dl{
		width:100%;
		display:block;
		margin-bottom: 1rem;
	}
	.mypage .opt_wrap dl > dt{
		font-size:1.4rem;
		width:100%;
		margin-bottom: 5px;
	}
	.mypage .opt_wrap dl > dd{
		font-size:1.4rem;
		width:100%;
	}
	.mypage .opt_wrap dl > dd .sch-form{
		display:block !important;
	}
	.mypage .opt_wrap dl > dd .sch-form > select{
		margin-bottom: 5px;
	}
	.mypage .opt_wrap #submit{
		width:100%;
		position: relative;
		max-width:960px;
		right:0;
		font-size:1.4rem;
		margin-top: 1rem;
		padding: 0.95rem;
	}
/* 	.mypage .table_black{
		overflow-x:scroll;
	}
	.mypage .table_black > table{
		width:700px;
	} */
	.mypage .table_black > table th,
	.mypage .table_black > table td{
		word-break:keep-all;
	}
}

#status_wrap .table_1 table tbody tr th,
#status_wrap .table_1 table tbody tr td{
	padding:1.5rem;
}
#status_wrap .table_1 table tbody tr td #submit{
	font-size:1.5rem;
}
#status_wrap .txt{
	padding:4rem 0 5rem;
}
@media(max-width:991.98px){
	#status_wrap .table_1 table tbody tr th,
	#status_wrap .table_1 table tbody tr td{
		padding:1rem;
		vertical-align: middle;
	}
	#status_wrap .table_1 table tbody tr th{
		width:50%;
	}
	#status_wrap .table_1 table tbody tr td{
		width:50%;
	}
	#status_wrap .table_1 table tbody tr td #submit{
		font-size:1.3rem;
		padding:1rem;
	}
}

#apply_wrap .table_1 > table tr td input{
	width:60%;
	margin-right: 1rem;
}
#apply_wrap .bottom_btn_box > a{
	display:inline-block;
	vertical-align: middle;
	min-width:16rem;
	max-width:16rem;
	width:16rem;
	font-size:1.6rem;
	margin:0 2px;
}
#apply_wrap .bottom_btn_box > a.btn-gray{
	background: #dbdbdb;
	color:#000 !important;
}
@media(max-width:991.98px){
	#apply_wrap .table_1 > table tr td input{
		width:90%;
		margin-right: 0.5rem;
	}
	#apply_wrap .table_1 > table tr td input::placeholder{
		font-size:1.3rem;
	}
	#apply_wrap .bottom_btn_box > a{
		min-width:12rem;
		max-width:12rem;
		width:12rem;
		font-size:1.4rem;
	}
}


.pager{
	display:flex;
	justify-content:center;
	margin-top: 4rem;
}
.pager > li{
	font-size:1.5rem;
	color:#555;
	font-weight: 400;
	border-radius:50%;
	width:4.5rem;
	height:4.5rem;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.pager > li.on{
	background: #000;
	color:#fff;
}
.pager > li.pager-1{
	background: url('../_img/icon/pager_1.png') no-repeat center center/ contain;
	margin-right: 5px;
}
.pager > li.pager-2{
	background: url('../_img/icon/pager_2.png') no-repeat center center/ contain;
	margin-right: 2rem;
}
.pager > li.pager-3{
	background: url('../_img/icon/pager_3.png') no-repeat center center/ contain;
	margin-right: 5px;
	margin-left: 2rem;
}
.pager > li.pager-4{
	background: url('../_img/icon/pager_4.png') no-repeat center center/ contain;
}

.pager > li > a {

}
@media(max-width:991.98px){
	.pager > li{
		font-size:1.4rem;
		width:2.5rem;
		height:2.5rem;
	}
	.pager > li.pager-2{
		margin-right: 5px;
	}
	.pager > li.pager-3{
		margin-left: 5px;
	}
}


.shop_banner .d-flex{
	justify-content:center;
}
.shop_banner .d-flex ul > li{
	font-size:1.8rem;
	font-weight: 400;
	color:#333;
	line-height: 1.8;
	padding-left: 3rem;
	position: relative;
}
.shop_banner .d-flex ul > li i{
	font-size:3rem;
	position: absolute;
	top:0;
	left:0;
}
.shop_banner .shop{
	border:1px solid #293f3a;
	height:54px;
	line-height:52px;
	padding:0px 10px;
	font-size:1.6rem;
	min-width:14rem;
	color:#fff;
	background-color: #293f3a;
	border-radius:8px;
	display:inline-block;
	vertical-align: middle;
	outline:none;
	box-shadow:none;
}
@media(max-width:991.98px){
	.shop_banner .d-flex ul > li{
		font-size:1.5rem;
		padding-left: 2.2rem;
		word-break:keep-all;
		margin-bottom: 1rem;
	}
	.shop_banner .d-flex ul > li i{
		font-size:2.3rem;
		top:3px;
	}
	.shop_banner .d-flex ul > li span{
		display:block;
	}
	.shop_banner .shop{
		font-size:1.5rem;
		height: 5rem;
		line-height: 5rem;
	}
	.shop_banner .shop{
		font-size:1.4rem;
		width:auto;
		min-width:8.5rem;
		height: auto;
		line-height: 1.2;
		padding:0.8rem 1rem;
	}
}
@media(max-width:485.98px){
	.shop_banner img{
		max-width:26rem;
	}
}

.searchdata #submit{
	width:120px;
    background: #293f3a;
    color: #fff;
    font-weight: 700;
	text-align: center;
	height:54px;
	line-height: 54px;
	font-size:1.6rem;
	font-weight: 400;
	cursor:pointer;
	display:inline-block;
	vertical-align: middle;
	border-radius:8px;
}
.searchdata .opt_wrap{
	background: #f3f3f3;
	padding:3rem 2rem;
	position: relative;
}
.searchdata .opt_wrap dl{
	display:flex;
	align-items:center;
	width:80%;
	margin:5px auto;
}
.searchdata .opt_wrap dl > dt{
	font-size:1.6rem;
	font-weight: 700;
	color:#000;
	width:8rem;
}
.searchdata .opt_wrap dl > dd{
	width:calc(100% - 8rem);
	max-width:45rem;
	position: relative;
}
.searchdata .opt_wrap dl > dd .d-flex{
	align-items:center;
}
.searchdata .opt_wrap dl > dd .d-flex span{
	padding:0 5px;
}
.searchdata .opt_wrap dl > dd .sch-form > select{
	flex-grow:1;
	flex-basis:0;
	margin-right: 5px;
}
.searchdata .opt_wrap dl > dd .sch-form > input{
	flex-grow:2;
	flex-basis:0;
}
.searchdata .opt_wrap #submit{
	position: absolute;
	top:0;
	right:-125px;
}
.searchdata .table_black table tbody tr td a{
	color:#555;
}
@media(max-width:991.98px){
	.searchdata .opt_wrap{
		padding:2rem 1.5rem;
	}
	.searchdata .opt_wrap dl{
		width:100%;
		display:block;
		margin-bottom: 1rem;
	}
	.searchdata .opt_wrap dl > dt{
		font-size:1.4rem;
		width:100%;
		margin-bottom: 5px;
	}
	.searchdata .opt_wrap dl > dd{
		font-size:1.4rem;
		width:100%;
		margin:0 auto;
	}
	.searchdata .opt_wrap dl > dd .sch-form{
		display:block !important;
	}
	.searchdata .opt_wrap dl > dd .sch-form > select{
		margin-bottom: 5px;
	}
	.searchdata .opt_wrap #submit{
		width:100%;
		height:40px;
		line-height: 40px;
		position: relative;
		right:0;
		font-size:1.4rem;
		margin-top: 1rem;
	}
/* 	.searchdata .table_black{
		overflow-x:scroll;
	}
	.searchdata .table_black > table{
		width:700px;
	} */
	.searchdata .table_black > table th{
		word-break:keep-all;
	}
	.searchdata .tab2-mo-tab > ul{
		display:flex;
		position: relative;
		padding-top: 0;
		box-shadow:none;
	}
	.searchdata .tab2-mo-tab > ul li{
		display:block !important;
	}
	.searchdata .tab2-mo-tab > ul li.on{
		position: relative;
		background: #fff;
	}
	.searchdata .tab2-mo-tab > ul li.on a{
		border-top: 2px solid #293f3a;
		color: #293f3a;
	}
	.searchdata .tab2-mo-tab > ul li.on::after{
		content:none;
	}
}


.phrase_copy_span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	transform:translatey(-3px);
}



[class*="intro_app_div"]{
	position: relative;
	height:100vh;
	overflow-y:hidden;
	margin:0 auto;
}
[class*="intro_app_div"] .d-flex{
	justify-content:center;
	align-items:center;
	width:100%;
	height:80%;
	position: relative;
	z-index:1;
}
[class*="intro_app_div"] .d-flex .inner{
	text-align: center;
	padding:0 30px;
}
[class*="intro_app_div"] .d-flex .inner p{
	font-size: 4rem;
	margin-top: 5rem;
	color:#000;
	font-weight: 700;

}
[class*="intro_app_div"] .d-flex .logo_img{
	width:100%;
	max-width:327px;
}
[class*="intro_app_div"] .flower_wrap{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	padding-top: 40%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
@media(max-width:991.98px){
	[class*="intro_app_div"] .d-flex .inner p{
		font-size:2rem;
		margin-top:3rem;
	}
	[class*="intro_app_div"] .d-flex .logo_img{
		max-width:200px;
	}
	[class*="intro_app_div"] .flower_wrap{
		padding-top: 60%;
		background-position:center top;
	}
}


.intro_app_div_720{
	max-width:720px;
	background: url('../_img/sub/bg_loading_960.jpg')no-repeat center center/cover;
}
.intro_app_div_960{
	max-width:960px;
	background: #1b2724;
}
.intro_app_div_2048{
	max-width:2048px;
	background: url('../_img/sub/bg_loading_2048.jpg')no-repeat center center/cover;
}

.intro_app_div_2048 .flower_wrap{
	max-width:960px;
	left:50%;
	transform:translatex(-50%);
	padding-top: 20%;
	background-position:center top;
}
@media(max-width:1400px){
	.intro_app_div_2048 .flower_wrap{
		padding-top: 30%;
	}
}
@media(max-width:991.98px){
	.intro_app_div_2048 .flower_wrap{
		padding-top: 40%;
	}
}

.svg_wrap{
	position:absolute;
	left:50%;
	top:40%;
	width:90%;
	transform:translate(-50%,-50%);
	z-index:2;
}
.svg_wrap .logo{
	display:none;
	text-align: center;
}
.svg_wrap .logo img{
	max-width:5rem;
}
.svg_wrap .svg-p{
	font-size:1.6rem;
	color:#fff;
	font-weight: 700;

	text-align: center;
	position:absolute;
	left:50%;
	top:150%;
	width:100%;
	transform:translate(-50%,-50%);
	z-index:2;
	display:none;
}
.svg_wrap .svg-p span{
	color:#fee19d;
}
#path_ani1 {
	opacity:0;
	stroke-dasharray: 390;
	animation: stroke-ani 3s linear forwards 3s;
}
#path_ani2 {
	opacity:0;
	stroke-dasharray: 390;
	animation: stroke-ani2 3s linear forwards 3s ;
}
@keyframes stroke-ani {
	0% {
		stroke-dashoffset: 390;
		opacity:1;
	}
	50% {
		stroke-dashoffset: 0;
		opacity:1;
	}
	100%{
		opacity:1;
	}
}
@keyframes stroke-ani2 {
	0% {
		stroke-dashoffset: 390;
		opacity:1;
	}
	40% {
		stroke-dashoffset: 390;
		opacity:1;
	}
	90%{
		stroke-dashoffset: 0;
		opacity:1;
	}
	100%{
		opacity:1;
	}
}

/* 로딩 */
.intro_loading_wrap{
	background: #1b2724;
	width:100%;
	height:100vh;
	display:flex;
	justify-content:center;
	align-items:center;
	padding-bottom: 20%;
}
.intro_loading_wrap .bg_wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.intro_loading_wrap .inner{
	position: relative;
	text-align: center;
	z-index:1;
	display:none;
}
.intro_loading_wrap .inner .logo{
	margin-bottom: 2rem;
}
.intro_loading_wrap .inner .logo img{
	max-width:6rem;
}
.intro_loading_wrap .inner p{
	font-size:2rem;
	color:#fff;
	font-weight: 700;

	text-align: center;
}
.intro_loading_wrap .inner p .word1,
.intro_loading_wrap .inner p .word2{
	color:#fee19d;
}
/* 스플래시 */
.intro_splash_wrap{
	background: #242020;
	width:100%;
	height:100vh;
	display:flex;
	justify-content:center;
	align-items:center;
	max-width:720px;
	margin:0 auto;
	position: relative;
}
.intro_splash_wrap .bg_wrap{
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.intro_splash_wrap .inner{
	position: relative;
	text-align: center;
	display:flex;
	align-items:center;
	padding-top: 24%;
	z-index:1;
}
.intro_splash_wrap .inner .logo{
	margin-right: 1rem;
}
.intro_splash_wrap .inner .logo img{
	max-width:3rem;
}
.intro_splash_wrap .inner p{
	font-size:3rem;
	color:#fff;
	font-weight: 700;

	text-align: center;
}


#hp_button{
	border-radius:8px;
}

.pop-tab{
	display:flex;
	width:80%;
	margin:0 auto;
}
.pop-tab li{
	color:#555;
	font-size:1.4rem;
	text-align: center;
	background: #f2f2f2;
	flex-basis:0;
	flex-grow:1;
	padding:1rem 0;
	cursor:pointer;
}
.pop-tab li.on{
	font-weight: 500;
	color:#fff;
	background: #293f3a;
}
.pop-cont,
.pop-cont p{
	font-size:1.6rem !important;
	color:#888 !important;
	line-height: 1.8 !important;
}
.pop-cont{
	padding:2rem 1rem !important;
	display:none;
}
.pop-cont:first-child{
	display:block;
}
.pop-cont img{
	width:100% !important;
	max-width:480px;
	margin:0 auto;
}
@media(max-width:991.98px){
	.pop-tab{
		width:90%;
	}
	.pop-cont,
	.pop-cont p{
		font-size:1.4rem !important;
	}
}

.id_save{
	display:flex;
	align-items:center;
}


.search_box_wide{
	background: #f3f3f3;
	padding:3rem 2rem;
	position: relative;
	text-align: center;
}
.search_box_wide input{
    border: 1px solid #ccc;
    height: 54px;
    line-height: 52px;
    padding: 0px 10px;
    font-size: 1.6rem;
    color: #666;
    background-color: #f6f6f6;
    border-radius: 8px;
    outline: none;
	width:100%;
	max-width:450px;
    box-shadow: none;
	display:inline-block;
	vertical-align: middle;
}
.search_box_wide button{
    width: 120px;
    background: #293f3a;
    color: #fff;
    font-weight: 700;
    text-align: center;
    height: 54px;
    line-height: 54px;
    font-size: 1.6rem;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
	border:none;
}
@media(max-width:991.98px){
	.search_box_wide{
		padding: 2rem 1.5rem;
	}
	.search_box_wide input{
		height: 40px;
		padding: 0px 1rem;
		line-height: 38px;
		font-size: 1.4rem;
	}
	.search_box_wide button{
		width: 100%;
		height: 40px;
		line-height: 40px;
		position: relative;
		right: 0;
		font-size: 1.4rem;
		margin-top: 1rem;
	}

	.account_box{max-width: 25%;}
	.account_box2{max-width: 40%;}
}

.account_div {width:100%; padding:0; text-align:left; display:block;}
.none_padding{padding-left:0; padding-right:0;}
.account_box {display:inline-block;}



.ul_table .opt_cont_1 .d-flex{
	justify-content:space-between;
	align-items:center;
}
.ul_table .opt_cont_1 .d-flex > p{
	width:15%;
}
.ul_table .opt_cont_1 .d-flex > div{
	width:85%;
}
.ul_table .opt_cont_1 .d-flex > div span{
	padding:0 2px;
}
.ul_table .opt_cont_2 .d-flex{
	justify-content:space-between;
}
.ul_table .opt_cont_2 .d-flex > input{
	width:49.8%;
	margin:2px 0;
}
@media(max-width:991.98px){
	.ul_table .opt_cont_1 > .d-flex{
		display:block !important;
	}
	.ul_table .opt_cont_1 .d-flex > div{
		width:100%;
	}
	.ul_table .opt_cont_1 > .d-flex > p{
		width:100%;
		margin-bottom: 10px;
	}
}

.ul_table [class*="opt_cont_"]{
	display:none;
}


.funeral_reg .row {
	align-items:center;
}
.funeral_reg .row .btn_add.account_check{
	margin-left: 5px;
}
@media(max-width:991.98px){
	.funeral_reg .row .btn_add.account_check{
		padding:10px 5px;
		flex: 0 0 23%;
		max-width: 23%;
	}
}


@media(max-width:991.98px){
	.ul_table .form-control.gr_name{
		width:100% !important;
	}
}


.mrn_check{
	width:18px;
	height:18px;
	outline:none;
}

.mrn_account{
	width:18px;
	height:18px;
	outline:none;
}

.all_check{
	width:18px;
	height:18px;
	outline:none;
}
@media(max-width:991.98px){
	.mrn_check{
		width:16px;
		height:16px;
	}

	.all_check{
		width:16px;
		height:16px;
	}
}

.inputResize{
	width:calc(100% - 110px);
}
.btnResize{
	display:flex;
	justify-content:center;
	align-items:center;
}
@media(max-width:991.98px){
	.inputResize{
		width:calc(100% - 71px);
	}
	.inputResize::placeholder{
		font-size:13px;
	}
	.btnResize{
		width:66px;
		flex:auto !important;
	}
}

.btns-wrap{
	display:flex;
	justify-content:space-between;
}
.btns-wrap > div{
	width:49%;
	padding-left:3px;
	padding-right: 3px;
}
@media(max-width: 991.98px){
	.btns-wrap > div{
		flex:auto !important;
		max-width:49% !important;
		display:flex;
		justify-content:center;
		align-items:center;
	}
}

.text_info {font-size:1.2rem !important; display:inline-block; margin-top:1rem;}
.im_hide {display:none !important;}
.pl_name_txt{
	font-size:1.6rem;
    color: #000;
	/* margin:-3rem 0 2rem; */
}
.sub7_view_wrap section.pic_area .d-flex > div{text-align: center;}
.sub7_view_wrap section.pic_area .d-flex > div.info .img-flower{margin-bottom:2rem;}
.sub7_view_wrap section.pic_area .d-flex > div.info h2{padding-left: 0;}
.sub7_view_wrap section.pic_area .d-flex > div.info p.fsr1_6{padding:0;margin-bottom:2rem;}

.form-red{
	border:1px solid #ff0000;
}
.form-red2{
	border:2px solid #ff0000;
}
.top_info{
    padding-left: 14rem;
	margin: -3rem 0 2rem;
	margin: 1rem 0 2rem;
}
.top_info ul > li{
	font-size:1.6rem;
	color:#555;
	position: relative;
	padding-left: 1rem;
	word-break:keep-all;
	margin:2px 0;
}
.top_info ul > li::before{
	content:'';
	width:3px;
	height:3px;
	border-radius:50%;
	position: absolute;
	top:9px;
	left:0;
	background: #ff0000;
}
@media(max-width: 991.98px){
	.top_info{
		padding-left:0;
	}
	.top_info ul > li{
		font-size:1.6rem;
	}

	.top_info ul > li:last-child{
		display:none;
	}
}


.if_wrap .d-lg-flex{
	justify-content:space-between;
	max-width:72rem;
	margin:5rem auto;
}
.if_wrap .d-lg-flex > a{
	display:block;
	flex-basis:0;
	flex-grow:1;
	border:1px solid #293f3a;
	border-radius:10px;
	max-width:34rem;
	text-align: center;
	overflow:hidden;
}
.if_wrap .d-lg-flex > a .thumb{
	padding:2.5rem 0;
}
.if_wrap .d-lg-flex > a .txt{
	background: #293f3a;
	padding:2.5rem 0;
}
.if_wrap .d-lg-flex > a:last-child{
	border:1px solid #a6927a;
}
.if_wrap .d-lg-flex > a:last-child .txt{
	background: #a6927a;
}
@media(max-width: 991.98px){
	.if_wrap .d-lg-flex{
		margin:0 auto;
		max-width:25rem;
	}
	.if_wrap .d-lg-flex > a{
		border-radius:5px;
		margin:0 auto;
	}
	.if_wrap .d-lg-flex > a .thumb{
		padding:1rem 0;
	}
	.if_wrap .d-lg-flex > a .thumb img{
		max-width:9rem;
	}
	.if_wrap .d-lg-flex > a:last-child{
		margin-top: 2rem;
	}
	.if_wrap .d-lg-flex > a:last-child .thumb img{
		transform:translatey(0.5rem);
	}
	.if_wrap .d-lg-flex > a .txt{
		padding:1.5rem 0;
	}
}

.modal-buttons{
	padding:2rem 1rem 0;
	display:flex;
	justify-content:center;
	align-items:center;
}
.modal-buttons > a,
.modal-buttons > button{
	color: #fff !important;
	font-size: 1.8rem;
	width: 100%;
	border-radius: 8px;
	display: block;
	padding: 1.5rem;
	outline: none;
	text-align: center;
	max-width: 24rem;
	font-weight: 700;
	margin: 0 0.5rem;
	flex-basis:0;
	flex-grow:1;
	background: #293f3a;
	border: 1px solid #293f3a;
}
.modal-buttons > a.green,
.modal-buttons > button.green{
	background: #293f3a;
	border: 1px solid #293f3a;
}
.modal-buttons > a.black,
.modal-buttons > button.black{
	background: #333;
	border: 1px solid #333;
}
@media(max-width: 991.98px){
	.modal-buttons > a,
	.modal-buttons > button{
		font-size: 1.5rem;
		padding: 1rem;
	}
}








/* 부고보내기 fixed  */
.sub7_view_wrap .button_wrap_mo {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	box-sizing:border-box;
	padding:1rem;
	z-index:10;
}
.sub7_view_wrap .button_wrap_mo .bottom_btn_box {
	width:100%;
	background:#ffc600 url(../_img/comm/btm_btn_bg.png) no-repeat center center / cover;
	border-radius:10px;
	margin-top:0;
	margin-bottom:0;
}
.sub7_view_wrap .button_wrap_mo .bottom_btn_box > .row > div[class^='col-'] {
	position:relative;
	height:auto;
}
.sub7_view_wrap .button_wrap_mo .bottom_btn_box > .row > div[class^='col-']:before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:1px;
	height:3rem;
	background:#b89312;
}
.sub7_view_wrap .button_wrap_mo .bottom_btn_box > .row > div[class^='col-']:first-child:before{
	display:none;
}
.sub7_view_wrap .button_wrap_mo .bottom_btn_box > .row > div[class^='col-'] > a {
	display:block;
	padding:1.5rem 0;
	text-align:center;
	font-size:2.3rem;
	font-weight:600;
	margin:0;
	color:#000 !important;
}

.sub7_view_wrap .button_wrap_mo .bottom_btn_box > .row > div[class^='col-']:last-child > a {
	color:#0038da !important;
	font-weight:800;
}


.sub7_view_wrap .button_wrap_mo .bottom_btn_box.box2{
	margin-top:5px;
	background:#dbdada url(../_img/comm/btm_btn_bg.png) no-repeat center center / cover;
}
.sub7_view_wrap .button_wrap_mo .bottom_btn_box.box2 .smaple_back{
	display: block;
    padding: 1.5rem 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
    position: relative;
    width: 100%;
    color: #000 !important;
}
.sub7_view_wrap .button_wrap_mo .bottom_btn_box.box2 > .row > div[class^='col-']:before{
	border-right:1px solid #aaa;
}
.sub7_view_wrap .button_wrap_mo .bottom_btn_box.box2 > .row > div[class^='col-'] > a {
	font-size:1.8rem;
	font-weight:600 !important;
}
.sub7_view_wrap .button_wrap_mo .bottom_btn_box.box2 > .row > div[class^='col-']:last-child > a{
	color:#000000 !important;
}
/* 수정 " 20230306 */
.sub7_view_wrap .button_wrap_mo .notice{
	text-align:center;
	border-radius:8px;
	color:#333;
	font-weight:500;
	font-size:13px;
	transform: translateY(-6px);
}


@media(max-width:991.98px){
	.sub7_view_wrap {
		padding-bottom:3rem;
	}
}




/*20230227 추가*/
.btn_box_new{
	padding:2rem 0;
	max-width:80rem;
	margin:0 auto;
}
.line_new{
	display:none;
	margin:0;
	border-top:6px solid #f7f8f7
}
.btn-dp-flex{
	display:flex;
	margin-left:-5px;
	margin-right:-5px;
}
.btn-dp-flex > p{
	width:100%;
	padding:0px 5px;
}

.btn2{
	height:6rem;
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	border:none;
	background:none;
	font-size:1.6rem;
	font-weight:500;
	margin:0 auto;
	border-radius:8px;
}
.btn2.lg{
	height:7rem;
	font-size:1.7rem;
	font-weight:500;
	letter-spacing: -0.01em;
}
.btn2 i{
	font-size:1.8rem;
	margin:0px .5rem;
}
.btn2 i.xi-kakaotalk{
	margin-right:.3rem;
}
.btn2.btn-black{
	background:#000000;
	border:1px solid #000000;
	color:#fff;
}
.btn2.btn-kakao{
	color:#333333;
	background:#fae100;
	border:1px solid #fae100;
}
.btn2.btn-black2{
	color:#fff;
	background:#292a3c;
	border:1px solid #292a3c;
}
.btn2.btn-gold{
	color:#fff;
	background:#c9a246;
	border:1px solid #c9a246;
}
.btn2.btn-gray-o{
	color:#000;
	background:#fff;
	border:1px solid #d9d9d9;
}
.btn2.btn-gray{
	color:#000;
	background:#d9d9d9;
	border:1px solid #d9d9d9;
}
.btn2.btn-shw{
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
}

@media(max-width:767.98px){
	
	.btn2{
		height:5rem;
		display:flex;
		align-items: center;
		justify-content: center;
		width:100%;
		border:none;
		background:none;
		font-size:1.5rem;
		font-weight:500;
		margin:0 auto;
		border-radius:8px;
	}
	.btn2.lg{
		height:6rem;
		font-size:1.6rem;
	}
	.btn2 i{
		font-size:1.6rem;
		margin:0px .5rem;
	}
	.btn_box_new{
		padding:2.5rem 0;
	}
	.line_new{
		display:block;
		margin:0 -10px;
	}
	.btn-dp-flex.md{
		flex-wrap:wrap;
	}
	.btn-dp-flex.md > p{
		width:100%;
	}
	.btn-dp-flex.md > p + p{
		margin-top:1rem;
	}
}


.btn_box_new .pop_send_basic{
	margin-top:1rem;
}
.btn_box_new .pop_send_basic > a{
	display:block;
	padding:1.5rem;
	border-radius:8px;
	background:#f2f2f2;
	color:#000;
	font-weight:300;
	border:1px solid #000;
}
.btn_box_new .pop_send_basic > a p{
	font-weight:400;
}
.btn_box_new .pop_send_basic > a p:nth-child(1){
	font-size:1.8rem;
}
.btn_box_new .pop_send_basic > a p:nth-child(2){
	font-size:1.4rem;
	margin:.5rem 0 .8rem 0;
}
.btn_box_new .pop_send_basic > a p:nth-child(2) strong{
	font-weight:600;
}
.btn_box_new .pop_send_basic > a p:nth-child(3){
	color:#f3000b;
	font-size:1.4rem;
}
@media(max-width:576.98px){
	.btn_box_new .pop_send_basic > a p:nth-child(2){
		font-size:1.2rem;
	}
	.btn_box_new .pop_send_basic > a p:nth-child(3){
		font-size:1.2rem;
	}
}


.btn_remove {color:#fff !important;}
.mouners_up {color:#293f3a  !important;}
.mouners_down {color:#293f3a  !important;}



/*뉴부고장 추가 스타일 20230629*/
.account_number_group{}
.account_number_group .box{
	border:1px solid rgba(255, 0, 0, .3);
	border-radius:8px;
	display:flex;
	align-items: center;
	height:54px;
	padding:0px 25px;
	background:#fff;
	box-shadow: 0px 0px 10px rgba(255,0,0,.3);
	animation: neon 1.5s forwards infinite ;
}
.account_number_group .box > p:nth-child(1){
	flex-shrink:0;
}

@media(max-width:360px){
	.account_number_group .box{
		padding:0px 20px;
	}
}


@keyframes neon {
	0%{
		border:1px solid rgba(255, 0, 0, .3);
		box-shadow: 0px 0px 10px rgba(255,0,0,.3);
	}
	50%{
		border:1px solid rgba(255, 0, 0, 1);
		box-shadow: 0px 0px 10px rgba(255,0,0,.9);
	}
	100%{
		border:1px solid rgba(255, 0, 0, .3);
		box-shadow: 0px 0px 10px rgba(255,0,0,.3);
	}
}


.resident_write_btn{
	display:inline-block;
	height:50px;
	line-height:50px;
	font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    min-width: 13rem;
    border-radius: 8px;
    font-weight: 700;
	background:#293f3a;
	color:#fff !important;
	cursor: pointer;
}
.resident_write_btn i{
	margin-right:5px;
}


#pop_resident_write .pop_contents .inner .title,
#pop_account_number_write .pop_contents .inner .title{
	border-bottom:0;
}
.pop_resident_container,
.pop_account_container{
	width:calc(100% - 4rem);
	margin:0 auto;
	border-top:1px solid #ddd;
}
.resident_group_wrap{
	border-bottom:1px solid #ddd;
}
.resident_group_inner{
	padding:2rem 0;
}
.resident_group_inner + .resident_group_inner{
	border-top:1px solid #ddd;
}
.resident_group_inner .row_item{
	display:flex;
}
.resident_group_inner .row_item .head{
	width:25%;
	flex-shrink: 0;
	padding-right:1rem;
}
.resident_group_inner .row_item .myinfo{
	width:75%;
	display:flex;
	flex-direction: column;
}
.resident_group_inner .row_item .myinfo .item{
	display:flex;
	width:100%;
}
.resident_group_inner .row_item .myinfo .item+.item{
	margin-top:1rem;
}
.resident_group_inner .row_item .myinfo .item .name{
	width:25%;
	flex-shrink: 0;
}
.resident_group_inner .row_item .myinfo .item .phone{
	width:100%;
	padding:0px 1rem;
}
.resident_group_inner .row_item .myinfo .item .del{
	width:60px;
	flex-shrink: 0;
}
.resident_group_inner .row_item .myinfo .item .del .btn-del{
	bordeR:none;
	background:#888888;
	color:#fff;
	width:100%;
	height:54px;
	border-radius:8px;
}
.resident_group_wrap{
	max-height:50vh;
	overflow-y:auto;
}
.resident_group_inner .row_item .item_add{
	color:#005ae2;
	font-size:1.8rem;
	font-weight:500;
	margin-top:15px;
}
.resident_group_inner .row_item .item_add a{
	display:flex;
	color:#005ae2;
}
.resident_group_inner .row_item .item_add a i{
	width:2.8rem;
	height:2.8rem;
	background:#005ae2;
	border-radius:5rem;
	color:#fff;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:2.4rem;
	margin-right:5px;
	flex-shrink: 0;
}

.pop_resident_container .group_add{
	margin-top:2rem;
}
.pop_resident_container .group_add a{
	background:#000;
	color:#fff;
	display:flex;
	align-items: center;
	justify-content: center;
	height:54px;
	font-size:1.8rem;
	max-width:24rem;
	border-radius:8px;
	margin:0 auto;
}

#pop_resident_write .bottom_btn_box{
	margin:0 !important;
	padding:0 !important;
	text-align:center;
	margin-top:4rem !important;
}


#pop_resident_write .bottom_btn_box .submit_btn{
	margin:0 auto;
	float:none;
	max-width:400px;
}



.pop_account_container{}
.pop_account_container input:disabled{
	color:#000 !important;
}
.pop_account_container .account_group_wrap{
	max-height:55vh;
	position:relative;
}

.pop_account_container .row_item{
	padding:2rem 0;
}
.pop_account_container .row_item + .row_item{
	border-top:1px solid #ddd;
}
.pop_account_container .row_item .myinfo{
	display:flex;
	margin-left:-5px;
	margin-right:-5px;
}
.pop_account_container .row_item .myinfo > p{
	padding:0px 5px;
}
.pop_account_container .row_item .myinfo > p.relation{
	width:30%;
}
.pop_account_container .row_item .myinfo > p.name{
	width:20%;
}
.pop_account_container .row_item .myinfo > p.phone{
	width:50%;
}

.pop_account_container .row_item .accountinfo1,
.pop_account_container .row_item .accountinfo2{
	display:flex;
	margin-left:-5px;
	margin-right:-5px;
	align-items: center;
	margin-top:10px;
}
.pop_account_container .row_item .accountinfo1 > p,
.pop_account_container .row_item .accountinfo2 > p{
	padding:0px 5px;
}
.pop_account_container .row_item .accountinfo1 > p:nth-child(1),
.pop_account_container .row_item .accountinfo1 > p:nth-child(2),
.pop_account_container .row_item .accountinfo2 > p:nth-child(1),
.pop_account_container .row_item .accountinfo2 > p:nth-child(2){
	width:50%;
}
.pop_account_container .row_item .accountinfo1 > p:nth-child(3){
	width:130px;
	flex-shrink: 0;
}
.pop_account_container .row_item .accountinfo2> p:nth-child(1){
	width:calc(75%);
}
.pop_account_container .row_item .accountinfo2 > p:nth-child(2){
	width:calc(25%);
}
.pop_account_container .row_item .accountinfo2 > p:nth-child(2) a{
	display: inline-block;
    height: 54px;
    line-height: 50px;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
	width:100%;
    font-weight: 500;
    background: #293f3a;
    color: #fff !important;
    cursor: pointer;
}

.pop_account_container .bottom_btn_box{
	display:flex;
	justify-content: space-between;
	width:100%;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:3rem;
}
.pop_account_container .bottom_btn_box a{
	width:calc(50% - 5px);
	max-width:unset !important;
}
.pop_account_container .bottom_btn_box .back-btn{
	background:#888888;
	color:#fff;
}

@media(max-width:991.98px){
	.resident_group_inner .row_item .myinfo .item .del .btn-del,
	.pop_resident_container .group_add a,
	.pop_account_container .row_item .accountinfo2 > p:nth-child(2) a {
		height: 40px;
		line-height:38px;
	}
	.resident_group_inner .row_item .item_add{
		font-size:1.6rem;
	}
	.pop_account_container .row_item .accountinfo1 > p:nth-child(3){
		width:110px;
		flex-shrink: 0;
	}
}
@media(max-width:576.98px){
	#pop_resident_write .pop_contents,
	#pop_account_number_write .pop_contents {
		padding-top:3rem;
	}
	#pop_resident_write .pop_contents .inner .title,
	#pop_account_number_write .pop_contents .inner .title{
		padding-bottom:2rem;
	}
	#pop_resident_write .pop_contents .inner,
	#pop_account_number_write .pop_contents .inner{
		padding:3rem 0;
	}
	.pop_account_container .account_group_wrap{
		max-height:55vh;
	}
	.resident_group_inner {
		padding: 1rem 0;
	}
	.resident_group_inner .form-control,
	.pop_account_container .form-control {
		padding: 0px .6rem;
	}
	.resident_group_inner .row_item .item_add{
		font-size:1.4rem;
	}
	.resident_group_inner .row_item .item_add a i {
		width: 2.2rem;
		height: 2.2rem;
		font-size: 1.8rem;
	}
	.resident_group_inner .row_item .head{
		padding-right:.5rem;
	}
	.resident_group_inner .row_item .myinfo .item .phone {
		padding: 0px .5rem;
	}
	.resident_group_inner .row_item .myinfo .item .del {
		width: 40px;
		flex-shrink: 0;
		font-size:1.4rem;
	}
	.resident_group_inner .row_item .myinfo .item+.item {
		margin-top: .5rem;
	}
	.pop_resident_container .group_add a {
		font-size: 1.5rem;
	}
	#pop_resident_write .bottom_btn_box,
	#pop_account_number_write .bottom_btn_box{
		margin-top:3rem;
	}

	.pop_account_container .row_item .myinfo{
		margin-left:-2.5px;
		margin-right:-2.5px;
	}
	.pop_account_container .row_item .myinfo > p {
		padding: 0px 2.5px;
	}
	.pop_account_container .row_item .accountinfo1,
	.pop_account_container .row_item .accountinfo2 {
		margin-left: -2.5px;
		margin-right: -2.5px;
		margin-top:5px;
	}
	.pop_account_container .row_item .accountinfo1 > p,
	.pop_account_container .row_item .accountinfo2 > p{
		padding:0 2.5px;
	}
	.pop_account_container .row_item .myinfo > p.relation{
		width:28%;
	}
	.pop_account_container .row_item .myinfo > p.name{
		width:22%;
	}
	.pop_account_container .row_item {
		padding: 1rem 0;
	}
	.pop_account_container .row_item .accountinfo1 > p:nth-child(1){
		width:100%;
	}
	.pop_account_container .row_item .accountinfo1 > p:nth-child(2){
		width:72px;
		flex-shrink: 0;
	}
	.pop_account_container .row_item .accountinfo1 > p:nth-child(3){
		width:105px;
		flex-shrink: 0;
	}
}


.pop_list_scroll{
	overflow-y:auto;
	overflow-x:hidden;
	padding-right:10px;
	margin-right:-15px;
}
/* 스크롤바의 폭 너비 */
.pop_list_scroll::-webkit-scrollbar {
    width: 5px;  
}
.pop_list_scroll::-webkit-scrollbar-thumb {
    background: #aaa; /* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

.pop_list_scroll::-webkit-scrollbar-track {
    background: #eee;  /*스크롤바 뒷 배경 색상*/
}



.resident_list_container{
	margin-top:2rem;
	border-top:1px solid #ddd;
}
.resident_list_container .resident_list_group{
	padding:2rem 0;
	display:flex;
}
.resident_list_container .resident_list_group+.resident_list_group{
	border-top:1px solid #ddd;
}
.resident_list_container .resident_list_group > p{
	width:12rem;
	flex-shrink: 0;
}
.resident_list_container .resident_list_group ul{
	list-style:none;
	padding:0;
	width:100%;
}
.resident_list_container .resident_list_group ul li{
	display:flex;
	border:1px solid #ddd;
	border-radius:8px;
	overflow:hidden;
}
.resident_list_container .resident_list_group ul li + li{
	margin-top:1rem;
}
.resident_list_container .resident_list_group ul li .cont{
	width:100%;
	font-size:1.8rem;
	background:#f6f6f6;
	padding:1.5rem 2.5rem;
}
.resident_list_container .resident_list_group ul li .cont > p{
	font-weight:600;
}
.resident_list_container .resident_list_group ul li .cont > p:nth-child(2){
	font-weight:400;
}

.resident_list_container .resident_list_group ul li > p{
	width:60px;
	flex-shrink: 0;
	border-left:1px solid #ddd;
}
.resident_list_container .resident_list_group ul li > p a{
	display:flex;
	height:100%;
	width:100%;
	align-items: center;
	justify-content: center;
	font-weight:400;
	color:#333;
	text-align:center;
	line-height:1.1;
}
.resident_list_container .resident_list_group ul li > p.del{
	background:#888888;
	border-left:1px solid #888;
}
.resident_list_container .resident_list_group ul li > p.del a{
	color:#fff;
}



@media(max-width:767.98px){
	.resident_list_container .resident_list_group > p {
		width: 7rem;
		padding-top:1rem;
	}
	.resident_list_container .resident_list_group ul li .cont {
		font-size: 1.8rem;
		padding: 1rem 1.5rem;
	}
	.resident_list_container .resident_list_group ul li > p {
		width: 50px;
	}
	.resident_list_container .resident_list_group ul li > p.del{
		width:40px;
	}
}
@media(max-width:576.98px){
	.resident_list_container .resident_list_group > p {
		width: 5.5rem;
	}
	.resident_list_container .resident_list_group ul li .cont {
		padding: 1rem 1rem;
	}
	.resident_list_container .resident_list_group ul li .cont > p{
		font-size:1.4rem;
	}
	.resident_list_container .resident_list_group ul li > p {
		width: 40px;
		font-size:1.3rem;
	}
	.resident_list_container .resident_list_group ul li > p.del{
		width:34px;
	}
}
@media(max-width:420px){
	.resident_list_container .resident_list_group > p {
		width: 5rem;
	}
	.resident_list_container .resident_list_group ul li .cont {
		padding: 1rem .6rem;
	}
	.resident_list_container .resident_list_group ul li .cont > p{
		font-size:1.3rem;
	}
	.resident_list_container .resident_list_group ul li > p {
		width: 38px;
		font-size:1.2rem;
	}
	.resident_list_container .resident_list_group ul li > p.del{
		width:32px;
	}
}


.funeral_account_container{
	padding:3rem 0;
}
.funeral_account_container h3{
	font-size:3rem;
	padding:1rem 0 3rem 0;
	text-align:center;
	font-weight:600;
}
.funeral_account_container .in_container{
	background:#fff;
	padding-bottom:2rem;
}
.funeral_account_container .in_container .pop_account_container{
	border-top:0;
}
@media(max-width:576.98px){
	.funeral_account_container .in_container{
		padding-top:1rem;
	}
	.funeral_account_container .pop_resident_container, .pop_account_container {
		width: calc(100% - 3rem);
	}
	.funeral_account_container .account_group_wrap{
		margin-right: -10px;
	}
}
