body{
	margin: 0;
	padding: 0;
	border: 0;
	line-height: normal;
    background-color: #f6f6f6;
    font-family: '微軟正黑體';
}
*{
	box-sizing: border-box;
}
p{
	color: #000;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: '微軟正黑體';
}
span{
	color: #000;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: '微軟正黑體';
}
a{
	cursor: pointer;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 16px;
	font-family: '微軟正黑體';
}
a:hover{
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: '微軟正黑體';
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	display: block;
	font-weight: 700;
	font-family: '微軟正黑體';
}
h1 { 
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 { 
    font-size: 18px;
}
h4 { 
	font-size: 16px;
}
h5 { 
    font-size: 13px;
}
h6 { 
    font-size: 10px;
}
button, input, optgroup, select, textarea {
    line-height: normal;
}
select:focus,
input:focus{
	outline: 0;
}

body.header-content-open {
	overflow: hidden;
}

.n-wraper{
	position: relative;
	width: 100%;
	/*border: 3px solid #000;*/
}


.header{
	position: fixed;
	width: 100%;
	height: 120px;
	z-index: 99;
}
.header.active{
	background-image: url('/nConsumerBank/Content/img/hwatai-2.png');
    height: 130px;
}
.header.login-active{
	background-color: #fff;
}

.header-container{
	max-width: 1200px;
	margin: auto;
	position: relative;
	height: 100%;
}
.header-container .header-container-LOGO{
	position: absolute;
	top: 10px;
    left: 30px;
}
.header-container .header-container-LOGO a.desk-logo{
	display: block;
    text-align: center;
}
.header-container .header-container-LOGO a.desk-logo img{
	width: 150px;
}

.header-container .header-content {
    background-color: rgba(255,255,255,0.8);
}

.header-container .header-content.collapse {
	display: block;
}

.header-container .mobile-open-title {
    position: relative;
    padding: 25px 0;
    line-height: 1.5;
    font-size: 16px;
    background-color: #f6f6f6;
}
.header-container .mobile-open-title .rwdlogo{
	text-align: center;
}
.header-container .mobile-open-title .rwdlogo img{
	width: 123px;
	height: 27px;
}
.header-container .mobile-open-title .cancelpic{
	position: absolute;
	top: 22px;
	right: 25px;
	width: 18px;
	height: 18px;
}
.header-container .mobile-open-title .cancelpic img{
	width: 18px;
	height: 18px;
}


.header-container nav.big-nav{
	position: absolute;
	right: 70px;
	top: 50px;
	z-index: 3;
	background-color: rgba(255,255,255,0.9);
}
.header-container nav.big-nav .big-nav-ul{
	font-size: 0;
    overflow: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    width: 725px;
    overflow: -moz-scrollbars-none;
}
.big-nav-ul::-webkit-scrollbar {
    display: none;
}
.header-container.morebtnn nav.big-nav .big-nav-ul{
	
}
.header-container nav.big-nav .big-nav-ul>li{
	display: inline-block;
	vertical-align: top;
}
.header-container nav.big-nav .big-nav-ul > li > a{
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.3px;
	text-align: left;
	color: #4a4a4a;
    background-color: transparent;
	position: relative;
	display: block;
	padding: 15px 20px;
}
.header-container nav.big-nav .big-nav-ul > li > a > p {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.3px;
	text-align: left;
	color: #4a4a4a;
}
.header-container nav.big-nav .big-nav-ul>li>a:hover{
	background-color: #97978d;
	color: #ffffff;
}
.header-container nav.big-nav .big-nav-ul>li>a:hover > p {
	color: #ffffff;
}
.header-container nav.big-nav .big-nav-ul > li > .big-nav-ul-li-div {
    width: 100%;
    min-height: 198px;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 99;
    margin: auto;
    background-color: #fff;
    white-space: normal;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}


/* nav menu button */
#nav-left-btn, #nav-right-btn {
    border: none;
    background-color: transparent;
    color: #c4c4c4;
    padding: 0 5px;
}
#nav-left-btn:hover, #nav-right-btn:hover{
    color: #a0a0a0;
}
#nav-left-btn:focus, #nav-right-btn:focus{
    outline: none;
}
#nav-left-btn i, #nav-right-btn i{
    font-size:57px;
}

.header .sitemap-block{
	position: absolute;
    right: 0;
    top: 48px;
    width: 100%;
    max-width: 940px;
    /*display: none;*/
}
.header-container.morebtnn .sitemap-block{
	display: block;
}
.header .sitemap-block .sitemapbtn {
    height: 50px;
    /*border-right: 1px solid #e5e5e5;*/
    position: relative;
}
.header .sitemap-block .sitemapbtn>a {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    bottom: 0;
    margin: auto;
    padding: 23px 0;
    z-index: 3;
}
.header .sitemap-block .sitemapbtn>a .plus-csssty {
    width: 20px;
    height: 5px;
    background-color: #e30000;
    position: relative;
    margin: auto;
}
.header .sitemap-block .sitemapbtn>a .plus-csssty:after {
    content: '';
    width: 5px;
    height: 20px;
    background-color: #e30000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.header .sitemapmenu-hover {
    width: 933px;
    height: 400px;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 2px rgba(143, 143, 143, 0.5);
    overflow-y: scroll;
    display: none; 
    padding: 0px 20px;
}
.header .sitemapmenu-hover.active {
	display: block;
}
.header .sitemapmenu-hover>.ul-items>.ul-li-items {
    font-size: 0;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}
.header .sitemapmenu-hover .ul-items .ul-li-items .left {
    width: 15%;
    display: inline-block;
    vertical-align: top;
}

.header .sitemapmenu-hover .ul-items .ul-li-items .left .moreitems-title{

}
.header .sitemapmenu-hover .ul-items .ul-li-items .left .moreitems-title a{
	font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    text-align: left;
    color: #4a4a4a;
    position: relative;
    display: block;
    padding: 0px 25px;
}
.header .sitemapmenu-hover .ul-items .ul-li-items .right {
    width: 85%;
    display: inline-block;
    vertical-align: top;
}
.header .sitemap-block .sitemapmenu-hover .hwa-c-2>.ul-items {
    font-size: 0;
    padding: 0px;
}

.header-container div.sub-nav{
	position: absolute;
	right: 0;
	top: 5px;
}
.header-container div.sub-nav .sub-nav-ul{
	
}
.header-container div.sub-nav .sub-nav-ul .sub-nav-ul-li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 3px;
	border-right: 1px solid #4a4a4a;
}

.header-container div.sub-nav .sub-nav-ul>li:last-child{
	border-right: 0;
    line-height: 2.5rem;
}
.header-container div.sub-nav .sub-nav-ul .sub-nav-ul-li .sub-nav-link{
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.3px;
	text-align: left;
	color: #4a4a4a;
}

.header-container div.sub-nav .sub-nav-ul .sub-nav-position-4 {
    border: 0;
}

.header-container div.sub-nav .sub-nav-ul .sub-nav-position-5 a{
	color: #1f277c;
	font-weight: bold;
}
.header-container div.sub-nav .sub-nav-ul .select-block{

}
.header-container div.sub-nav .sub-nav-ul .select-block select {
    border-radius: 25px;
    background-color: #f6f6f6;
    border: none;
    margin: 0 auto;
    padding: 5px 10px;
    height: 33px;
    color: #4c4c4c;
    display: block;
    font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.2px;
	text-align: left;
	color: #717171;
}

.sub-nav-log-out {
	position: absolute;
	right: 20px; /* 2022/05/12 登出改至右邊 */
	color: #4c4c4c;
}

.header-container div.sub-nav .sub-nav-ul .k-form-row .left {
    display: none;
}

.header-container .bottom-nav{
	display: none;
}

/*
.header-container .megamenu-hover{
	display: none;
	width: 933px;
	min-height: 198px;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 99;
  	background-color: rgba(255,255,255,0.9);
}


.header-container nav.big-nav .big-nav-ul li:hover .megamenu-hover{
	display: block;
}
*/
.controlfont{
	font-size: 16px;
}

.controlfont .ul-items{
	font-size: 0;
}
.controlfont .ul-items .ul-li-items{
	display: inline-block;
	vertical-align: bottom;
	padding: 0 5px;
}
.controlfont .ul-items .ul-li-items a{
	display: block;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	font-family: Arial;
	background-color: #bebec0;
}
.controlfont .ul-items .ul-li-items a.active{
	background-color: #1f277c;
}
.controlfont .ul-items .sfs a{
	font-size: 12px;
	line-height: 12px;
	padding: 3px 4px 2px 4px;
}
.controlfont .ul-items .mfs a{
	font-size: 16px;
	line-height: 16px;
	padding: 3px 5px 2px 5px;
}
.controlfont .ul-items .lfs a{
	font-size: 20px;
	line-height: 20px;
	padding: 3px 6px 2px 6px;
}


.content{
	position: relative;
	width: 100%;
	background-color: #f6f6f6;
    min-height: calc(100vh - 90px);
}

.content .breadcrumbarea{
	position: relative;
	max-width: 1200px;
	margin: auto;
	box-sizing: border-box;
	padding: 20px 0 0 20px;
	background-color: #fff;
}
.content .breadcrumbarea .breadcrumb{
	background-color: transparent;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 0 0 10px 0;
}
.content .breadcrumbarea .breadcrumb li{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.6px;
	text-align: left;
	color: #4a4a4a;
	display: inline-block;
	vertical-align: top;
}
.content .breadcrumbarea .breadcrumb li.active{
	color: #1f277c;
	font-weight: bold;
}
.content .breadcrumbarea .breadcrumb>li+li:before{
	content: '>';
	padding: 0 5px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.6px;
	text-align: left;
	color: #4a4a4a;
}
.content .breadcrumbarea .breadcrumb li a{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.6px;
	text-align: left;
	color: #4a4a4a;
}

.content .fast-block{
	position: relative;
	max-width: 1200px;
	margin: auto;
    right: 20px;
}

.content .fast-block .fast-menu-position{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 135px;
	right: 0;
	z-index: 1;
}

.content .fast-block .site-map-position{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 135px;
	right: 140px;
	z-index: 1;
}
.fast-btn{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.6px;
	text-align: right;
	color: #4a4a4a;
	display: block;
	padding: 10px 20px;
	background-color: #fff;
}

.fast-btn:hover {
    background-color: #97978d;
    color: #fff !important;
}
.main-page{
	/*border: 1px solid #00f;*/
}
/*banner廣告輪播器*/
.banner-block{
	position: relative;
	width: 100%;
    height: 80vh;
    max-height: 600px;
}
.banner-block .banner-width1200{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
	height: 100%;
}
@media only screen and (max-width: 768px) {
    .banner-block{
        height: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-block{
        height: 65vh;
    }
}
@media only screen and (mix-width: 992px) {
    .banner-block{
    }
}

.banner-large-block{
	position: relative;
	width: 100%;
	height: auto;
	/*border: 5px solid #0f0;*/
}
.banner-large{
	position: relative;
	width: 100%;
	height: 760px;
	/*border: 5px solid #fc0;*/
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.banner-large img{
	width: 100%;
}

.banner-m-block{
	position: relative;
	width: 100%;
	height: 130px;
	/*border: 5px solid #0f0;*/
}
.banner-m{
	position: relative;
	width: 100%;
	height: 130px;
	/*border: 5px solid #fc0;*/
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    background-image: url('/nConsumerBank/Content/img/hwatai-2.png');
}
.banner-m img{
	width: 100%;
}

.banner-info-block{
	position: absolute;
	/*border: 5px solid #fc0;*/
	margin: auto;
	width: 100%;
	height: auto;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner-info-position{
	position: relative;
	max-width: 1200px;
	/*border: 5px solid #0cf;*/
	margin: auto;
	height: 100%;
}

.banner-info-block .slogan-block{
	width: 350px;
  	margin: auto auto auto 0;
  	position: absolute;
  	top: 460px;
}
.banner-info-block .slogan-block .title{
	padding-bottom: 10px;
}
.banner-info-block .slogan-block .title p{
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.53;
	letter-spacing: 4.2px;
	text-align: left;
	color: #e30000;
	text-shadow: 0 1px 10px rgba(255, 255, 255, 0.72);
}
.banner-info-block .slogan-block .txt{

}
.banner-info-block .slogan-block .txt p{
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2.1px;
	text-align: left;
	color: #4a4a4a;
	text-shadow: 0 1px 10px rgba(255, 255, 255, 0.72);
}

.banner-info-block .before-right-login-block {
	width: 355px;
	padding: 15px 28px;
	background-color: #ffffff;
	box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.15);
	margin: auto 0 auto auto;
	position: fixed;
	top: 50px;
	right: 5%;
	z-index: 100;
	line-height: 0.2rem;
	visibility:hidden;
}


.banner-info-block .before-right-login-block .input-block{
	position: relative;
	margin-bottom: 7px;
}
.banner-info-block .before-right-login-block .input-block label{
    font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.4px;
	text-align: left;
	color: #717171;
    background-color: #f6f6f6;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 10px;
    margin-bottom: 0;
    transition: 0.05s;
}
.banner-info-block .before-right-login-block .input-block label.active{
	top: -10px;
	background-color: transparent;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: left;
	color: #9b9b9b;
}
.banner-info-block .before-right-login-block .input-block input{
	border-radius: 25px;
  	background-color: #f6f6f6;
  	border: none;
	padding: 5px 45px 5px 15px;
	height: 40px;
	color: #666666;
	display: block;
	width: 100%;
	font-size: 14px;
}
.banner-info-block .before-right-login-block .input-block input:focus{
	outline: none;
	box-shadow: 0 0 0 0.2rem #2f01cd;
}
.banner-info-block .before-right-login-block .input-block.cusnum{
	position: relative;
}
.banner-info-block .before-right-login-block .input-block.cusnum a{
	position: absolute;
	right: 20px;
	top: 10px;
	width: 20px;
	height: 20px;
	background-size: cover;
	background-position: center;
}
.banner-info-block .before-right-login-block .form-items{
	display: table;
	width: 100%;
}
.banner-info-block .before-right-login-block .k-col-7{
	display: table-cell;
	vertical-align: top;
	width: auto;
}
.banner-info-block .before-right-login-block .k-col-5{
	display: table-cell;
	vertical-align: top;
	width: 126px;
	padding-left: 20px;
}
.banner-info-block .before-right-login-block .k-col-5 img{
	width: 106px;
	height: 38px;
	background-color: #d8d8d8;
}
.banner-info-block .before-right-login-block .login-qa{
	text-align: center;
	padding-top: 0.2rem;
}
.banner-info-block .before-right-login-block .login-qa .ul-items{
	font-size: 0;
}
.banner-info-block .before-right-login-block .login-qa .ul-items + .ul-items{
	padding-top: 10px;
}
.banner-info-block .before-right-login-block .login-qa .ul-items .ul-li-items{
	border-left: 1px solid #717171;
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
}
.banner-info-block .before-right-login-block .login-qa .ul-items .ul-li-items:first-child{
	border-left: 0; 
}
.banner-info-block .before-right-login-block .login-qa .ul-items .ul-li-items a{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.2px;
	text-align: left;
	color: #717171;
}
.banner-info-block .before-right-login-block .login-qa .ul-items .ul-li-items a:hover{
	font-weight: bold;
  	color: #1f277c;
}


.content-block-all{
	position: relative;
	/*border: 5px solid #0f0;*/
}

.content-block-all .structure-section{
	margin: 1% 5% 3% 5%;
    box-sizing: border-box;
}

.content-block-all .structure-section-1{
	background-color: #f6f6f6;
}

.content-block-all .structure-section-2 + .structure-section-3{
	margin-top: 0;
	padding-top: 20px;
}


.section-block{
	/*border: 5px solid #fc0;*/
	margin: 0 auto;
    padding: 0;
	height: 100%;
}
.section-block.section-in-banner{
	position: relative;
	top: -125px;

}
.section-block-1440{
	max-width: 1440px;
	/*border: 5px solid #fc0;*/
	margin: auto;
	overflow: hidden;
}

.warning-better-device-block{
	display: none;
}

/* 小幫手 */

#hwa-helper-btn {
    position: fixed;
    top: 60px;
    right: 1%;
    width: 50px;
    height: 50px;
    background: url(/nConsumerBank/Content/img/Q&A.png) no-repeat center;
    background-size: contain;
    color: #fff;
    z-index: 99;
}

#hwa-helper-block {
    display: none;
    position: fixed;
    top: 250px;
    right: 2%;
    width: 300px;
    height: 400px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    z-index: 99;
}

#hwa-helper-title {
    background-color: #B3E3F9;
    color: #4c4c4c;
}

#hwa-helper-title p {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: bold;
}
#hwa-helper-title i {
    float: right;
}
.hwa-helper-list {
            padding: 3% 15%;
        }
.hwa-helper-list:hover{
    background-color:#fffcf7;
}
.hwa-helper-list i {
    float: left;
}
.hwa-helper-text {
            display: inline-block;
            font-size: 1.5rem;
            
        }

/* 匯利率 幣別欄位 */
.rate-cusnum {
    text-align: left !important;
    padding-left: 5% !important;
}

/* 我的最愛 */
.myfavourite-menu-position{
	margin: 0;
	padding: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.favourite-list-ul {
    text-align: right;
}

.favourite-list-ul li {
    margin: 10px 0;
}

.favourite-list-ul li a {
    color: #fff;
    font-size: 1.25rem;
    line-height:2.5rem;
}
.footer {
	/*border: 5px solid #f00;*/
	background-color: #CC1424;
}
.footer-info{
	/*border: 3px solid #fc0;*/
	margin: auto;
	position: relative;
	padding: 15px 10px;
}
.footer-info .info-block .info-block-L{
	position: absolute;
	left: 25%;
	top: 10px;
	bottom: 0;
	margin: auto;
	width: 56px;
	height: 56px;
}
.footer-info .info-block .info-block-L .pic img{
	width: 56px;
	height: 56px;
}
    .footer-info .info-block .info-block-R {
        /*padding-left: 15%;*/
        text-align: center;
    }
    .footer-info .info-block .info-block-C {
        position: absolute;
        left : 70%;
        top: 10px;
        bottom: 0;
        margin: auto;
        width: 56px;
        height: 56px;
    }
.footer-info .info-block .info-block-R .txt {
	max-width: 1200px;
	margin: auto; 
	padding: 0px 20px;
}
.footer-info .info-block .info-block-R .txt p{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.2px;
	color: #ffffff;
}


.footer-info .info-block .ga-scroll-top-btn{
	display: inline-block;
	right: 5px;
	bottom: 70px;
	z-index: 20;
	width: 40px;
	height: 40px;
	background-color: transparent;
	box-shadow: none;
	border: 0;
	position: absolute;
}
.footer-info .info-block .ga-scroll-top-btn a{
	display: block;
}
.footer-info .info-block .ga-scroll-top-btn a .btn{
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-image: url('../img/hwatai-25.png');
	background-position: center;
	background-size: cover;
}

.footer-info .info-block .ga-scroll-top-btn:after{
	display: none;
}

.footer-info .info-block .ga-scroll-top-btn a .txt p{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.4px;
	text-align: center;
	color: #4a4a4a;
}


.modal-header{
	display: block;
	padding: 20px 0; 
}
.modal-body{
	display: block;
	padding: 0;
}
.modal-footer{
	display: block;
}


.displaynone{
	display: none !important;
}

.header-container .big-nav-ul-li-div .hwa-c-2>.ul-items {
	    margin: 0 auto;
}

/* mobile */
@media only screen and (max-width: 768px) {
    .header{
		height: 50px !important;
		background-color: #fff;
	}
    .header.active{
	    background-image: none;
    }
	.header-container .header-container-LOGO {
		position: static;
		padding-top: 25px;
	}
    .header-container .header-container-LOGO a.desk-logo img{
		width: 105px;
	}
    .header-container .mobile-LR-btn .infobtn{
		right: 64px;
		top: 25px;
	}
	.header-container .mobile-LR-btn .burgerbtn {
		left: 20px !important; /* 2022/5/12 漢堡條改至左邊 */
		top: 25px !important;
	}

	.header-container nav.big-nav .big-nav-ul > li > a > p {
	    max-width: none;
    	margin: 0 30px;
	}


	.header-container div.sub-nav .sub-nav-ul .sub-nav-position-4 {
		padding-bottom: 0;
	}
	.header-container div.sub-nav .sub-nav-ul .sub-nav-position-5 a {
		width: 120px;
    	margin: 0 5px;
	}

    /* Banner remove */
    .banner-m-block {
        display: none;
    }
    /* 小幫手小版移至下方 */
    #hwa-helper-btn {
        position: absolute;
    top: unset;
    bottom: 0;
    right: 45%;
    width: 40px;
}

    .content{
		padding-top: 50px;
        min-height: calc(100vh - 50px);
	}
    .content .breadcrumbarea{
		padding: 20px 10px 0 10px;
	}
    .banner-large-block{
	    height: 550px;
    }
    .banner-large{
		height: 583px;
	}

    .banner-info-block{
		position: relative;
		height: auto;
	}

    .banner-info-block .before-right-login-block{
		top: 0;
		right: auto;
        width: 100%;
		padding: 25px 20px;
	}

    #hwa-helper-block {
        top: 51px;
        right: 0;
        left: 0;
        width: 90%;
        height: 60%;
        margin: 0 auto;
    }
    .footer {
        background-color: #CC1424;
    }
    .footer-info {
        min-height: 50px;
    }
    .footer-info .info-block .info-block-L {
        width: auto;
        height: auto;
    }
    .footer-info .info-block .info-block-L .pic img{
	    width: 40px;
	    height: 40px;
    }
    .footer-info .info-block .info-block-R {
        display: none;
    }
	.footer-info .info-block .info-block-R .txt p{
		font-size: 12px;
		letter-spacing: 1px;
		text-align: left;
	}
    /*麵包屑旁的快速選單*/
    .content .fast-block{
		display: none;
	}
/* 匯利率 幣別於mobile*/
.rate-cusnum {
    text-align: center !important;
    padding: 15px 10px !important;
}
}



/* tablet */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .header{
		height: 70px;
		background-color: #fff;
	}
    .header.active{
        background-image: none;
        height: 70px;
    }
    .header-container{
		max-width: 960px;
	}
    
    .header-container .header-container-LOGO{
        position: static;
        padding-top: 25px;
    }

    .header-container .header-container-LOGO a.desk-logo img{
		width: 150px;
	}
    .banner-large-block{
	    height: 550px;
    }
    .banner-info-block{
		position: absolute;
		height: auto;
	}

    .banner-info-block .before-right-login-block {
        top: 10%;
        right: 8%;
        width: 100%;
        max-width: 355px;
    }
    .content{
		padding-top: 50px;
	}
    
    .footer-info .info-block .info-block-L .pic img{
	    width: 43px;
	    height: 43px;
    }
    .footer-info .info-block .info-block-R .txt p{
		font-size: 12px;
		letter-spacing: 1px;
		text-align: center;
	}
    #hwa-helper-btn {
        top: 75px;
    }
}

/* mobile and tablet*/
@media only screen and (max-width: 992px) {
    .mobilenone {
        display: none !important;
    }
    .header-container .header-container-LOGO a.desk-logo {
        width: 110px;
        margin: 0 auto;
    }
    .header-container .header-content.collapse {
		display: none;
	}

	.header-container .header-content.collapse.show {
		display: block;
	}
    .header-container .header-content {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100vh;
        overflow-x: hidden;
    	overflow-y: auto;
	    z-index: 1050;
	    background-color: #fff;
	}
    .header-container nav.big-nav{
		position: static;
	}
    .header-container nav.big-nav .big-nav-ul {
        width: 100%;
    }
    .header-container nav.big-nav .big-nav-ul > li {
	    display: block;
	    border-bottom: 1px dashed #d8d8d8;
	}
    .header-container nav.big-nav .big-nav-ul > li > a > p {
		position: relative;
	    max-width: 528px;
	    margin: auto;
        font-size: 16px;
	    font-weight: bold;
	    font-style: normal;
	    font-stretch: normal;
	    line-height: normal;
	    letter-spacing: 1.3px;
	    text-align: left;
	    color: #4a4a4a;
	}
    .header-container nav.big-nav .big-nav-ul > li > a:hover > p {
		color: #fff;
	}
	.header-container nav.big-nav .big-nav-ul > li > a > p:after {
	    content: '';
	    position: absolute;
	    top: 10px;
	    right: 0px;
	    width: 8px;
	    height: 8px;
		background-image: url(../img/riar-01.png);
	    background-position: center;
	    background-repeat: no-repeat;
	}
    .header-container nav.big-nav .big-nav-ul > li > a[data-toggle="collapse"][aria-expanded="true"],
	.header-container nav.big-nav .big-nav-ul > li > a:hover {
		background-color: #1f277c;
	}
	.header-container nav.big-nav .big-nav-ul > li > a:hover > p:after {
	    background-image: url(../img/arrowup_whitesmoke.png);
	    transform: rotate(90deg);
	}
	.header-container nav.big-nav .big-nav-ul > li > a[data-toggle="collapse"][aria-expanded="true"] > p:after {
	    background-image: url(../img/arrowup_whitesmoke.png);
	    transform: rotate(0deg);
	}
    .header-container nav.big-nav .big-nav-ul > li > .big-nav-ul-li-div {
	    position: static;
    }
    .header-container .big-nav-ul-li-div .hwa-c-2 > .ul-items > .ul-li-item{
		display: block;
		width: auto;
		padding: 0;
		padding-bottom: 20px;
	}


    .header-container div.sub-nav{
        display: none;
	}
    .header-container div.sub-nav .sub-nav-ul {
		position: relative;
	    padding-bottom: 41px;
	}

    .header-container div.sub-nav .sub-nav-ul .sub-nav-ul-li {
		display: block;
		text-align: center;
	}
    

	.header-container div.sub-nav .sub-nav-ul .sub-nav-position-1 {
	    position: absolute;
	    bottom: 0;
	    width: 100%;
        margin-top:40px;
	    padding: 0;
	}
    .header-container div.sub-nav .sub-nav-ul .sub-nav-position-2 {
	    position: absolute;
        bottom: -50px;
	    width: 100%;
        margin-top: 50px;
	    padding: 0;
	}
    .header-container div.sub-nav .sub-nav-ul .sub-nav-position-3 {
	    position: absolute;
        bottom: -100px;
	    width: 100%;
        margin-top: 50px;
	    padding: 0;
	}
    .header-container div.sub-nav .sub-nav-ul .sub-nav-position-4 {
		max-width: 220px;
    	margin: auto;
        padding: 10px 0px 10px 0px;
    }
    .header-container div.sub-nav .sub-nav-ul .sub-nav-position-5 {
	    padding: 10px 0 20px 0;
	}


	.header-container div.sub-nav .sub-nav-ul .sub-nav-ul-li .sub-nav-link {
	    font-size: 16px;
	    font-weight: normal;
	    font-style: normal;
	    font-stretch: normal;
	    line-height: normal;
	    letter-spacing: 1.3px;
	    text-align: center;
	    color: #ffffff;
	    display: block;
	    background-color: #4a4a4a;
	    padding: 10px 0;
	}
	
	
	
	.header-container div.sub-nav .sub-nav-ul .sub-nav-ul-li-5 a {
	    display: inline-block;
	    margin: 0 25px;
	    padding: 10px 4px;
	    width: 161px;
	    border-radius: 25px;
	    line-height: 20px;
	    letter-spacing: 1.4px;
	    font-size: 16px;
	    font-weight: 500;
	    color: #ffffff;
	    text-decoration: none;
	    text-align: center;
	    background-color: #e30000;
	    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.2);
	}


    /*k-form-row 還沒整理 */
    .header-container div.sub-nav .sub-nav-ul .k-form-row {
	    display: table;
	    width: 100%;
	    padding-bottom: 20px;
	}
	.header-container div.sub-nav .sub-nav-ul .k-form-row .left {
        display: table-cell;
	    vertical-align: middle;
	    width: 80px;
	}
	.header-container div.sub-nav .sub-nav-ul .k-form-row .left p {
        font-size: 16px;
	    font-weight: bold;
	    font-style: normal;
	    font-stretch: normal;
	    line-height: normal;
	    letter-spacing: 1.6px;
	    text-align: right;
	    color: #4a4a4a;
	}
	.header-container div.sub-nav .sub-nav-ul .k-form-row .right {
        display: table-cell;
	    vertical-align: middle;
	    width: auto;
	    padding-left: 20px;
	}
	.header-container div.sub-nav .sub-nav-ul .k-form-row .right .select-block {
	    width: 100%;
	}
	.header-container div.sub-nav .sub-nav-ul .k-form-row .right .select-block select {
	    height: 40px;
	    padding-left: 15px;
	    width: 100%;
	}

    /* mobile 下方 nav 刪除
    .header-container .bottom-nav{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 25;
		display: block;
	}
	.header-container .bottom-nav .bottom-nav-ul{
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.header-container .bottom-nav .bottom-nav-ul .bottom-nav-ul-li{
		display: table-cell;
		vertical-align: top;
		width: auto;
		background-color: #4a4a4a;
		text-align: center;
		border-right: 1px solid #d8d8d8;
	}
	.header-container .bottom-nav .bottom-nav-ul .bottom-nav-ul-li a{
		padding: 8px 0px; 
		display: block;
		height: 60px;
	}
	.header-container .bottom-nav .bottom-nav-ul .bottom-nav-ul-li:hover a{
		background-color: #e30000;
	}
	.header-container .bottom-nav .bottom-nav-ul .bottom-nav-ul-li a img{
		display: block;
		margin: auto;
	}
	.header-container .bottom-nav .bottom-nav-ul .bottom-nav-ul-li a p{
		display: block;
		font-size: 12px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 1.4px;
		text-align: center;
		color: #ffffff;
		margin-top: 7px;
	}*/

    /*麵包屑*/
	.content .breadcrumbarea{
		padding: 20px 30px 0 30px;
		background-color: transparent;
	}
	.content .breadcrumbarea .breadcrumb{
		padding: 20px 30px 0 30px;
		background-color: #FFF;
	}

    
}

/* desktop */
@media only screen and (min-width: 992px) {
    .footer-info .info-block .info-block-R .txt p{
		text-align: center;
	}
}

/* 舊版的menu文字大小 */
@media only screen and (min-width: 320px) and (max-width:1199px) {
	.header-container nav.big-nav .big-nav-ul li > a{
		font-size: 14px;
		line-height: 1.93;
		letter-spacing: 1.1px;
	}
	.header-container nav.big-nav .big-nav-ul li>a>p{
		font-size: 14px;
		line-height: 1.93;
		letter-spacing: 1.1px;
	}
	
}

/* 漢堡 */

.header-container .mobile-LR-btn{
		position: absolute;
		width: 100%;
		display: block;
}
.header-container .mobile-LR-btn .infobtn{
		display: block;
		position: absolute;
		top: 24px;
		right: 90px;
		margin: auto;
		width: 24px;
		height: 22px;
		z-index: 10;
}
.header-container .mobile-LR-btn .burgerbtn{
		display: block;
		position: absolute;
		top: 24px;
		left: 20px;  /* 2022/05/12 漢堡條移至左邊 */
		margin: auto;
		width: 24px;
		height: 22px;
		z-index: 10;
}
.header-container .header-content.collapse.show {
		display: block !important;
}

@media only screen and (min-width: 320px) and (max-width:1023px) {

    

    .header-container.morebtnn nav.big-nav .big-nav-ul {
        padding: 0;
    }

    .header-container.morebtnn .sitemap-block {
        display: none;
    }

    .header-container .sitemap-block {
        display: none;
    }
}
	
/*登入後，我的快速選單*/

@media only screen and (min-width: 320px) and (max-width:1023px) {
	
}


/*banner slogan*/
@media only screen and (min-width: 320px) and (max-width:1023px) {
	
	
	.banner-info-block .slogan-block{
		top: 400px;
		left: 40px;
	}
}
@media only screen and (min-width: 320px) and (max-width:767px) {
    .banner-info-block .slogan-block {
        top: -75px;
        left: auto;
        right: 10px;
    }
    .banner-info-block .slogan-block .title{
		padding-bottom: 3px;
	}
	.banner-info-block .slogan-block .title p{
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 2.8px;
		text-align: right;
		line-height: 32px;
	}
	.banner-info-block .slogan-block .txt p{
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1.6px;
		text-align: right;
		color: #4a4a4a;
	}
}

@media only screen and (max-width: 1023px){
	.section-block.section-in-banner{
		top: -25px;
	}

}

.big-nav .big-nav-ul .big-nav-ul-li.big-nav-ul-li-none {
	display:none;
}

@media only screen and (min-width: 320px) and (max-width:768px){
	.big-nav .big-nav-ul .big-nav-ul-li.big-nav-ul-li-none {
		display:block;
	}
}

/*2022/11/14 add*/
.ScamWarning {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.ScamWarning1 {
	margin-bottom: 10px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.ScamWarning {
		margin-bottom: -15px;
	}

	.ScamWarning1 {
		margin-top: -10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ScamWarning {
		margin-bottom: -15px;
	}

	.ScamWarning1 {
		margin-top: -5px;
	}
}

@media only screen and (min-width: 992px) {
	.ScamWarning {
	}

	.ScamWarning1 {
	}
}
