@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap')
{font-family: 'Noto Sans TC', sans-serif;}




/*body*/
.row [class^="col-"] {
  padding:10px;
}


body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }



/*logo*/

 #logo img {
   padding: 0 16px 16px;
 }


/*top*/
.navbar-nav > li > a {
    color: #FFF;
}


.topnavbar .container {
  text-align: justify;
  font-size: 0;
  /*text-align: center;*/
  padding-top:0px;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

.topnavbar {
  background-color: #FFF;
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  padding: .6rem 0;
  height: 100px;
}



/*fall*/
body[data-type="fullpage"] #nav {
    font-size: 1rem;
    width: 100%;
}


#header .topnavbar .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}


@media(min-width:1920px){
body[data-type="fullpage"] #footer .container {
    width: 1160px;
 }
}

#header .topnavbar .container {
   width: 85%;
}



/*nav*/
#nav{margin-top:-55px;}

#nav ul{float:right}

#nav ul li a {
    white-space: nowrap;
    color: #20062b;
    line-height: 1.3;
    padding: 10px 18px;
    font-size: 110%;
    border-right: 1px #ccc dotted;
    transition:all 0.5s;
}

#nav ul li a:hover{
    color: #3f50e2;
}


#nav ul li a span{transition:all 0.5s;}

#nav ul li a:hover span{border-top:2px solid #3f50e2;padding-top:5px;}


#nav ul li.current a  {
    color: #3f50e2;  
}



/*Banner*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

/*Background*/
#wrap{
  background:url(https://static.iyp.tw/409209/files/d896bfaa-d53c-4508-9aa3-946bc3553961.jpg)no-repeat;
  background-position:top center;
  background-size:cover;
  background-attachment:fixed;
}


/*About_1*/
/*About_2*/
.ser-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:auto;
    transition-duration: 0.3s;
}
.ser-icon :hover{
	transform: rotate(-5deg);
    transition: 0.3s;
	filter: drop-shadow(0 0 0.75rem #4575dd);
}


.white-card{
	background-color: rgba(255, 255, 255, .8);
    backdrop-filter:blur(5px);
  	padding:20px;
  	border-radius:20px 0 20px 0;
}

.txt-box{
	display: flex;
  	justify-content: center;
  	align-items: center;
	margin:0 15px;
}

.txt-box p{
	font-family:'Noto Serif TC';
	font-weight:500;
    color: #111;
	line-height: 1.7rem;
	font-size:16px;
	padding-bottom:15px; 
}

/*About_3*/

#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-3{
  background:url(https://static.iyp.tw/409209/files/f4c854f9-0125-4bcd-ac73-6117f39b2184.png)no-repeat;
  background-size:cover;
background-position: 25% 40%;
  min-height:350px;
}

@media(max-width:450px){
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-3{
  min-height:450px;
}
}

/*Index_4~5*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-4,
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-5,{
 display:none;
}


/*About_6*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-6{
  background:url(https://static.iyp.tw/409209/files/94577349-bc72-4c25-87a4-eb20da84115c.png)no-repeat;
  background-size:cover;
background-position: top;
  min-height:350px;
}


@media(min-width:1950px){
.a_tt{
	width:60%;
}}
@media(min-width:450px){
.a_tt{
	width:100%;
}}




/*h1*/

.h1title h1{
	font-family: "Noto Sans TC", sans-serif;
	font-weight:700;
	text-align:center;
    font-size: 32px;
    background: url() no-repeat center bottom;
    text-transform: uppercase;
    color: #001d70;
    padding: 15px;
    filter: drop-shadow(0 0 0.5rem #fff);
}


/*pd*/
ul.product-list li h3 {
    flex: 1 0 auto;
    max-height: 3.15rem;
    margin: 0.7rem 0;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #000;
    overflow: hidden;
    padding: 0 16px;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #fff;
    transition-property: left, color;
    background: #ff6819;
    text-shadow: none;
    padding: 0 10px;
}

/*btn*/

.more-btn{
  	font-family: "Noto Sans TC", sans-serif;
	font-weight:700;
	display: block;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:15px 25px;
	background-color:#4575dd;
	border-radius:8px;
	float:right;
	color:#fff;
	font-size:16px;
	cursor: pointer;
    transition-duration: 0.3s;
}
.more-btn:hover {
	background-color:#001d70;
	cursor: pointer;
}


/*footer*/
#footer{
   color:#000;
  background-color:#101921;
}

#footer a {
    color: #fff;
}

#footer {
  color: #fff;
}

#footer-service {
  display:none;
}