
@import url("dehwa-header.css");
@import url("revise.css");


body {
    background: url("../img/index/body-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    position: relative;
    padding-top: 0;
}

.bg {
    background-color: rgba(255,255,255,0.8);    
}
header {
    padding-top: 70px; 
}


/*========================================================
                      	 標題設定
=========================================================*/


.s-header {
    text-align: center;
    overflow: hidden;
}
.s-header span.line {
    background-color: #ddd;
    height: 1px;
    width: 28%;
    font-size: 2rem;
    display: inline-block;
    position: relative;
    margin: 5px auto 18px;
}
.s-header span.line:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 50px;
    background-color: #143558;
    top: -2px;
    border-radius: 30px;
    left: 50%;
    margin-left: -28px;
}

.h2-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

.h4-title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 30px;
}
.h4-title span {
  display: block;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 3px dotted #d3d0d0;
}
.h4-title span:after {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #0c578f;
  background-image: -o-linear-gradient(315deg, #0c578f 0%, #9abdd2 100%);
  background-image: linear-gradient(135deg, #0c578f 0%, #9abdd2 100%);
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 1;
  border-radius: 3px;
}


/*========================================================
                         隱私權聲明
=========================================================*/

.policy h4 {
	margin: 0 0 20px 0;
	color: #143558;
}
.policy h4:before {
    font-family: 'Font Awesome 5 free';
    content: "\f02e";
    font-weight: 900;
	margin-right: 10px;
	color: #143558;
	font-size: 1.4rem;
}
.policy ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.policy ul ul {
	margin: 0 0 0 2rem;
}

.policy-item {
    margin-bottom: 40px;
}


/*========================================================
                          footer
=========================================================*/

.footer-copyright {
    background-color: #112c4a;    
    color: #fff;
    position: relative;
    padding: 10px;
    font-size: 1rem;
    text-align: center;
}
.footer-copyright p {
    margin: 0;
}
.footer-copyright span {
    display: inline-block;
    margin: 0 20px;
}
.footer-copyright a {
    color: #fff;
}
.footer-copyright a:hover {
    color: #bfb8ae;
}

