@charset "utf-8";
.menu-container {
	background-color: #fff;
}
.menu-dropdown-icon:before {
	background-color: #ffffff;
}
/* color or background-color */
.menu-mobile:after {
    color: #47494f;
}
.menu nav > ul > li {
	background-color: #f2f2f2;
}
.menu nav > ul > li > ul {
    background-color: #DCE9FC;
}
.menu nav > ul > li > ul > li a {
	color: #333;
}
.menu nav > ul > li > ul > li a , .menu nav > ul > li > ul > li a:hover {
	color: #333;
}
.menu nav > ul > li > ul.normal-sub.submenu-title > li a {
    border-bottom: 1px solid #555;
}
.menu nav > ul > li > ul > li > ul > li a {
	font-size: .85rem;
}
.menu nav > ul > li.menu-dropdown-icon:hover > a:before {
    /* 滑過三角形 */
    border-bottom: 8px solid #DCE9FC;
}
.sidebar #leftside-navigation ul li {
	background-color: #DCE9FC;
	color: #333;
	border-bottom: 1px solid #333;
}
.sidebar #leftside-navigation ul li:last-child {
	border-bottom: none;
}
.sidebar #leftside-navigation ul li a:hover {
	color: #333;
}
.sidebar #leftside-navigation ul li.active > a {
    color: #333;
}
.sidebar #leftside-navigation ul ul li.active > a {
    color: #333;
}
.sidebar #leftside-navigation ul ul li {
	background-color: #eaf1f9;
	border-bottom: 1px solid #fff;
}
.sidebar #leftside-navigation ul ul li a {
	color: #333;
}
.sidebar #leftside-navigation ul li a .pull-right {
	color: #565454;
}
.newsContent ul li .txt a {
	color: #333;
}
.moreButton a {
	color: #333;
	border-bottom-color: #aaa;
}
.backlist a {
	color: #444;
	border-bottom-color: #444;
}
.total_view {
	/*color: #fff;*/
}
.quicklink {
    background-color: #EFEFF1;
}
.quicklink a {
    color: #333;
}
.funtion_choice li a,
.round_title {
    background-color: #9CD2F7;
    color: #333;
}
.round_title span {
	color: #333;
}
.buttoneffect.gray {
    background: #eee;
    border: 1px solid #eee;
    color: #333;
}
.buttoneffect.orange {
    background: #9CD2F7;
    border: 1px solid #9CD2F7;
    color: #fff;
}
.products_list .sale_price,
.info_right .sale_price,
.total_price_area .total .price_unit {
	color: #FF0000;
}
.other_albums li a {
	background-color: #BBDEF9;
}
.newsTxt_display .pure_edit a {
	color: #457fe8;
}
.order {
	color: #DA948A;
}
.add_address {
	background-color: #F15924;
}
.responsive_table thead tr {
    background-color: #12A83C;
}
.qa_list li .question:before, .qa_list li .answer:before {
	color: #DA948A;
}
.record_order h4 {
	color: #D25151;
}
.only_mobile_responsive_table thead tr {
	background-color: #FF5C26;
}
.sidebar-nano-title {
    border: 1px solid rgb(101, 92, 88);
    background: rgba(101,92,88,1);
    background: -moz-linear-gradient(top,rgba(101,92,88,1) 0,rgba(51,51,51,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(51,51,51,1)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(101,92,88,1) 0,rgba(51,51,51,1) 100%);
    background: -o-linear-gradient(top,rgba(101,92,88,1) 0,rgba(51,51,51,1) 100%);
    background: -ms-linear-gradient(top,rgba(101,92,88,1) 0,rgba(51,51,51,1) 100%);
    background: linear-gradient(to bottom,rgba(101,92,88,1) 0,rgba(51,51,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333',endColorstr='#000000',GradientType=0 );
}
.table01 {
	color: #111;
}
.captcha_btn * {
	/*color: #fff;*/
}
.products_list li a h3 {
	color: #333;
}
.must_check {
	color: #999;
}
.must_check a {
	color: #999;
}
.funtion_choice li {
	vertical-align: top;
}
.numberToAdd select {
	color: #222;
}
.quicklink .F-icon {
	margin-top: 5px;
}
@media only screen and (min-width: 768px) {
	.menu nav > ul > li {
		background-color: transparent;
	}
	.menu nav > ul > li a {
		color: #222;
	}
	.menu nav > ul > li > ul > li:hover a {
		color: #333;
	}
	.sidebar #leftside-navigation ul li a:hover {
		color: #333;
	}
	.sidebar #leftside-navigation ul ul li a:hover {
		color: #333;
	}
	.quicklink {
	    background-color: transparent;
	    width: 220px;
	    font-size: .9rem;
	}
	.arrowbtn:hover {
		background-color: rgba(255,255,255,.5);
	}
	.backlist a:hover {
	    color: #666;
	}
	.backlist a:hover {
        color: #666;
    }
    .moreButton a:hover {
	    color: #555;
	}
	.newsContent ul li .txt a:hover {
	    color: #001771;
	}
}

.menu {
/*	position: fixed;
	top: 0;*/
	width: 100%;
	background: #fff;
}
.menu a.logo {
	width: 605px;
	padding: 8px 0;
	margin-left: 10px;
	margin-right: 20px;
}
.menu img {
	display: block;
}
.menu nav > ul {
	width: 100%;
	padding-left: 635px;
}
.menu nav > ul > li a {
    padding: 25px 12px 20px;
}
.menu nav > ul > li a span {
	height: 0;
}
.menu nav > ul > li > ul > li > ul > li a {
	font-size: .75rem;
}
.menu-mobile {
	top: 10px;
}
@media only screen and (max-width: 1400px){
	.menu a.logo {
		float: none;
	    margin: 0 auto;
	    padding: 10px 15px 0 15px;
	    width: 350px;
	}
	.menu nav > ul {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.menu nav > ul li {
		width: auto;
		float: none;
		display: inline-block;
		padding: 15px 10px;
	}
	.menu nav > ul > li a {
		padding: 6px 4px;
		font-size: .9rem;
	}
	@media only screen and (max-width: 768px){
		.menu {
			z-index: 11;
		}
		.menu a.logo {
			width: 200px;
			margin: 15px 0 15px 10px;
			padding: 0;
		}
		.menu img {
		    max-height: 70px;
		}
		.menu nav > ul {
			padding-left: 0;
		}
		.menu nav > ul li {
			width: 100%;
			padding: 0;
		}
		.menu nav > ul > li > ul.normal-sub > li {
			display: block;
			padding-left: 20px;
			margin-top: 0;
		}
		.menu nav > ul li a {
			padding: 10px 30px;
		}
		.half_input_form {
			margin-top: 20px;
		}
		.menu-dropdown-icon:before {
			padding: 2px 2em;
		}
		@media only screen and (max-width: 540px){
			.join_soon {
			    width: 90%;
			    margin: auto;
			    padding-left: 5px;
			}
		}
	}
}


	
html {
	font-size: 20px;
}
body {
	font-size: 100%;
	letter-spacing: 1px;
	line-height: 1.75rem;
	color: #222;
	background-color: #fff;
}
section {
	background-color: initial;
}
.w-3, .w-4, .w-5, .w-6, .w-7, .w-8, .w-9 {
	width: 100%;
}
.pd-s {
	padding: 2%;
}
.mg-b-3 {
	margin-bottom: 30px;
}
.index-main, .content-main {
	padding: 0;
}
.main_top_pic {
	height: 220px;
	background-size: cover;
	background-position: center;
	/*margin-top: 75px;*/
}
.main_top_pic .page_title {
	display: none;
    color: #484444;
}
.content-main {
    position: relative;
    padding: 2vw 0 0 0;
}
.content-main:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center top;
    background-repeat: no-repeat;
}
.path {
    position: relative;
    width: 90%;
    padding: 10px 5px;
    border-bottom-color: #777;
}
.path * {
	color: #444;
}
.flist .w-100 {
	display: block;
	width: initial;
	max-width: 100%;
}
.pure_edit {
    width: 100%;
    margin: 0;
}
.newsTxt_display .pure_edit {
	/* 最新消息內頁編輯器寬度 */
	max-width: 1200px;
	margin: 20px auto;
}
.edit-title {
	position: relative;
	max-width: 1200px;
	margin: 20px auto;
}
.edit-title:before {
	position: absolute;
	content: '';
	display: block;
	width: 183px;
	height: 26px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-color: #EAF8DA;
}
.edit-title h2 {
	position: relative;
	max-width: 220px;
    margin: 20px auto;
    padding: 5px 5px;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: center;
	font-size: 1.35rem;
	line-height: 2rem;
	color: #111;
}
.bannerindex {
	/*margin-top: 75px;*/
}
/*.info_right .detail li .cell_txt {
	padding-left: 10px;
}
.info_right .detail li .cell_title {
	font-size: .9rem;
	width: 85px;
}
.sidebar #leftside-navigation ul ul li {
	border-bottom: 1px solid #fff;
}*/
@media only screen and (min-width: 767px) {
	html {
		/*font-size: 22px;*/
	}
	.w-3 {width: 25%;}
	.w-4 {width: 33.3333%;}
	.w-5 {width: 41.6666%;}
	.w-6 {width: 50%;}
	.w-7 {width: 58.3333%;}
	.w-8 {width: 66.6666%;}
	.w-9 {width: 75%;}
	.flist .w-100 {
		width: 100%;
	}
	.bannerindex {
		/*margin-top: 75px;*/
	}
	.main_top_pic {
		height: 300px;
		background-size: cover;
		/*margin-top: 75px;*/
	}
	.main_top_pic .page_title {
		background: #fff;
		top: 0;
		transform: translateY(0);
	}
	.index-main, .content-main {
	}
	@media only screen and (min-width: 1200px) {
		.bannerindex {
			/*margin-top: 105px;*/
		}
		.main_top_pic {
			height: 400px;
			background-size: auto;
			/*margin-top: 105px;*/
		}
	}
}

/* works  */
.album-title {
	border: none;
	padding: 5px;
    padding-left: 55px;
	background: url(https://web.888dweb.com/0920638429/web_images/files/F163215174714.png) left center no-repeat;
	background-size: contain;
}
.albums_bottom .other_main_title span {
	font-size: 1.125rem;
}
.other_albums li a .anima-arrow {
	height: 22px;
}
.works_list li a {
	background-color: #ddd;
}
.product_info_box .edit th, .product_info_box .edit td {
	padding: 10px;
}



/* index-page */
.bannerindex {
	position: relative;
	overflow: hidden;
}
.bannerindex * { 
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s; 
	transition: ease .3s;
}
.swiper-banner {
	width: 100%;
	/*left: -50%;*/
}
.swiper-banner img {
	display: block;
	width: 100%;
	transform: translateX(0);
/*	width: 150%;
	transform: translateX(-16%);*/
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
}
.swiper-pagination {
	/*bottom: 15px;*/
	left: 50%;
	transform: translateX(-50%);
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 0 5px;
}
.index_news {
	position: relative;
}
.index__title,
.main_newsTxt_display h2 {
	padding: 5px 2px;
	text-align: left;
	color: #001673;
	font-size: 1.3rem;
	line-height: 1.75rem;
}
.index__title span,
.main_newsTxt_display h2 span {
	display: none;
	font-size: .8rem;
	color: #aaa;
}
.index__title {
	text-align: center;
}
.newsContent ul li .date {
    letter-spacing: 0;
    word-break: keep-all;
}
.newsContent ul li .date:after {
	display: none;
}
.newsContent ul li .txt {
	max-height: initial;
	text-overflow: initial;
	margin-left: 0;
}
.main_newsTxt_display {
	margin-bottom: 0;
}
.main_newsTxt_display .newsContent {
    border-top-color: #2c2943;
    border-bottom-color: #2c2943;
}
@media only screen and (min-width: 935px) {
	.index_news:before {
		opacity: 1;
	}
	.main_newsTxt_display .section__left {
		min-height: 180px;
	}
	.main_newsTxt_display .newsContent {

	}
}
.article_list {
	display: none;
}
/* */
.main-all {
	position: relative;
	padding: 2vw 0;	
}
.main-all .center {
	max-width: 1200px;
}
.main-all .puretitle {
	position: relative;
	font-size: 1.2rem;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}
.main-all .flist {
	padding: 30px 0;
	align-items: center;
}
.main-top-pic {
	width: 100%;
}
.main-top-txt {
	width: 100%;
	background-color: #fff;
	padding: 40px 20px;
}
.go-memory-btn {
	position: relative;
	display: block;
	width: 92%;
	max-width: 620px;
	margin: 40px auto 30px auto;
}
.main-service-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}
.main-service-list li {
	position: relative;
	width: calc(100% - 10px);
	margin: 5px;
	margin-bottom: 15px;
	background-color: #eee;
	text-align: center;
}
.main-service-list li img {
	display: block;
	width: 100%;
}
.main-service-list li p {
	padding: 15px 10px;
}
@media only screen and (min-width: 559px) {
	.newsContent ul li .date:after {
		display: none;
	}
	.newsContent ul li .txt {
		margin-left: 60px;
	}
	/* */
	.main-service-list li {
		width: calc(50% - 10px);
	}
	@media only screen and (min-width: 768px) {
		.swiper-banner img { 
			width: 100%;
			transform: translateX(0);
		}
		/* */
		.main-top-pic {
			width: calc(940/1500 *100%);
		}
		.main-top-txt {
			width: calc(560/1500 *100% + 100px);
			margin-right: -100px;
			padding-left: 45px;
			padding-right: 45px;
			z-index: 1;
		}
		.main-service-list li {
			width: calc(33.3333% - 10px);
		}
		@media only screen and (min-width: 1200px) {
			/* */

		}
	}
}


/* about-page */
.about-all {
	position: relative;
	padding: 2vw 0;
}
.about-A .flist {
	padding: 20px 0;
	align-items: center;
}
.about-A .w-6 {
	width: 100%;
}
.about-txt .about-slogan {
	display: block;
	font-size: 1.75rem;
	color: #9BD2F7;
	margin-bottom: 45px;
}
.about-txt {
	margin: auto;
	max-width: 650px;
	padding: 40px 20px;
}
.about-txt .colotxt {
	display: block;
	font-size: 1.2rem;
	color: #007FFF;
	margin-bottom: 15px;
}
.about-feature {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 30px auto;
}
.about-feature li {
	position: relative;
	width: calc(100% - 10px);
	margin: 5px;
	border-radius: 20px;
	background-color: #EFF8FE;
	padding-top: 90px;
}
.about-feature li:before {
	position: absolute;
	content: '';
	display: block;
	width: 90px;
	height: 90px;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.about-feature li:first-child:before {
	background-image: url(https://web.888dweb.com/0920638429/web_images/files/F163215143980.png);
}
.about-feature li:nth-child(2):before {
	background-image: url(https://web.888dweb.com/0920638429/web_images/files/F163215156349.png);
}
.about-feature li:nth-child(3):before {
	background-image: url(https://web.888dweb.com/0920638429/web_images/files/F163215158051.png);
}
.about-feature li:nth-child(4):before {
	background-image: url(https://web.888dweb.com/0920638429/web_images/files/F163215159631.png);
}
.about-feature li p {
	padding: 15px 15px;
}
.about-B-txt {
	position: relative;
	max-width: 650px;
	margin: 30px auto;
	padding: 15px;
}
.about-B-txt b {
	display: block;
	text-align: center;
	font-size: 1.125rem;
	color: #2CB200;
	margin-bottom: 40px;
}
.about-B-box h4 {
	display: block;
	width: 150px;
	margin: auto;
	padding: 5px;
	text-align: center;
	letter-spacing: 2px;
	font-size: 1.125rem;
	color: #2CB200;
	background-color: #EAF8DA;
	border-radius: 10px;
}
.about-B-list {
	position: relative;
	padding: 0;
	margin: 30px auto;
	max-width: 1200px;
}
.about-B-list li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.about-B-list li p {
	max-width: 500px;
	margin: auto;
	padding: 10px;
}
.about-B-list li p b {
	display: block;
	font-size: 1.2rem;
	color: #0080FF;
	margin-bottom: 30px;
}
@media only screen and (min-width: 559px){
	.about-feature li {
		width: calc(50% - 10px);
	}
	@media only screen and (min-width: 768px){
		.about-feature li {
			padding: 15px 10px;
			padding-top: 10px;
			padding-left: 170px;
		}
		.about-feature li:before {
			width: 160px;
			height: 160px;
			left: 15px;
			top: 50%;
			transform: translateY(-50%);
		}
		@media only screen and (min-width: 968px){
			.about-A .w-6 {
				width: 50%;
			}
			.about-txt {
				margin: 0; 
				padding: 40px 45px;
			}
			.about-A .flist.row-reverse .about-txt {
				margin-right: 0;
				margin-left: auto;
			}
		}
	}
}


/* service-page */
.service-all {
	position: relative;
	padding: 2vw 0;
}
.service-all .center {
	max-width: 1200px;
}
.service-0-pic {
	position: relative;
	display: block;
	margin: 3vw auto 0;
	max-width: 100%;
}
.service-A {
	position: relative;
	padding: 2vw 0;
}
.service-A:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	max-width: 1130px;
	height: 100%;
	right: 0;
	top: 0;
	background: url(https://web.888dweb.com/0920638429/web_images/files/F163215239232.jpg) right top no-repeat;
	background-size: contain;
	opacity: .9;
}
.graytxt {
	display: block;
	margin-bottom: 5px;
	font-size: 1.125rem;
	font-weight: bold;
	color: #878787;
}
.service-txt {
	position: relative;
	max-width: 660px;
	padding: 20px;
}
.service-txt .about-slogan {
	display: block;
	font-size: 1.75rem;
	color: #9BD2F7;
	margin-bottom: 20px;
}
.go-flower-shop {
	position: relative;
	display: block;
	margin-top: 50px;
	border-radius: 10px;
	color: #333;
	background-color: #E6F7D2;
	max-width: 300px;
	padding: 10px 80px 10px 20px;
}
.go-flower-shop:before {
	position: absolute;
	content: '>';
	display: block;
	width: 20px;
	height: 20px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 20px;
	text-align: center;
	transition: all .3s;
}
.go-flower-shop:hover:before {
	right: 12px;
}
.service-B {
}
.service-B .flist {
	align-items: center;
}
.service-B .flist p,
.service-experience {
	max-width: 500px;
	margin: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 0;
}
.service-experience {
	position: relative;
	margin: 30px auto;
	padding-left: 20px;
}
.service-experience li {
	position: relative;
	padding-left: 22px;
	margin: 8px 0;
}
.service-experience li:before {
	position: absolute;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #D0F4BA;
	left: 0;
	top: 12px;
}
@media only screen and (min-width: 559px) {
	@media only screen and (min-width: 768px) {
		.service-txt {
			padding: 30px;
		}
		.service-B {
			font-size: .9rem;
		}
		.service-B .flist p,
		.service-experience {
			padding-left: 30px;
			padding-right: 0;
		}
		@media only screen and (min-width: 968px) {
			.service-B {
				font-size: 1rem;
			}
		}
	}
}


/* productform page */
.productform-all {
	position: relative;
	padding: 2vw 0;
}
.productform-txt {
	position: relative;
	text-align: center;
	padding: 20px 10px;
	font-size: 1.125rem;
}
.productform-box {
	position: relative;
	margin: auto;
	max-width: 1060px;
	margin-bottom: 50px;
}
.form-type-title {
	position: relative;
	padding: 10px;
	margin-top: 50px;
	color: #FF4C4C;
	font-size: 1.25rem;
}
.productform-0-pic {
	position: relative;
	display: block;
	max-width: 100%;
	margin: 20px auto;
}
.productform-box p {
	padding: 10px;
}
.productform-box p .redtxt {
	display: block;
	color: #FF4D4D;
}
@media only screen and (min-width: 968px) {

}


/* group page */
.group-all {
	position: relative;
	padding: 2vw 0 4vw;
}
.group-0-pic {
	position: relative;
	display: block;
	max-width: 100%;
	margin: 50px auto;
}


/* obituary */
.obituary-search {
	position: relative;
	width: 350px;
	border-bottom: 1px solid #666;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto; 
}
.buttoneffect.pink {
	background: #9CD2F7;
    border: 1px solid #9CD2F7;
    color: #fff;
}
.obituary-search .obituary-txt {
	border: none;
	width: 100%;
}
.obituary-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35px;
	height: 35px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://web.888dweb.com/0920638429/images/icon_search.png);
}
.obituary-enterPW {
	position: relative;
	max-width: 450px;
	padding: 15px;
	margin: 80px auto 0;
}
.obituary-pw {
	width: 100%;
	margin-top: 50px;
}
.obituary-enterPW + .page_area .buttoneffect {
	width: 45%;
	max-width: 200px;
}
.obituary-info {
	position: relative;
	padding: 2vw 0;
}
.obituary-A {
	position: relative;
	max-width: 1060px;
	padding: 2vw;
	margin: auto;
}
.obituary-A .fixpic {
	display: block;
	max-width: 100%;
	margin: auto;
	margin-top: 3vw;
}
.obituary-A .service-btnA a {
	display: block;
	float: left;
	width: 46%;
	margin: 2%;
	border-radius: 10px;
	padding: 12px;
	color: #32373A;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
	-moz-box-shadow: 4px 4px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 4px 4px 3px rgba(0,0,0,.2);
    box-shadow: 4px 4px 3px rgba(0,0,0,.2);
}
.elc-obtiuary {background-color: #F4B860;}
.order-wreath {background-color: #F0C7B9;}
.obituary-txt-fix {
	position: relative;
	margin-top: 50px;
	padding: 3vw;
	border-radius: 10px;
	background-color: #E8F8D6;
}
.obituary-txt-fix p {
	max-width: 600px;
}
.obituary-txt-fix .call--btn {
	display: block;
	margin-top: 50px;
	width: calc(92% - 90px);
	max-width: 380px;
	border-radius: 40px;
	padding: 10px 5px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #a17c39;
	border: 2px solid #a17c39;
}
.obituary-txt-fix .call--btn .svg-icon {
	display: inline-block;
	margin-right: 10px;
}
.qrcode {
	display: block;
	background-image: url(https://web.888dweb.com/0920638429/web_images/L163198141264.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.obituary-txt-fix .qrcode {
	float: right;
	width: 90px;
	height: 90px;
	margin: 10px 0;
}
.obituary-A .service-btnB a {
	display: block;
	float: left;
	width: 47%;
	max-width: 300px;
	margin: 2% 5px;
	border-radius: 10px;
	padding: 12px 3px;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
	-moz-box-shadow: 4px 4px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 4px 4px 3px rgba(0,0,0,.2);
    box-shadow: 4px 4px 3px rgba(0,0,0,.2);
}
.call-phone {background-color: #C83E4D;}
.line-msg {background-color: #2DB200;}
.obituary-A .service-btnB span {
	display: inline-block;
	vertical-align: sub;
	width: 30px;
	margin-right: 5px;
}
.obtiuary-note {
	margin-top: 30px;
	padding: 20px;
}
.obtiuary-note .video-border {
	max-width: 750px;
	margin: 0 auto;
}
.obtiuary-note .video-box {
    position: relative;
    margin: auto;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.obtiuary-note .video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.obituary-B .owl-carousel .owl-nav button.owl-next,
.obituary-B .owl-carousel .owl-nav button.owl-prev {
	font-size: 2.75rem;
}
.obituary-B .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #222;
    text-decoration: none;
}
.obituary-B .owl-theme .owl-dots {
	margin-top: 10px;
	display: block;
}
.obituary-B .owl-theme .owl-nav {
	display: none;
}
@media only screen and (min-width: 768px) {
	.obituary-search {
		margin-right: 0;
	}
	.obituary-A .service-btnA a {
		font-size: 1.125rem;
	}
	.obituary-A .service-btnB a {
		margin-right: 10px;
		margin-left: 10px; 
	}
	.obituary-A .service-btnB span {
		width: 35px;
	}
	.obituary-txt-fix .qrcode {
		width: 140px;
		height: 140px;
		transform: translateY(-20px);
	}
	.obituary-B .owl-theme .owl-dots {
		display: none;
	}
	.obituary-B .owl-theme .owl-nav {
		display: block;
	}
}


/* contact */
.contact_info {
	max-width: 820px;
	margin: auto;
}
@media only screen and (min-width: 559px) {
	@media only screen and (min-width: 768px) {
		@media only screen and (min-width: 968px) {
		}
	}
}






/* member */
#notice_page {
	width: 95%;
	margin: auto;
	padding: 3vw;
}
#privacy_page {
	width: 95%;
	margin: auto;
	padding: 3vw;
}
.privacy_main_title {
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 0;
}
.privacy_box {
	width: 96%;
	max-width: 1200px;
	margin: 20px auto;
}
.privacy_title {
	padding: 15px 0;
}
.privacy_content {
	margin-bottom: 15px;
}
.order-number {
	padding-left: 20px;
}
.order-number li {
	list-style: decimal;
}
.ol {
	padding-left: 20px;
}
.ol li {
	list-style: outside;
}
p.ol {
	position: relative;
}
p.ol:before {
	position: absolute;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	left: 0;
	top: 10px;
	background-color: #545454;
}

/********************************/
[data-module="cookies"] {
    border: 1px solid rgba(204, 204, 204, .8);
    background: #fff;
    opacity: 1;
    left: 0px;
    top: auto;
    bottom: 0px;
    right: auto;
    width: 100%;
    height: auto;
    padding: 10px;
    display: block;
    position: fixed;
    z-index: 10000000;
    background: #efefef;
}
[data-module="cookies"] #cookies_text {
	width: 70%;
    float: left;
    line-height: 20px;
    color: #282828;
    padding-top: 5px;
    font-size: 0.6875rem;
}
[data-module="cookies"] #cookies_text a {
    color: #282828;
    text-decoration: underline;
}
[data-module="cookies"] button#cookies_btn {
    position: absolute;
    top: 50%;
    right: 4%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    border-radius: 0;
    color: #282828;
    border: 2px solid rgba(180, 166, 157, .5);
    background: none;
    line-height: 30px;
    height: 30px;
    padding: 0 35px;
    font-size: 0.5625rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.buttom_social_link {
	position: relative;
    z-index: 2;
    background-color: #fff;
    display: none;
}
.to_top {
	bottom: 50px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-color: #b5914f;
}
.to_top:after {
	/*color: #503e33;*/
}
.fixed_button {
	position: fixed;
    z-index: 10;
    right: 10px;
    top: 85px;
}
.fixed_button li {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    margin: 5px 0;
    opacity: .9;
}
.fixed_button li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
}
.fixed_button li a.line {
	background-color: #4BD107;
	background-image: url(https://web.888dweb.com/0920638429/images/svg-line-white.svg);
}
.fixed_button li a.phone {
	background-color: #73B9FF;
	background-image: url(https://web.888dweb.com/0920638429/images/svg-phone-white.svg);
}
.footer {
	position: relative;
	padding: 2vw 0 0;
	color: #333;
	font-size: .9rem;
}
.footer a {
	color: #333;
}
.footer .center {
	position: relative;
	max-width: 1200px;
}
.footer_menu {
	position: relative;
	max-width: 1200px;
	margin: 10px auto;
	padding: 5px;
	text-align: left;
}	
.footer_menu li {
	/*width: 120px;*/
	padding: 0 10px;
	font-size: .75rem;
	text-align: left;
}
.footer_menu li a {
	color: #333;
}
.copyR {
	background-color: transparent;
	padding: 0;
	font-size: 0.7rem;
	line-height: 1rem;
	text-align: center;
	color: #333;
}
.copyR a {
	color: #333;
}
.copyR p {
	padding: 15px 10px 20px;
	text-align: center;
}
.total_view {
	bottom: 0;
}
.copyR-break {
	display: block;
}
.footer-EKeywords {
	font-size: 12px;
	line-height: 18px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}
/* */
.footer {
	background-color: #f8f8f8;
	background-image: url(https://web.888dweb.com/0920638429/web_images/files/F163215180952.jpg);
}
.footer .w-7 {
	max-width: 420px;
	margin: auto;
}
.footer-logo-img {
	width: 70%;
	margin: auto;
}
.footer-link {
	position: relative;
	width: 70%;
	max-width: 360px;
	margin: auto;
	margin-top: 20px;
}
.footer-link a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-position: center;
}
.footer-link .facebook {
	background-color: #0059B2;
	background-image: url(https://web.888dweb.com/0920638429/web_images/files/F163215268042.png);
}
.footer-link .mail {
	background-color: #D90000;
	background-image: url(https://web.888dweb.com/0920638429/web_images/files/F163215269666.png);
}
.footer-info {
	position: relative;
	padding: 10px;
}
.footer-info li {
	margin: 30px 0;
}
.footer-info li:first-child {
	margin-top: 0;
}
.footer-info li b {
	display: block;
	width: 100px;
	padding: 0;
	text-align: center;
	background-color: #E8F8D6;
}
.footer-info li:first-child b {
	background-color: #DCE9FC;
}
.footer-info li a {
	display: inline-block;
	vertical-align: top;
	width: 162px;
	margin: 10px 0;
	color: #333;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 26px;
}
.footer-info li .tel {
	background-image: url(https://web.888dweb.com/0920638429/web_images/files/F163215187891.png);
}
.footer-info li .phone {
	background-image: url(https://web.888dweb.com/0920638429/web_images/files/F163215184277.png);
}
.qrcode {
	display: block;
	background-image: url(https://web.888dweb.com/0920638429/web_images/files/F163215236953.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.footer .qrcode {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 100px;
	height: 100px;
}
@media only screen and (min-width: 559px) {
	.footer-info li a {
		width: 170px;
	}
	@media only screen and (min-width: 768px) {
		[data-module="cookies"] {
		    padding: 15px 5%;
		}
		.fixed_button li {
			width: 50px;
			height: 50px;
		}
		.fixed_button li a {
			background-size: 32px;
		}
		.fixed_button li:hover {
			opacity: 1;
		}
		.footer_menu {
			text-align: center;
		}
		.copyR {
			text-align: center;
		}
		.copyR-break {
			display: inline-block;
			padding-left: 10px;
		}
		/* */
		.footer .w-7 {
			max-width: 600px;
		}
		.footer-logo-img,
		.footer-link {
			/*margin-left: 0;*/
		}
		@media only screen and (min-width: 1024px) {
			.copyR {
				transform: translateY(0);
			}
			/* */
			.footer-logo-img,
			.footer-link {
				margin-left: 0;
			}
			.footer .qrcode {
				width: 135px;
				height: 135px;
			}
		}
	}
}
