body {    background-color: #fff;}
@media only screen and (min-width: 768px){
.topnavbar {
    background-color: rgba(0,0,0,0.75); padding: 0;
}}
@media only screen and (max-width: 767px){
.topnavbar {
    background-color: rgba(0,0,0,0.75); padding: 0;
}}
#wrap {
    background: url(https://static.iyp.tw/38006/files/e37a44ed-47b8-4296-ace6-41b66b6e44d7.png) repeat-y left ,url(https://static.iyp.tw/38006/files/61a48d19-0b9f-4fdc-a302-e7e0cbd47ae0.png) repeat-y right;
}
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {    margin-bottom: 20px;}
#banner {    border-bottom: 5px solid #912020;}

.fcol .container {    color: #222;    font-size: 16px;}
p { line-height:2;}
a {    color: #036;}
a:hover {    color: #333;    font-weight: bold;}
#nav {
    background: linear-gradient(120deg, transparent 40px, #912020 0)left,linear-gradient(-90deg, transparent 40px, #912020 0)right;
    padding: 0 45px;
    background-size: 50% 100%;
    background-repeat: no-repeat;
}
#nav ul li a {    color: #eee;    padding: 16px 10px;}
#nav ul li a:hover {    color: #ddd;}
#nav ul li.current a {    color: #fff;}
#nav .subnav {  background-color: rgba(145,32,32,0.85);}
#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {    padding-left: 8px;}

.h1title {    color: #222;    letter-spacing: 10px;    text-align: center;}
.fcol.fcol-header {    background: url(https://static.iyp.tw/38006/files/66deda82-9a24-421f-a97f-54a9f9135780.png) no-repeat center;}
.fcol h2 {    color: #333;    font-size: 1.5em; line-height:2;}
.fcol h3 {    line-height:2;}
.side-content.clearfix {    background: rgba(0,0,0,0.15);}
#side ul li a {    color: #000;}
#side ul li.current>div a {    color: #795000;    font-weight: bold;}
body.index .fcol.fcol-2 {    background: url(https://static.iyp.tw/38006/files/66deda82-9a24-421f-a97f-54a9f9135780.png) no-repeat center;}
#footer {
    border-top: #912020 5px solid;
    color: #daa198;
    font-size: 1.05rem;
    background: url(https://static.iyp.tw/38006/files/2672cad7-194d-42c3-8b83-815b924f3029.png) no-repeat center #000;
}
#foot-nav ul li a {    color: #000;}
#foot-nav {    display: none;}
#contact-info ul li span {    color: #eee;}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.swiper-pagination-bullet-active {    background: #fff;}
body.index .swiper-container {  height: auto !important;}
body.index .swiper-wrapper {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
body.index .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
body.index .swiper-slide {  width: 100% !important;}
/*關多餘格子*/
.fcol.fcol-4 {    display: none;}
.fcol.fcol-5 {    display: none;}
.fcol.fcol-6 {    display: none;}

/*圖片放大透明*/
.picc { 
    opacity: 1; /* 透明度100% FireFox 的寫法 */ 
    filter: Alpha(Opacity=100); /* 透明度100% IE 的寫法 */ 
    margin:0 auto;
    overflow: hidden;
} 
.picc img { 
    opacity: 1; 
    filter: Alpha(Opacity=100); 
  margin:0 auto;
  -webkit-transform: scale(1);
  -webkit-transition: 1s;
} 
.picc img:hover { 
  opacity: .5; /* 透明度50% FireFox 的寫法 */ 
  filter: Alpha(Opacity=50); /* 透明度50% IE 的寫法 */ 
  -webkit-transform: scale(1.05);
} 

/*圖片輪播*/
.rwd-table {
  	overflow-y: visible !important;
}
#myDiv img {
        max-width: none;
} 