/*서브 공통*/
.flex-box{
	display:flex;
}
.flex-box.align-center{
	align-items:center;
}
.flex-box.justify-conter{
	justify-content:center;
}
.flex-box.space-around{
	justify-content:space-around;
}
.flex-box.space-between{
	justify-content:space-between;
}

.ul_table > li{
	margin-bottom: 4rem;
}
.ul_table > li > select,
.ul_table > li > input{
	margin-bottom: 3px;
}
.ul_table > li > select:last-child,
.ul_table > li > input:last-child{
	margin-bottom: 0;
}

[class*="btn_add"]{
    display: block;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    max-width: 12rem;
    display: inline-block;
    vertical-align: middle;
    padding: 1.2rem 2rem;
    cursor: pointer;
	font-weight: 400;
}
.btn_add,
.btn_add2{
    background: #b18653;
	color:#fff;
	display:inline-block;
}

.btn_focus{
    background: #b18653;
	border:1px solid #ff0000;
	color:#ff0000;
	display:inline-block;
}
@media(max-width:991.98px){
	[class*="btn_add"]{
		padding:6px 1rem;
		font-size:1.3rem;
		min-width:50px;
	}
	.btn_add,
	.btn_add2{

	}
}


.funeral_reg .btn_mn_add{
	max-width:18rem;
	padding: 1.2rem 4rem;
}
@media(max-width:991.98px){
	.funeral_reg .btn_mn_add{
		padding:1rem 3rem;
		font-size:1.4rem;
	}
}

.reg_btns{

}
.upd_div{
	display:flex;
	border:1px solid #ccc;
	overflow:hidden;
}
.upd_div > .upd_item{
	flex-basis:0;
	flex-grow:1;
	background: #fff;
	width:100%;
	height: 54px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.upd_div > .upd_item.btn_remove{
	background: #888;
}
.upd_div > .upd_item.mouners_up{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.upd_div > a i{
	font-size:1.6rem;
	color:#212529;
}
.upd_div > .upd_item.btn_remove i{
	color:#fff;
}
@media(max-width:991.98px){
	.upd_div > .upd_item{
		width:40px;
		height: 40px;
	}
	.upd_div > .upd_item i{
		font-size:1.6rem;
	}
}

.chunk_wrap{
	/*margin-top: 2rem;*/
}
.chunk_wrap > .chunk{
    position: relative;
	padding-bottom:2rem;
	padding-top:1.7rem;
	border-top:1px dotted #b18653;
	/*border-bottom:1px dotted #b18653;*/
}

.chunk_wrap > .chunk:first-child{
    position: relative;
	padding-bottom:2rem;
	padding-top:0rem;
	border-top:0px dotted #b18653;
	/*border-bottom:1px dotted #b18653;*/
}
.chunk_wrap > .chunk:last-child{border-bottom:0px dotted #b18653;}
.chunk_wrap > .chunk .flex-box select{
	width:calc(100% - 50px);
}
@media(max-width:991.98px){
	.chunk_wrap > .chunk .flex-box select{
		width:calc(100% - 40px);
	}
	.funeral_reg .ul_table > li .chunk_wrap .row.row-none .pl05{
		padding-left: 5px !important;
		margin-top: 0 !important;
	}
	.funeral_reg .ul_table > li .chunk_wrap .row.row-none > div:nth-child(1),
	.funeral_reg .ul_table > li .chunk_wrap .row.row-none > div:nth-child(2){
		margin-bottom: 5px;
	}
	.funeral_reg .ul_table > li .chunk_wrap .row.row-none > div:nth-child(3).pl05{
		padding-left: 0 !important;
	}
}

[class*="bottom_btn_box"] {
	margin: 5rem auto 0;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
	max-width:600px;
}
[class*="bottom_btn_box"]::after{
	content:'';
	display:block;
	clear:both;
}
[class*="bottom_btn_box"] a{
	display:block;
	vertical-align: middle;
	color:#fff !important;
	width:calc(50% - 1rem);
	margin:0.5rem;
}

[class*="bottom_btn_box"] a.submit_btn{
	background:#b18653;
	color:#fff !important;
	font-size:1.6rem;
	width:100%;
	display:block;
	padding:14px 10px;
	outline:none;
	font-weight: 400;
	border-radius: 0;
}
[class*="bottom_btn_box"] [class*="btn"]{
	background:#333333;
	color:#fff !important;
	font-size:1.4rem;
    font-size: 1.6rem;
    width: 100%;
    display: block;
    padding: 15px 10px;
    outline: none;
	text-align: center;
	border-radius: 0;
    font-weight: 500;
}
.btn-kakao-map{
	line-height:3.4rem;
	text-align:center;
	background:#fbe300;
	font-size:1.4rem;
	font-weight: 900;
	width:100%;
	display:block;
	/*padding: 1rem 1rem;*/
}
[class*="bottom_btn_box"] .btn-green{
	background:#313c00;
}
[class*="bottom_btn_box"] .btn-gold{
	background:#a17b4e;
}
[class*="bottom_btn_box"] .btn-crimson{
	background:#000000;
}
[class*="bottom_btn_box"] .btn-red{
	background:#642121;
}
[class*="bottom_btn_box"] .btn-black{
	border:1px solid #333;
}
[class*="bottom_btn_box"] .btn-gray{
	background: #525252;
	color:#fff !important;
	border:1px solid #525252;
	font-weight: 400;
}
@media(max-width:991.98px){
	[class*="bottom_btn_box"] {
		margin-top: 4rem;
		text-align: center;
	}
	[class*="bottom_btn_box"] a.submit_btn,
	[class*="bottom_btn_box"] [class*="btn"]{
		font-size:1.3rem;
		max-width:100%;
	    padding: 0.9rem 1.2rem;
		box-sizing:border-box;
		border-radius: 0;

	}
}

.form-control{
	border:1px solid #ccc;
	height:54px;
	line-height:52px;
	padding:0px 10px;
	font-size:1.6rem;
	color:#666;
	background-color: #fff;
	outline:none;
	border-radius: 0;
	box-shadow:none;
}
.form-control::placeholder{
	color:#9a9a9a;
}
.form-control.required-form{
	color:#ff0000;
	font-weight: 500;
}
.form-control.button-green{
	background: #b18653;
	color:#fff;
	font-weight: 400;
}
.form-control.button-navy{
	background: #091b2c;
	color:#fff;
	font-weight: 400;
}
.form-control.button-gray{
	background: #525252;
	color:#fff;
	font-weight: 400;
}
@media(max-width:991.98px){
	.form-control{
		height:40px;
		padding:0px 0.5rem;
		line-height:38px;
		font-size:1.4rem;
	}
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 14rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1.4rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.search_box{
	background:#fff;
	position:relative;
	padding:5px;
	border:1px solid #e2e2e2;
}
.search_box input[type='text']{
	background:#fff;
	width:100%;
	padding:1rem;
	border:0;
	font-size:1.4rem;
}

.cta.d-flex > a{
	margin:0 0.5rem;
	min-width:23rem;
}
@media(max-width:991.98px){
	.cta.d-flex > a{
		min-width:auto;
	}
}

.cta > a{
	display:inline-block;
	font-size:1.6rem;
	padding:1.4rem 3rem;
	min-width:17rem;
	text-align: center;
	border-radius:0;
	margin:0 0.2rem;
	font-weight: 400;
}
.cta > a.cta-white{
	color:#fff;
	background: #888;
	border:1px solid #888;
}
.cta > a.cta-green{
	color:#fff;
	background: #b18653;
	border:1px solid #b18653;
}
.cta > a.cta-navy{
	color:#fff;
	background: #091b2c;
	border:1px solid #091b2c;
}
@media(max-width:991.98px){
	.cta > a{
		font-size:1.4rem;
		min-width:11rem;
		padding:0.8rem 1rem;
	}
}

.pager{
	text-align: center;
	font-size:14px;
	margin-top: 1rem;
}
.pager > li{
	color:#333;
	font-weight: 400;
	display:inline-block;
	vertical-align: middle;
	line-height: 1.2;
}
.pager > li i{
	font-size:20px;
	transform:translateY(1px);
}
.pager > li a{
	height:100%;
	width:100%;
	line-height:4.5rem;
	display:inline-block;
	color:#333;
}

.share_wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	max-width:800px; 
	margin:0 auto; 
}
.share_wrap > a{
	display:block;
	color:#fff;
	text-align: left;
	font-size:1.5rem;
	position: relative;
	min-height: 54px;
	width:48%;
	margin:.5rem;
	text-align: center;
}

.share_wrap > a i{
	font-size:2rem;
	display:inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
}
.share_wrap > a.sns-text{
	background: #333;
}
.share_wrap > a.sns-text i{
	font-size:1.8rem;
}
.share_wrap > a.fu_view{
	background: #b18653;
	color:#fff !important;
}
.share_wrap > a.fu_save{
	background: #202A44;
	color:#fff !important;
}

.share_wrap > a.sns-kakao{
	background: #fae100;
}
.share_wrap > a.sns-kakao i{
	font-size:2.2rem;
}
.share_wrap > a div{
	display:flex;
	height:100%;
	justify-content:center;
	align-items:center;
}
@media(max-width:991.98px){
	.share_wrap{
		display:block;
	}
	.share_wrap > a{
		font-size:1.4rem;
		height: 50px;
		line-height: 50px;
		min-height:50px;
		width:100%;
		margin-bottom: 1rem;
		padding:0 3rem;
	}
	.share_wrap > a div{
		justify-content:flex-start;
	}

	.pager > li a{
		height:100%;
		width:100%;
		line-height:2.5rem;
		display:inline-block;
		color:#333;
	}
}

.bullet-list > li{
	position: relative;
	padding-left: 1rem;
	font-size:1.3rem;
	color:#888;
	line-height: 1.8;
	word-break:keep-all;
}
.bullet-list > li:last-child{
	margin-bottom: 0;
}
.bullet-list > li::before{
	content:'';
	width:4px;
	height: 4px;
	background: #999;
	position: absolute;
	top:10px;
	left:0;
}

.table_black table{
	width:100%;
	border-top: 2px solid #b18653;
}
.table_black table th,
.table_black table td{
	font-size:1.6rem;
	font-weight: 400;
	text-align: center;
	padding:1.7rem 2px;
	line-height: 1.5;
	border-bottom: 1px solid #e2e2e2;
}
.table_black table thead tr th{
	color:#000;
	font-weight: 500;
	background: #f9f6f2;
}
.table_black table tbody tr td{
	color:#333;
	background: #fff;
}
.table_black table tbody tr td [class*="cta-"]{
	font-size:1.3rem;
	display:inline-block;
	text-align: center;
	margin:3px auto;
	padding:0.5rem 2rem;
	cursor:pointer;
	border-radius:5px; 
}
.table_black table tbody tr td .cta-basic1{
	background: #b18653;
	color:#fff;
}

.table_black table tbody tr td .cta-basic2{
	background: #dbdbdb;
	color:#fff;
}
.table_black table tbody tr td .cta-modify{
	background: #b18653;
	color:#fff;
}
.table_black table tbody tr td .cta-delete{
	background: #192531;
	color:#fff;
}

.table-like-white{
	border-top: .4rem solid #b18653;
	background: #fff;
}
.table-like-white > a{
	color:#222;
	display:block;
}
.table-like-white dl{
	margin:0;
	border-bottom: 1px solid #ebebeb;
	display:flex;
	align-items:center;
}
.table-like-white dl dt,
.table-like-white dl dd{
	font-size:1.6rem;
	font-weight: 400;
	padding:1rem 0;
}
.table-like-white dl dt{
	font-weight: 400;
	text-align: center;
	width:25%;
	background: #f8f5f1;
}
.table-like-white dl dd{
	width:75%;
	word-break:break-all;
	padding-right: 1rem;
}
.table-like-white.updown dl{
	display:block;
	padding:1.5rem;
}
.table-like-white.updown dl dt,
.table-like-white.updown dl dd{
	width:100%;
	text-align: left;
	padding:0;
	font-size:1.6rem;
}
.table-like-white.updown dl dd{
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:pre;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.table-like-white .if_nothing{
	text-align: center;
	padding:2rem;
	background: #f7f7f7;
}

.table-like-white ul{
	width:100%;
	padding:1.5rem;
	border-top: 1px solid #ebebeb;
}
.table-like-white ul > li{
	display:flex;
	justify-content:space-between;
	align-items:center;
	line-height: 1.8;
	font-size:1.3rem;
}
.table-like-white ul.total > li{
	font-size:1.6rem;
	font-weight: 600;
	color:#000;
}
@media(max-width:991.98px){
	.table_black table th,
	.table_black table td{
		font-size:1.3rem;
		background: #fff;
	}
	.table-like-white dl dt,
	.table-like-white dl dd{
		font-size:1.5rem;
	}
	.table-like-white.updown dl dt,
	.table-like-white.updown dl dd{
		width:100%;
		text-align: left;
		padding:0;
		font-size:1.5rem;
	}
	.table-like-white ul.total > li{
		font-size:1.5rem;
	}
	.table_black table tbody tr td [class*="cta-"]{
		padding:0.5rem 0.6rem;
		font-size:1.2rem;
	}
}


.table_1 > table{
	width:100%;
    border-top: 0.2rem solid #a17b4e;
}
.table_1 > table tr th,
.table_1 > table tr td{
	font-size:1.6rem;
	color:#333;
	font-weight: 400;
	padding:2rem 1.5rem;
	border-bottom: 1px solid #ebebeb;
	line-height: 1.6;
}
.table_1 > table tr th{
    background: #f8f5f1;
	color:#111;
	font-weight: 500;
	text-align: center;
}
.scroll-info{
	display:none;
}
@media(max-width:991.98px){
/* 	.table_1 > table,
	.table_1 > table thead,
	.table_1 > table tbody,
	.table_1 > table tr,
	.table_1 > table th,
	.table_1 > table td{
		display:block;
	} */
	.table_1 > table colgroup{
		display:none;
	}
	.table_1 > table tr{
		display:flex;
		flex-wrap:wrap;
	}
	.table_1 > table tr th,
	.table_1 > table tr td{
		font-size:1.5rem;
		padding:1rem;
		word-break:keep-all;
	}
	.table_1 > table tr th{
		display:block;
		width:27%;
	}
	.table_1 > table tr td{
		display:block;
		width:73%;
		padding:1.5rem 1rem;
		background: #fff;
		font-weight: 600;
	}

	.mo-scroll{
		overflow-x:scroll;
		width:100%;
	}
	.mo-scroll > table{
		width:400px;
	}
/* 	.scroll-info{
		font-size:1.2rem;
		color:#222;
		margin-bottom: 0.5rem;
		display:block;
		text-align: right;
		margin-top: 3rem;
	} */
}

.icon{
	position: absolute;
	top:5px;
	left:5px;
	transform:translate(0);

	z-index:2;
}
.icon [class*="icon-"]{
	color:#fff;
	font-size:12px;
	width:5rem;
	padding:0.1rem 0;
	text-align: center;
	display:inline-block;
	vertical-align: middle;
}
.icon .icon-best{
	background: #d45e26;
}
.icon .icon-sale{
	background: #3a9100;
}


.tab2 > ul{
	display:flex;
}
.tab2 > ul > li{
	font-size:1.6rem;
	font-weight: 400;
	color:#555;
	background: #f2f2f2;
	width:17rem;
	text-align: center;
	cursor:pointer;
	margin-right:5px;
}
.tab2 > ul > li a{
	color:#555;
	padding:1.5rem;
	display:block;
}
.tab2 > ul > li.on{
	background: #b18653;
	color:#fff;
}
.tab2 > ul > li.on a{
	color:#fff;
}
@media(max-width:991.98px){
	.tab2{
		width:100%;
		height:41px;
		position: relative;
		margin-bottom: 3rem;
	}
	.tab2 > ul{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		padding-top: 41px;
		z-index:3;
		box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.05);
	}
	.tab2 > ul li{
		width:100%;
		margin:0;
		display:none;
		font-size:1.5rem;
		border-radius:0;
	}
	.tab2 > ul li.on{
		display:block;
		position: absolute;
		top:0;
		left:0;
		width:100%;
	}
	.tab2 > 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%);
	}
	.tab2 > ul > li a{
		padding:1rem;
	}
	.tab2.on ul li{
		display:block;
	}
	.tab2.on ul li.on::after{
		transform:translatey(-50%) rotate(180deg);
	}
}

.tab3 > ul{
	display:flex;
}
.tab3 > ul > li{
	font-size:1.6rem;
	font-weight: 400;
	color:#555;
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
	cursor:pointer;
	border-bottom: 1px solid #ddd;
}
.tab3 > ul > li a{
	color:#666;
	padding:1.8rem;
	display:block;
}
.tab3 > ul > li.on{
	border-bottom: 0.3rem solid #b18653;
	color:#b18653;
}
.tab3 > ul > li.on a{
	color:#b18653;
	font-weight: 500;
}
@media(max-width:991.98px){
	.tab3 > ul{
		justify-content:space-between;
		align-items: center;
	}
	.tab3 > ul > li{
		font-size:1.5rem;
		width:49%;
		margin-right:0;
		height:6rem;
	}
	.tab3 > ul > li a{
		padding:1rem;
		font-size:1.4rem;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
}

.num-list{
	counter-reset:num;
}
.num-list > li{
	position: relative;
	padding-left: 1.8rem;
	font-size:1.6rem;
	font-weight: 400;
	color:#555;
	line-height: 1.8;
	word-break:keep-all;
}
.num-list > li::before{
	position: absolute;
	top:0;
	left:0;
	content: counter(num)"." ;
	counter-increment: num;
}
@media(max-width:991.98px){
	.num-list > li{
		padding-left: 1.5rem;
		font-size:1.5rem;
	}
}

[class*="round-"]{
	display:inline-block;
	border-radius:30px;
	text-align: center;
	padding:0.5rem 1rem;
	font-size:1.4rem;
	min-width:9rem;
}
.round-gray{
	border:1px solid #dbdbdb;
	background: #dbdbdb;
	color:#111;
}
.round-red{
	border:1px solid #ff0000;
	background: #fff;
	color:#ff0000;
}
.round-green{
	border:1px solid #b18653;
	background: #b18653;
	color:#fff;
}
@media(max-width:991.98px){
	[class*="round-"]{
		font-size:1.2rem;
		min-width:7.8rem;
	}
}

#txt_type_detail{
	position: relative;
	padding-left: 2rem;
	word-break:keep-all;
}
#txt_type_detail i{
	position: absolute;
	top:3px;
	left:0;
}
