/*-----------------------------------------------------------------------------------
	    Trade_RWD_410
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}





/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Noto Sans TC";
	font-weight:400;
}
.container{
	max-width:1140px;
}
.h3-style{
	font-size:14px;
	font-family:Lato;
	font-weight:700;
}
.h2-style{
	font-family:"Noto Serif TC";
	font-weight:700;
	font-size:55px;
	line-height:1em;
	color:#437348;
	opacity:0.8;
}
.h5-style{
	font-family:"Noto Sans TC";
	font-weight:700:200,300,400,500,600,700,900;
}
.h5-bloc-5-style{
	font-family:"Noto Sans TC";
	font-weight:700:200,300,400,500,600,700,900;
}
.img-貿易雜誌標-style{
	width:277px;
	height:67px;
}
.p-3-style{
	font-size:12px;
	width:100%;
}
.img-bloc-5-style{
	width:52px;
}
.text-span-color{
	color:#c11a00;
}
.mt-3{
	padding-top:20px;
	padding-right:20px;
}
.h5-2-style{
	width:32.96%;
	text-shadow:0px 0px 0px #000000;
	box-shadow:3px 3px 0px #000000;
	border-style:solid;
	border-color:#240100!important;
	background-size:auto auto;
	background-position:center center;
	text-indent:2px;
	border-width:1px 1px 1px 1px;
}
.container-div-0-style{
	width:19.39%;
}
.h2-循環＋共享創造無限商機-style{
	font-size:20px;
	width:100%;
}
.img-8-style{
	height:169px;
	width:257px;
}
.img-9-style{
	height:169px;
	width:257px;
}
.img-10-style{
	height:169px;
	width:333px;
}
.img-14-style{
	height:169px;
	width:257px;
}
.img-15-style{
	height:169px;
	width:257px;
}
.img-20-style{
	width:700px;
	height:auto;
}
.img-封面＿跨境電商二-style{
	width:229px;
}
.divider-style{
	width:100%;
	display:block;
	float:none;
	background-size:auto auto;
	background-position:center center;
	border-style:none;
	border-color:#000000!important;
	box-shadow:0px 0px 0px #000000;
	height:20px;
	max-height:5px;
}
.icon-style{
	border-style:_popUpItemAction:;
	content:"";
	background-size:auto auto;
}
p{
	font-size:18px;
	font-family:"Noto Sans TC";
	font-weight:300;
}
h6{
	font-size:14px;
	font-family:"Noto Sans TC";
	font-weight:400;
	color:rgba(0,0,0,0.40)!important;
}
h1{
	font-family:"Noto Serif TC";
	font-weight:800;
	font-size:65px;
}
h2{
	font-family:"Noto Sans TC";
	font-weight:600;
	font-size:35px;
}
.div-w{
	border-color:#000000!important;
	height:1px;
	padding:5px 5px 5px 5px;
}
.h3-85-style{
	opacity:0.6;
	font-size:22px;
}
.h3- 延伸閱讀-style{
	font-size:26px;
}
.img-bloc-30-style{
	width:496px;
}
.h2-翻轉商業模式-style{
	font-size:30px;
}
.p-bloc-18-style{
	width:100%;
}
.img-ag2r26-style{
	width:206px;
}
.link-請下載本期網路版pdf-style{
	text-decoration:none;
}
.link-0-style{
	text-decoration:none;
}
.link-訂閱貿易雜誌數位版-style{
	text-decoration:none;
}
.link-0-請下載本期網路版pdf-style{
	text-decoration:none;
}
.link-0-訂閱貿易雜誌數位版-style{
	text-decoration:none;
}
.link-10005-style{
	text-decoration:none;
}
.link-32642-style{
	text-decoration:none;
	font-weight:bold;
}
.link-5423-style{
	text-decoration:none;
}
.bloc-2-p{
	font-size: 26px;
	line-height: 40px;
}
.bloc-14-p{
	font-size: 26px;
	line-height: 40px;
}
.bloc-19-p{
	font-size: 26px;
	line-height: 40px;
}
.bloc-25-p{
	font-size: 26px;
	line-height: 40px;
}
.bloc-32-p{
	font-size: 26px;
	line-height: 40px;
}
.bloc-38-p{
	font-size: 26px;
	line-height: 40px;
}
.bloc-44-p{
	font-size: 26px;
	line-height: 40px;
}
.bloc-50-p{
	font-size: 26px;
	line-height: 40px;
}
.bloc-58-p{
	font-size: 26px;
	line-height: 40px;
}
.p-bloc-6-style{
	letter-spacing:px;
	text-indent:px;
}
.p-style{
	width:100%;
	color:#c11a00;
	font-size:22px;
	line-height:32px;
}
.img-bloc-6-style{
	width:555px;
}
.text-span-bloc-34-color{
	color:#2667a0;
}
.img-bloc-34-style{
	height:457px;
}
.h6-bloc-34-style{
	width:82.97%;
}
.text-span-0-color{
	color:#3139c6;
}
.p-130-style{
	width:100%;
}
.img-no50qrco-style{
	width:100px;
}
.img-104-style{
	width:120px;
}
.text-span-bloc-17-color{
	color:#7f4e5c;
}
.text-span-0-bloc-17-color{
	color:#7f4e5c;
}
.text-span-bloc-13-color{
	color:#7f4e5c;
}
.img-18-style{
	width:996px;
}
.text-span-0-bloc-34-color{
	color:#00a2bb;
}
.text-span-bloc-15-color{
	color:#437348;
}
.h5-bloc-0-style{
	color:#437348;
	width:97.09%;
}
.text-span-bloc-22-color{
	color:#7f4e5c;
}
.img-48-style{
	width:650px;
}
.h6-14-style{
	width:100%;
}
.row-bloc-14-style{
	width:93.6%;
}
.img-主力產品-寶可夢-style{
	width:570px;
}
.img-32-style{
	width:570px;
}
.img-領導之力表格-style{
	width:760px;
}
.img-49-style{
	width:500px;
	height:200px;
}
.img-50-style{
	width:570px;
}
.text-span-bloc-8-color{
	color:#c62584;
}
.text-span-18247-color{
	color:#935f47;
}
.text-span-bloc-21-color{
	color:#9b8739;
}
.text-span-0-bloc-21-color{
	color:#9b8739;
}
.text-span-bloc-43-color{
	color:#437348;
}
.text-span-0-bloc-22-color{
	color:#7f4e5c;
}
.text-span-11836-color{
	color:#ec2c91;
}
.img-bloc-38-style{
	height:370px;
	width:570px;
}
.img-1d2a97-style{
	width:263px;
}
.p-bloc-36-style{
	width:100%;
}
.team-card{
	min-height:350px;
}
.text-span-bloc-2-color{
	color:#935f47;
}
.img-placeholder-us-style{
	width:200px;
	height:200px;
}
.p-99-style{
	width:100%;
}
.row-style{
	width:100%;
}
.img-bloc-22-style{
	width:570px;
}
.text-span-bloc-16-color{
	color:#00a2ba;
}
.img-safe-ima-style{
	height:371px;
}
.img-85-style{
	width:1140px;
}
.text-span-bloc-29-color{
	color:#ec2c91;
}
.img-98-bloc-38-style{
	width:570px;
}
.img-97-style{
	width:570px;
}
.text-span-bloc-50-color{
	color:#00aa4c;
}
.img-bloc-45-style{
	width:285px;
}
.img-112-style{
	width:570px;
}
.h4-color{
	color:#458d49;
}
.img-bloc-17-style{
	width:570px;
}
.img-bloc-2-style{
	width:570px;
}
.text-span-bloc-6-color{
	color:#935f47;
}
.p-1-color{
	color:#B10000!important;
	direction:rtl;
}
.img-3-style{
	width:450px;
}
.text-span-26156-color{
	color:#c11a00;
}
.h3-esg將成共同語言-style{
	line-height:28px;
}
.p-8354-color{
	color:#b10000;
}
.divider-padding{
	padding-top:2px;
	padding-bottom:2px;
}
.h5-12-style{
	opacity:0.6;
}
.img-33-style{
	width:250px;
}
.text-span-24402-color{
	color:#944e50;
}
.text-span-33170-color{
	color:#944e50;
}
.field-style{
	height:33px;
	width:100%;
}
.card-body-20-style{
	height:168px;
}
.card-body-16-style{
	height:166px;
}
.card-body-14-style{
	height:166px;
}
.img-30-style{
	width:30px;
}
.btn-style{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
}
.btn-bloc-3-style{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
}
.btn-5-style{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
}
.img-23-style{
	width:450px;
}
.img-25-style{
	width:450px;
}
.img-23-bloc-11-style{
	width:450px;
}
.card-body-6-style{
	height:200px;
}
.img-28-style{
	width:450px;
}
.img-29-style{
	width:450px;
}
.img-2017上海ispo展-style{
	width:450px;
}
.card-body-8-style{
	height:166px;
}
.img-34-style{
	width:450px;
}
.img-3391-style{
	width:450px;
}
.card-body-10-style{
	height:198px;
}
.card-body-12-style{
	height:168px;
}
.text-span-22918-color{
	color:#000000;
}
.img-375pics-7-style{
	width:450px;
}
.h5-33-style{
	color:#0056CA!important;
	font-size:18px;
}
.img-378pics-6--style{
	width:375px;
	border-radius:0px 0px 0px 0px;
}
.img-378pics-7-style{
	width:375px;
}
.img-379pics-3-style{
	height:0px;
}
.img-style{
	width:122px;
	height:24px;
}
.img-379pics-8-style{
	width:300px;
}
.btn-跨境電商-style{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
	border-radius:0px 0px 0px 0px;
}
.w100{
	width:100%;
}
.img-36-style{
	width:500px;
}
.img-16866-style{
	width:500px;
}
.img-37-style{
	width:500px;
}
.img-38-style{
	width:500px;
}
.img-43-style{
	width:750px;
}
.card-body-15-style{
	height:138px;
}
.card-body-21-style{
	height:202px;
}
.card-body-27-style{
	height:166px;
}
.card-body-30-style{
	height:136px;
}
.img-71-style{
	width:500px;
}
.btn-4-style{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
}
.btn-7-style{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
}
.field-bloc-7-style{
	height:178px;
}
.img-382pics-6-style{
	width:500px;
}
.card-body-18-style{
	height:197px;
}
.card-body-bloc-9-style{
	height:165px;
}
.row-13-style{
	width:100%;
}
.card-body-style{
	width:100%;
}
.btn-button-style{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
}
.btn-18-style{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
}
.btn-16-style{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
}
.btn-12-style{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
}
.btn-14-style{
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
}
.img-391pics-7-style{
	width:240px;
}
.img-391pics-6-style{
	width:387px;
}
.img-391pics-8-style{
	width:500px;
}
.img-393pics-5-style{
	width:300px;
}
.img-47-style{
	width:500px;
}
.img-51-style{
	width:500px;
}
.btn-19-style{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
}
.h3-沒有最好，只有更好-style{
	line-height:28px;
}
.img-398pics-10-style{
	width:400px;
}
.p-188-style{
	opacity:1.0;
}
.img-403pics--style{
	width:90px;
}
.card-body-bloc-25-style{
	height:200px;
}
.card-body-bloc-29-style{
	height:212px;
}
.text-span-17154-color{
	color:#ffffff;
}
.text-span-14640-color{
	color:#3139c6;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-linen{
	background-color:#F5EBE6;
}
.bgc-black{
	background-color:rgba(0,0,0,0.1);
}

/* Text colour styles */

.tc-black{
	color:#000000!important;
}
.tc-mordant-red-19{
	color:#B10000!important;
}
.tc-persian-blue{
	color:#241FB9!important;
}
.tc-white{
	color:#FFFFFF!important;
}

/* Button colour styles */

.btn-phthalo-blue{
	background:rgba(0,30,128,0.40);
	color:#FFFFFF!important;
}
.btn-phthalo-blue:hover{
	background:#001866!important;
	color:#FFFFFF!important;
}
.btn-mordant-red-19{
	background:rgba(177,0,0,0.40);
	color:#FFFFFF!important;
}
.btn-mordant-red-19:hover{
	background:#8e0000!important;
	color:#FFFFFF!important;
}
.wire-btn-light-carmine-pink{
	color:#E9546B!important;
	border-color:#E9546B!important;
}

/* Link colour styles */

.ltc-black{
	color:#000000!important;
}
.ltc-black:hover{
	color:#000000!important;
}
.ltc-ruddy{
	color:#FF0028!important;
}
.ltc-ruddy:hover{
	color:#cc0020!important;
}

/* Bloc image backgrounds */




/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.h2-style{
		font-size:80px;
		width:100%;
		line-height:85px;
	}
	.h3-style{
		font-size:14px;
	}
	.h5-bloc-0-style{
		font-size:16px;
	}
	.mt-md-0{
	}
	.h5-2-style{
		width:20.16%;
	}
	.container-div-0-style{
		width:100%;
	}
	.img-8-style{
		width:500px;
		height:200px;
	}
	.img-9-style{
		width:100%;
		height:100%;
	}
	.img-10-style{
		width:343px;
		height:200px;
	}
	.img-14-style{
		width:343px;
		height:200px;
	}
	.img-15-style{
		width:343px;
		height:200px;
	}
	.img-20-style{
		width:729px;
		height:511px;
	}
	.row-style{
		width:100%;
	}
	.img-1d2a97-style{
		width:173px;
	}
	.p-bloc-36-style{
		width:100%;
	}
	.img-ag2r26-style{
		width:204px;
	}
	.img-bloc-6-style{
		width:900px;
	}
	.img-cov{
		width:900px;
		height:auto;
	}
	.card-body-6-style{
		height:264px;
	}
	.card-body-8-style{
		height:230px;
	}
	.card-body-10-style{
		height:294px;
	}
	.card-body-12-style{
		height:226px;
	}
	.card-body-14-style{
		height:230px;
	}
	.card-body-16-style{
		height:228px;
	}
	.card-body-15-style{
		height:170px;
	}
	.card-body-21-style{
		height:296px;
	}
	.card-body-27-style{
		height:230px;
	}
	.card-body-30-style{
		height:198px;
	}
	.card-body-bloc-5-style{
		width:100%;
	}
	.card-body-5-style{
		width:100%;
	}
	.card-body-18-style{
		height:260px;
	}
	.card-body-bloc-9-style{
		height:197px;
	}
	
}

@media (max-width: 767px){
	.h5-bloc-5-style{
		width:100%;
	}
	.h5-bloc-0-style{
		font-size:16px;
	}
	.img-貿易雜誌標-style{
		width:233px;
	}
	.container-div-0-style{
		width:100%;
	}
	.h2-style{
		font-size:80px;
		line-height:85px;
	}
	.img-10-style{
		width:529px;
		height:320px;
	}
	.img-9-style{
	}
	.img-8-style{
		width:529px;
		height:320px;
	}
	.img-14-style{
		width:529px;
		height:320px;
	}
	.img-15-style{
		width:529px;
		height:320px;
	}
	.h5-2-style{
		width:27.37%;
	}
	.container{
		max-width:1200px;
	}
	.img-20-style{
		height:376px;
		width:768px;
	}
	.img-ag2r26-style{
		width:237px;
	}
	.img-34{
	}
	.card-body-6-style{
		height:358px;
	}
	.card-body-8-style{
		height:294px;
	}
	.card-body-10-style{
		height:390px;
	}
	.card-body-12-style{
		height:294px;
	}
	.card-body-14-style{
		height:324px;
	}
	.card-body-16-style{
		height:294px;
	}
	.card-body-15-style{
		height:232px;
	}
	.card-body-21-style{
		height:392px;
	}
	.card-body-27-style{
		height:323px;
	}
	.card-body-30-style{
		height:262px;
	}
	.card-body-18-style{
		height:386px;
	}
	.card-body-bloc-9-style{
		height:260px;
	}
	
}

@media (max-width: 575px){
	.p-3-style{
		font-size:8px;
		width:95.37%;
	}
	.img-bloc-5-style{
		width:36px;
	}
	.h5-bloc-5-style{
		font-size:18px;
	}
	.h5-style{
		font-size:18px;
	}
	.h2-style{
		font-size:3em;
		line-height:1em;
		width:100%;
	}
	.h3-style{
		font-size:16px;
	}
	.h5-2-style{
		font-size:1em;
		width:42.35%;
		box-shadow:2px 2px 0px #000000;
	}
	.container-div-0-style{
		width:100%;
	}
	.h2-翻轉商業模式-style{
		font-size:1.5em;
		line-height:1em;
	}
	.img-8-style{
		height:auto;
	}
	.img-9-style{
		width:592px;
		height:auto;
	}
	.img-10-style{
		width:529px;
		height:auto;
	}
	.img-14-style{
		width:529px;
		height:auto;
	}
	.img-15-style{
		width:529px;
		height:auto;
	}
	.h2-循環＋共享創造無限商機-style{
		font-size:22px;
	}
	.h1-style{
		font-size:50px;
	}
	.p-style{
		width:100%;
	}
	.img-20-style{
		width:576px;
		height:auto;
	}
	.img-貿易雜誌標-style{
		width:281px;
	}
	.p-bloc-36-style{
		width:100%;
	}
	.img-18-style{
		height:700px;
		width:581px;
	}
	.img-e{
		width:571%;
		height:auto;
	}
	.card-body-6-style{
		height:450px;
	}
	.card-body-8-style{
		height:390px;
	}
	.card-body-10-style{
		height:486px;
	}
	.card-body-12-style{
		height:356px;
	}
	.card-body-14-style{
		height:390px;
	}
	.card-body-16-style{
		height:358px;
	}
	.card-body-15-style{
		height:296px;
	}
	.card-body-21-style{
		height:490px;
	}
	.card-body-27-style{
		height:385px;
	}
	.card-body-30-style{
		height:326px;
	}
	.card-body-18-style{
		height:485px;
	}
	.card-body-bloc-9-style{
		height:322px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
	
}

