/*서브 공통*/
.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;
    border-radius: 8px;
    max-width: 12rem;
    display: inline-block;
    vertical-align: middle;
    padding: 1.2rem 2rem;
    cursor: pointer;
	font-weight: 700;
}

[class*="time_reset"]{
    display: block;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    max-width: 12rem;
    display: inline-block;
    vertical-align: middle;
    padding: 1.6rem 0.8rem;
    cursor: pointer;
	font-weight: 700;
}
.btn_add,
.btn_add2,
.time_reset{
    background: #293f3a;
	color:#fff;
	display:inline-block;
}
.time_reset{
    background: #293f3a;
	color:#fff;
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	max-width:unset;
	height:48px;
}
@media(max-width:767.98px){
	.time_reset{
		height:40px;
		
		margin-top:3px;
	}
}

.etc_setting_btn.is-open i{
	transform:rotate(180deg);
}

.btn_focus{
    background: #293f3a;
	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;
	}

	[class*="time_reset"]{
		padding: 1.1rem 0.8rem;
		
	}
}

.reg_btns{

}
.upd_div{
	display:flex;
	border:1px solid #ccc;
	border-radius:8px;
	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{

}
.chunk_wrap > .chunk{
    margin-bottom: 1rem;
    position: relative;
	padding-bottom:1rem;
	padding-top:0.7rem;
	border-top:1px dotted #293f3a;
	/*border-bottom:1px dotted #293f3a;*/
}
.chunk_wrap > .chunk:last-child{border-bottom:0px dotted #293f3a;}
.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-top: 6rem;
	text-align: right;
}
[class*="bottom_btn_box"]::after{
	content:'';
	display:block;
	clear:both;
}
[class*="bottom_btn_box"] a{
	display:inline-block;
	vertical-align: middle;
	color:#fff !important;
	min-width:25rem;
	margin:0 0.4rem;
	float:right;
}

[class*="bottom_btn_box"] a.submit_btn{
	background:#293f3a;
	color:#fff !important;
	font-size:2rem;
	width:100%;
	border-radius:8px;
	display:block;
	padding:15px 10px;
	outline:none;
	max-width:22rem;
	font-weight: 700;
	margin:0 auto;
}
[class*="bottom_btn_box"] [class*="btn"]{
	background:#333333;
	color:#fff !important;
	font-size:1.4rem;
    font-size: 2rem;
    width: 100%;
	border-radius:8px;
    display: block;
    padding: 15px 10px;
    outline: none;
	text-align: center;
    max-width: 56rem;
    font-weight: 700;
    margin: 0 auto;
}

[class*="bottom_btn_box"] .btn-green{
	background:#293f3a;
}
[class*="bottom_btn_box"] .btn-gold{
	background:#e4bc67;
}
[class*="bottom_btn_box"] .btn-crimson{
	background:#FF9933;
}
[class*="bottom_btn_box"] .btn-black{
	border:1px solid #333;
}
[class*="bottom_btn_box"] .btn-gray{
	background: #525252;
	color:#fff !important;
	border:none;
	font-weight: 700;
}
@media(max-width:991.98px){
	[class*="bottom_btn_box"] {
		margin-top: 4rem;
		text-align: center;
	}
	[class*="bottom_btn_box"] a{
		min-width:8rem;
		margin:0 auto;
		float:none;
	}
	[class*="bottom_btn_box"] a.submit_btn,
	[class*="bottom_btn_box"] [class*="btn"]{
		font-size:1.5rem;
		max-width:20rem;
	    padding: 0.9rem 1.2rem;
		box-sizing:border-box;
	}
}

.form-control{
	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;
}
.form-control.button-green{
	background: #293f3a;
	color:#fff;
	font-weight: 700;
}
.form-control.button-gray{
	background: #525252;
	color:#fff;
	font-weight: 700;
}
@media(max-width:991.98px){
	.form-control{
		height:40px;
		padding:0px 1rem;
		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'],.search_box input[type='password']{
	background:#fff;
	width:100%;
	padding:1rem;
	border:0;
	font-size:1.4rem;
}

.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;
	border-radius:8px;
	font-weight: 700;
}
.cta > a.cta-white{
	color:#fff;
	background: #888;
	border:1px solid #888;
}
.cta > a.cta-green{
	color:#fff;
	background: #293f3a;
	border:1px solid #293f3a;
}
@media(max-width:991.98px){
	.cta > a{
		font-size:1.4rem;
		min-width:7rem !important;
		padding:0.8rem 1rem;
	}
}

.pager{
	text-align: center;
	font-size:14px;
	margin-top: 1rem;
}
.pager > li{
	color:#333;
	font-weight: 700;
	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:space-between;
}
.share_wrap > a{
	display:block;
	color:#fff;
	text-align: left;
	margin:0.5rem auto;
	font-size:1.5rem;
	position: relative;
	min-height: 54px;
	width:24%;
	border-radius:8px;
	text-align: center;
}
.share_wrap1 > a{
	width:99%;
}
.share_wrap2 > a{
	width:99%;
}
.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: #293f3a;
	color:#fff !important;
}

.share_wrap > a.fu_view2{
	background: #1d3b5c;
	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 #000;
}
.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: 700;
}
.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 0;
	padding:0.5rem 1rem;
	cursor:pointer;
}
.table_black table tbody tr td .cta-basic1{
	background: #293f3a;
	color:#fff;
}

.table_black table tbody tr td .cta-basic2{
	background: #dbdbdb;
	color:#fff;
}
.table_black table tbody tr td .cta-modify{
	background: #293f3a;
	color:#fff;
}
.table_black table tbody tr td .cta-delete{
	background: #dbdbdb;
	color:#222;
}

/*table_black2*/
.table_black2 table{
	border-top:2px solid #000;
	width:100%;
}
.table_black2 table th{
	background:#f2f2f2;
	font-weight:600;
}
.table_black2 table th strong{
	display:block;
	margin-bottom:5px;
}
.table_black2 table th,
.table_black2 table td{
	padding:10px;
	text-align:center;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	vertical-align:middle;
}
.table_black2 table th:first-child,
.table_black2 table td:first-child{
	border-left:0;
	
}


.table-like-white{
	border-top: 2px solid #000;
	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: 700;
	text-align: center;
	width:25%;
	background: #f3f3f3;
}
.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: 2px solid #000;
}
.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: #f3f3f3;
	color:#111;
	font-weight: 700;
	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:700px;
	}
/* 	.scroll-info{
		font-size:1.2rem;
		color:#222;
		margin-bottom: 0.5rem;
		display:block;
		text-align: right;
		margin-top: 3rem;
	} */
}

.table_flex_type1{
	border-top:2px solid #000;
	padding:2rem 0;
}
.table_flex_type1 hr{
	border-top:1px solid #ddd;
	margin:1.5rem 0;
}
.table_flex_type1 .tf_row{
	display:flex;
	font-size:1.8rem;
	align-items: center;
	padding:.6rem 0;
}
.table_flex_type1 .tf_row > .th{
	color:#888;
	width:10rem;
	flex-shrink: 0;
}
.table_flex_type1 .tf_row > .td{
	flex-grow: 1;
	font-family: 'Nanum Myeongjo';
	font-weight:800;
	color:#000;
}
.table_flex_type1 .mourner_contact{
	font-size:1.8rem;
	font-weight:800;
	display:inline-block;
	margin-right:2rem;
	padding-right:2.5rem;
	background:url(../_img/icon/icon_tell.png) no-repeat right center / 17px auto;
}

@media(max-width:576.98px){
	.table_flex_type1 .tf_row{
		font-size:1.6rem;
	}
	.table_flex_type1 .mourner_contact{
		font-size:1.6rem;
		background:url(../_img/icon/icon_tell.png) no-repeat right center / 15px auto;
	}

	.table_flex_type1 .mourner_no_contact{
		font-size:1.6rem;
	}
	.table_flex_type1 .tf_row > .th{
		width:7rem;
	}
}


.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;
	border-radius:8px;
	margin-right:5px;
}
.tab2 > ul > li a{
	color:#555;
	padding:1.5rem;
	display:block;
}
.tab2 > ul > li.on{
	background: #293f3a;
	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.5rem;
	font-weight: 400;
	color:#555;
	background: #f2f2f2;
	width:17rem;
	text-align: center;
	cursor:pointer;
	border-radius:8px;
	margin-right:5px;
}
.tab3 > ul > li a{
	color:#555;
	padding:1.5rem;
	display:block;
}
.tab3 > ul > li.on{
	background: #293f3a;
	color:#fff;
}
.tab3 > ul > li.on a{
	color:#fff;
}

.coin_tab.tab3 > ul > li:last-child{ margin-left:auto;}
.coin_tab.tab3 > ul > li.cache_reset{margin-left:auto;}
@media(max-width:991.98px){
	.tab3 > ul{
		justify-content:space-between;
	}
	.tab3 > ul > li{
		font-size:1.5rem;
		width:49%;
		margin-right:0;
	}
	.tab3 > ul > li a{
		padding:1rem;
	}

	.coin_tab.tab3 > ul{ flex-wrap:wrap; }
	.coin_tab.tab3 > ul > li{ width:32%; }
	.coin_tab.tab3 > ul > li.cache_reset{ width:100%; margin-top:1rem; }
	.coin_tab.tab3 > ul > li:last-child{ width:100%; margin-top:1rem;}
}

.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 #293f3a;
	background: #293f3a;
	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;
}


.sub_search_content{
	font-size:0;
	position:absolute;
	opacity:0;
	width:0;
	height:0;
	overflow:hidden;
	top:0;
}
.hide_text{
	opacity:0;
	font-size:0;
	position:absolute;
	width:0;
	height:0;
}


@media(max-width:991.98px){
	.hide-md{
		display:none !important;
	}
}


.page_description{
	border-bottom:1px solid #ddd;
	text-align:center;
	padding-bottom:5rem;
	margin-bottom:5rem;
	font-size:1.7rem;
	line-height:1.6;
	color:#555;
}
.page_description.mb0{
	border-bottom:0;
}
@media(max-width:767.98px){
	.mobile_show{display:normal !important;}
	.pc_show{display:none !important;}
	.page_description{
		padding-top:1.5rem;
		padding-bottom:3rem;
		margin-bottom:3rem;
		font-size:1.5rem;
	}
}
@media(max-width:576.98px){
	.page_description{
		padding-bottom:2.5rem;
		margin-bottom:2.5rem;
		font-size:1.4rem;
		padding-left:10px;
		padding-right:10px;
	}
	.page_description br{
		display:none;
	}
}

#sub_menu {
	/*display:none;*/
}

.logo_checked_box{
	padding-right:10px;
	overflow:hidden;
	position:relative;
}
.logo_checked_box > input{
	position:absolute;
	left:-100px;
	width:0;
	height:0;
}


.logo_checked_box label{
	display:flex;
	position:relative;
	height:54px;
	border:1px solid #ccc;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color:#999;
	border-radius:10px;
}
.logo_checked_box label span{
	width:18px;
	height:18px;
	background:#ccc;
	position:relative;
	margin-right:5px;
	border-radius:5px;
}
.logo_checked_box label span::after{
	content:"";
	font-family: "xeicon";
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	opacity:.3;
}
.logo_checked_box > input:checked + label{
	border:1px solid #293f3a;
	color:#fff;
	background:#293f3a
}
.logo_checked_box input:checked + label span{
	background:#fff;
}
.logo_checked_box input:checked + label span::after{
	content:"";
	opacity:1;
	color:#ff0000;
}

.form-control:disabled, .form-control[readonly]{
	background:#e3e3e3;
	color:#444;
}

@media(max-width:991.98px){
	.logo_checked_box label{
		height:40px;
		border-radius:8px;
		font-size:14px;
	}
	.logo_checked_box label span{
		width:16px;
		height:16px;
		margin-right:3px;
		border-radius:3px;
	}
}


/* 추가 : 20230307 */
@media(min-width:991.98px){
	.mobile_show{display:none !important;}
	.pc_show{display:normal !important;}
}
.btn3.btn-box{
	background:#e9e9e9; 
	border:1px solid #e9e9e9; 
	color:#000;
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0 auto;
	border-radius: 8px;
	padding:5px;
}
.btn3.btn-box a{
	display:block !important; 
	width:100%; 
	color:#000;
}


.p_info_txt::after{
	content:'*';
	width:10%;
	height:100%;
	position: absolute;
	top:0.3rem;
	left:0.8rem;
}

.fix_btn_wrap > .btn_go_back{
	border-top:1px solid #ddd;
	max-width:640px;
	margin:0 auto;
	display:flex;
	background:#fff;
}
.fix_btn_wrap > .btn_go_back > a{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:2.4rem;
	height:8rem;
	color:#000;
}
.fix_btn_wrap > .btn_go_back > a img{
	max-width:2.6rem;
	margin-right:.5rem;
}
.fix_btn_wrap > .btn_go_back > a.intro_reset{
	background:#000;
	color:#fff;
}




/*버튼 공통 스타일*/
.fix_btn_wrap2{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 30;
	padding:1rem;
	text-align:center;
}
.fix_btn_wrap2 .bottom_btn_box{
	background: #ffc600 url(../_img/comm/btm_btn_bg.png) no-repeat center center / cover;
	border-radius: 10px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	margin-top:0;
}
.fix_btn_wrap2 .bottom_btn_box.box2{
	background: #dbdada url(../_img/comm/btm_btn_bg.png) no-repeat center center / cover;
	margin-top:5px;
}
.fix_btn_wrap2 .bottom_btn_box > div{
	display:flex;
}
.fix_btn_wrap2 .bottom_btn_box > div > div{
	width:100%;
	position:relative;
}
.fix_btn_wrap2 .bottom_btn_box > div > div > a{
	display: block;
    padding: 1.5rem 0;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 600;
    margin: 0;
	position:relative;
	width:100%;
	color:#000 !important;
}
.fix_btn_wrap2 .bottom_btn_box.box2 > div > div > a{
	font-size:1.8rem;
	font-weight:700;
}
.fix_btn_wrap2 .bottom_btn_box > div > div::after{
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 3rem;
    background: #b89312;
}
.fix_btn_wrap2 .bottom_btn_box > div > div:nth-child(1):after{
	display:none;
}


.fix_btn_wrap2 .bottom_btn_box > div > div > a.y{
	color:#0038da !important;
	font-weight:800;
}


.fix_btn_wrap2 .bottom_btn_box.box2 .notice{
	text-align: center;
    transform: translateY(-5px);
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
.fix_btn_wrap2 .bottom_btn_box.box3{
	background:#999;
	padding: 0.9rem 1.2rem;
	margin-top:-1px;
}
.fix_btn_wrap2 .bottom_btn_box.box3 a{
	padding:1.8rem 0;
}


/*모바일 고대비 모드 설정*/
@media(max-width:767.98px){
	[class*="bottom_btn_box"] [class*="btn"]{
		border:1px solid #333;
	}
	#main_container > .sec1 ul > li > a > div.icon{
		border:1px solid #fff;
	}
	#main_container > .sec1 ul > li > a > div.icon::after{
		border:1px solid #293f3a;
	}
	#main_container > .sec2 .d-flex > div.center .banner2 .share_sms{
		border:1px solid #f6f6f6;
	}
	#main_container > .sec2 .d-flex > div.center .banner2 .share_sms a .rec .message{
		border:1px solid #1d3b5c;
	}
	.member_join_wrap .btn_close{
		border:1px solid #ddd;
	}
	[class*="bottom_btn_box"] a.submit_btn,
	.resident_write_btn{
		border:1px solid #212529;
	}
	#header #gnb_mo > .container > .d-flex .login_menu .cta-green{
		border:1px solid #eee;
	}
	#header #gnb_mo .gnb_wrap .sec1 .member_num{
		border:1px solid #000;
	}
	#header #gnb_mo [class*="cta-"]{
		border:1px solid #fff;
	}
	#header #gnb_mo .cta-green{
		border:1px solid #293f3a;
	}
	.pop_contents .inner{
		border:1px solid #fff;
	}
	.time_reset{
		border:1px solid #293f3a;
	}
	.pager > li.on{
		border:1px solid #000;
	}
	#board_list_qna .qna_list_box > li > div.question .subject .category{
		border:1px solid #293f3a;
	}
	.box_id{
		border:1px solid #000;
	}
	.memento .memento_wrap ul.step > li .box{
		border:1px solid #dfe2e2;
	}
	.memento .memento_wrap .form_box .form_button button{
		border:1px solid #293f3a;
	}
	.search_btn{
		border:1px solid #333;
	}
	.modal_pop_type2 .cont_form div:nth-child(2) p a.kakao{
		border:1px solid #fae100;
	}
	.modal_pop_type2 .cont_form div:nth-child(2) p a.sms{
		border:1px solid #292a3c;
	}
	.pop_contents .inner .div-close img,
	.no-action-body .info_pop_like .esc img{
		border:1px solid #3b4f4a;
		border-radius:100%;
	}
	.sub7_view_wrap section .message .write_btn a,
	.sub7_view_wrap .nav-wrap .btns a{
		border:1px solid #f7f7f7;
	}
	.product_cat ul li a{
		border:1px solid #f2f2f2;
	}
	.product_cat ul li.on a{
		border:1px solid #293f3a;
	}
}