@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif,Times New Roman,"儷黑 Pro","LiHei Pro","文泉驛正黑","WenQuanYi Zen Hei",sans-serif,'Noto Sans TC',Microsoft JhengHei;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
	list-style:none;

}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
  font-size:14px;
}

@media (max-width: 767px) {
  html, body {
    font-size: 10px;
  }
}


/****************\
* IMG
\****************/
.href-link .icon-service {
  background-image: url(../img/icon-notice.png);
}

.href-link .icon-location {
  background-image: url(../img/icon-location.png);
}

.menu-nav {
  background-image: url(../img/index/nav_bg.png);
}



/**Nav**/
.menu-bar {
  position: fixed;
  height: 76px;
  width: 100%;
  background-color: #fff;
  border-bottom: #d72a17 6px solid;
  z-index: 999;
}

.menu-bar .logo {
  position: absolute;
  top: 18px;
  left: 23px;
}

@media only screen and (max-width: 736px) {
  .menu-bar .logo {
    left: calc(50% - 76px);
  }
}

.menu-bar .logo img {
  width: 152px;
  height: 45px;
}

.menu-bar .href-link {
  display: block;
  position: absolute;
  right: 5px;
  top: 37px;
}

@media only screen and (max-width: 736px) {
  .menu-bar .href-link {
    display: none;
  }
}

.menu-bar .href-link ul li {
  display: inline-block;
}

.menu-bar .href-link ul li:first-child {
  margin-right: -3px;
  border-right: #979797 1px solid;
}

.menu-bar .href-link ul li:nth-child(2) a {
  padding-left: 52px;
}

.menu-bar .href-link ul li a {
  position: relative;
  display: block;
  color: #888888;
  text-decoration: none;
  padding: 0px 30px 0px 36px;
}

.menu-bar .href-link ul li .icon {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-size: 100%;
  left: 10px;
  top: 0px;
}

.menu-bar .href-link ul li .icon-location {
  left: 28px;
}

.menu-bar .href-link ul li .txt-href {
  display: block;
  font-size: 1rem;
}


/**通用**/
img {width: 100%}

.content-container {
  padding-top: 76px;
  padding-bottom:0px;
  min-height:calc(100vh - 140px);
  overflow: hidden;
}

@media only screen and (max-width:768px) {
	.content-container {
  padding-bottom: 0;
  min-height:calc(100vh - 125px);
}
}
.section {
  padding: 1rem 0px;
}

.section .section-content {
	margin: 0 auto;
	max-width: 1080px;
	padding:0;
	color: #2CA6E0;
}

.content-area{
	max-width: 500px;
	margin-left: 0;
	margin-top: 4rem;
	margin-bottom: 4rem;
	padding: 3rem;
	background: #fff;
	border-radius: 30px;
	border: solid 5px #e0e2e2;
	-webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
}


@media only screen and (max-width:1024px) {
.section .section-content {
	max-width: 960px;
	padding: 2rem 2rem;
}
}

@media only screen and (max-width:768px) {
.section .section-content {
	margin: 0 auto;
	max-width: 640px;
}
.content-area{
	margin: 0 auto;
}

}


/**專案內容**/
.block-title{
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 2rem 0 0 0;
	font-size: 2.8rem;
	color: #000;
}
.mg-2{
	margin:2rem 0 0 0;
}

.block-title-2{
	display: block;
	margin:1rem 0 5rem 0;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.4;
	color: #3e3a39;
}

.block-p{
	display: block;
	margin:1rem 0;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.4;
	color: #3e3a39;
}

.btn{
	display: block;
	max-width: 450px;
	margin: 0 auto;
	padding-bottom: 3rem;	
	
}

@media only screen and (max-width:768px) {
.mg-2{
	margin:1.5rem 0 0 0;
}
.block-title{
	font-size: 2.4rem;
}
.block-title-2{
	font-size: 1.9rem;
}


.block-p{
	display: block;
	margin:0.7rem 0rem;
	font-size: 1.5rem;
	line-height: 1.4;
	color: #3e3a39;
}

}


.bg-b{
	background: url("../img/mortgage-bg.png"),#d6d5d1; 
	background-repeat  : no-repeat;
  background-position: bottom 20% right 10%;
}
@media only screen and (max-width:1366px) {
	.bg-b{
	background-position: bottom 20% right -30%;}
}
@media only screen and (max-width:1024px) {
	.bg-b{
	background-position: bottom 20% left -400%;}
}
@media only screen and (max-width:768px) {
	.bg-b{background:#d6d5d1;}
}


/**footer**/
footer {
  width: 100%;
  background-color: #254a91;
}

footer p {
  letter-spacing: 0.1em;
  padding: 20px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
 footer {
  padding-bottom: 0;
}
  footer p span {
    display: block;
  }
}


/*span*/
.focus {
	color: #FF0000;
	font-weight: normal;
}
.focus2 {
	color: #174E9D;
}


@media screen and (orientation: portrait) and (min-width:320px) and (max-width: 414px){

.notice > ul .wrapper > ol > li {
	font-family:Times New Roman,"儷黑 Pro","LiHei Pro","文泉驛正黑","WenQuanYi Zen Hei",sans-serif;
	font-weight:normal;}
}