/*서브 공통*/
.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;
}
.block-center{
	margin:0 auto;
}
[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.2rem 0.8rem;
    cursor: pointer;
	font-weight: 700;
}
.btn_add{
    background: #668894;
	color:#fff;
	display:inline-block;
}

.btn_add2{
    background: #668894;
	color:#fff;
	display:inline-block;
}

.time_reset{
    background: #668894;
	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;
	}
}

.btn_focus{
    background: #668894;
	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{

	}
}


@media(max-width:767.98px){
	.pc_only,
	.only_pc{
		display:none !important
	}
}

@media(min-width:768px){
	.mo_only,
	.only_mo{
		display:none !important
	}
}

@media(max-width:991.98px){
	.pc_only_md,
	.only_pc_md{
		display:none !important
	}
}

@media(min-width:992px){
	.mo_only_md,
	.only_mo_md{
		display:none !important
	}
}



.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;
	border-radius:4px;
	overflow:hidden;
}
.upd_div > .upd_item{
	flex-basis:0;
	flex-grow:1;
	background: #fff;
	width:100%;
	height: 48px;
	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_wrap2 .upd_div*/
.chunk_wrap2 .upd_div{
	height:111px;
}
.chunk_wrap2 .upd_div .btn_control{
	display:flex;
	flex-direction: column;
	width:50%;
}
.chunk_wrap2 .upd_div .btn_control a{
	height:50%;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size:12px;
	cursor: pointer;
}
.chunk_wrap2 .upd_div .btn_control a:first-child{
	border-bottom:1px solid #ddd;
}
.chunk_wrap2 .upd_div .btn_control a i{
	font-size:16px;
}
.chunk_wrap2 .upd_div .btn_remove{
	width:50%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}


.chunk_wrap{

}
.chunk_wrap > .chunk{

    position: relative;

}
.chunk_wrap > .chunk + .chunk{
	padding-top:5px;
	margin-top:10px;
	border-top:1px dotted #293f3a;
}
.chunk_wrap > .chunk:last-child{border-bottom:0px dotted #668894;}
.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;
	}
}


/*chunk_wrap2*/
.chunk_wrap.chunk_wrap2{
	margin-top:5px
}
.chunk_wrap.chunk_wrap2 > .chunk{
    position: relative;
	/*border-bottom:1px dotted #293f3a;*/
}
.chunk_wrap.chunk_wrap2 > .chunk + .chunk{
	padding-top:10px;
}

.chunk_wrap.chunk_wrap2 > .chunk .flex-box select{
	width:calc(100% - 50px);
}
.chunk_wrap.chunk_wrap2 > .chunk{
	display:flex;
}
.chunk_wrap.chunk_wrap2 > .chunk .chunk_form_group{
	width:100%;
}
.chunk_wrap.chunk_wrap2 > .chunk .chunk_group_control{
	width:80px;
	flex-shrink: 0;
	padding-left:5px;
}

/*chunk_wrap3*/
.chunk_wrap3 > .chunk{
	display:flex;
	gap:0 5px;
}
.chunk_wrap3 > .chunk .text_width_helper{
	position:absolute;
	left:0;
	font-size:1.6rem;
	opacity:0;
	z-index:-1;
}
.chunk_wrap.chunk_wrap3 > .chunk + .chunk{
	padding-top:10px;
}
.chunk_wrap3 > .chunk > div.col_mourner{
	width:16%;
	position:relative;
}
.chunk_wrap3 > .chunk > div.col_mourner .mourner_rl_write{
	position:relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	display:none;
}
.chunk_wrap3 > .chunk > div.col_mourner .mourner_rl_write input{
	padding-right:22px;
	letter-spacing: -0.04em;
	padding-left:8px;
}

.chunk_wrap3 > .chunk > div.col_mourner .mourner_rl_write button{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	background:none;
	outline: none;
	color:#222;
	z-index:1;
	width:auto;
	padding:6px;
	margin:0;
}
.chunk_wrap3 > .chunk > div.col_mourner .mourner_rl_write button i{
	color:#000;
	transform: scale(2);
}
.chunk_wrap3 > .chunk > div.col_name{
	width:calc(68% - 10px)
}
.chunk_wrap3 > .chunk > div.col_sumit{
	width:15%;
	max-width:50px;
}
.chunk_wrap3 > .chunk > div.col_sumit a{
	background: #293f3a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: unset;
    height: 48px;
	border-radius:8px;
}
.chunk_wrap3 > .chunk > div.col_name .name_write_input{
	min-width:6rem;
	flex-shrink: 0;
}
.chunk_wrap3 > .chunk > div.col_control{
	width:16%;
	display:flex;
	font-size:1.3rem;
	letter-spacing: -0.04em;
	line-height:1.2;
}
.chunk_wrap3 > .chunk > div.col_control a:nth-child(1){
	border-radius: 8px 0 0 8px;
}
.chunk_wrap3 > .chunk > div.col_control a{
	border:1px solid #ddd;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width:calc(100%/3);
	border-right:0;
	cursor: pointer;
}
.chunk_wrap3 > .chunk > div.col_control .btn_remove{
	width:calc(100%/3);
	background:#999;
	border:1px solid #999;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius:0px 8px 8px 0;
	cursor: pointer;
}
.funeral_reg .chunk_wrap3 .list_inbox::-webkit-scrollbar {
    width: 5px;
	height:5px;
	border-radius:10px;
}
.funeral_reg .chunk_wrap3 .list_inbox::-webkit-scrollbar-track {
    background-color:#eee;
	border-radius:10px;
}
.funeral_reg .chunk_wrap3 .list_inbox::-webkit-scrollbar-thumb { 
    background-color: #aaa;
	border-radius:10px;
}
.funeral_reg .chunk_wrap3 .list_inbox::-webkit-scrollbar-button {
    display: none;
}


/*.chunk_wrap_m*/
.funeral_reg .chunk_wrap_m{}
.funeral_reg .chunk_wrap_m .chunk{
	flex-wrap:wrap;
	gap:5px
}
.funeral_reg .chunk_wrap_m .col_mourner{
	order:-2;
	width:12rem !important;
}
.funeral_reg .chunk_wrap_m .col_control{
	order:-1;
	margin-left:auto;
	width:14rem !important;
}
.funeral_reg .chunk_wrap_m .col_name{
	width:calc(85% - 5px) !important;
}
.funeral_reg .chunk_wrap_m .col_sumit{
	width:15% !important;
	max-width:unset !important;
}
.funeral_reg .chunk_wrap_m .list_inbox{
	height:auto !important;
	min-height:40px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-top:5px !important;
	padding-bottom:5px !important;
	overflow:hidden!important;
}
.funeral_reg .chunk_wrap_m .list_inbox > .name_box{
	flex-wrap:wrap;
	align-items: flex-start;
}
.funeral_reg .chunk_wrap_m .list_inbox > .name_box > p{
	word-break: break-all;
	white-space:unset;
}
.funeral_reg .chunk_wrap_m > .chunk > div.col_name .name_write_input{
	width:100%;
}


[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:#668894;
	color:#fff !important;
	font-size:2rem;
	width:100%;
	border-radius:4px;
	display:block;
	padding:15px 10px;
	outline:none;
	max-width:22rem;
	font-weight: 700;
	margin:0 auto;
}

[class*="bottom_btn_box"] a.submit_btn2{
	background:#293f3a;
	color:#fff !important;
	font-size:2rem;
	width:100%;
	border-radius:4px;
	display:block;
	padding:15px 10px;
	outline:none;
	max-width:30rem;
	font-weight: 700;
	margin:0 auto;
}

[class*="bottom_btn_box"] a.send_btn{
	background:#293f3a;
	color:#fff !important;
	font-size:2rem;
	width:100%;
	display:block;
	padding:15px 10px;
	outline:none;
	font-weight: 700;
	margin:0 auto;
}

[class*="bottom_btn_box"] a.send_btn.none,
[class*="bottom_btn_box"] a.send_btn2.none{
	display:none !important;
}

[class*="bottom_btn_box"] [class*="btn"]{
	background:#333333;
	color:#fff !important;
	font-size:1.6rem;
    width: 100%;
	border-radius:4px;
    display: block;
    padding: 15px 10px;
    outline: none;
	text-align: center;
    font-weight: 500;
    margin: 0 auto;
}
.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:#383b3b;
}
[class*="bottom_btn_box"] .btn-gold{
	background:#87999b;
}
[class*="bottom_btn_box"] .btn-crimson{
	background:#668894;
}
[class*="bottom_btn_box"] .btn-black{
	border:1px solid #333;
}
[class*="bottom_btn_box"] .btn-gray{
	background: #6b81a3;
	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"] a.submit_btn2,
	[class*="bottom_btn_box"] [class*="btn"]{
		font-size:1.5rem;
	    padding: 0.9rem 1.2rem;
		box-sizing:border-box;
	}

	[class*="bottom_btn_box"] a.submit_btn2{
		margin-top:1rem;		
	}
	.chunk_wrap3 > .chunk > div.col_sumit a {
		height: 40px;
	}

}

.form-control{
	border:1px solid #ddd;
	height:48px;
	line-height:48px;
	padding:0px 10px;
	font-size:1.4rem;
	color:#333;
	background-color:#fff;
	border-radius:2px;
	outline:none;
	box-shadow:none;
}
.form-control.button-green{
	background: #668894;
	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.6rem;
	}
}

.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:4px;
	font-weight: 700;
}
.cta > a.cta-white{
	color:#fff;
	background: #888;
	border:1px solid #888;
}
.cta > a.cta-green{
	color:#fff;
	background: #668894;
	border:1px solid #668894;
}
@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: 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: 48px;
	width:24%;
	border-radius:4px;
	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: #668894;
	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;
}


.bullet-list2 > li{
	position: relative;
	padding-left: 1.3rem;
	font-size:1.8rem;
	color:#222;
	line-height: 1.8;
	word-break:keep-all;
	font-weight:500;
}
.bullet-list2 > li:last-child{
	margin-bottom: 0;
}
.bullet-list2 > li::before{
	content:'';
	width:6px;
	height: 6px;
	background: #222;
	position: absolute;
	top:12px;
	left:0;
	border-radius:100%;
}

.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: 400;
}
.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: #668894;
	color:#fff;
}

.table_black table tbody tr td .cta-basic2{
	background: #dbdbdb;
	color:#fff;
}
.table_black table tbody tr td .cta-modify{
	background: #668894;
	color:#fff;
}
.table_black table tbody tr td .cta-delete{
	background: #dbdbdb;
	color:#222;
}
.table_black table tbody tr td .cta-basic3 {
    background: #fff;
    color: #293f3a;
    box-shadow: inset 0 0 0 1px #293f3a;
}


/*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 #668894;
	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:1.5rem 1.5rem;
	border-bottom: 1px solid #ebebeb;
	line-height: 1.6;
}
.table_1 > table tr th{
	background: #f3f3f3;
	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.6rem;
		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;
	} */
}

.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:4px;
	margin-right:5px;
}
.tab2 > ul > li a{
	color:#555;
	padding:1.5rem;
	display:block;
}
.tab2 > ul > li.on{
	background: #668894;
	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;
	background: #f2f2f2;
	width:17rem;
	text-align: center;
	cursor:pointer;
	border-radius:4px;
	margin-right:5px;
}
.tab3 > ul > li a{
	color:#555;
	padding:1.5rem;
	display:block;
}
.tab3 > ul > li.on{
	background: #668894;
	color:#fff;
}
.tab3 > ul > li.on a{
	color:#fff;
}
@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;
	}
}

.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 #668894;
	background: #668894;
	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;
}


.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:48px;
	border:1px solid #ddd;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color:#999;
	border-radius:2px;
}
.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 #668894;
	color:#fff;
	background:#668894
}
.logo_checked_box input:checked + label span{
	background:#fff;
}
.logo_checked_box input:checked + label span::after{
	content:"";
	opacity:1;
	color:#ff0000;
}
@media(max-width:991.98px){
	.logo_checked_box label{
		height:40px;
	}
}


/* 추가 : 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;
	padding:5px;
}
.btn3.btn-box a{
	display:block !important; 
	width:100%; 
	color:#000;
}




/*스킨 공통*/
.saaple_go_back{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:8rem;
	z-index:101;
	display:flex;
}
.saaple_go_back a{
	display:flex;
	height:100%;
	width:100%;
	background:#000;
	align-items: center;
	justify-content: center;
	color:#fff;
	font-weight:600;
	font-size:2.4rem;
}
.saaple_go_back a.goback{
	background:#fff;
	color:#000;
}
.saaple_go_back a.goback img{
	width:2.6rem;
	margin-right:1rem;
}

@media(max-width:767.98px){
	.mobile_show{display:normal !important;}
	.pc_show{display:none !important;}
	/*
	.container.pd_none{
		padding-left:0;
		padding-right:0;
	}*/
}


.bullet_notice{
	font-size:1.4rem;
	color:#ff8100;
	display:flex;
}
.bullet_notice i{
	margin-right:3px;
	transform:translateY(3px);
}

.p_info_txt::after{
	content:'*';
	width:10%;
	height:100%;
	position: absolute;
	top:0.1rem;
	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%;
	z-index: 30;
	background: rgba(0,0,0,0.5);
	padding:1rem;
	text-align:center;
}
.fix_btn_wrap2 .bottom_btn_box{
	background: #668894;
    border-radius: 4px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	margin-top:0;
}
.fix_btn_wrap2 .bottom_btn_box.box2{
	background:#ad9165;
	margin-top:8px;
}
.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.4rem;
    font-weight: 600;
    margin: 0;
    font-family: "Noto Sans KR", sans-serif;
	position:relative;
	width:100%;
	letter-spacing: -0.03em;
}
.fix_btn_wrap2 .bottom_btn_box > div > div::after{
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 2rem;
    background: rgba(255,255,255,0.4);
}
.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:#fbe300 !important;
}


.fix_btn_wrap2 .bottom_btn_box.box2 .notice{
	text-align: center;
    transform: translateY(-5px);
    color: #fff;
    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;
}


.write_warning{
	padding-top:1.4rem;
	color:#dd2e2e;
	font-size:1.3rem !important;
	font-weight:400 !important;
}


/*추가 20241022*/
.btn-kakao.ind_share,
.btn-sms.ind_share{
	display:flex;
	border-radius:5px;
	padding:5px;
	align-items: center;
	justify-content: center;
	width:6rem;
}
.btn-kakao.ind_share{
	background:#fae100;
	color:#333
}
.btn-sms.ind_share{
	background:#333;
	color:#fff
}
@media(max-width:576.98px){
	.btn-kakao.ind_share,
.btn-sms.ind_share{
	width:5rem;
	font-size:1.3rem;
}
}



.dp-flex{
	display:flex;
	align-items: center;
	justify-content: center;
}
.dp-flex.gap-10{
	gap:10px;
}
.dp-flex > div{
	width:100%;
}


/*tab_type_radio*/
.tab_type_radio{
	display:flex;
}
.tab_type_radio > p{
	position:relative;
	overflow:hidden;
	width:100%;
}
.tab_type_radio > p + p{
	margin-left:-1px;
}
.tab_type_radio > p input{
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	z-index:-1;
}
.tab_type_radio > p > label{
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:5rem;
	background:#eee;
	color:#444;
	font-size:1.6rem;
	border:1px solid #ddd;
	cursor: pointer;
}
.tab_type_radio > p > input:checked + label{
	background:#000;
	color:#fff;
	font-weight:600;
	border:#000;
}
.tab_type_radio > p:first-child{
	border-radius:6px 0 0 6px;
}
.tab_type_radio > p:last-child{
	border-radius:0px 6px 6px 0px;
}

@media(max-width:767.98px){
	.tab_type_radio > p > label {
		height: 4.5rem;
		font-size: 1.4rem;
	}
}
@media(max-width:576.98px){
	.tab_type_radio > p > label {
		font-size: 1.3rem;
		text-align:center;
		padding:0 5px;
		line-height:1.2;
	}
}



.btn-type1{
	display: block;
    /* border-radius: 5px; */
    padding: 1.2rem 1rem;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 700;
}
.btn-type1.btn-black{
	background:#222;
	color:#fff;
	border:1px solid #222;
}
.btn-type1.btn-green{
	background:#293f3a;
	color:#fff;
	border:1px solid #293f3a;
}

@media(max-width:991.98px){
	.dp-none-mg{
		display:none;
	}
	.responsive-btn{
		height:4rem !important;
		font-size:1.4rem;
	}
}
@media(max-width:767.98px){
	.btn-type1{
		padding: 1rem 5px;
		font-size: 1.3rem;
	}
	
}


.none {display:none !important;}