html{
	font-size: 14px;
}
a{
	text-decoration: none;
}
.header{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 11;
	padding: 8px 0px;
	width: 100%;
	height: 60px;
	background-color: #FFF;
}

.header .logo{
	width: 120px;
}

.header .logo img{
	width: 100%;
}
.topNav{
	padding-top: 4px;
	display: grid;
}
.topNav .userNav{
	position: relative;
	z-index: 11;
	display: flex;
	justify-self: right;
}
.topNav ul.userNav{
	list-style: none;
}
.topNav  ul.userNav li.singleItem{

	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	padding: 3px 0px;
	border: 1px solid rgba(204, 204, 204, 1);
	margin-right: 10px;
	border-radius: 16px;
}
.topNav ul.userNav li.singleItem > a{
	position: relative;
	font-family: Inter;
	text-decoration: none;
	color: #000;
	font-size: 0.75rem;
}
.topNav ul.userNav li.singleItem .dropdown{
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 500px;
	background-color: #FFF;
	list-style: none;
	botder-bottom: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.topNav ul.userNav li.singleItem .dropdown.open{
	display: block;
}
.topNav ul.userNav li.singleItem .dropdown li{
	display: inline-block;
	width: 100px;
	padding: 5px 0px;
}
.topNav ul.userNav li.singleItem .dropdown li a{
	font-family: Inter;
	font-size: 1rem;
	display: inline-block;
	font-weight: 600;
	width: 100%;
	padding: 5px 20px;
	color: #707070;
	text-decoration: none;
	border-right: 1px solid #DBDBDB;
}
.topNav ul.userNav li.singleItem .dropdown li:last-child a{
	border-right: 0px;
}
.topNav ul.userNav li.singleItem .dropdown li a.active{
	color: #333;
}

.topNav ul.userNav .siteIcon{
	position: relative;
	top: 3px;
}

.siteIcon{
	display: inline-block;
	width: 13px;
	height: 13px;
}
.iconSearch{
	background: url(../img/icon_search.svg) center center no-repeat;
	background-size: contain;
}
.iconSearchPrimary{
	background: url(../img/icon_search_brown.svg) center center no-repeat;
	background-size: contain;
}
.iconUser{
	background: url(../img/icon_user.svg) center center no-repeat;
	background-size: contain;
}
.iconReload{
	background: url(../img/icon_reload.svg) center center no-repeat;
	background-size: contain;
}
.iconEye{
	background: url(../img/icon_eye_disabled.svg) center center no-repeat;
	background-size: contain;
}
.iconEyeDisable{
	background: url(../img/icon_eye_disabled.svg) center center no-repeat;
	background-size: contain;
}
.iconArrow{
	background: url(../img/icon_arrow.svg) center center no-repeat;
	background-size: contain;
}
.iconInfo{
	background: url(../img/icon_info.svg) center center no-repeat;
	background-size: contain;
}
.iconCal{
	background: url(../img/icon_cal.svg) center center no-repeat;
	background-size: contain;
}
.iconLeft{
	background: url(../img/icon_left.svg) center center no-repeat;
	background-size: contain;
}
.iconRight{
	background: url(../img/icon_left.svg) center center no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}
.iconHamburger{
	background: url(../img/icon_hamburger.svg) center center no-repeat;
	background-size: contain;
}

.footer{
	background-color: #FFF;
	width: 100%;
	height: 80px;
	padding: 10px 0px;
}

.footer .copyright{
	width: 100%;
	font-size: 0.8125rem;
	text-align: center;
}

.wrapper{
	padding-top: 60px;
	width: 100%;
	min-height: 600px;
}


.msgModal .modal-content{
	border: 0px;
	padding: 20px;
	box-shadow: 0px 0px 11.1px 0px #00000033;

}
.msgModal .modal-body{
	height: 120px;
	overflow-y: auto;
	border: 0px;
}

.msgModal .modal-body h2{
	font-size: 1.25rem;
	color: #CEA84D;
}

.msgModal .modal-body p{
	color: #8A8D8F;
	font-size: 0.9375rem;
}

.msgModal .modal-footer{
	border: 0px;
	justify-content: center;
}

.msgModal .modal-title{
	font-size: 1.75rem;
	color: #CEA84D;

}
.defaultModal .modal-header{
	border: 0px;
}
.defaultModal .modal-content{
	border: 0px;
	padding: 20px;
	box-shadow: 0px 0px 11.1px 0px #00000033;

}
.defaultModal .modal-body{
	height: 500px;
	overflow-y: auto;
	border: 0px;
}

.defaultModal .modal-body h2{
	font-size: 1.25rem;
	color: #CEA84D;
}

.defaultModal .modal-body p{
	color: #8A8D8F;
	font-size: 0.9375rem;
}

.defaultModal .modal-footer{
	border: 0px;
	justify-content: center;
}


.dropbackWrapper{
	display: none;
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
}

.primaryBtn{
	background: rgba(206, 168, 77, 1);
	font-size: 1.25rem;
	font-weight: 500;
	color: #FFF;
	padding: 10px 0px;
	text-align: center;
	border: 0px;
	border-radius: 5px;
}
.primaryLineBtn{
	border: 1px solid #CEA84D;
	color: #CEA84D;
	font-size: 1.125rem;
	background-color: transparent;
	padding: 6px 20px;
	border-radius: 5px;
}
.primaryGBtn{
	background: #F1F2F5;
	font-size: 1.25rem;
	font-weight: 500;
	color: #101820;
	padding: 10px 0px;
	text-align: center;
	border: 0px;
	border-radius: 5px;
}

.grayBtn{
	background: transparent;
	font-size: 1.25rem;
	font-weight: 500;
	color: #8A8D8F;
	padding: 9px 0px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #8A8D8F;
}

.copyright{
	font-size: 0.8125rem;
	font-weight: 500;
	font-family: "Noto Sans CJK TC";
	color: rgba(138, 141, 143, 1);
}

.otherWrapper{
	
}
.homeWrapper{
	min-height: 650px;
	padding: 100px 30px;
	display: flex;
	justify-content: center;
}
.homeWrapper>div{
	align-self: center;
	text-align: center;
}
.homeWrapper h1{
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #CEA84D;
	font-family: "Noto Sans CJK TC";
	margin-bottom: 25px;
}
.homeWrapper .primaryBtn{
	font-size: 1rem;
	font-weight: 700;
	width: 200px;
	text-align: center;
	color: #FFF;
	font-family: "Noto Sans CJK TC";
	margin-bottom: 35px;
}
.responseBlock{
  width: 90%;
  margin: 0 auto;
  padding: 150px 0px;
  text-align: center;
  color: #989898;
  font-size: 1.5rem;
  font-weight: 400;
}
.responseBlock img{
  width: 60px;
  margin-bottom: 15px;
}
.responseBlock p{
	margin-bottom: 35px;
}
.responseBlock .primaryBtn{
	display: inline-block;
	width: 100px;
}
.responseBlock .grayBtn{
	display: inline-block;
	width: 100px;
	margin-right: 10px;
}
.responseBlock .primaryBtn:hover{
	color: #FFF;
}
.responseBlock .grayBtn:hover{
	color: #333;
}

.noPadding-r{
	padding-right: 0px;
}

.noPadding-l{
	padding-left: 0px;
}
.wd-120{
	width: 120px;
}
.wd-200{
	width: 200px;
}

.mt-15{
  margin-top: 15px;
}

.mr-20{
	margin-right: 20px;
}

p.gray{
	color: #8A8D8F;
}

body.dollar{
	background: url(../img/background.png) right bottom no-repeat;
	background-size: 200px;
}