@charset "utf-8";
/* CSS Document */
html, body { height: 100%; }
body {
	color: #555;	
	margin: 0;	
	padding: 0;	
	/* font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif; */
	height: 100%;
	font-size: 16px;
}
img {
	border: 0;
}

div#mobile_header{
	background: #fff;
}

#asdotcom a {
	color: #606060;
	background: #f5f5f5;
}
#asdotcom a:link, #asdotcom a:visited, #asdotcom a:hover, #asdotcom a:active {
	text-decoration: none;
	background: #f5f5f5;
}
.banner_small_content h1 { 
	font-size: 23px;
	margin: 12px 0; 
	text-align: left;
	color: #555;
	line-height: 1.25;
}
.banner_small_content h2 {
	color: #0075c2;
	font-size: 14px;
	margin: 2px 0 0 0; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif," ";
	font-weight: lighter;
	color: #555;	
}
.banner_small_content section {
	font-size: 16px;
	margin: 0; 
	text-align: left;
	color: #555;
	line-height: 135%;
}

/*20221216 隱藏選單*/
#ulli {display: none;}



/*手機*/
@media screen and (min-width:1px) and (max-width:767px) {
	body {
		/* background: url(/img/grayp.jpg); */
	}
	#asdotcom, #ulli { 
		display: none;
	}
	#all { 
		position: relative; 
		margin-top: 77px;
	}
	.Accordion ul {  
		margin:30px 0 0 -40px;
	}
	.Accordion ul li {
	    list-style-type: none;
		text-decoration:none;
	}
	.Accordion li {
	    border-bottom: solid 1px #fff; 
		height: 50px; 
		line-height: 50px; 
		text-align: center; 
		width: 100%;
		letter-spacing: 2px;
		font-size: 20px;
	}
	.Accordion ul li a { 
		color: #FFF;
		text-decoration: none;
		background: #0075c2;
	}	
	.Accordion ul li a:link, .Accordion ul li a:visited {
	    display: block;
	    background: #0075c2;
	}
	.Accordion ul li a:hover, .Accordion ul li a:active {
	    background: #4698EA;
	}
	.Accordion .last {
	    border-bottom: solid 2px #fff; 
		box-shadow: 0 3px 5px #333;
	}
	.Accordion table {
	    margin: 0 auto; 
	    width: 100%; 
	    border-collapse: collapse;
	}
	.all { 
		width: 100%; 
		margin: 0 auto;
		position: fixed !important;
		top: 0;
		padding: 0 !important;
		z-index: 9999999;
	}
	#ul { 
		display: none;
	}
	#logo { 
		background: #0075c2; 
		padding: 20px 0 0 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
		height: 57px;
	}
	/* 內頁回首頁房子 */
	.logoimg{
		position: fixed;
		z-index:150;
		top:0;
		left:0;
		height:70px;
		width:70px;
		background:url(/img/icon_home.png) no-repeat center;
		background-size: 35px;
	}
	.logoimg a, .logoimg a:link, .logoimg a:visited, .logoimg a:hover, .logoimg a:active {
		background: rgba(0,0,0,0);
	}
	/* 內頁回首頁房子 end */
	/*手機分類按鈕*/
	.phonebtn {
		position: fixed;
		top: 73px;
		height: 70px;
		width: 100%;
		background: rgba(0,0,0,0.7);
		padding: 2px 0 0 0;
/*20221226隱藏快速錨點*/display: none;
	}
	.phonebtn .btn {
		text-align: center;
		width: 90%;
		height: 40px;
		font-size: 18px;
		line-height: 40px;
		border-radius: 5px;
		margin: 0 auto;
		border: #666 2px solid;
		color: #eee;
	}
	.phonebtnanchor {
		font-size: 18px;
		width: 60px;
		height: 30px;
		line-height: 30px;
		border-radius: 5px;
		border: #fff 2px solid;
		text-align: center;
		margin: 70px 0 0 2%;
		color: #0075c2;
		clear: both;
	}
	.phonebtn a {
		color: #eee;
		text-decoration: none;
	}
	#icon_logo {
		height: 50px;
		margin: -8px auto -7px auto; 
		background: url(/img/logo_w.png) no-repeat 50% 50%;
		background-size: auto 35px;
	}
	#icon_logo_l, #icon_logo_r {
		display: none;
	}
	#icon_mail, #icon_fb {
		width: 0;
		display: none;
	}
	#foot {
		width: 100%; 
		height: 61px; 
		background: #0075c2; 
		display: inline-block; 
		color: #FFF;
		text-align: center; 
		line-height: 61px;
		font-size: 11px;
		margin-top: 76px;
		font-family: Helvetica,Arial,"LiHei Pro",新細明體,PMingLiU,sans-serif;
	}
	#foot p {
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	#foot #phone,
	#foot .foottop {
		display: none;
	}
	.phonesns {
		text-align: center;
	}
	/* .banner_small {
		display: none;
	}
	.banner_big {
		width: 90%; 
		height: 75%;
		float: left;
		margin: 1% 2%;
		background: #fff;  
		box-shadow: 0 2px 7px #999;
		border-radius: 2px;
		text-align: center; 
		padding: 3%;
	} */
}
/*平板橫式menu*/
@media screen and (min-width:768px) and (max-width:1279px) {
	#asdotcom {
		background: #f5f5f5; 
		width: 100%; 
		height: 22px; 
		padding: 0 0 0 15px;
		font-size: 13px;
		line-height: 22px; 
		box-sizing: border-box;
		color:#606060;
	}
	#asdotcom div { 
		margin:0 20px 0 0;
		float:left;
	}
	.Accordion { 
		display: none;
	}
	#logo { 
		width: 100%; 
		height: 100px; 
		position: relative;
		top: 0;
		background: #fff; 
	}
	#all { 
		position: relative; 
		top: 0;
		/* padding-top: 100px; */
	}	
	/*udn logo*/	
	
	#icon_logo_l {
		width: 48px; 
		height: 48px;
		background: url(/img/logo_h_l.png) no-repeat;
		position: absolute;
		left: 10px; 
		top: 25px;
	}	
	/*mobile*/
	#icon_logo_r {
		width: 176px; 
		height: 48px;
		background: url(/img/logo_h_r.png) no-repeat;
		position: absolute;
		left: 58px; 
		top: 25px;
	}	
	#icon_mail, #icon_fb {
		width: 60px;
		position: absolute; 
		top: 25px;
	}
	#icon_mail {
		right: 70px; 
	}
	#icon_fb {
		right: 10px; 
	}
	#ulli ul {
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	    overflow: hidden;
		background: #0075c2; 
	}
	#ulli li {
	    float: left;
	    height: 40px; 
		line-height: 40px; 
		width: 16.65%;
		border-left: 0;
		border-right: 0;
		font-size: 16px;
	}
	#ulli a:link, #ulli a:visited {
	    display: block;
	    color: #FFFFFF;
	    background: #0075c2;
	    text-align: center;
	    text-decoration: none;
	}
	#ulli a:hover, #ulli a:active {
	    background: #4698EA;
	}
	/*for ie*/
	#ulli a, #ulli a:link, #ulli a:visited{
		background:#0075c2;
	}
	#ulli a:hover, #ulli a:active {
		background:#4698EA;
	}
	#ulli li:first-child { 
		border-left: none;
	}
	#ulli li:last-child { 
		border-right: none;
	}
	#foot {
		width: 100%; 
		height: 82px; 
		background: #0075c2; 
		display: inline-block; 
		color: #FFF; 
		font-size: 12px;
		font-family: Helvetica,Arial,"LiHei Pro",新細明體,PMingLiU,sans-serif;
	}
	#foot a {
		color: #FFF;
		text-decoration: none;
		background: #0075c2;
	}
	#foot .foottop {
		width: 95%;
		margin: 22px auto 0 auto;
		font-size: 12px;
	}	
	#foot .bottom {
		width: 95%;
		margin: 5px auto 0 auto;
		font-size: 11px;
	}	
	#pchide { 
		display: none;
	}
	/* .banner_area {
		width: 768px; 
		margin: 0 auto; 
		background:#096 ;
	}
	.banner_small, .banner_big { 
		height: 268px;
		float: left; 
		margin: 10px;
		background: #fff;  
		box-shadow: 0 2px 7px #999;
		border-radius: 2px;
		padding: 15px 15px 35px 15px;
	}
	.banner_small {
		width: 206px;
	}
	.banner_big {
		width: 462px;
	} */
}

/*桌機直式menu*/
@media screen and (min-width: 1280px) {
	#asdotcom {
		background: #f5f5f5; 
		width: 100%; 
		height: 22px; 
		color: #606060;
		padding: 0 0 0 15px;
		font-size: 13px;
		line-height: 22px; 
		box-sizing: border-box;
	}
	#asdotcom #allspan {
		width: 1280px; 
		margin: 0 auto;
	}	
	#asdotcom  #allspan div {
		margin: 0 20px 0 0;
		float: left;
	}
	#Accordion, .Accordion { 
		display: none;
	}
	#udnmobile_header { 
		width: 100%;
		/* position: absolute;  */
		z-index: 100;
		background-color: #fff;
	}
	#all { 
		position: relative; 
		top: 0;
		/* padding-top: 100px; */
	}	
	#logo {  
		width: 1280px; 
		height: 100px;
		margin: 0 auto;
		position: relative; 
		z-index: 100;
	}
	#icon_logo_l {
		width: 48px; 
		height: 48px;
		background: url(/img/logo_h_l.png) no-repeat;
		position: absolute;
		left: 10px; 
		top: 25px;
	}	
	#icon_logo_r {
		width: 176px; 
		height: 48px;
		background: url(/img/logo_h_r.png) no-repeat;
		position: absolute;
		left: 58px; 
		top: 25px;
	}	
	#icon_mail {
		width: 60px;
		position: absolute; 
		right: 70px; 
		top: 25px;
	}
	#icon_fb {
		width: 60px;
		position: absolute; 
		right: 10px; 
		top: 25px;
	}
	#ulli { 
		width: 100%; 
		background: #0075c2;
	}
	/*for ie*/
	#ulli ul li a, #ulli ul li a:link, #ulli ul li a:visited {
		background: #0075c2;
	}
	#ulli ul li a:hover, #ulli ul li a:active {
		background: #4698EA;
	}
	#ulli ul {
	    list-style-type: none;
	    padding: 0;
	    overflow: hidden;
		width: 1280px;
		background: #0075c2;
		margin: 0 auto;
	}
	#ulli li {
	    border-left: 1px solid #4698EA;
		border-right: 0;
		height: 40px; 
		line-height: 40px; 
		width: 212px; 
		text-align: center; 
		margin: 0 auto;
		float: left;
		font-size: 16px;
	}
	#ulli li:first-child { 
		border-left: none;
	}
	#ulli li:last-child { 
		border-right: none;
	}
	#ulli ul li a { 
		color: #FFF;
		text-decoration: none;
	}
	#ulli ul li a:link, #ulli ul li a:visited {
	    display: block;
	    background: #0075c2;
	}
	#ulli ul li a:hover, #ulli ul li a:active {
	    background: #4698EA;
	}
	#foot {
		width: 100%; 
		height: 82px; 
		background: #0075c2; 
		display: inline-block; 
		color: #FFF; 
		nowhitespace: afterproperty;
		font-family: Helvetica, Arial, "LiHei Pro", 新細明體, PMingLiU, sans-serif;
	}
	#foot a {
		color: #FFF;
		text-decoration: none;
		background: #0075c2;
		font-size: 12px
	}
	#foot .foottop {
		width: 1250px;
		margin: 24px auto 0 auto;
		padding: 0;
		font-size: 12px;
	}	
	#foot .bottom {
		width: 1250px;
		margin: 5px auto 0 auto;
		font-size: 11px;
	}	
	#pchide { 
		display: none;
	}
	.banner_area {
		width: 1280px; 
		position: relative; 
		top: 0; 
		margin: 0 auto;
	}	
	/* .banner_small, .banner_big {
		float: left; 
		margin: 10px;
		background: #fff;  
		box-shadow: 0 2px 7px #999;
		border-radius: 2px;
		text-align: center; 
		padding: 20px 20px 30px 20px;
		height: 310px;
	}
	.banner_small {
		width: 260px; 
	}
	.banner_big {
		width: 580px; 
	} */
}


/* 20230406 header 修改 */
a {text-decoration: none; color: #626262;}
a:focus, a:hover {color: #2f76aa; outline: 0;}
.all * {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.all {
	background: #fff;
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
	padding: 20px;
	position: relative;
	box-sizing: border-box;
}
.all > .container {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
	padding: 20px;
}

.all .logo {display: flex; font-size: 0;}
.icon_logo {
	width: 224px; 
	height: 70px;
	background: url(../img/logo_h.png) no-repeat center/contain; 
}
.all .logo .udn, .all .logo .mobile {
	display: block;
	background: no-repeat center/contain;
}
.all .logo .udn {
	width: 48px;
	height: 48px;
	background-image: url(../img/logo_h_l.png);
}
.all .logo .mobile {
	width: 140px;
	height: 48px;
	background-image: url(../img/logo_h_r.png);
}

.tools-box, .channel-link, .tools-box__items {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.channel-link {
    overflow: hidden;
	/* overflow-x: scroll; */
}
.channel-link a {
	text-decoration: none;
	-webkit-box-flex: 0;
    -webkit-box-align: center;
	align-items: center;
    color: #7e7e7e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: none;
    flex: none;
    letter-spacing: 0;
    margin-right: 9px;
    position: relative;
	font-size: 16px;
}
.channel-link a:focus, .channel-link a:hover {
    color: #000;
}
.tools-box i {
    display: inline-block;
    font-size: 20px;
}
.channel-link a i {
    -webkit-box-flex: 0;
    display: inline-block;
    -ms-flex: none;
    flex: none;
    margin-right: 2px;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.channel-link a i:before {
    margin-left: 0;
    margin-right: 0;
}
.member-button.member-button--islogin i:before {content: "";}
.tools-box__items, .tools-box__items>* {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tools-box__items>* {
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    cursor: pointer;
    height: 30px;
    justify-content: center;
    width: 30px;
}
.member-button {
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.member-button a {
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    font-size: 0;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.member-button a:before {
	font-size: 21px;
	color: #7e7e7e;
	content: "\e8b0";
	font-family: fontello;
	font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 90vh;
	overflow: auto;
	overscroll-behavior: contain;
	background: #fff;
	z-index: 10;
	transform: translateY(-100%);
	transition: transform 0.3s ease;
	opacity: 0;
	/* display: none; */
}
.menu.is-active {
	transform: translateY(0);
	opacity: 1;
	/* display: block; */
}
#menu-close {
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
	cursor: pointer;
	z-index: 999;
}
#menu-close::before {font-size: 1.6rem;}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 5;
	opacity: 0;
	transition: opacity 0.3s ease;
	display: none;
}
.overlay.is-active { opacity: 1; display: block;}

.overlay-menu .container {
	margin: 0 auto;
	width: calc(100% - 180px);
	position: relative;
	max-width: 1000px;
}
.overlay-menu .container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.overlay-menu .site-links {padding: 50px 15px 40px;}
.overlay-menu .site-links__title {
	border-bottom: 1px solid #ee5103;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
}
.overlay-menu .site-links__wrapper {
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 20px 0;
}
.overlay-menu .site-product {
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    width: 12.5%;
}
.context-box__title--orange {font-size: 18px; margin: 0 0 10px;}
.context-box__title--orange:before {
	background: #ee5103;
    border-radius: 12px;
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    width: 6px;
}
.overlay-menu .site-product__title { margin-bottom: 10px; }
.list-ellipsis {
	display: inline-block;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.list-ellipsis:first-of-type {margin-top: 12px;}
.overlay-menu .site-product__link {
	-ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 14px;
	color: #626262;
    text-decoration: none;
}
.overlay-menu .site-product__link:hover {color: #2f76aa;}
.list-ellipsis:before {
	color: #c7c7c7;
    content: "▪";
    display: inline-block;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    /* 舊的mobile樣式
	.all {
        padding: 0;
    }
	.all > .container {padding: 0;}
	
	.all .logo {
		background: #0075c2;
		padding: 20px 0;
		position: fixed;
		top: 0;
		width: 100%;
		box-shadow: 0 2px 10px #333;
		z-index: 100;
		justify-content: center;
	}
	.icon_logo {
		height: 35px;
		margin: 0 auto;
		background: url(/img/logo_w.png) no-repeat 50% 50%;
		background-size: auto 35px;
	}
	.all .logo .udn {width: 35px; height: 35px;}
	.all .logo .mobile {
		width: 95px; height: 35px;
		background-image: url(../img/logo_h_r_w.png);
	} */

	.all .logo .udn {width: 40px; height: 40px;}
	.all .logo .mobile { width: 110px; height: 40px;}

	.channel-link {display: none;}

	.tools-box__items>*, .member-button a {width: 50px; height: 50px;}
	.member-button a:before, .tools-box i {font-size: 30px;}

	.menu { max-height: 100vh;}
	.overlay-menu .container {width: calc(100% - 80px);}
	.overlay-menu .site-links {
        overflow: hidden;
        padding: 30px 0;
    }
	.overlay-menu .site-links__wrapper {
		flex-flow: row nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
	}
	.overlay-menu .site-product {
        background: #f5f5f8;
        min-width: 200px;
        padding: 20px;
		margin-right: 20px;
    }

	.newsletter {margin-top: 8px;}
	
	
}


/* 20230406 header 修改 end*/



/* 新 footer 20230322*/

.footer {
    border-top: 1px solid #dedede;
    /* margin-top: 70px */
}

@media screen and (max-width: 1297px) {
    .footer {
        margin-top:30px
    }
}

@media screen and (max-width: 767px) {
    .footer {
        margin-top:0
    }
}

.overlay-menu .footer {
    margin-top: 40px
}

@media screen and (max-width: 767px) {
    .overlay-menu .footer {
        margin-top:0
    }
}

.footer .container {
    padding: 60px 0;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .footer .container {
        padding:30px 0
    }
}

.footer-social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 24px
}

.footer-social,.footer-social .btn-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.footer-social .btn-social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #c7c7c7;
    color: var(--btn-grey);
    height: 28px;
    margin: 0 5px;
    padding: 0;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    width: 28px
}

@media screen and (max-width: 767px) {
    .footer-social .btn-social {
        margin:0 10px
    }
}

.footer-social .btn-social:hover {
    color: #2f76aa;
    color: var(--udn-blue)
}

.footer-social .btn-social.pwa-install {
    display: none
}

@media screen and (max-width: 767px) {
    .footer-social .btn-social.pwa-install.show {
        display:none
    }
}

.footer-note {
    font-size: 13px;
    line-height: 1.5;
    padding-top: 20px;
    text-align: center
}

.footer-note__wrapper a:hover {
    text-decoration: underline
}

@media screen and (max-width: 1023px) {
    .footer-note__wrapper {
        display:none
    }
}

.footer-note__link {
    border-right: 1px solid #c7c7c7;
    border-right: 1px solid var(--btn-grey);
    padding: 0 10px
}

.footer-note__link:last-child {
    border-right: 0
}

.footer-word {
    font-size: 12px;
    padding: 5px 0
}
.newsletter {
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 13px;
    padding: 0 15px;
}
@media screen and (max-width: 500px) {
    .newsletter {
        margin-top: 8px;
    }
}
.newsletter input {
    border: 0;
    border-radius: 3px;
	background: #fafafa;
    padding: 8px 10px;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    font-size: 13px;
    width: 180px;
}
.btn-dark-grey {background: #7e7e7e; color: #fff;}
.btn-ripple {overflow: hidden;position: relative;}
.newsletter .btn {
	border-radius: 3px;
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 60px;
	border: 0;
	outline: 0;
	cursor: pointer;
}
.btn-ripple:after {
	background: hsla(0,0%,100%,.3);
    border-radius: 100%;
    content: "";
    display: block;
    height: 120px;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: absolute;
    top: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    width: 120px;
}
.btn-ripple:not(:active):after {
	-webkit-animation: ripple-animation .6s ease-out;
    animation: ripple-animation .6s ease-out;
}
.footer-note {
	font-size: 13px;
    line-height: 1.5;
    padding-top: 20px;
    text-align: center;
}
.footer-note__link {border-right: 1px solid #c7c7c7; padding: 0 10px;}
.footer-note__link:last-child {border-right: 0;}
.footer-word {font-size: 12px; padding: 5px 0;}
/* 新 footer end 20230322*/