@charset "utf-8";
@import url('../fonts/WEB/css/satoshi.css');
li {
	list-style-type: none;
}

html, body {
  overflow-x: hidden;
}

@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        animation: none !important;
    }
}


body {
	font-family: "Georgia", Serif;
	font-size: 16px;
	line-height: 33.6px;
	font-weight: normal;
	background-color: #f4f4f4;
}
.index_top_client_padding {
	padding-top: 350px;
}
.index_between_eg_vx_padding {
	padding-top: 280px;
}
.index_between_vx_sp_padding {
	padding-top: 270px;
}
.index_between_sp_us_padding {
	padding-top: 330px;
}
.index_between_us_ly_padding {
	padding-top: 300px;
}
.index_between_ly_rs_padding {
	padding-top: 200px;
}
.index_between_rs_dh_padding {
	padding-top: 200px;
}
.index_between_others_padding {
	padding-top: 150px;
}
.index_bottom_padding {
	padding-top: 200px;
}
h1 {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif !important;
	font-weight: 900 !important;
	font-style: normal !important;
	letter-spacing: 0px;
	position: fixed;
	text-align: left;
	right: -50px;
	top: 100px;
	font-size: 50px;
	color: #05081e;
	opacity: 0.05;
	z-index: -1000;
	/* Debug: Force font loading */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Debug: Make text more visible for testing */
	opacity: 0.05 !important;
	/* Safari */
	-webkit-transform: rotate(90deg);
	/* Firefox */
	-moz-transform: rotate(90deg);
	/* IE */
	-ms-transform: rotate(90deg);
	/* Opera */
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
h2 {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 100px;
	letter-spacing: -2px;
	color: #000;
	left: 200px;
	position: absolute;
	bottom: -175px;
	z-index: 0;
}
h2 p {
	font-family: "Georgia", Serif;
	font-size: 30px;
	line-height: 0px;
	font-weight: normal;
	letter-spacing: 0px;
	margin-top: 50px;
}
h3 {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0px;
	color: #000;
	left: 0px;
	position: relative;
	bottom: 10px;
	z-index: 0;
}
h3 p {
	font-family: "Georgia", Serif;
	font-size: 18px;
	line-height: 0px;
	font-weight: normal;
	letter-spacing: 0px;
	margin-top: 20px;
}
h4 {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	display: inline-block;
	color: #999;
}

img {
  border-radius: 0 !important; /*border-rad*/
}
a, a img {
  border-radius: 0 !important;
}
video, .video-js, .vjs-poster, .vjs-poster img {
  border-radius: 0 !important;
}
audio, .audioplayer {
  border-radius: 0 !important;
}

/* ANIMATED UNDERLINE EFFECT ========================================================================================== */

a.fancy, a.fancy:visited {
    text-decoration: none;
    background-image:
      linear-gradient(
          transparent 2px,
          #2ed392 2px,
          #2ed392 4px,
          transparent 4px
      ),
      linear-gradient(
          transparent 2px,
          #d8dce9 2px,
          #d8dce9 4px,
          transparent 4px
      );
    background-size: 0% 6px, 100% 6px;
    background-position: 0 bottom, 0 bottom;
    transition: background-size 0.3s ease-in-out;
    background-repeat: no-repeat;
    padding-bottom: 4px;
    border-bottom: 6px solid transparent;
}
a.fancy:hover {
    background-size: 100% 6px;
}
@supports (-ms-ime-align:auto) {
    a.fancy, a.fancy:visited {
        background-image:
            linear-gradient(#2ed392, #2ed392),
            linear-gradient(#d8dce9, #d8dce9);
        background-size: 0% 2px, 100% 2px;
        padding-bottom: 2px;
    }
    a.fancy:hover {
        background-size: 100% 2px;
    }
}

/* VIEW LINKS =========================================================================================================== */

.view_link {
	top: 30px;
	position: relative;
}
.view_link a {
	font-size: 30px;
	color: #000;
	text-align: left;
	font-family: "Georgia", Serif;
	letter-spacing: 0;
	font-weight: normal;
	display: inline-block;
	text-decoration: none;
	background-image:
	  linear-gradient(
	      transparent 0px,
	      #DBD332 0px,
	      #DBD332 4px,
	      transparent 4px
	  ),
	  linear-gradient(
	      transparent 0px,
	      #000 0px,
	      #000 4px,
	      transparent 4px
	  );
	background-size: 0% 4px, 100% 4px;
	background-position: 0 bottom, 0 bottom;
	transition: background-size 0.3s ease-in-out;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	border-bottom: 2px solid transparent;
}
.view_link a:hover {
	background-size: 100% 4px;
}
.view_link a:hover span {
	display: none;
}
.view_link a:hover:before {
	content: "觀看作品";
	font-size: 30px;
	color: #000;
}
/* VIEW FREELANCE LINKS ================================================================================================= */

.view_link_freelance {
	top: -10px;
	position: relative;
}
.view_link_freelance a {
	font-size: 14px;
	color: #000;
	text-align: left;
	font-family: "Georgia", Serif;
	letter-spacing: 0px;
	font-weight: normal;
	display: inline-block;
	text-decoration: none;
	background-image:
	  linear-gradient(
	      transparent 0px,
	      #DBD332 0px,
	      #DBD332 2px,
	      transparent 2px
	  ),
	  linear-gradient(
	      transparent 0px,
	      #000 0px,
	      #000 2px,
	      transparent 2px
	  );
	background-size: 0% 2px, 100% 2px;
	background-position: 0 bottom, 0 bottom;
	transition: background-size 0.3s ease-in-out;
	background-repeat: no-repeat;
	padding-bottom: 12px;
	border-bottom: 1px solid transparent;
}
.view_link_freelance a:hover {
	background-size: 100% 2px;
}
.view_link_freelance a:hover span {
	display: none;
}
	.view_link_freelance a:hover {
		background-size: 100% 2px;
	}
	.view_link_freelance a:hover:before {
		content: "觀看作品";
		font-size: 14px;
		color: #000;
	}
/* VIRGIN AMERICA ======================================================================================================= */

.levitate {
	-webkit-animation: levitate 2s alternate ease-in-out infinite;
	animation: levitate 2s alternate ease-in-out infinite;
}
@keyframes levitate {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}
}
@-webkit-keyframes levitate {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}
}
/* EARGO ================================================================================================================= */

.eg_client_wrapper {
	width: 100%;
	height: 450px;
}
.eg_cover {
	position: relative;
	width: 97%;
	bottom: 0px;
	z-index: -5;
}
.eg_cover img {
	width: 90%;
	height: auto;
}
.eg_hero {
	position: relative;
	z-index: -5;
}
.eg_hero img {
	position: relative;
	width: 450px;
	bottom: 450px;
	left: 63%;
}
.eg_text {
	position: relative;
	top: 550px;
	width: 900px;
	left: 10%;
	z-index: 1;
}
.eg_text_mobile {
	display: none;
}
/* VIRGIN AMERICA ================================================================================================================= */

.vx_client_wrapper {
	width: 100%;
	height: 460px;
	/*border: thin;
	border-color: aquamarine;
	border-style: solid;*/
}
.vx_cover {
	position: relative;
	width: 105%;
	bottom: -180px;
}
.vx_cover img {
	width: 100%;
	height: auto;
}
.vx_hero {
	position: relative;
	bottom: 400px;
	left: 40%;
	width: 100px;
	z-index: -5;
}
.vx_hero img {
	position: relative;
	width: 650px;
	bottom: 50px;
}
.vx_text {
	position: relative;
	top: 650px;
	left: 0%;
	z-index: 1;
}
.vx_text_mobile {
	display: none;
}
/* SPARKLE ======================================================================================================= */

.sp_client_wrapper {
	width: 100%;
	height: 600px;
}
.sp_cover {
	position: relative;
	width: 100%;
	left: 10%;
	z-index: -5;
}
.sp_cover img {
	width: 100%;
	height: auto;
}
.sp_hero {
	position: relative;
	z-index: 0;
}
.sp_hero img {
	position: fixed;
	top: 30px !important;
	height: auto;
	width: 90% !important;
	left: 24% !important;
	transform: translate(-50%);
}
.sp_text {
	position: relative;
	top: 0px;
	left: 700px;
	z-index: 1;
}
.sp_text_mobile {
	display: none;
}
/* UNISON ================================================================================================================= */

.us_client_wrapper {
	width: 100%;
	height: 450px;
	/*border: thin;
	border-color: aquamarine;
	border-style: solid;*/
}
.us_cover {
	position: relative;
	width: 80%;
	bottom: 25px;
	z-index: 5;
}
.us_cover img {
	width: 100%;
	height: auto;
}
.us_hero {
	position: relative;
	z-index: -5;
}
.us_hero img {
	position: relative;
	width: 600px;
	bottom: 250px;
	left: 50%;
}
.us_text {
	position: relative;
	top: 325px;
	width: 300px;
	left: -13%;
	z-index: 8;
}
.us_text_mobile {
	display: none;
}
/* LYFT ================================================================================================================= */

.ly_client_wrapper {
	width: 100%;
	height: 450px;
	/*border: thin;
	border-color: aquamarine;
	border-style: solid;*/
}
.ly_cover {
	position: relative;
	width: 100%;
	bottom: 0px;
	z-index: -5;
}
.ly_cover img {
	width: 100%;
	height: auto;
}
.ly_hero {
	position: relative;
	z-index: -5;
}
.ly_hero img {
	position: relative;
	width: 800px;
	bottom: 460px;
	left: 185px;
}
.ly_text {
	position: relative;
	top: 140px;
	width: 300px;
	left: 72%;
	z-index: 1;
}
.ly_text_mobile {
	display: none;
}
/* RUSSELL STOVER ================================================================================================================= */

.rs_client_wrapper {
	width: 100%;
	height: 650px !important;
	/*border: thin;
	border-color: aquamarine;
	border-style: solid;*/
}
.rs_cover {
	position: relative;
	width: 100%;
	bottom: 0px;
	z-index: -5;
}
.rs_cover img {
	width: 100%;
	height: auto;
}
.rs_hero {
	position: relative;
	z-index: -5;
}
.rs_hero img {
	position: relative;
	width: 500px;
	bottom: 600px;
	left: 66%;
}
.rs_text {
	position: relative;
	top: 410px;
	width: 900px;
	left: 6%;
	z-index: 1;
}
.rs_text_mobile {
	display: none;
}
/* FREELANCE ============================================================================================================ */

.others_pad {
	height: auto;
	padding: 0 80px 0 80px;
	margin-top: 50px;
	/*border: thin;
	border-color: aquamarine;
	border-style: solid;*/
}
.others_pad img:hover {
	filter: alpha(opacity=20);
	opacity: 0.2;
}
/* MEDIA QUERIES 2560px*/

@media all and (min-width: 2200px) {
	.container {
		max-width: 1300px;
		margin-left: 10%;
		margin-right: 30%;
	}
	.index_top_client_padding {
		padding-top: 650px;
	}
	.index_between_eg_vx_padding {
		padding-top: 200px;
	}
	.index_between_vx_sp_padding {
		padding-top: 500px;
	}
	.index_between_sp_us_padding {
		padding-top: 380px !important;
	}
	.index_between_us_ly_padding {
		padding-top: 620px;
	}
	.index_between_ly_rs_padding {
		padding-top: 200px;
	}
	.index_between_others_padding {
		padding-top: 450px;
	}
	.index_bottom_padding {
		padding-top: 150px;
	}
	h2 {
		font-family: 'Satoshi', Helvetica, Arial, sans-serif;
		font-weight: 900;
		font-size: 150px;
		letter-spacing: -2px;
		color: #000;
		left: 100px;
		position: absolute;
		bottom: -30px;
		z-index: 0;
	}
	h3 {
		font-family: 'Satoshi', Helvetica, Arial, sans-serif;
		font-weight: 700;
		font-size: 16px;
		letter-spacing: 0px;
		color: #000;
		left: 0px;
		position: relative;
		bottom: 7px;
		z-index: 0;
	}
	h3 p {
		font-family: "Georgia", Serif;
		line-height: 0px;
		font-weight: normal;
		letter-spacing: 0px;
		margin-top: 10px;
	}
	/* VIEW LINKS MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.view_link {
		top: 50px;
		position: relative;
	}
	.view_link a {
		font-size: 30px;
		color: #000;
		text-align: left;
		font-family: "Georgia", Serif;
		letter-spacing: 0;
		font-weight: normal;
		display: inline-block;
		text-decoration: none;
		background-image:
		  linear-gradient(
		      transparent 0px,
		      #DBD332 0px,
		      #DBD332 4px,
		      transparent 4px
		  ),
		  linear-gradient(
		      transparent 0px,
		      #000 0px,
		      #000 4px,
		      transparent 4px
		  );
		background-size: 0% 4px, 100% 4px;
		background-position: 0 bottom, 0 bottom;
		transition: background-size 0.3s ease-in-out;
		background-repeat: no-repeat;
		padding-bottom: 20px;
		border-bottom: 2px solid transparent;
	}
	.view_link a:hover span {
		display: none;
	}
	.view_link a:hover {
		background-size: 100% 4px;
	}
	.view_link a:hover:before {
		content: "觀看作品";
		font-size: 30px;
		color: #000;
	}
	/* VIEW FREELANCE LINKS MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.view_link_freelance {
		top: 0px;
		position: relative;
	}
	.view_link_freelance a {
		font-size: 12px;
		color: #000;
		text-align: left;
		font-family: "Georgia", Serif;
		letter-spacing: 0;
		font-weight: normal;
		display: inline-block;
		text-decoration: none;
		background-image:
		  linear-gradient(
		      transparent 0px,
		      #DBD332 0px,
		      #DBD332 2px,
		      transparent 2px
		  ),
		  linear-gradient(
		      transparent 0px,
		      #000 0px,
		      #000 2px,
		      transparent 2px
		  );
		background-size: 0% 2px, 100% 2px;
		background-position: 0 bottom, 0 bottom;
		transition: background-size 0.3s ease-in-out;
		background-repeat: no-repeat;
		padding-bottom: 12px;
		border-bottom: 1px solid transparent;
	}
	.view_link_freelance a:hover span {
		display: none;
	}
	.view_link_freelance a:hover {
		background-size: 100% 2px;
	}
	.view_link_freelance a:hover:before {
		content: "觀看作品";
		font-size: 12px;
		color: #000;
	}
	/* EARGO 2560px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.eg_client_wrapper {
		width: 100%;
		height: 450px;
	}
	.eg_cover {
		position: relative;
		width: 100%;
		bottom: 80px;
		z-index: -5;
	}
	.eg_cover img {
		width: 90%;
		height: auto;
	}
	.eg_hero {
		position: relative;
		z-index: -5;
	}
	.eg_hero img {
		position: relative;
		width: 440px;
		bottom: 550px;
		left: 63%;
	}
	.eg_text {
		position: relative;
		top: 545px;
		width: 900px;
		left: 110px;
		z-index: 1;
	}
	.eg_text_mobile {
		display: none;
	}
	/* VX MEDIA QUERIES 2560px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.vx_client_wrapper {
		width: 100%;
		height: 423px;
	}
	.vx_cover {
		position: relative;
		width: 100%;
		bottom: -250px;
	}
	.vx_cover img {
		width: 110%;
		height: auto;
	}
	.vx_hero {
		position: relative;
		bottom: 200px;
		left: 35%;
		z-index: -5;
	}
	.vx_hero img {
		position: relative;
		width: 650px;
		bottom: 230px;
		left: 65%;
	}
	.vx_text {
		position: relative;
		top: 728px;
		left: 5%;
		z-index: 1;
	}
	.levitate {
		animation: levitate 2s alternate ease-in-out infinite;
		width: 400px;
	}
	/* SPARKLE MEDIA QUERIES 2560px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.sp_client_wrapper {
		width: 100%;
		height: 400px;
	}
	.sp_cover {
		position: relative;
		width: 100%;
		bottom: 120px;
		left: 300px;
	}
	.sp_cover img {
		width: 100%;
		height: auto;
	}
	.sp_hero img {
		position: fixed;
		top: 0px;
		width: 95%;
		left: 350px;
		height: auto;
	}
	.sp_text {
		position: relative;
		top: 270px;
		z-index: 1;
		left: 770px;
	}
	.sp_text_mobile {
		display: none;
	}
	/* UNISON MEDIA QUERIES 2560px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.us_client_wrapper {
		width: 100%;
		height: 320px;
	}
	.us_cover {
		position: relative;
		width: 90%;
		bottom: 110px;
	}
	.us_cover img {
		width: 100%;
		height: auto;
	}
	.us_hero {
		position: relative;
		z-index: -5;
	}
	.us_hero img {
		position: relative;
		width: 700px;
		bottom: 325px;
		left: 50%;
	}
	.us_text {
		position: relative;
		top: 500px;
		width: 300px;
		left: -1%;
		z-index: 8;
	}
	.us_text_mobile {
		display: none;
	}
	/* LYFT MEDIA QUERIES 1366px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.ly_client_wrapper {
		width: 100%;
		height: 320px;
	}
	.ly_cover {
		position: relative;
		width: 100%;
		bottom: 110px;
		z-index: -5;
	}
	.ly_cover img {
		width: 110%;
		height: auto;
	}
	.ly_hero {
		position: relative;
		z-index: -5;
	}
	.ly_hero img {
		position: relative;
		width: 900px;
		bottom: 620px;
		left: 255px;
	}
	.ly_text {
		position: relative;
		top: 280px;
		width: 300px;
		left: 87%;
		z-index: 1;
	}
	.ly_text_mobile {
		display: none;
	}
	/* RUSSELL STOVER 1366px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.rs_client_wrapper {
		width: 100%;
		height: 450px;
		/*border: thin;
			border-color: aquamarine;
			border-style: solid;*/
	}
	.rs_cover {
		position: relative;
		width: 100%;
		bottom: -100px;
		z-index: -5;
	}
	.rs_cover img {
		width: 100%;
		height: auto;
	}
	.rs_hero {
		position: relative;
		z-index: -5;
	}
	.rs_hero img {
		position: relative;
		width: 600px;
		bottom: 600px;
		left: 70%;
	}
	.rs_text {
		position: relative;
		top: 850px;
		width: 1200px;
		left: 200px;
		z-index: 1;
	}
	.rs_text_mobile {
		display: none;
	}
}
/* MEDIA QUERIES 1920px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MEDIA QUERIES 1920px 
  __    ___    ___     ___  
 /_ |  / _ \  |__ \   / _ \ 
  | | | (_) |    ) | | | | |
  | |  \__, |   / /  | | | |
  | |    / /   / /_  | |_| |
  |_|   /_/   |____|  \___/ 
*/

@media all and (max-width: 2200px) {
	.container {
		max-width: 1200px;
		margin-left: 7%;
	}

	.index_between_sp_us_padding {
		padding-top: 100px;
	}	
	
	.eg_text {
		position: relative;
		top: 400px;
		width: 900px;
		left: 5px;
		z-index: 1;
	}

	.vx_text {
		position: relative;
		top: 450px;
		left: 0%;
		z-index: 1;
	}	
	
	.sp_text {
		position: relative;
		top: 70px;
		z-index: 1;
		left: 52%;
	}	
	.rs_text {
		position: relative;
		top: 455px;
		width: 900px;
		left: 43px;
		z-index: 1;
	}

}
/* MEDIA QUERIES 1366px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM  MEDIA QUERIES 1366px 
  __   ____      __      __  
 /_ | |___ \    / /     / /  
  | |   __) |  / /_    / /_  
  | |  |__ <  | '_ \  | '_ \ 
  | |  ___) | | (_) | | (_) |
  |_| |____/   \___/   \___/ 
*/

@media all and (max-width: 1366px) {
	.container {
		max-width: 850px;
		margin-left: 4%;
	}
	.index_top_client_padding {
		padding-top: 300px;
	}
	.index_between_eg_vx_padding {
		padding-top: 50px;
	}
	.index_between_vx_sp_padding {
		padding-top: 200px;
	}
	.index_between_sp_us_padding {
		padding-top: 200px;
	}
	.index_between_us_ly_padding {
		padding-top: 250px;
	}
	.index_between_ly_rs_padding {
		padding-top: 50px;
	}
	.index_between_rs_dh_padding {
		padding-top: 50px;
	}
	.index_between_others_padding {
		padding-top: 150px;
	}
	.index_bottom_padding {
		padding-top: 150px;
	}
	h2 {
		font-family: 'Satoshi', Helvetica, Arial, sans-serif;
		font-weight: 900;
		font-size: 90px;
		letter-spacing: -2px;
		color: #000;
		left: 100px;
		position: absolute;
		bottom: -30px;
		z-index: 0;
	}
	h3 {
		font-family: 'Satoshi', Helvetica, Arial, sans-serif;
		font-weight: 700;
		font-size: 16px;
		letter-spacing: 0px;
		color: #000;
		left: 0px;
		position: relative;
		bottom: 7px;
		z-index: 0;
	}
	h3 p {
		font-family: "Georgia", Serif;
		line-height: 0px;
		font-weight: normal;
		letter-spacing: 0px;
		margin-top: 10px;
	}
	/* VIEW LINKS MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.view_link {
		top: 20px;
		position: relative;
	}
	.view_link a {
		font-size: 30px;
		color: #000;
		text-align: left;
		font-family: "Georgia", Serif;
		letter-spacing: 0;
		font-weight: normal;
		display: inline-block;
		text-decoration: none;
		background-image:
		  linear-gradient(
		      transparent 0px,
		      #DBD332 0px,
		      #DBD332 4px,
		      transparent 4px
		  ),
		  linear-gradient(
		      transparent 0px,
		      #000 0px,
		      #000 4px,
		      transparent 4px
		  );
		background-size: 0% 4px, 100% 4px;
		background-position: 0 bottom, 0 bottom;
		transition: background-size 0.3s ease-in-out;
		background-repeat: no-repeat;
		padding-bottom: 20px;
		border-bottom: 2px solid transparent;
	}
	.view_link a:hover span {
		display: none;
	}
	.view_link a:hover {
		background-size: 100% 4px;
	}
	.view_link a:hover:before {
		content: "觀看作品";
		font-size: 30px;
		color: #000;
	}
	/* VIEW FREELANCE LINKS MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.view_link_freelance {
		top: 0px;
		position: relative;
	}
	.view_link_freelance a {
		font-size: 12px;
		color: #000;
		text-align: left;
		font-family: "Georgia", Serif;
		letter-spacing: 0;
		font-weight: normal;
		display: inline-block;
		text-decoration: none;
		background-image:
		  linear-gradient(
		      transparent 0px,
		      #DBD332 0px,
		      #DBD332 2px,
		      transparent 2px
		  ),
		  linear-gradient(
		      transparent 0px,
		      #000 0px,
		      #000 2px,
		      transparent 2px
		  );
		background-size: 0% 2px, 100% 2px;
		background-position: 0 bottom, 0 bottom;
		transition: background-size 0.3s ease-in-out;
		background-repeat: no-repeat;
		padding-bottom: 12px;
		border-bottom: 1px solid transparent;
	}
	.view_link_freelance a:hover span {
		display: none;
	}
	.view_link_freelance a:hover {
		background-size: 100% 2px;
	}
	.view_link_freelance a:hover:before {
		content: "觀看作品";
		font-size: 12px;
		color: #000;
	}
	/* EARGO 1366px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.eg_client_wrapper {
		width: 80%;
		height: 450px;
		/*border: thin;
			border-color: aquamarine;
			border-style: solid;*/
	}
	.eg_cover {
		position: relative;
		width: 90%;
		bottom: 95px;
		z-index: -5;
	}
	.eg_cover img {
		width: 100%;
		height: auto;
	}
	.eg_hero {
		position: relative;
		z-index: -5;
	}
	.eg_hero img {
		position: relative;
		width: 350px;
		bottom: 450px;
		left: 67%;
	}
	.eg_text {
		position: relative;
		top: 290px;
		width: 900px;
		left: 5px;
		z-index: 1;
	}
	.eg_text_mobile {
		display: none;
	}
	/* VX MEDIA QUERIES 1366px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.vx_client_wrapper {
		width: 100%;
		height: 423px;
	}
	.vx_cover {
		position: relative;
		width: 100%;
		bottom: -155px;
	}
	.vx_cover img {
		width: 100%;
		height: auto;
	}
	.vx_hero {
		position: relative;
		bottom: 250px;
		left: 35%;
		z-index: -5;
	}
	.vx_hero img {
		position: relative;
		width: 500px;
		bottom: 80px;
	}
	.vx_text {
		position: relative;
		top: 490px;
		left: 0%;
		z-index: 1;
	}
	.levitate {
		animation: levitate 2s alternate ease-in-out infinite;
		width: 400px;
	}
	/* SPARKLE MEDIA QUERIES 1366px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.sp_client_wrapper {
		width: 100%;
		height: 400px;
	}
	.sp_cover {
		position: relative;
		width: 100%;
		bottom: 105px;
		left: 150px;
	}
	.sp_cover img {
		width: 100%;
		height: auto;
	}
	.sp_hero img {
		position: fixed;
		top: 0px;
		width: 90%;
		height: auto;
	}
	.sp_text {
		position: relative;
		top: 170px;
		z-index: 1;
		left: 390px;
	}
	.sp_text_mobile {
		display: none;
	}
	/* UNISON MEDIA QUERIES 1366px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.us_client_wrapper {
		width: 100%;
		height: 320px;
	}
	.us_cover {
		position: relative;
		width: 80%;
		bottom: 110px;
	}
	.us_cover img {
		width: 100%;
		height: auto;
	}
	.us_hero {
		position: relative;
		z-index: -5;
	}
	.us_hero img {
		position: relative;
		width: 450px;
		bottom: 325px;
		left: 50%;
	}
	.us_text {
		position: relative;
		top: 300px;
		width: 300px;
		left: 0%;
		z-index: 8;
	}
	.us_text_mobile {
		display: none;
	}
	/* LYFT MEDIA QUERIES 1366px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.ly_client_wrapper {
		width: 100%;
		height: 320px;
	}
	.ly_cover {
		position: relative;
		width: 100%;
		bottom: 110px;
		z-index: -5;
	}
	.ly_cover img {
		width: 100%;
		height: auto;
	}
	.ly_hero {
		position: relative;
		z-index: -5;
	}
	.ly_hero img {
		position: relative;
		width: 550px;
		bottom: 425px;
		left: 140px;
	}
	.ly_text {
		position: relative;
		top: 150px;
		width: 300px;
		left: 75%;
		z-index: 1;
	}
	.ly_text_mobile {
		display: none;
	}
	/* RUSSELL STOVER 1366px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.rs_client_wrapper {
		width: 100%;
		height: 500px  !important;
		/*border: thin;
			border-color: aquamarine;
			border-style: solid;*/
	}
	.rs_cover {
		position: relative;
		width: 100%;
		bottom: 0px;
		z-index: -5;
	}
	.rs_cover img {
		width: 100%;
		height: auto;
	}
	.rs_hero {
		position: relative;
		z-index: -5;
	}
	.rs_hero img {
		position: relative;
		width: 350px;
		bottom: 450px;
		left: 67%;
	}
	.rs_text {
		position: relative;
		top: 473px;
		width: 900px;
		left: 10px;
		z-index: 1;
	}
	.rs_text_mobile {
		display: none;
	}
	/* FREELANCE MEDIA QUERIES 1366px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.others_pad {
		height: auto;
		padding: 0 50px 0 50px;
	}
}
/* ++END++ */




/* MEDIA QUERIES 64em MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MEDIA QUERIES 64em 
    __    _  _   
   / /   | || |  
  / /_   | || |_ 
 | '_ \  |__   _|
 | (_) |    | |  
  \___/     |_|  
*/

@media all and (max-width: 64em) {
	.container {
		max-width: 600px;
		margin-left: 5%;
	}
	h1 {
		right: -80px;
		font-size: 45px;
	}
	h2 {
		text-align: left;
		font-size: 70px;
		letter-spacing: -2px;
		margin-right: 0px;
		margin-top: 9px;
	}
	.index_top_client_padding {
		padding-top: 300px;
	}
	.index_between_eg_vx_padding {
		padding-top: 0px;
	}
	.index_between_vx_sp_padding {
		padding-top: 90px;
	}
	.index_between_sp_us_padding {
		padding-top: 200px;
	}
	.index_between_us_ly_padding {
		padding-top: 300px;
	}
	.index_between_ly_rs_padding {
		padding-top: 80px;
	}
	.index_between_rs_dh_padding {
		padding-top: 0px;
	}
	.index_between_others_padding {
		padding-top: 0px;
	}
	/* VIEW LINKS MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.view_link {
		top: 5px;
		position: relative;
	}
	.view_link a {
		font-size: 25px;
		color: #000;
		text-align: left;
		font-family: "Georgia", Serif;
		letter-spacing: 0;
		font-weight: normal;
		display: inline-block;
		text-decoration: none;
		background-image:
		  linear-gradient(
		      transparent 0px,
		      #DBD332 0px,
		      #DBD332 4px,
		      transparent 4px
		  ),
		  linear-gradient(
		      transparent 0px,
		      #000 0px,
		      #000 4px,
		      transparent 4px
		  );
		background-size: 0% 4px, 100% 4px;
		background-position: 0 bottom, 0 bottom;
		transition: background-size 0.3s ease-in-out;
		background-repeat: no-repeat;
		padding-bottom: 20px;
		border-bottom: 2px solid transparent;
	}
	.view_link a:hover span {
		display: none;
	}
	.view_link a:hover:before {
		content: "觀看作品";
		font-size: 25px;
		color: #000;
	}
	/* EARGO 64px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.eg_client_wrapper {
		width: 100%;
		height: 450px;
		/*border: thin;
			border-color: aquamarine;
			border-style: solid;*/
	}
	.eg_cover {
		position: relative;
		width: 95%;
		bottom: 65px;
		z-index: -5;
	}
	.eg_cover img {
		width: 100%;
		height: auto;
	}
	.eg_hero {
		position: relative;
		z-index: -5;
	}
	.eg_hero img {
		position: relative;
		width: 300px;
		bottom: 350px;
		left: 67%;
	}
	.eg_text {
		position: relative;
		top: 285px;
		width: 900px;
		left: 10px;
		z-index: 1;
	}
	.eg_text_mobile {
		display: none;
	}
	/* VX MEDIA QUERIES 64px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.vx_client_wrapper {
		width: 100%;
		height: 360px;
	}
	.vx_cover {
		position: relative;
		width: 100%;
		bottom: -100px;
	}
	.vx_cover img {
		width: 100%;
		height: auto;
	}
.vx_hero {
	position: relative;
	bottom: 310px;
	left: 30%;
	width: 100px;
	z-index: -5;
}
.vx_hero img {
	position: relative;
	width: 400px;
	bottom: 0px;
}
	.vx_text {
		position: relative;
		top: 356px;
		left: 0%;
		z-index: 1;
	}
	/* SP MEDIA QUERIES 64px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.sp_client_wrapper {
		width: 100%;
		height: 300px;
	}
	.sp_cover {
		position: relative;
		width: 120%;
		bottom: 29px;
		left: 50px;
	}
	.sp_cover img {
		width: 100%;
		height: auto;
	}
	.sp_hero {
		position: relative;
	}
	.sp_hero img {
		position: fixed;
		top: 50px;
		width: 100%;
		left: 32% !important;
		height: auto;
		z-index: 99;
	}
	.sp_text {
		position: relative;
		top: 150px;
		z-index: 1;
		left: 370px;
	}
	.sp_text_mobile {
		display: none;
	}
	/* UNISON MEDIA QUERIES 64px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.us_client_wrapper {
		width: 100%;
		height: 225px;
	}
	.us_cover {
		position: relative;
		width: 100%;
		bottom: 100px;
		z-index: 5;
	}
	.us_cover img {
		width: 100%;
		height: auto;
	}
	.us_hero {
		position: relative;
		z-index: -5;
	}
	.us_hero img {
		position: relative;
		width: 400px;
		bottom: 260px;
		left: 50%;
	}
	.us_text {
		position: relative;
		top: 250px;
		width: 300px;
		left: -10%;
		z-index: 8;
	}
	.us_text_mobile {
		display: none;
	}
	/* LYFT MEDIA QUERIES 64px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.ly_client_wrapper {
		width: 100%;
		height: 225px;
	}
	.ly_cover {
		position: relative;
		width: 100%;
		bottom: 100px;
		z-index: -5;
	}
	.ly_cover img {
		width: 100%;
		height: auto;
	}
	.ly_hero {
		position: relative;
		z-index: -5;
	}
	.ly_hero img {
		position: relative;
		width: 400px;
		bottom: 335px;
		left: 95px;
	}
	.ly_text {
		position: relative;
		top: 100px;
		width: 300px;
		left: 70%;
		z-index: 1;
	}
	.ly_text_mobile {
		display: none;
	}
	/* RUSSELL STOVER 64px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.rs_client_wrapper {
		width: 100%;
		height: 550px !important;
		/*border: thin;
			border-color: aquamarine;
			border-style: solid;*/
	}
	.rs_cover {
		position: relative;
		width: 100%;
		bottom: 0px;
		z-index: -5;
	}
	.rs_cover img {
		width: 100%;
		height: auto;
	}
	.rs_hero {
		position: relative;
		z-index: -5;
	}
	.rs_hero img {
		position: relative;
		width: 300px;
		bottom: 350px;
		left: 67%;
	}
	.rs_text {
		position: relative;
		top: 378px;
		width: 900px;
		left: -50px;
		z-index: 1;
	}
	.rs_text_mobile {
		display: none;
	}
	/* FREELANCE MEDIA QUERIES 64px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.others_pad {
		height: 360px;
		padding: 0 50px 0 50px;
		margin-top: 10px;
	}
}
/* ++END++ */

/* MEDIA QUERIES 48em MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MEDIA QUERIES 48em 
  _  _      ___  
 | || |    / _ \ 
 | || |_  | (_) |
 |__   _|  > _ < 
    | |   | (_) |
    |_|    \___/ 
*/

@media all and (max-width: 48em) {
	.container {
		width: 500px;
		margin-left: 30px;
	}
	.index_top_client_padding {
		padding-top: 300px;
	}
	.index_between_eg_vx_padding {
		padding-top: 130px;
	}
	.index_between_vx_sp_padding {
		padding-top: 70px;
	}
	.index_between_sp_us_padding {
		padding-top: 100px;
	}
	.index_between_us_ly_padding {
		padding-top: 200px;
	}
	.index_between_ly_rs_padding {
		padding-top: 170px;
	}
	.index_between_rs_dh_padding {
		padding-top: 170px;
	}
	.index_between_others_padding {
		padding-top: 100px;
	}
	.index_bottom_padding {
		padding-top: 150px;
	}
	h1 {
		right: -90px;
	}
	h2 {
		text-align: left;
		font-size: 40px;
		letter-spacing: 0;
		margin-right: 0px;
		left: 5px;
		line-height: 20px;
		margin-top: 9px;
	}
	h3 {
		font-family: 'Satoshi', Helvetica, Arial, sans-serif;
		font-weight: 700;
		font-size: 16px;
		letter-spacing: 0px;
		color: #000;
		left: 0px;
		position: relative;
		bottom: 10px;
		z-index: 0;
	}
	h3 p {
		font-family: "Georgia", Serif;
		font-size: 18px;
		line-height: 0px;
		font-weight: normal;
		letter-spacing: 0px;
		margin-top: 20px;
	}
	/* VIEW LINKS MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.view_link {
		top: -15px;
		position: relative;
	}
	.view_link a {
		font-size: 20px;
		color: #000;
		text-align: left;
		font-family: "Georgia", Serif;
		letter-spacing: 0;
		font-weight: normal;
		display: inline-block;
		text-decoration: none;
		background-image:
		  linear-gradient(
		      transparent 0px,
		      #DBD332 0px,
		      #DBD332 3px,
		      transparent 3px
		  ),
		  linear-gradient(
		      transparent 0px,
		      #000 0px,
		      #000 3px,
		      transparent 3px
		  );
		background-size: 0% 3px, 100% 3px;
		background-position: 0 bottom, 0 bottom;
		transition: background-size 0.3s ease-in-out;
		background-repeat: no-repeat;
		padding-bottom: 18px;
		border-bottom: 3px solid transparent;
	}
	.view_link a:hover {
		background-size: 100% 3px;
	}
	.view_link a:hover span {
		display: none;
	}
	.view_link a:hover:before {
		content: "觀看作品";
		font-size: 20px;
		color: #000;
	}
	/* VIEW FREELANCE LINKS MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.view_link_freelance {
		top: -10px;
		position: relative;
	}
	.view_link_freelance a {
		font-size: 12px;
		color: #000;
		text-align: left;
		font-family: "Georgia", Serif;
		letter-spacing: 0;
		font-weight: normal;
		display: inline-block;
		text-decoration: none;
		background-image:
		  linear-gradient(
		      transparent 0px,
		      #DBD332 0px,
		      #DBD332 2px,
		      transparent 2px
		  ),
		  linear-gradient(
		      transparent 0px,
		      #000 0px,
		      #000 2px,
		      transparent 2px
		  );
		background-size: 0% 2px, 100% 2px;
		background-position: 0 bottom, 0 bottom;
		transition: background-size 0.3s ease-in-out;
		background-repeat: no-repeat;
		padding-bottom: 12px;
		border-bottom: 2px solid transparent;
	}
	.view_link_freelance a:hover span {
		display: none;
	}
	.view_link_freelance a:hover {
		background-size: 100% 2px;
	}
	.view_link_freelance a:hover:before {
		content: "觀看作品";
		font-size: 12px;
		color: #000;
	}
	/* EARGO 48px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.eg_client_wrapper {
		width: 100%;
		height: 280px;
	}
	.eg_cover {
		position: relative;
		width: 100%;
		bottom: 0px;
		z-index: -5;
		display: none;
	}
	.eg_cover img {
		width: 100%;
		height: auto;
	}
	.eg_hero {
		position: relative;
		z-index: -5;
	}
	.eg_hero img {
		position: relative;
		width: 350px;
		bottom: 150px;
		left: 20px;
	}
	.eg_text {
		position: relative;
		top: 350px;
		width: 300px;
		left: 30px;
		z-index: 1;
	}
	.eg_text_mobile {
		display: none;
	}
	/* VX MEDIA QUERIES 48px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.vx_client_wrapper {
		width: 100%;
		height: 400px;
	}
	.vx_cover {
		position: relative;
		width: 100%;
		bottom: -155px;
		display: none;
	}
	.vx_cover img {
		width: 100%;
		height: auto;
	}
	.vx_hero {
		bottom: 80px;
		left: 0%;
		width: 70%;
	}
	.levitate {
		animation: levitate 2s alternate ease-in-out infinite;
		width: 450px;
	}
	.vx_text {
		position: relative;
		top: 445px;
		left: 30px;
		z-index: 1;
	}
	/* SP MEDIA QUERIES 48px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.sp_client_wrapper {
		width: 100%;
		height: 385px;
	}
	.sp_cover img {
		width: auto;
		height: 300px;
		display: none;
	}
	.sp_hero {
		position: relative !important;
		z-index: 10 !important;
	}
	.sp_hero img {
		position: fixed !important;
		top: 0px;
		width: 100%;
		left: 35%;
		height: auto;
		pointer-events: none !important;
		z-index: -1 !important;
	}
	.sp_text {
		position: relative;
		top: 380px;
		left: 30px;
		z-index: 1;
		width: 350px;
	}
	.sp_text_mobile {
		display: none;
	}
	/* UNISON MEDIA QUERIES 36px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.us_client_wrapper {
		width: 100%;
		height: 280px;
	}
	.us_cover {
		position: relative;
		width: 100%;
		bottom: 0px;
		z-index: -5;
		display: none;
	}
	.us_cover img {
		width: 100%;
		height: auto;
	}
	.us_hero {
		position: relative;
		z-index: -5;
	}
	.us_hero img {
		position: relative;
		width: 400px;
		bottom: 35px;
		left: 35px;
	}
	.us_text {
		position: relative;
		top: 400px;
		width: 300px;
		left: 30px;
		z-index: 1;
	}
	.us_text_mobile {
		display: none;
	}
	/* LYFT MEDIA QUERIES 48px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.ly_client_wrapper {
		width: 100%;
		height: 280px;
	}
	.ly_cover {
		position: relative;
		width: 100%;
		bottom: 0px;
		z-index: -5;
		display: none;
	}
	.ly_cover img {
		width: 100%;
		height: auto;
	}
	.ly_hero {
		position: relative;
		z-index: -5;
	}
	.ly_hero img {
		position: relative;
		width: 450px;
		bottom: 35px;
		left: 0px;
	}
	.ly_text {
		position: relative;
		top: 330px;
		width: 300px;
		left: 30px;
		z-index: 1;
	}
	.ly_text_mobile {
		display: none;
	}
	/* RUSSELL STOVER 48px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.rs_client_wrapper {
		width: 100%;
		height: 400px !important;
	}
	.rs_cover {
		position: relative;
		width: 100%;
		bottom: 0px;
		z-index: -5;
		display: none;
	}
	.rs_cover img {
		width: 100%;
		height: auto;
	}
	.rs_hero {
		position: relative;
		z-index: -5;
	}
	.rs_hero img {
		position: relative;
		width: 350px;
		bottom: 150px;
		left: 0px;
	}
	.rs_text {
		position: relative;
		top: 330px;
		width: 300px;
		left: 30px;
		z-index: 1;
	}
	.rs_text_mobile {
		display: none;
	}
	/* FREELANCE MEDIA QUERIES 48px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.others_pad {
		height: 280px;
		padding: 0 30px 0 30px;
		margin-top: 50px;
	}
}
/* ++END++ */

/* MEDIA QUERIES 36em MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MEDIA QUERIES 36em 
  ____      __  
 |___ \    / /  
   __) |  / /_  
  |__ <  | '_ \ 
  ___) | | (_) |
 |____/   \___/ 
*/

@media all and (max-width: 36em) {
	.container {
		width: 90%;
		margin-left: 0px;
		margin: 0 auto;
	}
	.index_top_client_padding {
		padding-top: 200px;
	}
	.index_between_eg_vx_padding {
		padding-top: 140px;
	}
	.index_between_vx_sp_padding {
		padding-top: 50px;
	}
	.index_between_sp_us_padding {
		padding-top: 150px;
	}
	.index_between_us_ly_padding {
		padding-top: 150px;
	}
	.index_between_ly_rs_padding {
		padding-top: 70px;
	}
	.index_between_others_padding {
		padding-top: 100px;
	}
	.index_bottom_padding {
		padding-top: 100px;
	}
	h1 {
		right: -90px;
	}
	h2 {
		text-align: left;
		font-size: 30px;
		letter-spacing: -1px;
		margin-right: 0px;
		left: 0px;
		line-height: 30px;
		margin-top: 0px;
		transform: translateY(20px) translateX(-25px);
		width: 100%;
		max-width: none;
		white-space: nowrap;
	}
	.us_text h2, .us_text_mobile h2 {
		transform: translateY(30px) translateX(-25px);
	}
	.rs_text h2, .rs_text_mobile h2 {
		transform: translateY(10px) translateX(-25px);
	}
	h3 {
		font-family: 'Satoshi', Helvetica, Arial, sans-serif;
		font-weight: 700;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0px;
		color: #000;
		left: 0px;
		position: relative;
		bottom: 10px;
		z-index: 0;
	}
	h3 p {
		font-family: "Georgia", Serif;
		line-height: 0px;
		font-weight: normal;
		letter-spacing: 0px;
		margin-top: 20px;
	}
	/* VIEW LINKS MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.view_link {
		top: -35px;
		position: relative;
	}
	.view_link a {
		font-size: 14px;
		color: #000;
		text-align: left;
		font-family: "Georgia", Serif;
		letter-spacing: 0;
		font-weight: normal;
		display: inline-block;
		text-decoration: none;
		background-image:
		  linear-gradient(
		      transparent 0px,
		      #DBD332 0px,
		      #DBD332 3px,
		      transparent 3px
		  ),
		  linear-gradient(
		      transparent 0px,
		      #000 0px,
		      #000 3px,
		      transparent 3px
		  );
		background-size: 0% 3px, 100% 3px;
		background-position: 0 bottom, 0 bottom;
		transition: background-size 0.3s ease-in-out;
		background-repeat: no-repeat;
		padding-bottom: 15px;
		border-bottom: 3px solid transparent;
	}
	.view_link a:hover {
		background-size: 100% 3px;
	}
	.view_link a:hover span {
		display: none;
	}
	.view_link a:hover:before {
		content: "觀看作品";
		font-size: 14px;
		color: #000;
	}
	/* VIEW FREELANCE LINKS MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.view_link_freelance {
		top: -5px;
		position: relative;
	}
	.view_link_freelance a {
		font-size: 12px;
		color: #000;
		text-align: left;
		font-family: "Georgia", Serif;
		letter-spacing: 0;
		font-weight: normal;
		display: inline-block;
		text-decoration: none;
		background-image:
		  linear-gradient(
		      transparent 0px,
		      #DBD332 0px,
		      #DBD332 2px,
		      transparent 2px
		  ),
		  linear-gradient(
		      transparent 0px,
		      #000 0px,
		      #000 2px,
		      transparent 2px
		  );
		background-size: 0% 2px, 100% 2px;
		background-position: 0 bottom, 0 bottom;
		transition: background-size 0.3s ease-in-out;
		background-repeat: no-repeat;
		padding-bottom: 10px;
		border-bottom: 2px solid transparent;
	}
	.view_link_freelance a:hover span {
		display: none;
	}
	.view_link_freelance a:hover {
		background-size: 100% 2px;
	}
	.view_link_freelance a:hover:before {
		content: "觀看作品";
		font-size: 12px;
		color: #000;
	}
	/* EARGO 36px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.eg_client_wrapper {
		position: relative;
		width: 100%;
		height: auto;
	}
	.eg_hero img {
		left: 0px;
		top: 0px;
		display: block;
		margin: 0 auto;
		width: 100% !important;
		max-width: 230px;
		height: auto !important;
	}
	.eg_text {
		display: none;
	}
	.eg_text_mobile {
		position: relative;
		top: 130px;
		width: 200px;
		left: 0px;
		z-index: 1;
		margin: 0 auto;
		display: inherit;
	}
	/* VX MEDIA QUERIES 36px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.vx_client_wrapper {
		width: 100%;
		height: auto;
	}
	.vx_cover img {
		width: 50%;
		height: auto;
	}
	.vx_hero {
		position: relative;
		bottom: 50px;
		left: -1%;
		width: 100% !important;
		max-width: 300px;
		height: auto !important;
		z-index: -5;
		display: block;
		margin: 0 auto;
	}
	.levitate {
		animation: levitate 2s alternate ease-in-out infinite;
		width: 280px;
		position: relative;
		display: block;
		margin: 0 auto;
		width: 100% !important;
		height: auto !important;
	}
	.vx_text {
		display: none;
	}
	.vx_text_mobile {
		position: relative;
		top: 50px;
		width: 200px;
		left: 0px;
		z-index: 1;
		display: block;
		margin: 0 auto;
		display: inherit;
	}
	/* SPARKLE MEDIA QUERIES 36px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.sp_client_wrapper {
		width: 100%;
		height: auto;
	}
	.sp_cover img {
		display: none;
	}
	.sp_hero {
		position: relative !important;
		z-index: 10 !important;
	}
	.sp_hero img {
		position: relative !important;
		top: 0px !important;
		width: 100%;
		max-width: 500px;
		left: 39% !important;
		pointer-events: none !important;
		z-index: -1 !important;
		height: auto !important;
	}
	.sp_text {
		display: none;
	}
	.sp_text_mobile {
		position: relative;
		top: 120px;
		width: 200px;
		left: 0px;
		z-index: 1;
		display: block;
		margin: 0 auto;
		display: inherit;
	}
	/* UNISON MEDIA QUERIES 36px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.us_client_wrapper {
		position: relative;
		width: 100%;
		height: auto;
	}
	.us_hero img {
		left: 0px;
		top: 0px;
		display: block;
		margin: 0 auto;
		width: 100% !important;
		max-width: 270px;
		height: auto !important;
	}
	.us_text {
		display: none;
	}
	.us_text_mobile {
		position: relative;
		top: 130px;
		width: 200px;
		left: 0px;
		z-index: 1;
		margin: 0 auto;
		display: inherit;
	}
	/* LYFT MEDIA QUERIES 36em MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.ly_client_wrapper {
		position: relative;
		width: 100%;
		height: auto;
	}
	.ly_hero img {
		left: 0px;
		top: 0px;
		display: block;
		margin: 0 auto;
		width: 100% !important;
		max-width: 350px;
		height: auto !important;
	}
	.ly_text {
		display: none;
	}
	.ly_text_mobile {
		position: relative;
		top: 120px;
		width: 200px;
		left: 0px;
		z-index: 1;
		margin: 0 auto;
		display: inherit;
	}
	/* RUSSELL STOVER 36px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.rs_client_wrapper {
		position: relative;
		width: 100%;
		height: auto;
	}
	.rs_hero img {
		left: 0px;
		top: 0px;
		display: block;
		margin: 0 auto;
		width: 100% !important;
		max-width: 280px;
		height: auto !important;
	}
	.rs_text {
		display: none;
	}
	.rs_text_mobile {
		position: relative;
		top: 90px;
		width: 200px;
		left: 0px;
		z-index: 1;
		margin: 0 auto;
		display: inherit;
	}
	/* FREELANCE MEDIA QUERIES 36px MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM */
	.others_pad {
		padding: 0 10px 0 10px;
		height: auto;
	}
}
/* ++END++ */