/*icon*/
.LINE{position:fixed;right:0%;top:12%;z-index:1000;transform:scale(0.8);}
.phone{position:fixed;right:0%;top:20%;z-index:1000;transform:scale(0.8);}


@media(max-width:428px){
.LINE{position:fixed;right:0%;top:30%;z-index:1000;transform:scale(0.8);}
}
@media(max-width:428px){
.phone{position:fixed;right:0%;top:40%;z-index:1000;transform:scale(0.8);}
}


.column.right{display:none}
.column.left{width:100%}

body {
    color: #333;
    font-size: 16px;
    margin: 0;
}
a {
    color: #0a79bf;
    text-decoration: none;
}
a:hover {
    color: #3fcbea;
}
.row [class^="col-"] {
  padding:10px;
}

body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }





body {
margin:0px;
background:#f5f5f5;
background-repeat:repeat-x;
background-position:top;
background-image: url("https://static.iyp.tw/29644/files/c7c8931a-8b3f-4b3d-a880-7486a40a08f4.jpg");
    background-attachment: fixed;
}


/*調整logo位置*/
#logo, .modal .logo {
    padding: 20px 0 5px;
}

/*banner & 內文補白*/
#main-wrap {
    background-color: #fff;
    border: 0 solid #ddd;
    border-radius: 0;
    margin: 0 auto 20px;
    padding: 10px;
}

/*去banner圓角*/
#banner {
    background: rgba(0, 0, 0, 0) url("../images/banner.jpg") no-repeat scroll 0 0;
    border-radius: 0;
    height: 150px;
}

/*側邊去圓角*/
#side {
    border-radius: 0px;
    overflow: hidden;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.4);
    width: 22%;
}

#nav {
    background-color: #1d3059;
    border-radius: 0;
    overflow: hidden;
}

/*側邊欄+白底*/
#side .side-content .onedit {
    background: #fff none repeat scroll 0 0;
    padding: 0px;
}
/*側邊標題*/
#side .side-top h2 {
    color: #fff;
    font-size: 180%;
    line-height: 1;
    padding: 10px;
}


/*左側按鈕*/
.right-nav__title {
    background:#1d3059;
    height:32px;border-radius:0px;}

.right-nav a {background:#dfdfdf;
    border-bottom: 1px dashed #afaaaa;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;
  padding-left:12px;
  color:#000;
}
.right-nav a:hover {background:#223a70;
    border-bottom: 1px dashed #545350;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#fff;
}


/*聯絡訊息底色*/
#footer {
    background-color: #f5fffa;
    border-top: 1 solid #fff;
    clear: both;
    padding: 10px 0;
    width: 100%;
}
/*聯絡訊息*/
#foot-nav li a {
    color: #333;
    font-size: 12px;
}

#footer-service {
    display: none;
}


/*ser-top*/
.ser-top span.ser-line {
    background: #9c9778;
    width: 25px;
    height: 5px;
    display: block;
    margin: 1em auto 1em;
}

.ser-top p {
	font-size: medium;
	font-weight: 400;
	color: #fff;
	line-height: 1.6em;
	width: 80%;
	margin: 0em auto 0em;
	text-align: center;
}


/*service*/
.service_img {
  position: relative;
}

.service_text {
  position: absolute;
  display: table-cell;
  z-index: 999;
  text-align: right;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: #fff;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px 15px 15px;
  background: rgba(0, 0, 0, 0);
  text-shadow: black 0.1em 0.1em 0.2em;
}

.service_text:hover {
  position: absolute;
  display: table-cell;
  z-index: 999;
  text-align: right;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: #fff;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px 15px 15px;
  background-color: rgba(0,0,0,0.55);
  transition: 0.5s;
}

.service_text div {
  font-size: 26px;
  line-height: 30px;
  position: relative;
  top: 45%;
  font-weight:bold;
  border-bottom: 1px solid #fff;
  width: 60%;
  margin: 0 right;
}

@media (max-width: 768px) {
  .service_text div {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    top: 50%;
  }
}
